diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a33ea1..282537a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: - "release/**" pull_request: env: - DOCKER_COMPOSE_VERSION: 1.24.1 + DOCKER_COMPOSE_VERSION: 1.29.2 defaults: run: shell: bash diff --git a/CHANGELOG.md b/CHANGELOG.md index bd03a88..31d829c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - feat: Support custom CA roots ([#27062](https://github.com/getsentry/sentry/pull/27062)), see the [docs](https://develop.sentry.dev/self-hosted/custom-ca-roots/) for more details. - fix: Fix `curl` image to version 7.77.0 +- upgrade: docker-compose version to 1.29.2 ## 21.7.0 @@ -24,4 +25,3 @@ ## 21.6.0 - feat: Add healthchecks for redis, memcached and postgres (#975) -