Skip to content

Commit 030ce82

Browse files
committed
release notes for v0.9.0
1 parent a201476 commit 030ce82

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
# CHANGELOG
22

3-
## [0.9.0]
3+
## [0.9.0] - 2024-08-05
44

55
### Changed
66

77
- Upgraded to Go 1.22
8-
- Update Docker-dind image used for testing from docker:28.0-dind to docker:27.1-dind
98
- 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.
109
- Bumps github.com/go-git/go-git/v5 from v5.11.0 to v5.12.0
1110
- Bumps github.com/spf13/afero from v1.10.0 to v1.11.0
1211
- 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
1315
- 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
1417

1518
## [0.8.4] - 2024-03-26
1619

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This library not only handles Docker registry authentication but also prepares t
3232
To install the latest stable version of go-docker-builder, run the following command:
3333

3434
```sh
35-
go get -u github.com/apenella/go-docker-builder@v0.8.4
35+
go get -u github.com/apenella/go-docker-builder@v0.9.0
3636
```
3737

3838
## Use cases

RELEASE_NOTES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# RELEASE NOTES
22

3-
## [0.9.0]
4-
5-
### Changed
3+
## [0.9.0] - 2024-08-05
64

75
- Upgraded to Go 1.22
8-
- Update Docker-dind image used for testing from docker:28.0-dind to docker:27.1-dind
96
- 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.
107
- Bumps github.com/go-git/go-git/v5 from v5.11.0 to v5.12.0
118
- Bumps github.com/spf13/afero from v1.10.0 to v1.11.0
129
- 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
1313
- 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

Comments
 (0)