Skip to content

Commit 3414262

Browse files
authored
Merge pull request #1390 from semaphoreci/changelog-january-23
changelog-january-23
2 parents 50fd1f1 + 815af95 commit 3414262

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

docs/ci-cd-environment/ubuntu-20.04-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ Refer to the documentation of associated libraries when configuring your project
7676

7777
Docker toolset is installed and the following versions are available:
7878

79-
- Docker 25.0.0
79+
- Docker 24.0.7
8080
- Docker-compose 1.29.2 (used as `docker-compose --version`)
81-
- Docker-compose 2.24.1 (used as `docker compose version`)
81+
- Docker-compose 2.24.2 (used as `docker compose version`)
8282
- Docker-buildx 0.12.1
8383
- Docker-machine 0.16.2
8484
- Dockerize 0.7.0

docs/ci-cd-environment/ubuntu-22.04-arm-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Refer to the documentation of associated libraries when configuring your project
8282

8383
Docker toolset is installed and the following versions are available:
8484

85-
- Docker 25.0.0
86-
- Docker-compose 2.24.1 (used as `docker compose version`)
85+
- Docker 24.0.7
86+
- Docker-compose 2.24.2 (used as `docker compose version`)
8787
- Docker-buildx 0.12.1
8888
- Docker-machine 0.16.2
8989
- Dockerize 0.7.0

docs/ci-cd-environment/ubuntu-22.04-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Refer to the documentation of associated libraries when configuring your project
8080

8181
Docker toolset is installed and the following versions are available:
8282

83-
- Docker 25.0.0
83+
- Docker 24.0.7
8484
- Docker-compose 1.29.2 (used as `docker-compose --version`)
85-
- Docker-compose 2.24.1 (used as `docker compose version`)
85+
- Docker-compose 2.24.2 (used as `docker compose version`)
8686
- Docker-buildx 0.12.1
8787
- Docker-machine 0.16.2
8888
- Dockerize 0.7.0

docs/reference/semaphore-changelog.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Thank you for using Semaphore!
88
We continuously deploy changes that improve our product for our customers.
99
This page is updated on a weekly basis.
1010

11+
### January 23, 2024
12+
13+
**For Ubuntu 20.04, Ubuntu 22.04 and Ubuntu 22.04 ARM images**
14+
15+
**(Downgraded)** Downgraded packages:
16+
- Docker 25.0.0 -> 24.0.7
17+
18+
**(Updated)** Updated packages:
19+
- Docker-compose 2.24.1 -> 2.24.2
20+
21+
1122
### Week of January 22, 2024
1223

1324
**(Improved) Ubuntu 20.04 image update**
@@ -28,7 +39,7 @@ This page is updated on a weekly basis.
2839
- Azure-cli 2.55.0 -> 2.56.0
2940
- Bazel 7.0.0 -> 7.0.1
3041
- Containerd.io 1.6.26 -> 1.6.27
31-
- Docker 24.0.7 -> 25.0.0
42+
~~- Docker 24.0.7 -> 25.0.0~~
3243
- Docker-compose 2.23.3 -> 2.24.1
3344
- Docker-buildx 0.11.2 -> 0.12.1
3445
- Doctl 1.101.0 -> 1.102.0
@@ -65,7 +76,7 @@ To learn more about this image, check our [Ubuntu 20.04 page](https://docs.semap
6576
- Azure-cli 2.55.0 -> 2.56.0
6677
- Bazel 7.0.0 -> 7.0.1
6778
- Containerd.io 1.6.26 -> 1.6.27
68-
- Docker 24.0.7 -> 25.0.0
79+
~~- Docker 24.0.7 -> 25.0.0~~
6980
- Docker-compose 2.23.3 -> 2.24.1
7081
- Docker-buildx 0.11.2 -> 0.12.1
7182
- Doctl 1.101.0 -> 1.102.0
@@ -103,7 +114,7 @@ To learn more about this image, check our [Ubuntu 22.04 page](https://docs.semap
103114
- Azure-cli 2.55.0 -> 2.56.0
104115
- Bazel 7.0.0 -> 7.0.1
105116
- Containerd.io 1.6.26 -> 1.6.27
106-
- Docker 24.0.7 -> 25.0.0
117+
~~- Docker 24.0.7 -> 25.0.0~~
107118
- Docker-compose 2.23.3 -> 2.24.1
108119
- Docker-buildx 0.11.2 -> 0.12.1
109120
- Doctl 1.101.0 -> 1.102.0

0 commit comments

Comments
 (0)