Skip to content

v0.17

Latest

Choose a tag to compare

@estebanreyl estebanreyl released this 05 Nov 23:17
775a037

Features

  • Added --include-locked flag to purge command ([#479](#479))
  • Honored --ago cutoff when purging untagged manifests ([#517](#517))
  • Migrated golangci-lint to v2.3.1 ([#496](#496))

Bug Fixes

  • Fixed lint errors caused by new purge flag ([#483](#483))
  • Improved purge logic for untagged manifests ([#532](#532))

Maintenance & Dependencies

  • Updated Go to 1.24.4 → 1.24.6 → 1.25.0
  • Bumped dependencies: docker/cli, spf13/cobra, stretchr/testify, pond/v2
  • Updated GitHub Actions and security tools (codeql-action, harden-runner, dependency-review, setup-go, upload-artifact, scorecard)
  • Updated CODEOWNERS file ([#533](#533))

See detailed release notes below

What's Changed

  • chore: update golang to 1.24.4 by @northtyphoon in #472
  • chore(deps): bump oss/go/microsoft/golang from 1.24.4-fips-azurelinux3.0 to 1.24.5-fips-azurelinux3.0 by @dependabot[bot] in #474
  • chore(deps): bump github.com/docker/cli from 28.3.0+incompatible to 28.3.2+incompatible by @dependabot[bot] in #475
  • chore: update golang to 1.24.5 by @northtyphoon in #476
  • chore(deps): bump step-security/harden-runner from 2.12.2 to 2.13.0 by @dependabot[bot] in #478
  • chore(deps): bump github.com/alitto/pond/v2 from 2.4.0 to 2.5.0 by @dependabot[bot] in #477
  • feat(purge): add --include-locked flag to purge command by @balcsida in #479
  • fix: lint errors caused by #479 by @balcsida in #483
  • chore(deps): bump github/codeql-action from 3.29.2 to 3.29.4 by @dependabot[bot] in #482
  • chore(deps): bump github.com/docker/cli from 28.3.2+incompatible to 28.3.3+incompatible by @dependabot[bot] in #484
  • chore(deps): bump github/codeql-action from 3.29.4 to 3.29.5 by @dependabot[bot] in #485
  • chore(deps): bump github/codeql-action from 3.29.7 to 3.29.8 by @dependabot[bot] in #488
  • chore(deps): bump oss/go/microsoft/golang from 1.24.5-fips-azurelinux3.0 to 1.24.6-fips-azurelinux3.0 by @dependabot[bot] in #487
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #492
  • chore: update golang to 1.24.6 by @northtyphoon in #490
  • chore(deps): bump oss/go/microsoft/golang from 1.24.6-fips-azurelinux3.0 to 1.25.0-fips-azurelinux3.0 by @dependabot[bot] in #494
  • chore(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 by @dependabot[bot] in #497
  • chore(deps): bump github/codeql-action from 3.29.8 to 3.29.10 by @dependabot[bot] in #498
  • feat: migrate golangci-lint to v2.3.1 by @balcsida in #496
  • chore(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.2 by @dependabot[bot] in #499
  • chore(deps): bump github/codeql-action from 3.29.10 to 3.29.11 by @dependabot[bot] in #502
  • chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #503
  • chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #506
  • chore(deps): bump actions/dependency-review-action from 4.7.2 to 4.7.3 by @dependabot[bot] in #505
  • chore(deps): bump github/codeql-action from 3.29.11 to 3.30.0 by @dependabot[bot] in #507
  • chore(deps): bump github.com/docker/cli from 28.3.3+incompatible to 28.5.0+incompatible by @dependabot[bot] in #522
  • chore(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #520
  • chore(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 by @dependabot[bot] in #518
  • chore(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #509
  • chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #508
  • chore(deps): bump github/codeql-action from 3.30.0 to 4.30.9 by @dependabot[bot] in #528
  • chore(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 by @dependabot[bot] in #527
  • chore(deps): bump step-security/harden-runner from 2.13.0 to 2.13.1 by @dependabot[bot] in #513
  • chore(deps): bump github.com/docker/cli from 28.5.0+incompatible to 28.5.1+incompatible by @dependabot[bot] in #525
  • feat: honor --ago cutoff when purging untagged manifests by @balcsida in #517
  • chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #530
  • chore: update CODEOWNERS by @FeynmanZhou in #533
  • chore(deps): bump step-security/harden-runner from 2.13.1 to 2.13.2 by @dependabot[bot] in #534
  • fix(purge): untagged ago improvements by @estebanreyl in #532
  • chore(deps): bump github/codeql-action from 4.30.9 to 4.31.2 by @dependabot[bot] in #531

New Contributors

Full Changelog: v0.16...v0.17