You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,19 @@
1
1
# CHANGELOG
2
2
3
-
## [0.9.0]
3
+
## [0.9.0] - 2024-08-05
4
4
5
5
### Changed
6
6
7
7
- Upgraded to Go 1.22
8
-
- Update Docker-dind image used for testing from docker:28.0-dind to docker:27.1-dind
9
8
- Bumps github.com/docker/docker from 24.0.9+incompatible to v27.1.1+incompatible. With this change, the Go client Docker Engine API types packages must be updated to the latest version.
10
9
- Bumps github.com/go-git/go-git/v5 from v5.11.0 to v5.12.0
11
10
- Bumps github.com/spf13/afero from v1.10.0 to v1.11.0
12
11
- Bumps golang.org/x/net from 0.19.0 to 0.23.0.
12
+
- In the release.yaml workflow, update the action actions/checkout from v3 to v4
13
+
- In the release.yaml workflow, update the action actions/setup-go from v3 to v5, and update the Go version from 1.19 to 1.22
14
+
- In the release.yaml workflow, update the action goreleaser/goreleaser-action from v6 to v6
13
15
- Replace github.com/docker/distribution from v2.8.3+incompatible to github.com/distribution/reference v0.6.0
16
+
- Update Docker-dind image used for testing from docker:28.0-dind to docker:27.1-dind
- Update Docker-dind image used for testing from docker:28.0-dind to docker:27.1-dind
9
6
- Bumps github.com/docker/docker from 24.0.9+incompatible to v27.1.1+incompatible. With this change, the Go client Docker Engine API types packages must be updated to the latest version.
10
7
- Bumps github.com/go-git/go-git/v5 from v5.11.0 to v5.12.0
11
8
- Bumps github.com/spf13/afero from v1.10.0 to v1.11.0
12
9
- Bumps golang.org/x/net from 0.19.0 to 0.23.0.
10
+
- In the release.yaml workflow, update the action actions/checkout from v3 to v4
11
+
- In the release.yaml workflow, update the action actions/setup-go from v3 to v5, and update the Go version from 1.19 to 1.22
12
+
- In the release.yaml workflow, update the action goreleaser/goreleaser-action from v6 to v6
13
13
- Replace github.com/docker/distribution from v2.8.3+incompatible to github.com/distribution/reference v0.6.0
14
+
- Update Docker-dind image used for testing from docker:28.0-dind to docker:27.1-dind
0 commit comments