taiga-docker/CHANGELOG.md

89 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2021-01-12 17:07:18 +01:00
# Changelog
2024-04-03 21:30:33 +02:00
## 6.8.1 (Unreleased)
2024-02-12 13:12:07 +01:00
- ...
2024-04-03 21:30:33 +02:00
## 6.8.0 (2024-04-03)
- Compatible with Taiga 6.8.0
2024-02-12 13:12:07 +01:00
## 6.7.2 (2024-02-12)
- Add some missed settings (email service and instance domain) to docker-compose-inits.yml
## 6.7.1 (2023-08-08)
- Fixes high CPU peaks for rabbitmq services
2023-03-06 13:53:53 +01:00
2023-06-12 11:48:50 +02:00
## 6.7.0 (2023-06-12)
- Compatible with Taiga 6.7.0
2023-03-06 13:53:53 +01:00
## 6.6.0 (2023-03-06)
2021-09-06 08:54:14 +02:00
- New .env based configuration docker
- Control services startup based on healthchecks
2023-03-06 10:35:07 +01:00
- Thanks to @tibroc for adding hostnames to rabbitmq services
2023-03-06 13:53:53 +01:00
- Thanks to @ralfyang for updating shell scripts to use latest docker version
2021-09-06 08:54:14 +02:00
2022-01-24 12:41:12 +01:00
## 6.5.0 (2022-01-24)
- Compatible with Taiga 6.5.0
2021-09-06 08:54:14 +02:00
## 6.4.0 (2021-09-06)
2021-08-10 07:59:13 +02:00
2021-07-13 17:26:10 +02:00
- Serve Taiga in subpath
2021-08-10 07:59:13 +02:00
## 6.3.0 (2021-08-10)
2021-05-04 12:43:52 +02:00
- Temporary fix specifying latest valid image of RabbitMQ (issue #tg-4700)
2021-05-04 12:43:52 +02:00
2021-07-15 17:31:25 +02:00
## 6.2.2 (2021-07-15)
- Compatible with Taiga 6.2.2
2021-06-22 12:38:07 +02:00
## 6.2.1 (2021-06-22)
- Compatible with Taiga 6.2.1
2021-06-09 16:29:45 +02:00
## 6.2.0 (2021-06-09)
- Compatible with Taiga 6.2.0
2021-05-18 16:35:08 +02:00
## 6.1.1 (2021-05-18)
- Compatible with Taiga 6.1.1
2021-05-04 12:43:52 +02:00
## 6.1.0 (2021-05-04)
2021-02-12 14:14:28 +01:00
2021-04-29 15:26:51 +02:00
- Update github templates
2021-02-12 14:14:28 +01:00
2021-04-05 11:37:14 +02:00
## 6.0.4 (2021-04-06)
- Add named volumes for rabbit services
- Improve docker configuration with `POSTGRES_PORT`.
2021-02-19 14:15:48 +01:00
## 6.0.3 (2021-02-22)
2021-02-12 14:14:28 +01:00
2021-02-19 14:15:48 +01:00
- Improve docker configuration with `EVENTS_PUSH_BACKEND_URL` and `CELERY_BROKER_URL` variables. Thanks to @ginuerzh.
- Simplify and improve docker configuration
2021-02-12 14:14:28 +01:00
## 6.0.2 (2021-02-15)
Add `ENABLE_SLACK`, `ENABLE_GITHUB_AUTH` and `ENABLE_GITLAB_AUTH` environment variables
2021-02-12 14:14:28 +01:00
## 6.0.1 (2021-02-08)
2021-02-05 12:35:52 +01:00
Adatp to latest
2021-02-12 14:14:28 +01:00
## 6.0.0 (2021-02-02)
2021-01-12 17:07:18 +01:00
### Features
- main `docker-compose.yml` for Taiga installation
- `docker-compose-inits.yml` to run `python manage.py` with docker-compose