Skip to content

Commit

Permalink
release notes for v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apenella committed Aug 5, 2024
1 parent a201476 commit 030ce82
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# CHANGELOG

## [0.9.0]
## [0.9.0] - 2024-08-05

### Changed

- Upgraded to Go 1.22
- Update Docker-dind image used for testing from docker:28.0-dind to docker:27.1-dind
- 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.
- Bumps github.com/go-git/go-git/v5 from v5.11.0 to v5.12.0
- Bumps github.com/spf13/afero from v1.10.0 to v1.11.0
- Bumps golang.org/x/net from 0.19.0 to 0.23.0.
- In the release.yaml workflow, update the action actions/checkout from v3 to v4
- 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
- In the release.yaml workflow, update the action goreleaser/goreleaser-action from v6 to v6
- Replace github.com/docker/distribution from v2.8.3+incompatible to github.com/distribution/reference v0.6.0
- Update Docker-dind image used for testing from docker:28.0-dind to docker:27.1-dind

## [0.8.4] - 2024-03-26

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This library not only handles Docker registry authentication but also prepares t
To install the latest stable version of go-docker-builder, run the following command:

```sh
go get -u github.com/apenella/go-docker-builder@v0.8.4
go get -u github.com/apenella/go-docker-builder@v0.9.0
```

## Use cases
Expand Down
9 changes: 5 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# RELEASE NOTES

## [0.9.0]

### Changed
## [0.9.0] - 2024-08-05

- Upgraded to Go 1.22
- Update Docker-dind image used for testing from docker:28.0-dind to docker:27.1-dind
- 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.
- Bumps github.com/go-git/go-git/v5 from v5.11.0 to v5.12.0
- Bumps github.com/spf13/afero from v1.10.0 to v1.11.0
- Bumps golang.org/x/net from 0.19.0 to 0.23.0.
- In the release.yaml workflow, update the action actions/checkout from v3 to v4
- 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
- In the release.yaml workflow, update the action goreleaser/goreleaser-action from v6 to v6
- Replace github.com/docker/distribution from v2.8.3+incompatible to github.com/distribution/reference v0.6.0
- Update Docker-dind image used for testing from docker:28.0-dind to docker:27.1-dind

0 comments on commit 030ce82

Please sign in to comment.