What's Changed
Other
- build(deps): bump k8s.io/apimachinery from 0.33.0 to 0.33.1 by @dependabot[bot] in #1513
- Revert "drop -m flag" to fix empty SBOM generation in
v0.18.0by @0xiso in #1514 - build(deps): bump github.com/google/go-containerregistry from 0.20.4-0.20250225234217-098045d5e61f to 0.20.4 by @dependabot[bot] in #1516
- build(deps): bump sigs.k8s.io/kind from 0.27.0 to 0.29.0 by @dependabot[bot] in #1517
- build(deps): bump github.com/google/go-containerregistry from 0.20.4 to 0.20.5 by @dependabot[bot] in #1518
- Update ko version used in CI by @maboehm in #1501
- build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot[bot] in #1522
- build(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 by @dependabot[bot] in #1521
- build(deps): bump github.com/google/go-containerregistry from 0.20.5 to 0.20.6 by @dependabot[bot] in #1527
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #1529
- build(deps): bump github.com/sigstore/cosign/v2 from 2.5.0 to 2.5.1 by @dependabot[bot] in #1530
- build(deps): bump github.com/sigstore/cosign/v2 from 2.5.1 to 2.5.2 by @dependabot[bot] in #1531
- build(deps): bump k8s.io/apimachinery from 0.33.1 to 0.33.2 by @dependabot[bot] in #1532
- build(deps): bump github.com/docker/docker from 28.2.2+incompatible to 28.3.0+incompatible by @dependabot[bot] in #1533
- build(deps): bump github.com/docker/docker from 28.3.0+incompatible to 28.3.1+incompatible by @dependabot[bot] in #1535
- build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 by @dependabot[bot] in #1537
- build(deps): bump github.com/docker/docker from 28.3.1+incompatible to 28.3.2+incompatible by @dependabot[bot] in #1538
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #1540
- build(deps): bump k8s.io/apimachinery from 0.33.2 to 0.33.3 by @dependabot[bot] in #1541
- build(deps): bump github.com/sigstore/cosign/v2 from 2.5.2 to 2.5.3 by @dependabot[bot] in #1542
- bump cosign and rekor to HEAD to fix cve for go-chi/chi dep by @cpanato in #1547
- build(deps): bump golang.org/x/tools from 0.34.0 to 0.36.0 by @dependabot[bot] in #1546
- build(deps): bump github.com/docker/docker from 28.3.2+incompatible to 28.3.3+incompatible by @dependabot[bot] in #1544
- build(deps): bump k8s.io/apimachinery from 0.33.3 to 0.33.4 by @dependabot[bot] in #1549
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #1551
- build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #1553
- build(deps): bump sigs.k8s.io/kind from 0.29.0 to 0.30.0 by @dependabot[bot] in #1552
- build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #1555
- build(deps): bump github.com/docker/docker from 28.3.3+incompatible to 28.4.0+incompatible by @dependabot[bot] in #1556
- build(deps): bump golang.org/x/tools from 0.36.0 to 0.37.0 by @dependabot[bot] in #1561
- Update go-chi by @gcemaj in #1567
- build(deps): bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in #1559
- build(deps): bump github.com/docker/docker from 28.4.0+incompatible to 28.5.0+incompatible by @dependabot[bot] in #1570
- build(deps): bump golang.org/x/tools from 0.37.0 to 0.38.0 by @dependabot[bot] in #1573
- build(deps): bump github.com/docker/docker from 28.5.0+incompatible to 28.5.1+incompatible by @dependabot[bot] in #1572
- Split stdout and stderr when running go env by @DrJosh9000 in #1574
- build(deps): bump github.com/docker/docker from 28.5.1+incompatible to 28.5.2+incompatible by @dependabot[bot] in #1575
- build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 by @dependabot[bot] in #1576
- build(deps): bump github.com/awslabs/amazon-ecr-credential-helper/ecr-login from 0.10.1 to 0.11.0 by @dependabot[bot] in #1577
- build(deps): bump golang.org/x/tools from 0.38.0 to 0.39.0 by @dependabot[bot] in #1579
- build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 by @dependabot[bot] in #1581
- build(deps): bump github.com/google/go-containerregistry from 0.20.6 to 0.20.7 by @dependabot[bot] in #1582
- build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #1583
- build(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 by @dependabot[bot] in #1586
- build(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0 by @dependabot[bot] in #1585
- update labelsNode to match new labels interface in kube 1.34 by @ecordell in #1584
- update deps by @imjasonh in #1589
New Contributors
- @0xiso made their first contribution in #1514
- @maboehm made their first contribution in #1501
- @gcemaj made their first contribution in #1567
- @DrJosh9000 made their first contribution in #1574
- @ecordell made their first contribution in #1584
Full Changelog: v0.18.0...v0.18.1