Update to Zulip Server 10.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-03-20 14:27:15 -07:00
parent 619cf22353
commit 3677a238d3
7 changed files with 16 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ WORKDIR /home/zulip
# You can specify these in docker-compose.yml or with
# docker build --build-arg "ZULIP_GIT_REF=git_branch_name" .
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
ARG ZULIP_GIT_REF=9.4
ARG ZULIP_GIT_REF=10.0
RUN git clone "$ZULIP_GIT_URL" && \
cd zulip && \
@@ -38,9 +38,8 @@ WORKDIR /home/zulip/zulip
ARG CUSTOM_CA_CERTIFICATES
# Finally, we provision the development environment and build a release tarball
RUN SKIP_VENV_SHELL_WARNING=1 ./tools/provision --build-release-tarball-only
RUN . /srv/zulip-py3-venv/bin/activate && \
./tools/build-release-tarball docker && \
RUN SKIP_VENV_SHELL_WARNING=1 ./tools/provision --build-release-tarball-only && \
uv run --no-sync ./tools/build-release-tarball docker && \
mv /tmp/tmp.*/zulip-server-docker.tar.gz /tmp/zulip-server-docker.tar.gz

View File

@@ -8,11 +8,11 @@
Hub](https://hub.docker.com/r/zulip/docker-zulip):
```console
$ docker pull zulip/docker-zulip:9.4-0
$ docker pull zulip/docker-zulip:10.0-0
```
Current Zulip version: `9.4`
Current Docker image version: `9.4-0`
Current Zulip version: `10.0`
Current Docker image version: `10.0-0`
We recommend using the Docker image if your organization has a
preference for deploying services using Docker. Deploying with Docker

View File

@@ -27,7 +27,7 @@ services:
MEMCACHED_SASL_PWDB: "/home/memcache/memcached-sasl-db"
MEMCACHED_PASSWORD: "REPLACE_WITH_SECURE_MEMCACHED_PASSWORD"
rabbitmq:
image: "rabbitmq:3.12.14"
image: "rabbitmq:4.0.7"
restart: unless-stopped
environment:
RABBITMQ_DEFAULT_USER: "zulip"
@@ -48,14 +48,14 @@ services:
volumes:
- "redis:/data:rw"
zulip:
image: "zulip/docker-zulip:9.4-0"
image: "zulip/docker-zulip:10.0-0"
restart: unless-stopped
build:
context: .
args:
## Change these if you want to build zulip from a different repo/branch
ZULIP_GIT_URL: https://github.com/zulip/zulip.git
ZULIP_GIT_REF: "9.4"
ZULIP_GIT_REF: "10.0"
## Set this up if you plan to use your own CA certificate bundle for building
# CUSTOM_CA_CERTIFICATES:
ports:

View File

@@ -7,14 +7,14 @@ icon: https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zuli
## incremented each time you make changes to the chart and its
## templates, including the app version. Versions are expected to
## follow Semantic Versioning (https://semver.org/)
version: 0.9.40
version: 0.10.0
## This is the version number of the application being deployed. This
## version number should be incremented each time you make changes to
## the application. Versions are not expected to follow Semantic
## Versioning. They should reflect the version the application is
## using. It is recommended to use it with quotes.
appVersion: "9.4-0"
appVersion: "10.0-0"
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts

View File

@@ -1,6 +1,6 @@
# Zulip
![Version: 0.9.40](https://img.shields.io/badge/Version-0.9.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4-0](https://img.shields.io/badge/AppVersion-9.4--0-informational?style=flat-square)
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.0-0](https://img.shields.io/badge/AppVersion-10.0--0-informational?style=flat-square)
[Zulip](https://zulip.com/) is an open source threaded team chat that helps teams stay productive and focused.
@@ -72,7 +72,7 @@ Now you're ready to follow [the installation instructions above](#installation).
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"zulip/docker-zulip"` | |
| image.tag | string | `"9.4-0"` | |
| image.tag | string | `"10.0-0"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |

View File

@@ -17,7 +17,7 @@ image:
## Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
pullPolicy: IfNotPresent
## Zulip image tag (immutable tags are recommended)
tag: "9.4-0"
tag: "10.0-0"
## Global Docker registry secret names as an array.
imagePullSecrets: []

View File

@@ -56,7 +56,7 @@ spec:
cpu: 75m
memory: 768Mi
- name: rabbitmq
image: rabbitmq:3.12.14
image: rabbitmq:4.0.7
resources:
limits:
cpu: 75m
@@ -86,7 +86,7 @@ spec:
- name: postgresql-persistent-storage
mountPath: /var/lib/postgresql/data
- name: zulip
image: zulip/docker-zulip:9.4-0
image: zulip/docker-zulip:10.0-0
resources:
limits:
cpu: 100m