From 133adff8b928345e40e3a4d7f1b787697b8be2e8 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Fri, 1 Apr 2022 23:05:05 -0700 Subject: [PATCH] Update versions for Zulip Server 5.1. --- Dockerfile | 2 +- README.md | 6 +++--- docker-compose.yml | 4 ++-- kubernetes/zulip-rc.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac7aea8..df55985 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,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=5.0-rc2 +ARG ZULIP_GIT_REF=5.1 RUN git clone "$ZULIP_GIT_URL" && \ cd zulip && \ diff --git a/README.md b/README.md index bca5aaa..ca1df16 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulip.com) ([GitHub](https://github.com/zulip/zulip)) in [production][prod-overview]. Image available from: -* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:5.0-0`) +* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:5.1-0`) -Current Zulip version: `5.0` -Current Docker image version: `5.0-0` +Current Zulip version: `5.1` +Current Docker image version: `5.1-0` Project status: **Alpha**. While this project works and is used by many sites in production, configuring is substantially more diff --git a/docker-compose.yml b/docker-compose.yml index 121243d..0e7117b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,13 +47,13 @@ services: volumes: - "/opt/docker/zulip/redis:/data:rw" zulip: - image: "zulip/docker-zulip:5.0-0" + image: "zulip/docker-zulip:5.1-0" 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: "5.0" + ZULIP_GIT_REF: "5.1" # Set this up if you plan to use your own CA certificate bundle for building # CUSTOM_CA_CERTIFICATES: ports: diff --git a/kubernetes/zulip-rc.yml b/kubernetes/zulip-rc.yml index 230e467..662822c 100644 --- a/kubernetes/zulip-rc.yml +++ b/kubernetes/zulip-rc.yml @@ -86,7 +86,7 @@ spec: - name: postgresql-persistent-storage mountPath: /var/lib/postgresql - name: zulip - image: zulip/docker-zulip:5.0-0 + image: zulip/docker-zulip:5.1-0 resources: limits: cpu: 100m