upgrade: docker-compose version to 1.29.2 (#1050)

This commit is contained in:
Burak Yigit Kaya 2021-08-04 22:44:35 +03:00 committed by GitHub
parent e17faecd10
commit 93078f052d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)