Skip to content

Commit 5de4201

Browse files
committed
helm: Major version bump for the incompatible changes.
1 parent fc1cf18 commit 5de4201

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

kubernetes/chart/zulip/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.11.4] - 2025-11-25
2+
3+
- Switch to a new `CERTIFICATES` env var, which combines of `DISABLE_HTTPS` and
4+
`SSL_CERTIFICATE_GENERATION`. The chart defaults to HTTP-only.
5+
- PostgreSQL container now defaults to running as non-root.
6+
- Chart dependencies remain the bitnamilegacy images, which are unmaintained;
7+
they have been updated to their latest versions.
8+
- Fix startupProbe and livenessProbe to use the healthcheck endpoint.
9+
- Add ingress.className setting.
10+
111
## [0.11.4] - 2025-10-23
212

313
- Update to Zulip Server 11.4
@@ -141,6 +151,7 @@
141151
## [0.3.0] - 2022-04-21
142152

143153
- Update dependencies:
154+
144155
- Helm charts:
145156

146157
| Repository | Name | Version |

kubernetes/chart/zulip/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
## incremented each time you make changes to the chart and its
1111
## templates, including the app version. Versions are expected to
1212
## follow Semantic Versioning (https://semver.org/)
13-
version: 0.11.42
13+
version: 1.11.4
1414

1515
## This is the version number of the application being deployed. This
1616
## version number should be incremented each time you make changes to

kubernetes/chart/zulip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Zulip
22

3-
![Version: 0.11.42](https://img.shields.io/badge/Version-0.11.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.4-0](https://img.shields.io/badge/AppVersion-11.4--0-informational?style=flat-square)
3+
![Version: 1.11.4](https://img.shields.io/badge/Version-1.11.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.4-0](https://img.shields.io/badge/AppVersion-11.4--0-informational?style=flat-square)
44

55
[Zulip](https://zulip.com/) is an open source threaded team chat that helps teams stay productive and focused.
66

0 commit comments

Comments
 (0)