Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apko for openSUSE:Factory checked in at 2024-05-10 12:05:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apko (Old) and /work/SRC/openSUSE:Factory/.apko.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apko" Fri May 10 12:05:04 2024 rev:7 rq:1172957 version:0.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/apko/apko.changes 2024-01-16 21:37:37.291679439 +0100 +++ /work/SRC/openSUSE:Factory/.apko.new.1880/apko.changes 2024-05-10 12:05:58.871323236 +0200 @@ -1,0 +2,121 @@ +Thu May 09 15:48:25 UTC 2024 - [email protected] + +- Update to version 0.14.1: + * default supplier to Chainguard + * fix: remove default supplier for index SBOMs + * build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 + * build(deps): bump step-security/harden-runner from 2.7.0 to + 2.7.1 + * build(deps): bump golangci/golangci-lint-action from 5.0.0 to + 5.1.0 + * build(deps): bump github/codeql-action from 3.25.2 to 3.25.3 + * build(deps): bump go.opentelemetry.io/otel from 1.25.0 to + 1.26.0 + * build(deps): bump golangci/golangci-lint-action from 4.0.0 to + 5.0.0 + * build(deps): bump actions/checkout from 4.1.3 to 4.1.4 + * build(deps): bump github/codeql-action from 3.25.1 to 3.25.2 + * build(deps): bump actions/checkout from 4.1.2 to 4.1.3 + * Parse apkindex only once during initialization + * Comment fix + * Refresh make generate + * feat(user): Allow overriding the default shell + * Update sbom-aarch64.spdx.json + * spdx: remove more mentions of files + * build(deps): bump golang.org/x/net in the go_modules group + * Run build script for apko examples if such exists + * Prepare the script to be run as part of github workflow + * Fix golangci-lint + * build(deps): bump github/codeql-action from 3.25.0 to 3.25.1 + * build(deps): bump github/codeql-action from 3.24.10 to 3.25.0 + * Add example for building on top of base + * Update pkg/build/types/image_configuration.go + * Update internal/cli/build.go + * Address part of the comments from review round 1 + * build(deps): bump github.com/sigstore/cosign/v2 from 2.2.3 to + 2.2.4 + * build(deps): bump sigstore/cosign-installer from 3.4.0 to 3.5.0 + * Improve getImageForArch - nested index support and lookup of + arch in config + * Build and lock support for base image + * Build and lock support for base image + * Build and lock support for base image + * build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 + * build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 + * build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 + * build(deps): bump go.opentelemetry.io/otel from 1.24.0 to + 1.25.0 + * build(deps): bump sigs.k8s.io/release-utils from 0.8.0 to 0.8.1 + * build(deps): bump sigs.k8s.io/release-utils from 0.7.7 to 0.8.0 + * build(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to + 5.12.0 + * Add testdata for apko on top of base image + * build(deps): bump github/codeql-action from 3.24.8 to 3.24.9 + * build(deps): bump github.com/charmbracelet/log + * more tests + * fix golden tests + * fix test + * try to fix this test + * ignore Files when generating SBOMs + * build(deps): bump github.com/docker/docker + * build(deps): bump github/codeql-action from 3.24.7 to 3.24.8 + * build(deps): bump github.com/google/go-containerregistry + * Add more spans around potentially slow ops + * build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 + * Add Harden Runner audit configs + * build(deps): bump actions/checkout from 4.1.1 to 4.1.2 + * build(deps): bump k8s.io/apimachinery from 0.28.3 to 0.29.2 + * Bump go-apk + * build(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to + 2.6.3 + * build(deps): bump github.com/stretchr/testify from 1.8.4 to + 1.9.0 + * build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 + * Bump go-apk + * build(deps): bump go.opentelemetry.io/otel from 1.22.0 to + 1.24.0 + * build(deps): bump github/codeql-action from 3.23.2 to 3.24.5 + * Store checksum of apko-config in the lock-file to detect + changes in origin. + * Drop creating group log + * Allow apko dot to be cancelled + * build(deps): bump golangci/golangci-lint-action from 3.7.0 to + 4.0.0 + * Make sure we clean up after ourselves + * Preserve APK hardlinks + * build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 + * build(deps): bump github.com/chainguard-dev/clog from 1.3.0 to + 1.3.1 + * go mod tidy + * fix repro test + * pick up go-apk changes + * move some logs to debug, avoid duplicate work/logs + * Cancel context on interrupt signal + * go mod tidy + * use charmlog @ head to get levels" + * support log-level flag + * Plumb ctx through daemon package + * use charm logger + * build(deps): bump github.com/chainguard-dev/clog + * build(deps): bump github.com/google/go-containerregistry + * build(deps): bump github.com/sigstore/cosign/v2 from 2.2.1 to + 2.2.3 + * build(deps): bump sigstore/cosign-installer from 3.2.0 to 3.4.0 + * Make apko dot show errors + * build(deps): bump github/codeql-action from 2.22.6 to 3.23.2 + * build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 + +------------------------------------------------------------------- +Wed Jan 31 14:20:12 UTC 2024 - [email protected] + +- Update to version 0.14.0: + * Bump go-apk to pick up new solver behavior + * Plumb offline flags around more + * Audit workflow permissions (#1017) + * Add test and trailing new line to `apko.lock.json` files. + * simplify logging to use slog + * remove unused MarkDeprecated + * remove unused AdditionalTags method + * drop deprecated options field + +------------------------------------------------------------------- Old: ---- apko-0.13.3.obscpio New: ---- apko-0.14.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apko.spec ++++++ --- /var/tmp/diff_new_pack.ThvMb3/_old 2024-05-10 12:06:02.383451210 +0200 +++ /var/tmp/diff_new_pack.ThvMb3/_new 2024-05-10 12:06:02.395451647 +0200 @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: apko -Version: 0.13.3 +Version: 0.14.1 Release: 0 Summary: Build OCI images from APK packages directly without Dockerfile License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ThvMb3/_old 2024-05-10 12:06:02.563457768 +0200 +++ /var/tmp/diff_new_pack.ThvMb3/_new 2024-05-10 12:06:02.603459226 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/chainguard-dev/apko</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.13.3</param> + <param name="revision">v0.14.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ThvMb3/_old 2024-05-10 12:06:02.799466368 +0200 +++ /var/tmp/diff_new_pack.ThvMb3/_new 2024-05-10 12:06:02.831467534 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/chainguard-dev/apko</param> - <param name="changesrevision">93abcfc724bce5abcf40ad525292d45257710c84</param></service></servicedata> + <param name="changesrevision">91e5c5e1baf31e19f6d3af3b0b6b81f849ce81da</param></service></servicedata> (No newline at EOF) ++++++ apko-0.13.3.obscpio -> apko-0.14.1.obscpio ++++++ ++++ 7091 lines of diff (skipped) ++++++ apko.obsinfo ++++++ --- /var/tmp/diff_new_pack.ThvMb3/_old 2024-05-10 12:06:03.279483858 +0200 +++ /var/tmp/diff_new_pack.ThvMb3/_new 2024-05-10 12:06:03.283484004 +0200 @@ -1,5 +1,5 @@ name: apko -version: 0.13.3 -mtime: 1704850873 -commit: 93abcfc724bce5abcf40ad525292d45257710c84 +version: 0.14.1 +mtime: 1715092580 +commit: 91e5c5e1baf31e19f6d3af3b0b6b81f849ce81da ++++++ vendor.tar.gz ++++++ ++++ 76001 lines of diff (skipped)
