Commit Graph

828 Commits

Author SHA1 Message Date
Alex Vandiver
3a6c3a47ac Update to Zulip Server 11.1. 11.1-0 2025-09-11 14:28:46 -04:00
Anders Kaseorg
cb9b5ca496 Update to Zulip Server 11.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
11.0-0
2025-08-13 16:44:35 -07:00
Alex Vandiver
a043d68b2d email_server: Open port 25 and document EMAIL_GATEWAY_PATTERN. 2025-08-11 11:35:06 -07:00
Tim Abbott
6a05ce7f86 Update to Zulip Server 10.4. 10.4-0 2025-07-02 12:00:29 -07:00
Anders Kaseorg
d42f8e3b7a Update to Zulip Server 10.3.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
10.3-0
2025-05-15 15:48:12 -07:00
Guspan Tanadi
a7c8323752 yaml: Update comments docs links 2025-05-15 15:46:32 -07:00
TSTECH
dd5de6069b Fix for LOADBALANCER_IPS line
Line 98 contained a comma after LOADBALANCER_IPS: ""

When utilizing this feature YAML does not allow trailing commas for key-value pairs causing docker compose commands to fail (likely just a typo).
2025-05-15 15:45:44 -07:00
Anders Kaseorg
2de3b6a0af Update to Zulip Server 10.2.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
10.2-0
2025-04-15 23:52:16 -07:00
Anders Kaseorg
042ee46242 Update to Zulip Server 10.1.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
10.1-0
2025-03-28 18:04:15 -07:00
Anders Kaseorg
3677a238d3 Update to Zulip Server 10.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
10.0-0
2025-03-20 14:27:15 -07:00
Anders Kaseorg
619cf22353 Revert "Update path used to activate venv."
This reverts commit 431933def3.

We cannot change this yet, as we’re still on 9.4.  (Also it should use
`uv run`.)

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2025-03-10 13:34:38 -07:00
Mateusz Mandera
431933def3 Update path used to activate venv.
Needs to be updated due to
d7556b4060
2025-03-10 13:13:00 -07:00
Mateusz Mandera
fd42606aae Update stale "master" branch references to "main".
We renamed master->main a long time ago.
2025-03-08 16:41:38 -08:00
Mateusz Mandera
0d712d5151 entrypoint: Fix confusing output string about migrations.
"Migrating Zulip to new version" sounds very general and unclear about
what step is actually happening - easy to even confuse with a full
server upgrade being run. This should be explicit that this is about db
migrations.
2025-03-08 16:41:11 -08:00
Anders Kaseorg
0ab4061d1b Unset HOME for supervisord.
This matches the way systemd would run supervisord, and avoids
problems with uv finding the cache location.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2025-03-05 13:20:11 -08:00
Igor Loskutov
9386092828 docker-compose.yml SETTINGS_ env var family typo 2025-02-13 02:23:13 +08:00
Alex Vandiver
ab5b7460b6 k8s: Fix PostgreSQL mountpoint of manual k8s config. 2025-01-21 10:44:46 -05:00
Alex Vandiver
b6ae16e640 Update to Zulip Server 9.4. 9.4-0 2025-01-16 17:46:12 +00:00
Alessandro Ogier
bde1d6bb31 kubernetes: Configure HTTPS when not DISABLE_HTTPS. 2025-01-16 09:15:32 -08:00
Guspan Tanadi
bbacfbc601 README: Update link to main backups documentation. 2025-01-16 09:12:43 -08:00
Tim Abbott
88a1b56db0 github: Tweak testing discussion for PR template. 2024-12-11 11:21:22 -08:00
Alex Vandiver
520c562853 README: Expand some words. 2024-12-04 09:44:51 -08:00
Alex Vandiver
9a6611802b README: Fix casing. 2024-12-04 09:44:51 -08:00
Alex Vandiver
3c068d5636 README: Fix typos. 2024-12-04 09:44:51 -08:00
Anders Kaseorg
0b54bdad47 README: Delete stray U+FFFC OBJECT REPLACEMENT CHARACTER.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-11-28 19:11:06 -08:00
Anders Kaseorg
8e13f88002 README: Fix stray backtick typo.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-11-26 13:04:36 -08:00
Anders Kaseorg
0aad23fc42 Merge remote-tracking branch 'origin' 2024-11-26 13:03:36 -08:00
Tim Abbott
8715b982f4 github: Add a zulip/zulip style pull request template.
Hopefully this will help improve the communication quality of pull
requests to this project.
2024-11-25 10:26:42 -08:00
Anders Kaseorg
55465f9a8d Update to Zulip Server 9.3.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
9.3-0
2024-11-23 18:24:17 -08:00
Tim Abbott
2c7ee35ddd README: Document LDAP limitations.
Fixes #344.
2024-11-19 11:55:31 -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
Tim Abbott
14b1f0b49e docker-compose: Rework comment style and document uploads.
Double-quote comments like we have in prod_settings_template.py seem
clearer, and it seems useful to have explicit documentation of the
uploads syntax.

Fixes #394.
2024-11-19 11:55:31 -08:00
Tim Abbott
58c6b26346 README: Rewrite with better organization, remove alpha label.
This hasn't been alpha software for a long time, and we should stop
procrastinating on further more improvements.

Fixes #400, since part of this editing clarified that detail a bit
more.
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
Tim Abbott
4b82662b64 README: Make organization creation have a section heading.
This should make it harder to miss, which apparently does happen with
the current placement under management commands.

Note also that we add missing quoting.

Fixes #331.
2024-09-25 17:56:49 -07:00
Tim Abbott
2de76865d2 docker-compose: Improve documentation of configuration options.
Also mention LOADBALANCER_IPS in a comment, since we've had a number
of folks tripped up by not discovering it.

Fixes #449.
2024-09-25 17:01:56 -07:00
Isaac van Bakel
e9ed26ccdb entrypoint: Fix type of LDAP_SYNCHRONIZED_GROUPS_BY_REALM.
This variable value needs to be a complex array, so it needs the same
exemption as some other variables in `entrypoint.sh`.

Co-authored-by: Isaac van Bakel <isaac.vanbakel@inf.ethz.ch>
2024-09-25 15:54:44 -07:00
sev
6e0c3a8633 entrypoint.sh: Recognize SCIM_CONFIG key as array.
Technically, it's a dictionary, but that's the type used for all of
these complex settings in this file.
2024-09-25 15:52:22 -07:00
Guspan Tanadi
167720eb1f README: Update outdated links. 2024-09-25 15:48:35 -07:00
Florent Lévigne
90a6561ce5 settings: Update push notifications settings for 9.x. 2024-09-25 15:47:27 -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
f44200d23b entrypoint: Add app:init command to initialize with running server.
This can be useful for initializing a container as a separate step from running it
in production.
2024-09-25 15:42:45 -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. 9.2-0 2024-09-16 13:17:19 -04:00
Alex Vandiver
d1f424b1cf Update default NGINX_MAX_UPLOAD_SIZE to match code Zulip.
See zulip/zulip@419f163906.
2024-09-11 12:08:36 -04:00
Alex Vandiver
65461b5f53 Release 9.1-3 packaging update. 9.1-3 2024-09-09 16:34:51 -04:00
Alex Vandiver
76afe5fb46 Shift "ubuntu" user removal to base build. 2024-09-09 16:31:38 -04:00