File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
141151## [ 0.3.0] - 2022-04-21
142152
143153- Update dependencies:
154+
144155 - Helm charts:
145156
146157 | Repository | Name | Version |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments