Skip to content

Commit faa2fe5

Browse files
committed
chore(release): prepare for 0.2.4
1 parent 6862167 commit faa2fe5

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

3+
## [0.2.4](https://github.com/toggle-corp/toggle-django-helm/compare/0.2.3..0.2.4) - 2025-11-19
4+
### Changes:
5+
6+
#### 🚀 Features
7+
8+
- Support string in extra-manifests - ([f736ebc](https://github.com/toggle-corp/toggle-django-helm/commit/f736ebcf649f0b814f4474acc6c4871460ffa459))
9+
- Add script to generate values-tests snapshot - ([fdf7bae](https://github.com/toggle-corp/toggle-django-helm/commit/fdf7bae9b6e2eb69f8af8f9404befa65e98fee73))
10+
11+
#### ⚙️ Miscellaneous Tasks
12+
13+
- Rename toggle-django-helm dir to chart - ([cd05ed2](https://github.com/toggle-corp/toggle-django-helm/commit/cd05ed286fc2dfaee2c4a039d4fe8ab4822aed87))
14+
15+
### 🍻 Pull Requests (1)
16+
- (#3) [Feat: support string in extra-manifests](https://github.com/toggle-corp/toggle-django-helm/pull/3)
17+
18+
319
## [0.2.3](https://github.com/toggle-corp/toggle-django-helm/compare/0.2.2..0.2.3) - 2025-11-14
420
### Changes:
521

chart/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.3 # managed by release.sh
5+
version: 0.2.4 # managed by release.sh
66
sources:
77
- https://github.com/toggle-corp/charts
88

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ echo "Preparing $version_tag..."
8585
# update the version
8686
msg="# managed by release.sh"
8787

88-
sed -E -i "s/^version: .* $msg$/version: ${version_tag} $msg/" "./toggle-django-helm/Chart.yaml"
88+
sed -E -i "s/^version: .* $msg$/version: ${version_tag} $msg/" "./chart/Chart.yaml"
8989

90-
git add ./toggle-django-helm/Chart.yaml
90+
git add ./chart/Chart.yaml
9191

9292
# update the changelog
9393
git-cliff "$START_COMMIT..HEAD" --config cliff.toml --tag "$version_tag" > CHANGELOG.md

0 commit comments

Comments
 (0)