Release 9.1-3 packaging update.

This commit is contained in:
Alex Vandiver
2024-09-09 16:34:51 -04:00
parent 76afe5fb46
commit 65461b5f53
7 changed files with 15 additions and 11 deletions

View File

@@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulip.com)
([GitHub](https://github.com/zulip/zulip)) in ([GitHub](https://github.com/zulip/zulip)) in
[production][prod-overview]. Image available from: [production][prod-overview]. Image available from:
- [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:9.1-2`) - [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:9.1-3`)
Current Zulip version: `9.1` Current Zulip version: `9.1`
Current Docker image version: `9.1-2` Current Docker image version: `9.1-3`
Project status: **Alpha**. While this project works and is Project status: **Alpha**. While this project works and is
used by many sites in production, configuring is substantially more used by many sites in production, configuring is substantially more

View File

@@ -49,7 +49,7 @@ services:
volumes: volumes:
- "redis:/data:rw" - "redis:/data:rw"
zulip: zulip:
image: "zulip/docker-zulip:9.1-2" image: "zulip/docker-zulip:9.1-3"
restart: unless-stopped restart: unless-stopped
build: build:
context: . context: .

View File

@@ -1,8 +1,12 @@
## [0.9.12] - 2024-08=28 ## [0.9.13] - 2024-09-09
- More thoroughly remove the `ubuntu` user
## [0.9.12] - 2024-09-09
- Fix consistent user-ID for `zulip` user - Fix consistent user-ID for `zulip` user
## [0.9.11] - 2024-08=28 ## [0.9.11] - 2024-08-28
- Packaging updates for Docker - Packaging updates for Docker

View File

@@ -6,13 +6,13 @@ icon: https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zuli
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.9.12 version: 0.9.13
# This is the version number of the application being deployed. This version number should be # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "9.1-2" appVersion: "9.1-3"
dependencies: dependencies:
- name: memcached - name: memcached
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami

View File

@@ -1,6 +1,6 @@
# Zulip # Zulip
![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) ![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)
[Zulip](https://zulip.com/) is an open source threaded team chat that helps teams stay productive and focused. [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 | `""` | Fully override common.names.fullname template. | | fullnameOverride | string | `""` | Fully override common.names.fullname template. |
| image.pullPolicy | string | `"IfNotPresent"` | Pull policy for Zulip docker image. Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images | | image.pullPolicy | string | `"IfNotPresent"` | Pull policy for Zulip docker image. Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images |
| image.repository | string | `"zulip/docker-zulip"` | Defaults to hub.docker.com/zulip/docker-zulip, but can be overwritten with a full HTTPS address. | | image.repository | string | `"zulip/docker-zulip"` | Defaults to hub.docker.com/zulip/docker-zulip, but can be overwritten with a full HTTPS address. |
| image.tag | string | `"9.1-2"` | Zulip image tag (immutable tags are recommended) | | image.tag | string | `"9.1-3"` | Zulip image tag (immutable tags are recommended) |
| imagePullSecrets | list | `[]` | Global Docker registry secret names as an array. | | imagePullSecrets | list | `[]` | Global Docker registry secret names as an array. |
| ingress.annotations | object | `{}` | Can be used to add custom Ingress annotations. | | ingress.annotations | object | `{}` | Can be used to add custom Ingress annotations. |
| ingress.enabled | bool | `false` | Enable this to use an Ingress to reach the Zulip service. | | ingress.enabled | bool | `false` | Enable this to use an Ingress to reach the Zulip service. |

View File

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

View File

@@ -86,7 +86,7 @@ spec:
- name: postgresql-persistent-storage - name: postgresql-persistent-storage
mountPath: /var/lib/postgresql mountPath: /var/lib/postgresql
- name: zulip - name: zulip
image: zulip/docker-zulip:9.1-2 image: zulip/docker-zulip:9.1-3
resources: resources:
limits: limits:
cpu: 100m cpu: 100m