Releases: chainguard-dev/apko
Releases · chainguard-dev/apko
Release v0.11.3
What's Changed
- build(deps): bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible by @dependabot in #939
- cleanup: remove unused flags by @imjasonh in #942
- use forked alpine-go in go-apk by @imjasonh in #943
- update go-apk dependency by @imjasonh in #952
- build(deps): bump go.opentelemetry.io/otel from 1.19.0 to 1.20.0 by @dependabot in #951
- build(deps): bump github.com/sigstore/cosign/v2 from 2.2.0 to 2.2.1 by @dependabot in #949
- build(deps): bump golang.org/x/term from 0.13.0 to 0.14.0 by @dependabot in #950
- build(deps): bump sigstore/cosign-installer from 3.1.2 to 3.2.0 by @dependabot in #948
- Try to approximate ~ in apko dot by @jonjohnsonjr in #955
- Drop cloud keychains by @jonjohnsonjr in #732
- Create release.md by @imjasonh in #956
- build(deps): bump sigs.k8s.io/release-utils from 0.7.6 to 0.7.7 by @dependabot in #954
- build(deps): bump github/codeql-action from 2.22.5 to 2.22.6 by @dependabot in #953
Full Changelog: v0.11.2...v0.11.3
Release v0.11.2
What's Changed
- build(deps): bump sigs.k8s.io/release-utils from 0.7.5 to 0.7.6 by @dependabot in #937
- build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 by @dependabot in #938
- Bump go-apk to fix solver by @jonjohnsonjr in #940
- Update NEWS.md for v0.11.2 by @jonjohnsonjr in #941
Full Changelog: v0.11.1...v0.11.2
Release v0.11.1
Changes from 0.11.0 to 0.11.1
Add JSON tags to ImageConfiguration types: #933
Pass UID and GID mapping to the tarball writer: #932
Full diff: https://github.com/chainguard-dev/apko/compare/v0.11.0..v0.11.1
Release v0.11.0
Release v0.10.0
What's Changed
- Add otel spans by @jonjohnsonjr in #783
- Bump go-apk dep to pick up otel spans by @jonjohnsonjr in #789
- Switch from pargzip to pgzip by @jonjohnsonjr in #782
- Bump go-apk to pick up faster installs by @jonjohnsonjr in #790
- Add 4MiB bufio for pgzip by @jonjohnsonjr in #793
- Bump go-apk by @jonjohnsonjr in #795
- report error when cannot create apkimpl object by @deitch in #796
- work with no cache when cache-dir is not set and HOME is not set by @deitch in #797
- bump go-apk by @joemiller in #798
- Don't compute layer hash twice by @jonjohnsonjr in #800
- Pull in the latest changes to go-apk by @mattmoor in #802
- when setting SOURCE_DATE_EPOCH, ensure string is not blank by @deitch in #803
- Remove unused executor package by @jonjohnsonjr in #812
- Add a test to verify no output changes by @jonjohnsonjr in #814
- Remove buildImplementation by @jonjohnsonjr in #813
- Remove WantSBOM and GenerateSBOM by @jonjohnsonjr in #816
- Add a test to catch SBOM changes by @jonjohnsonjr in #819
- Stop exposing build.Context fields by @jonjohnsonjr in #820
- Inline apk package (mostly) to use go-apk directly by @jonjohnsonjr in #821
- Split publishing and loading by @jonjohnsonjr in #731
- Remove sbom generator indirection by @jonjohnsonjr in #823
- restore handling of packageTag CLI flags for publish by @deitch in #825
- fix --workdir by @deitch in #830
New Contributors
- @joemiller made their first contribution in #798
Full Changelog: v0.9.0...v0.10.0
Release v0.9.0
Release v0.8.0
Release v0.7.3
Release v0.7.2
Changelog
- ed0f4bc goreleaser: add missing --yes for releases