Skip to content

Commit 65461b5

Browse files
committed
Release 9.1-3 packaging update.
1 parent 76afe5f commit 65461b5

File tree

7 files changed

+15
-11
lines changed

7 files changed

+15
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulip.com)
66
([GitHub](https://github.com/zulip/zulip)) in
77
[production][prod-overview]. Image available from:
88

9-
- [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:9.1-2`)
9+
- [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:9.1-3`)
1010

1111
Current Zulip version: `9.1`
12-
Current Docker image version: `9.1-2`
12+
Current Docker image version: `9.1-3`
1313

1414
Project status: **Alpha**. While this project works and is
1515
used by many sites in production, configuring is substantially more

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
volumes:
5050
- "redis:/data:rw"
5151
zulip:
52-
image: "zulip/docker-zulip:9.1-2"
52+
image: "zulip/docker-zulip:9.1-3"
5353
restart: unless-stopped
5454
build:
5555
context: .

kubernetes/chart/zulip/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
## [0.9.12] - 2024-08=28
1+
## [0.9.13] - 2024-09-09
2+
3+
- More thoroughly remove the `ubuntu` user
4+
5+
## [0.9.12] - 2024-09-09
26

37
- Fix consistent user-ID for `zulip` user
48

5-
## [0.9.11] - 2024-08=28
9+
## [0.9.11] - 2024-08-28
610

711
- Packaging updates for Docker
812

kubernetes/chart/zulip/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ icon: https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zuli
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 0.9.12
9+
version: 0.9.13
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application. Versions are not expected to
1313
# follow Semantic Versioning. They should reflect the version the application is using.
1414
# It is recommended to use it with quotes.
15-
appVersion: "9.1-2"
15+
appVersion: "9.1-3"
1616
dependencies:
1717
- name: memcached
1818
repository: https://charts.bitnami.com/bitnami

kubernetes/chart/zulip/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Zulip
22

3-
![Version: 0.9.12](https://img.shields.io/badge/Version-0.9.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.1-2](https://img.shields.io/badge/AppVersion-9.1--2-informational?style=flat-square)
3+
![Version: 0.9.13](https://img.shields.io/badge/Version-0.9.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.1-3](https://img.shields.io/badge/AppVersion-9.1--3-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 | `""` | Fully override common.names.fullname template. |
7373
| image.pullPolicy | string | `"IfNotPresent"` | Pull policy for Zulip docker image. Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images |
7474
| image.repository | string | `"zulip/docker-zulip"` | Defaults to hub.docker.com/zulip/docker-zulip, but can be overwritten with a full HTTPS address. |
75-
| image.tag | string | `"9.1-2"` | Zulip image tag (immutable tags are recommended) |
75+
| image.tag | string | `"9.1-3"` | Zulip image tag (immutable tags are recommended) |
7676
| imagePullSecrets | list | `[]` | Global Docker registry secret names as an array. |
7777
| ingress.annotations | object | `{}` | Can be used to add custom Ingress annotations. |
7878
| ingress.enabled | bool | `false` | Enable this to use an Ingress to reach the Zulip service. |

kubernetes/chart/zulip/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ image:
1515
# Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
1616
pullPolicy: IfNotPresent
1717
# -- Zulip image tag (immutable tags are recommended)
18-
tag: "9.1-2"
18+
tag: "9.1-3"
1919

2020
# -- Global Docker registry secret names as an array.
2121
imagePullSecrets: []

kubernetes/manual/zulip-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
- name: postgresql-persistent-storage
8787
mountPath: /var/lib/postgresql
8888
- name: zulip
89-
image: zulip/docker-zulip:9.1-2
89+
image: zulip/docker-zulip:9.1-3
9090
resources:
9191
limits:
9292
cpu: 100m

0 commit comments

Comments
 (0)