Releases: apenella/go-docker-builder
Releases · apenella/go-docker-builder
v0.10.0
v0.9.0
RELEASE NOTES
[0.9.0] - 2024-08-05
- Upgraded to Go 1.22
- 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
v0.8.4
RELEASE NOTES
[0.8.4]
Changed
- Bumps github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible.
v0.8.3
RELEASE NOTES
[0.8.3] - 2024-01-09
Changed
- Bumps github.com/cloudflare/circl from 1.3.3 to 1.3.7.
v0.8.2
RELEASE NOTES
[0.8.2] - 2024-01-03
Changed
- Bumps github.com/go-git/go-git/v5 from 5.10.0 to 5.11.0.
v0.8.1
RELEASE NOTES
[0.8.1] - 2023-20-12
Changed
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0
v0.8.0
RELEASE NOTES
[0.8.0] - 2023-27-01
Fixed
- Fixed a bug that caused the library returns an error when the build context contains a symlink.
Changed
- On the examples, start the client container once and execute actions on it.
- Bump github.com/docker/docker from v20.10+incompatible to v24.0.7+incompatible
- Bump github.com/docker/distribution from v2.8.2+incompatible to v2.8.3+incompatible
- Bump github.com/go-git/go-git/v5 from v5.6.1 to v5.10.0
- Bump github.com/spf13/afero from v1.9.5 to v1.10.0
- Bump github.com/stretchr/testify from v1.8.2 to v1.8.4
v0.7.8
RELEASE NOTES
[0.7.8]
Fixed
- On build use case, WithPullParentImage set to true ImageBuildOptions.PullParent
- On copy use case, set the remove after push parameter
v0.7.7
RELEASE NOTES
[0.7.7]
Fixed
- Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible
- Bump github.com/cloudflare/circl from 1.3.2 to 1.3.3 (indirect dependency)
v0.7.5
RELEASE NOTES
[0.7.5]
Fixed
- Revert github.com/docker/docker to v20.10.23+incompatible to fix compatibility with Docker API 1.41