Skip to content

Commit 8b80982

Browse files
committed
chore(release): prepare for 0.2.2-dev3
1 parent bcfd89d commit 8b80982

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.2.2-dev3](https://github.com/toggle-corp/toggle-django-helm/compare/0.2.1..0.2.2-dev3) - 2025-11-13
4+
### Changes:
5+
6+
#### 🚀 Features
7+
8+
- Add secretsStoreCsiDriver integration (usages in azure) - ([0118f05](https://github.com/toggle-corp/toggle-django-helm/commit/0118f0551b7eafcebd4f16e80404cebaaebfa2f7))
9+
- Add podVolumes and podVolumeMounts - ([e856e82](https://github.com/toggle-corp/toggle-django-helm/commit/e856e8233f6ac30a97e2d5f49eaf0286bc7133d6))
10+
- Add podLabels and podAnnotations - ([8a4ddea](https://github.com/toggle-corp/toggle-django-helm/commit/8a4ddea83e0e204e563cebf3be4637529001914b))
11+
- Add service-account - ([96ca368](https://github.com/toggle-corp/toggle-django-helm/commit/96ca3689b24de01158b45773ca74e9eb4eea5e2d))
12+
13+
#### 🐛 Bug Fixes
14+
15+
- Fixup! feat: add service-account - ([bcfd89d](https://github.com/toggle-corp/toggle-django-helm/commit/bcfd89d671e96e34b7b7d89d1ee8ace24905dd67))
16+
- Fixup! feat: add secretsStoreCsiDriver integration (usages in azure) - ([f979a99](https://github.com/toggle-corp/toggle-django-helm/commit/f979a9906ad6c3836db70bf95ed7b9b9948cd62d))
17+
- Reloader.stakater.com annotations placement - ([e42097a](https://github.com/toggle-corp/toggle-django-helm/commit/e42097a618ff6404766eab15e10ca1753248175f))
18+
19+
#### 📚 Documentation
20+
21+
- Update comments - ([248b117](https://github.com/toggle-corp/toggle-django-helm/commit/248b1172704715b856b815d35af8e910fd061d96))
22+
23+
324
## [0.2.1](https://github.com/toggle-corp/toggle-django-helm/compare/0.2.0..0.2.1) - 2025-11-12
425
### Changes:
526

@@ -14,9 +35,6 @@
1435
### 🍻 Pull Requests (1)
1536
- (#1) [Feat: allow object for extraManifests](https://github.com/toggle-corp/toggle-django-helm/pull/1)
1637

17-
### :tada: New Contributors (1)
18-
19-
- [@thenav56](https://github.com/thenav56) made their first contribution in [#1](https://github.com/toggle-corp/toggle-django-helm/pull/1)
2038

2139
## [0.2.0](https://github.com/toggle-corp/toggle-django-helm/compare/0.1.0-dev1..0.2.0) - 2025-08-20
2240
### Changes:

toggle-django-helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: toggle-django-helm
33
description: "Helm Chart to deploy the Django application"
44
type: application
5-
version: 0.2.1 # managed by release.sh
5+
version: 0.2.2-dev3 # managed by release.sh
66
sources:
77
- https://github.com/toggle-corp/charts
88

0 commit comments

Comments
 (0)