v0.7.0-alpha1
Pre-release
Pre-release
What's Changed
- chore(deps): Bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #331
- docs: add SPDX license identifier by @leogr in #330
- update(output): complete rework of the output system by @alacuku in #335
- chore(deps): Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #336
- update(cmd): remove redundant configuration for error handling by @alacuku in #337
- chore(deps): Bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible by @dependabot in #338
- fix(oci/puller): do not omit previous errors when returning them by @alacuku in #339
- new(cmd): add artifact config command by @alacuku in #340
- fix(tests): wait for registry to accept connections before running tests by @alacuku in #342
- update(Makefile): do not error if file does not exist when running clean target by @alacuku in #341
- chore(Makefile): enforce SPDX license header in Makefile
fmt
target. by @FedeDP in #345 - chore(deps): Bump github.com/sigstore/cosign/v2 from 2.1.1 to 2.2.1 by @dependabot in #347
- bugpatching issue 344 vulnerabilities including GHSA-m425-mq94-257g by @cschp in #346
- feat(artifact/config): fetch config layer for a specific platform by @alacuku in #349
- tests(artifact/config): add new tests for the --platform flag by @alacuku in #350
- new(artifact/manifest): add manifest command by @alacuku in #351
- new: driver command by @FedeDP in #343
- chore(deps): Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in #352
- new(pkg/driver): added tests for driver distros implementations. by @FedeDP in #355
- new(cmd,internal/utils,pkg/driver): use correct
engine.kind
config key by @FedeDP in #357
New Contributors
Full Changelog: v0.6.2...v0.7.0-alpha1