Skip to content

Commit 1534ffb

Browse files
committed
chore(release): prepare for 0.2.2
1 parent 02153f7 commit 1534ffb

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

CHANGELOG.md

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

3+
## [0.2.2](https://github.com/toggle-corp/toggle-django-helm/compare/0.2.1..0.2.2) - 2025-11-14
4+
### Changes:
5+
6+
#### 🚀 Features
7+
8+
- Add imagePullSecrets - ([ab45bd1](https://github.com/toggle-corp/toggle-django-helm/commit/ab45bd1784e114d69f5f70794f825967f47741b1))
9+
- Add secretsStoreCsiDriver integration (usages in azure) - ([734157e](https://github.com/toggle-corp/toggle-django-helm/commit/734157eef9d1b0e604ef8511950a6cba27dc068f))
10+
- Add podVolumes and podVolumeMounts - ([ad099b9](https://github.com/toggle-corp/toggle-django-helm/commit/ad099b9514b448689392f5b6ad807bc9f77c137c))
11+
- Add podLabels and podAnnotations - ([97c3c97](https://github.com/toggle-corp/toggle-django-helm/commit/97c3c973528ee3915cc144a388bc0d1fc1c37af7))
12+
- Add service-account - ([674052b](https://github.com/toggle-corp/toggle-django-helm/commit/674052b52446f20828071fb4828475564f590379))
13+
14+
#### 🐛 Bug Fixes
15+
16+
- Reloader.stakater.com annotations placement - ([16c5976](https://github.com/toggle-corp/toggle-django-helm/commit/16c5976c7fa78362e1ef3090c3342ae6646ec9d7))
17+
18+
#### 📚 Documentation
19+
20+
- Update comments - ([248b117](https://github.com/toggle-corp/toggle-django-helm/commit/248b1172704715b856b815d35af8e910fd061d96))
21+
22+
### 🍻 Pull Requests (1)
23+
- (#2) [Feat/azure integration](https://github.com/toggle-corp/toggle-django-helm/pull/2)
24+
25+
326
## [0.2.1](https://github.com/toggle-corp/toggle-django-helm/compare/0.2.0..0.2.1) - 2025-11-12
427
### Changes:
528

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

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)
2040

2141
## [0.2.0](https://github.com/toggle-corp/toggle-django-helm/compare/0.1.0-dev1..0.2.0) - 2025-08-20
2242
### 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 # managed by release.sh
66
sources:
77
- https://github.com/toggle-corp/charts
88

0 commit comments

Comments
 (0)