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
27
27
# You can specify these in docker-compose.yml or with
28
28
# docker build --build-arg "ZULIP_GIT_REF=git_branch_name" .
29
29
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
30
- ARG ZULIP_GIT_REF=10.1
30
+ ARG ZULIP_GIT_REF=10.2
31
31
32
32
RUN git clone "$ZULIP_GIT_URL" && \
33
33
cd zulip && \
Original file line number Diff line number Diff line change 8
8
Hub] ( https://hub.docker.com/r/zulip/docker-zulip ) :
9
9
10
10
``` console
11
- $ docker pull zulip/docker-zulip:10.1 -0
11
+ $ docker pull zulip/docker-zulip:10.2 -0
12
12
```
13
13
14
- Current Zulip version: ` 10.1 `
15
- Current Docker image version: ` 10.1 -0 `
14
+ Current Zulip version: ` 10.2 `
15
+ Current Docker image version: ` 10.2 -0 `
16
16
17
17
We recommend using the Docker image if your organization has a
18
18
preference for deploying services using Docker. Deploying with Docker
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ services:
48
48
volumes :
49
49
- " redis:/data:rw"
50
50
zulip :
51
- image : " zulip/docker-zulip:10.1 -0"
51
+ image : " zulip/docker-zulip:10.2 -0"
52
52
restart : unless-stopped
53
53
build :
54
54
context : .
55
55
args :
56
56
# # Change these if you want to build zulip from a different repo/branch
57
57
ZULIP_GIT_URL : https://github.com/zulip/zulip.git
58
- ZULIP_GIT_REF : " 10.1 "
58
+ ZULIP_GIT_REF : " 10.2 "
59
59
# # Set this up if you plan to use your own CA certificate bundle for building
60
60
# CUSTOM_CA_CERTIFICATES:
61
61
ports :
Original file line number Diff line number Diff line change
1
+ ## [ 0.10.2] - 2025-04-15
2
+
3
+ - Update to Zulip Server 10.2
4
+
1
5
## [ 0.10.1] - 2025-03-28
2
6
3
7
- Update to Zulip Server 10.1
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
7
7
# # incremented each time you make changes to the chart and its
8
8
# # templates, including the app version. Versions are expected to
9
9
# # follow Semantic Versioning (https://semver.org/)
10
- version : 0.10.1
10
+ version : 0.10.2
11
11
12
12
# # This is the version number of the application being deployed. This
13
13
# # version number should be incremented each time you make changes to
14
14
# # the application. Versions are not expected to follow Semantic
15
15
# # Versioning. They should reflect the version the application is
16
16
# # using. It is recommended to use it with quotes.
17
- appVersion : " 10.1 -0"
17
+ appVersion : " 10.2 -0"
18
18
dependencies :
19
19
- name : memcached
20
20
repository : oci://registry-1.docker.io/bitnamicharts
Original file line number Diff line number Diff line change 1
1
# Zulip
2
2
3
- ![ Version: 0.10.1 ] ( https://img.shields.io/badge/Version-0.10.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 10.1 -0] ( https://img.shields.io/badge/AppVersion-10.1 --0-informational?style=flat-square )
3
+ ![ Version: 0.10.2 ] ( https://img.shields.io/badge/Version-0.10.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 10.2 -0] ( https://img.shields.io/badge/AppVersion-10.2 --0-informational?style=flat-square )
4
4
5
5
[ Zulip] ( https://zulip.com/ ) is an open source threaded team chat that helps teams stay productive and focused.
6
6
@@ -72,7 +72,7 @@ Now you're ready to follow [the installation instructions above](#installation).
72
72
| fullnameOverride | string | ` "" ` | |
73
73
| image.pullPolicy | string | ` "IfNotPresent" ` | |
74
74
| image.repository | string | ` "zulip/docker-zulip" ` | |
75
- | image.tag | string | ` "10.1 -0" ` | |
75
+ | image.tag | string | ` "10.2 -0" ` | |
76
76
| imagePullSecrets | list | ` [] ` | |
77
77
| ingress.annotations | object | ` {} ` | |
78
78
| ingress.enabled | bool | ` false ` | |
Original file line number Diff line number Diff line change 17
17
# # Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
18
18
pullPolicy : IfNotPresent
19
19
# # Zulip image tag (immutable tags are recommended)
20
- tag : " 10.1 -0"
20
+ tag : " 10.2 -0"
21
21
22
22
# # Global Docker registry secret names as an array.
23
23
imagePullSecrets : []
Original file line number Diff line number Diff line change 86
86
- name : postgresql-persistent-storage
87
87
mountPath : /var/lib/postgresql/data
88
88
- name : zulip
89
- image : zulip/docker-zulip:10.1 -0
89
+ image : zulip/docker-zulip:10.2 -0
90
90
resources :
91
91
limits :
92
92
cpu : 100m
You can’t perform that action at this time.
0 commit comments