File tree Expand file tree Collapse file tree 8 files changed +16
-12
lines changed Expand file tree Collapse file tree 8 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ WORKDIR /home/zulip
2727# You can specify these in docker-compose.yml or with
2828# docker build --build-arg "ZULIP_GIT_REF=git_branch_name" .
2929ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
30- ARG ZULIP_GIT_REF=11.3
30+ ARG ZULIP_GIT_REF=11.4
3131
3232RUN git clone "$ZULIP_GIT_URL" -b "$ZULIP_GIT_REF" && \
3333 cd zulip
Original file line number Diff line number Diff line change 88Hub] ( https://hub.docker.com/r/zulip/docker-zulip ) :
99
1010``` console
11- $ docker pull zulip/docker-zulip:11.3 -0
11+ $ docker pull zulip/docker-zulip:11.4 -0
1212```
1313
14- Current Zulip version: ` 11.3 `
15- Current Docker image version: ` 11.3 -0 `
14+ Current Zulip version: ` 11.4 `
15+ Current Docker image version: ` 11.4 -0 `
1616
1717We recommend using the Docker image if your organization has a
1818preference for deploying services using Docker. Deploying with Docker
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ services:
4848 volumes :
4949 - " redis:/data:rw"
5050 zulip :
51- image : " zulip/docker-zulip:11.3 -0"
51+ image : " zulip/docker-zulip:11.4 -0"
5252 restart : unless-stopped
5353 build :
5454 context : .
5555 args :
5656 # # Change these if you want to build zulip from a different repo/branch
5757 ZULIP_GIT_URL : https://github.com/zulip/zulip.git
58- ZULIP_GIT_REF : " 11.3 "
58+ ZULIP_GIT_REF : " 11.4 "
5959 # # Set this up if you plan to use your own CA certificate bundle for building
6060 # CUSTOM_CA_CERTIFICATES:
6161 ports :
Original file line number Diff line number Diff line change 1+ ## [ 0.11.4] - 2025-10-23
2+
3+ - Update to Zulip Server 11.4
4+
15## [ 0.11.3] - 2025-10-22
26
37- Update to Zulip Server 11.3
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ icon: https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zuli
77# # incremented each time you make changes to the chart and its
88# # templates, including the app version. Versions are expected to
99# # follow Semantic Versioning (https://semver.org/)
10- version : 0.11.3
10+ version : 0.11.4
1111
1212# # This is the version number of the application being deployed. This
1313# # version number should be incremented each time you make changes to
1414# # the application. Versions are not expected to follow Semantic
1515# # Versioning. They should reflect the version the application is
1616# # using. It is recommended to use it with quotes.
17- appVersion : " 11.3 -0"
17+ appVersion : " 11.4 -0"
1818dependencies :
1919 - name : memcached
2020 repository : oci://registry-1.docker.io/bitnamicharts
Original file line number Diff line number Diff line change 11# Zulip
22
3- ![ Version: 0.11.3 ] ( https://img.shields.io/badge/Version-0.11.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 11.3 -0] ( https://img.shields.io/badge/AppVersion-11.3 --0-informational?style=flat-square )
3+ ![ Version: 0.11.4 ] ( https://img.shields.io/badge/Version-0.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
@@ -72,7 +72,7 @@ Now you're ready to follow [the installation instructions above](#installation).
7272| fullnameOverride | string | ` "" ` | |
7373| image.pullPolicy | string | ` "IfNotPresent" ` | |
7474| image.repository | string | ` "zulip/docker-zulip" ` | |
75- | image.tag | string | ` "11.3 -0" ` | |
75+ | image.tag | string | ` "11.4 -0" ` | |
7676| imagePullSecrets | list | ` [] ` | |
7777| ingress.annotations | object | ` {} ` | |
7878| ingress.enabled | bool | ` false ` | |
Original file line number Diff line number Diff line change 1717 # # Ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
1818 pullPolicy : IfNotPresent
1919 # # Zulip image tag (immutable tags are recommended)
20- tag : " 11.3 -0"
20+ tag : " 11.4 -0"
2121
2222# # Global Docker registry secret names as an array.
2323imagePullSecrets : []
Original file line number Diff line number Diff line change 8686 - name : postgresql-persistent-storage
8787 mountPath : /var/lib/postgresql/data
8888 - name : zulip
89- image : zulip/docker-zulip:11.3 -0
89+ image : zulip/docker-zulip:11.4 -0
9090 resources :
9191 limits :
9292 cpu : 100m
You can’t perform that action at this time.
0 commit comments