k8s: Run prettier over CHANGELOG.md.

This commit is contained in:
Alex Vandiver
2022-06-21 13:36:54 -07:00
parent b824d13093
commit ba94d52905

View File

@@ -1,28 +1,29 @@
## [0.3.0] - 2022-04-21
* Update dependencies:
- Update dependencies:
* Helm charts:
- Helm charts:
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | memcached | 6.0.16 |
| Repository | Name | Version |
| ---------------------------------- | ---------- | ------- |
| https://charts.bitnami.com/bitnami | memcached | 6.0.16 |
| https://charts.bitnami.com/bitnami | postgresql | 11.1.22 |
| https://charts.bitnami.com/bitnami | rabbitmq | 8.32.0 |
| https://charts.bitnami.com/bitnami | redis | 16.8.7 |
| https://charts.bitnami.com/bitnami | rabbitmq | 8.32.0 |
| https://charts.bitnami.com/bitnami | redis | 16.8.7 |
* Update postgres 10 to postgres 14
* Update Zulip 4.7 to 5.2
* Remove autoscaling code
* Remove readiness probe because its function is the same as the liveness probe
- Update postgres 10 to postgres 14
- Update Zulip 4.7 to 5.2
- Remove autoscaling code
- Remove readiness probe because its function is the same as the liveness probe
## [0.2.0] - 2021-11-22
* Use dependency charts from the Bitnami repository for Memcached, Rabbitmq,
- Use dependency charts from the Bitnami repository for Memcached, Rabbitmq,
Redis and PostgreSQL
* Use a StatefulSet instead of a Deployment
* Add the possibility to run postSetup scripts
- Use a StatefulSet instead of a Deployment
- Add the possibility to run postSetup scripts
## [0.1.0] - 2020-12-30
* First version of helm chart created
- First version of helm chart created