Commit Graph

145 Commits

Author SHA1 Message Date
Anders Kaseorg
55465f9a8d Update to Zulip Server 9.3.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-11-23 18:24:17 -08:00
Tim Abbott
bbbbbd139c yaml: Use consistent comment styling.
This follows Zulip's current convention for sysadmin-facing template
files that prose are prefixed by ##, while code to be uncommented is
prefixed by a single #.
2024-11-19 11:55:31 -08:00
Mikael Schirén
f445fc5fa1 helm: Update README to reflect recent changes. 2024-10-15 13:48:31 -07:00
Alex Vandiver
c9d1b79e94 docker-compose: Switch rabbitmq image to the latest 3.12 point release.
This aligns better with the version of rabbitmq-server (3.12.1) that
is in Ubuntu 24.04.  Choosing the latest point-release of that same
series addresses bugs while maintaining feature parity.
2024-10-08 15:37:04 -04:00
Mikael Schirén
652a1e6bbc helm: Add sidebar support with an example. 2024-09-26 11:25:30 -07:00
Mikael Schirén
3a0e5dea18 helm: Add storageclass to values.
This is already present in the template.
2024-09-26 11:23:21 -07:00
Mikael Schirén
6361d301c0 helm: Use templates in NOTES.txt for better advice.
This logic is should give the correct Zulip URL in a wider range of 
configurations.
2024-09-25 15:46:40 -07:00
Mikael Schirén
0aac179db6 helm: Update outdated dependencies. 2024-09-25 15:39:58 -07:00
Alex Vandiver
c7113f59b4 Update to Zulip Server 9.2. 2024-09-16 13:17:19 -04:00
Alex Vandiver
65461b5f53 Release 9.1-3 packaging update. 2024-09-09 16:34:51 -04:00
Alex Vandiver
e6b60181d8 Release 9.1-2 packaging update. 2024-09-09 14:33:35 -04:00
Alex Vandiver
6a75497a17 Release 9.1-1 packaging update. 2024-08-31 01:11:23 -04:00
Anders Kaseorg
7a44691c3e Update to Zulip Server 9.1.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-08-02 17:15:02 -07:00
Anders Kaseorg
2ba03787bf Update to Zulip Server 9.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-07-25 13:43:40 -07:00
Alex Vandiver
ae83441434 Update to Zulip Server 8.4. 2024-05-09 14:46:01 -04:00
Alex Vandiver
d8c0fadb3b Release 8.3-1 packaging update. 2024-04-18 11:02:38 -04:00
Alex Vandiver
cd7692a7e6 Update to Zulip Server 8.3. 2024-03-20 00:06:42 -04:00
Anders Kaseorg
624b474df0 Update to Zulip Server 8.2.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-02-16 15:41:08 -08:00
Anders Kaseorg
1110d95139 Update to Zulip Server 8.1.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-01-24 18:25:26 -08:00
Anders Kaseorg
70f9457a39 Correct helm chart changelog.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-01-24 18:24:59 -08:00
Anders Kaseorg
8e716c245f Update to Zulip Server 8.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-12-15 11:33:49 -08:00
Alex Vandiver
d5334ddca5 Update to Zulip Server 7.5. 2023-11-17 08:24:52 -05:00
Alex Vandiver
4a5261a7df Update to Zulip Server 7.4. 2023-09-15 21:00:13 -04:00
Alex Vandiver
98d48a0f6c Update to Zulip Server 7.3. 2023-08-25 14:48:23 -04:00
Alex Vandiver
14839b99b6 Update to Zulip Server 7.2. 2023-07-05 16:26:33 -04:00
Alex Vandiver
e818755a47 Update to Zulip Server 7.1. 2023-06-13 14:22:52 -04:00
Tim Abbott
72828ae076 Update to Zulip Server 7.0. 2023-05-31 09:04:32 -07:00
Alex Vandiver
58fd28d0b5 Update to Zulip Server 6.2. 2023-05-19 16:20:26 -04:00
Alex Vandiver
ba2ae48cc1 Update to Zulip Server 6.1. 2023-01-23 13:26:41 -05:00
maltokyo
0f0488a9d8 Update to Zulip Server 6.0. 2022-12-07 11:21:44 -05:00
Alex Vandiver
65f33b502f helm: Regenerate with helm-docs. 2022-11-16 15:14:55 -05:00
Alex Vandiver
6d3b6fb64a Update Helm chart to 0.4.0 with Zulip Server 5.7. 2022-11-16 10:52:32 -05:00
Anders Kaseorg
b1661d1a49 Update versions for Zulip Server 5.6.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-08-24 16:40:10 -07:00
Anders Kaseorg
6b1464b62f Update versions for Zulip Server 5.5.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-07-21 18:13:41 -07:00
Alex Vandiver
d2cd253b38 Update versions for Zulip Server 5.4. 2022-07-11 23:57:59 -07:00
Alex Vandiver
4bdfa82456 Update versions for Zulip Server 5.3. 2022-06-21 14:15:49 -07:00
Alex Vandiver
ba94d52905 k8s: Run prettier over CHANGELOG.md. 2022-06-21 13:36:54 -07:00
Gergo Torcsvari
26c0b812e8 Add helm chart
A helm chart is added for the installation of Zulip into Kubernetes
clusters. The chart is based on a version of PR #287, but contains
significant changes.

The chart depends on Bitnami helm charts for the installation of
Memcached, Postgresql, Rabbitmq and Redis.

The chart includes the possibility to add `postSetup` scripts which
are mounted to `/data/post-setup.d` and executed by the docker-zulip
Docker container.

More information can be found in the chart's README in
kubernetes/chart/zulip/README.md
2022-05-10 17:45:49 -07:00
Alex Vandiver
461360d332 Update versions for Zulip Server 5.2. 2022-05-04 11:22:42 -07:00
Alex Vandiver
133adff8b9 Update versions for Zulip Server 5.1. 2022-04-01 23:05:05 -07:00
Alex Vandiver
5ca15b51c7 Update versions for Zulip Server 5.0. 2022-03-29 10:54:40 -07:00
Alex Vandiver
c53d0dc19f Update versions for Zulip Server 4.11. 2022-03-15 14:07:28 -07:00
Mateusz Mandera
33393706fd k8s: Set up correct secure configuration for the memcached container.
This is important for security of the container and mimics how we do it
in docker-compose.
2022-03-09 09:52:38 -08:00
Mateusz Mandera
71e98e021c k8s: Set redis password when setting up the container.
A password needs to be set or Zulip is unable to connect to redis.
This is how docker-compose handles this as well.
2022-03-09 09:52:38 -08:00
Mateusz Mandera
188e08f009 k8s: Update redis and memcached images used.
The quai.io repo has outdated, insecure versions.
We can just use redis/memcached:alpine like in docker-compose.
2022-03-09 09:52:38 -08:00
Alex Vandiver
fafaa9d019 Update versions for Zulip Server 4.10. 2022-02-25 13:55:45 -08:00
Alex Vandiver
139e60a00f Update versions for Zulip Server 4.9. 2022-01-24 18:33:04 -08:00
Alex Vandiver
e683bcb286 k8s: Add a missing SETTING_ prefix for push bouncer config. 2022-01-10 14:24:38 -08:00
Alex Vandiver
a8d13a0c66 Release 4.8-1.
Due to a Docker caching bug, 4.8-0 was mistakenly built off of `main`,
not the `4.8` tag.
2021-12-09 13:03:53 -08:00
Alex Vandiver
e57a391e4b Update versions for Zulip Server 4.8. 2021-12-01 15:49:45 -08:00