diff --git a/.nancy-ignore b/.nancy-ignore index 947b430e..b4421898 100644 --- a/.nancy-ignore +++ b/.nancy-ignore @@ -1,26 +1,26 @@ # pkg:golang/github.com/hashicorp/consul/api@v1.15.3 -CVE-2022-29153 until=2023-06-30 -CVE-2021-41803 until=2023-06-30 +CVE-2022-29153 until=2023-07-30 +CVE-2021-41803 until=2023-07-30 # pkg:golang/github.com/hashicorp/consul/sdk@v0.3.0 -CVE-2022-29153 until=2023-06-30 +CVE-2022-29153 until=2023-07-30 # pkg:golang/github.com/kataras/iris/v12@v12.1.8 -CVE-2021-23772 until=2023-06-30 +CVE-2021-23772 until=2023-07-30 # pkg:golang/github.com/nats-io/nats-server/v2@v2.9.0 -CVE-2022-42709 until=2023-06-30 -CVE-2022-42708 until=2023-06-30 +CVE-2022-42709 until=2023-07-30 +CVE-2022-42708 until=2023-07-30 # pkg:golang/github.com/urfave/negroni@v1.0.0 -sonatype-2021-1485 until=2023-06-30 +sonatype-2021-1485 until=2023-07-30 # pkg:golang/golang.org/x/net@v0.4.0 -CVE-2022-41723 until=2023-06-30 +CVE-2022-41723 until=2023-07-30 # pkg:golang/k8s.io/apiserver@v0.24.3 -sonatype-2022-6522 until=2023-06-30 -CVE-2020-8561 until=2023-06-30 +sonatype-2022-6522 until=2023-07-30 +CVE-2020-8561 until=2023-07-30 # pkg:golang/github.com/cloudflare/circl@v1.1.0 CVE-2023-1732 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5a0d8b..95080427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2023-07-04 + ### Added - Add use of the runtime/default seccomp profile. @@ -178,7 +180,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create CLI/daemon scaffolding. - Generate application configuration using `generate` command. -[Unreleased]: https://github.com/giantswarm/config-controller/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/giantswarm/config-controller/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/giantswarm/config-controller/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/giantswarm/config-controller/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/giantswarm/config-controller/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/giantswarm/config-controller/compare/v0.4.0...v0.5.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 1d301002..4c4e225c 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "config-controller" source = "https://github.com/giantswarm/config-controller" - version = "0.6.1-dev" + version = "0.7.0" ) func Description() string {