Skip to content

Commit 93078f0

Browse files
authored
upgrade: docker-compose version to 1.29.2 (#1050)
1 parent e17faec commit 93078f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "release/**"
1010
pull_request:
1111
env:
12-
DOCKER_COMPOSE_VERSION: 1.24.1
12+
DOCKER_COMPOSE_VERSION: 1.29.2
1313
defaults:
1414
run:
1515
shell: bash

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- 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.
66
- fix: Fix `curl` image to version 7.77.0
7+
- upgrade: docker-compose version to 1.29.2
78

89
## 21.7.0
910

@@ -24,4 +25,3 @@
2425
## 21.6.0
2526

2627
- feat: Add healthchecks for redis, memcached and postgres (#975)
27-

0 commit comments

Comments
 (0)