Skip to content

Commit 900d0a1

Browse files
authored
Bump versions: ODK Central to 0.3.4 and ODK Publish to 0.1.3. (#12)
1 parent b734aa5 commit 900d0a1

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

charts/odk-central/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This file documents all notable changes to the ODK Central Helm Chart.
44
The release numbering uses [semantic versioning](http://semver.org).
55

66

7+
## 0.3.4
8+
9+
- Add a README file. (#11)
10+
711
## 0.3.3
812

913
- Increment `appVersion` to match the deployed version of ODK Central (v2024.3.1) and pin all container versions for odk-central chart.

charts/odk-central/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.3
18+
version: 0.3.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/odk-publish/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This file documents all notable changes to the ODK Publish Helm Chart.
44
The release numbering uses [semantic versioning](http://semver.org).
55

6+
## 0.1.3
7+
8+
- Add README and CHANGELOG files. (#10)
9+
610
## 0.1.2
711

812
- Add the ability to run separate ASGI and WSGI deployments. (#9)

charts/odk-publish/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.2
18+
version: 0.1.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)