Alex Vandiver
22f90023e9
Update versions for Zulip Server 5.7.
5.7-0
2022-11-16 10:52:06 -05:00
Matt Keller
6fe46d19e1
Add a section on updating postgresql to 14.
...
Tweaked and confirmed version of the galexrt section below it.
2022-11-04 11:19:16 -07:00
Anders Kaseorg
b1661d1a49
Update versions for Zulip Server 5.6.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
5.6-0
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 >
5.5-0
2022-07-21 18:13:41 -07:00
Alex Vandiver
d2cd253b38
Update versions for Zulip Server 5.4.
5.4-0
2022-07-11 23:57:59 -07:00
Alex Vandiver
4bdfa82456
Update versions for Zulip Server 5.3.
5.3-0
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
Kevin Köllmann
b824d13093
Fix missing BACKUP_FILE variable missing in basename command
2022-06-02 12:23:02 -07:00
Kevin Köllmann
454193ced5
Fix usage of date command
2022-06-02 12:23:02 -07:00
Kevin Köllmann
be5ee98004
Fix path to entrypoint script in mail command
2022-06-02 12:23:02 -07:00
Ben
e2503cd4c9
Add a setting for load balancer IPs.
2022-06-02 14:01:24 -04: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.
5.2-0
2022-05-04 11:22:42 -07:00
Alex Vandiver
133adff8b9
Update versions for Zulip Server 5.1.
5.1-0
2022-04-01 23:05:05 -07:00
Alex Vandiver
5ca15b51c7
Update versions for Zulip Server 5.0.
5.0-0
2022-03-29 10:54:40 -07:00
Maarten de Waard
6300fb4700
config: Add SOCIAL_AUTH_OIDC_ENABLED_IDPS.
...
`SOCIAL_AUTH_OIDC_ENABLED_IDPS` is a dict; add it to the list of
settings that are not strings.
2022-03-21 11:22:02 -04:00
Mateusz Mandera
6d6a822274
Fix "--build-args" -> "--build-arg" typo in a comment.
...
The argument is --build-arg.
2022-03-18 17:50:33 -07:00
Alex Vandiver
c53d0dc19f
Update versions for Zulip Server 4.11.
4.11-0
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.
4.10-0
2022-02-25 13:55:45 -08:00
Alex Vandiver
139e60a00f
Update versions for Zulip Server 4.9.
4.9-0
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
9a83790bd4
Use deploy hook directory for certbot.
...
The change in flag name is necessary after zulip/zulip#20512 .
2021-12-10 14:15:53 -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.
4.8-1
2021-12-09 13:03:53 -08:00
Lorenzo Milesi
4b20fa5e1e
Write AUTH_LDAP_GLOBAL_OPTIONS as array.
...
This is required for connecting to a LDAPS server without validating certificators:
```
SETTING_AUTH_LDAP_GLOBAL_OPTIONS: "{ ldap.OPT_X_TLS_REQUIRE_CERT: ldap.OPT_X_TLS_NEVER }"
```
Using `SETTING_AUTH_LDAP_CONNECTION_OPTIONS` doesn't work.
2021-12-07 15:24:33 -08:00
Alex Vandiver
ee46776043
Update puppet class for renaming in Zulip 4.0.
2021-12-01 16:10:48 -08:00
Alex Vandiver
e57a391e4b
Update versions for Zulip Server 4.8.
4.8-0
2021-12-01 15:49:45 -08:00
Alex Vandiver
f680f3a8a0
Update versions for Zulip Server 4.7.
4.7-0
2021-10-04 14:08:04 -07:00
Anders Kaseorg
97962023d7
Update versions for Zulip Server 4.6.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
4.6-0
2021-09-23 16:44:05 -07:00
Gus Hahn-Powell
feec4ded42
SETTINGS -> SETTING
...
The accepted prefix is `SETTING_` (not `SETTINGS_`)
2021-08-30 11:14:55 -07:00
Anders Kaseorg
d5c139beb4
Merge tag '4.5-0'
2021-08-04 16:19:57 -07:00
Erik Tews
cb4fb05cba
Clarify path for settings files with manual configuration.
...
The configuration files need to be placed in
`/opt/docker/zulip/zulip/settings/etc-zulip` so that Zulip will pick
them up properly. This commit clarifies that in the README.md file.
2021-08-02 15:46:01 -07:00
Tim Abbott
cabc5a802a
Update versions for Zulip Server 4.5.
4.5-0
2021-07-25 16:07:50 -07:00
Alex Vandiver
1dfda3b903
Update versions for Zulip Server 4.4.
4.4-0
2021-07-22 16:59:36 -07:00
Alex Dehnert
6d0e462541
README: Typo fixes.
2021-06-29 12:05:35 -07:00
Anders Kaseorg
be53890ac5
Update versions for Zulip Server 4.3.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
4.3-0
2021-06-03 13:12:42 -07:00
Jens Willmer
b2add609a4
Remove unnecessary zulip-rabbit hostname.
...
As discussed in #195 , `hostname` field is not necessary and just confusing.
2021-05-23 15:23:52 -07:00
Anders Kaseorg
c4b85f96b6
Update versions for Zulip Server 4.2.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
4.2-0
2021-05-13 22:11:00 -07:00
Anders Kaseorg
39c7a94be5
Update versions for Zulip Server 4.0.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
4.0-0
2021-05-13 16:28:53 -07:00
Flávio Siqueira Prado
ce072f459f
settings: Configure LDAP group settings as arrays.
...
Currently LDAP group settings are being treat as string, they should be treated as array
so we could configure it correctly while executing on `docker` or `kubernetes`.
2021-05-05 10:59:48 -07:00
Jennifer Hwang
43438bf84d
Add plumbing for new queue_workers_multiprocess setting.
2021-04-25 08:32:18 -07:00
Alex Vandiver
9b7c0dba91
Update version for Zulip Server 3.4.
3.4-0
2021-04-14 12:13:36 -07:00
Tim Abbott
c3f0431c9f
docs: Create FUNDING.yml.
2021-04-08 06:31:50 -07:00
Anders Kaseorg
de2af08a1e
Set SKIP_VENV_SHELL_WARNING=1.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
2021-03-23 14:38:55 -07:00
Anders Kaseorg
a82b2c037e
Fix ZULIP_GIT_REF to be a string, not a YAML float.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
2021-03-23 14:38:55 -07:00
Jennifer Hwang
f484835267
Update Ubuntu base to 20.04. ( #290 )
2021-03-23 14:38:33 -07:00
Anders Kaseorg
d483d0759a
Update versions for Zulip Server 3.3.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com >
3.3-0
2020-12-01 13:55:48 -08:00
ppenguin
cd02e6612d
entrypoint: Add postgres port to entrypoint config script.
...
This is required to use docker-zulip with an existing postgres instance on a port other than 5432.
Co-authored-by: Jeroen Versteeg <jv@1nnovat.io >
2020-11-02 17:40:00 -08:00