From bb546f5d61b474e0b7ae0d6a213c54ea495b9e36 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 14 Jul 2024 07:40:25 +0000 Subject: [PATCH] chore: release 0.26.0 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23956c1..52a0fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +## Version 0.26.0 (2024-07-14) + +### Cleanup and refactoring + +* [[`e803ed10`](https://github.com/ckotzbauer/vulnerability-operator/commit/e803ed10)] - **cleanup**: tidy + +### Build and testing + +* [[`8c4c3e26`](https://github.com/ckotzbauer/vulnerability-operator/commit/8c4c3e26)] - **build**: update actions-workflow +* [[`768f1477`](https://github.com/ckotzbauer/vulnerability-operator/commit/768f1477)] - **build**: update versions +* [[`88e29cb2`](https://github.com/ckotzbauer/vulnerability-operator/commit/88e29cb2)] - **build**: update versions + +### Dependency updates + +* [[`8a36181e`](https://github.com/ckotzbauer/vulnerability-operator/commit/8a36181e)] - **deps**: update github.com/ckotzbauer/libstandard digest to a569427 +* [[`3eeea2ea`](https://github.com/ckotzbauer/vulnerability-operator/commit/3eeea2ea)] - **deps**: update github.com/ckotzbauer/libk8soci digest to 0530113 (#507) +* [[`7728bc57`](https://github.com/ckotzbauer/vulnerability-operator/commit/7728bc57)] - **deps**: update github.com/ckotzbauer/libstandard digest to c2fa279 (#508) +* [[`c92e2d9b`](https://github.com/ckotzbauer/vulnerability-operator/commit/c92e2d9b)] - **deps**: update module github.com/anchore/syft to v1.9.0 (#505) +* [[`2c9d1e20`](https://github.com/ckotzbauer/vulnerability-operator/commit/2c9d1e20)] - **deps**: update module github.com/sylabs/sif/v2 to v2.18.0 (#506) +* [[`a8eb7e37`](https://github.com/ckotzbauer/vulnerability-operator/commit/a8eb7e37)] - **deps**: update github.com/anchore/stereoscope digest to 487b11e (#502) +* [[`60f0332c`](https://github.com/ckotzbauer/vulnerability-operator/commit/60f0332c)] - **deps**: update github.com/ckotzbauer/libk8soci digest to 7490a0d (#503) +* [[`d9d065a0`](https://github.com/ckotzbauer/vulnerability-operator/commit/d9d065a0)] - **deps**: update github.com/ckotzbauer/libstandard digest to b630d65 (#504) +* [[`e007c1d4`](https://github.com/ckotzbauer/vulnerability-operator/commit/e007c1d4)] - **deps**: update github.com/anchore/stereoscope digest to e46739e (#497) +* [[`86566360`](https://github.com/ckotzbauer/vulnerability-operator/commit/86566360)] - **deps**: update module golang.org/x/mod to v0.19.0 (#500) +* [[`7c9ecb8e`](https://github.com/ckotzbauer/vulnerability-operator/commit/7c9ecb8e)] - **deps**: update module github.com/sylabs/sif/v2 to v2.17.1 (#496) +* [[`c2077058`](https://github.com/ckotzbauer/vulnerability-operator/commit/c2077058)] - **deps**: update alpine:3.20 docker digest to b89d9c9 (#494) +* [[`de27c4e7`](https://github.com/ckotzbauer/vulnerability-operator/commit/de27c4e7)] - **deps**: update module github.com/anchore/grype to v0.79.2 (#495) +* [[`8621579a`](https://github.com/ckotzbauer/vulnerability-operator/commit/8621579a)] - **deps**: update module github.com/anchore/syft to v1.8.0 (#498) +* [[`e5dcffae`](https://github.com/ckotzbauer/vulnerability-operator/commit/e5dcffae)] - **deps**: update module github.com/containerd/containerd to v1.7.19 (#499) +* [[`c067647c`](https://github.com/ckotzbauer/vulnerability-operator/commit/c067647c)] - **deps**: update module golang.org/x/net to v0.27.0 (#501) +* [[`63de0df0`](https://github.com/ckotzbauer/vulnerability-operator/commit/63de0df0)] - **deps**: update module github.com/spf13/cobra to v1.8.1 (#491) +* [[`a67931ad`](https://github.com/ckotzbauer/vulnerability-operator/commit/a67931ad)] - **deps**: update module github.com/anchore/grype to v0.79.0 +* [[`b1a1ede7`](https://github.com/ckotzbauer/vulnerability-operator/commit/b1a1ede7)] - **deps**: update kubernetes versions to v0.30.2 +* [[`15db424a`](https://github.com/ckotzbauer/vulnerability-operator/commit/15db424a)] - **deps**: update module golang.org/x/net to v0.26.0 (#489) +* [[`307cc4e8`](https://github.com/ckotzbauer/vulnerability-operator/commit/307cc4e8)] - **deps**: update module golang.org/x/mod to v0.18.0 +* [[`244b0565`](https://github.com/ckotzbauer/vulnerability-operator/commit/244b0565)] - **deps**: update module github.com/containerd/containerd to v1.7.18 +* [[`48f21946`](https://github.com/ckotzbauer/vulnerability-operator/commit/48f21946)] - **deps**: update github.com/ckotzbauer/libk8soci digest to 0e7bdd4 + + ## Version 0.25.0 (2024-06-01) ### Dependency updates