diff --git a/.nancy-ignore b/.nancy-ignore index b4421898..c0a92c33 100644 --- a/.nancy-ignore +++ b/.nancy-ignore @@ -1,26 +1,23 @@ # pkg:golang/github.com/hashicorp/consul/api@v1.15.3 -CVE-2022-29153 until=2023-07-30 -CVE-2021-41803 until=2023-07-30 +CVE-2022-29153 until=2023-11-30 +CVE-2021-41803 until=2023-11-30 # pkg:golang/github.com/hashicorp/consul/sdk@v0.3.0 -CVE-2022-29153 until=2023-07-30 +CVE-2022-29153 until=2023-11-30 # pkg:golang/github.com/kataras/iris/v12@v12.1.8 -CVE-2021-23772 until=2023-07-30 +CVE-2021-23772 until=2023-11-30 # pkg:golang/github.com/nats-io/nats-server/v2@v2.9.0 -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-07-30 +CVE-2022-42709 until=2023-11-30 +CVE-2022-42708 until=2023-11-30 # pkg:golang/golang.org/x/net@v0.4.0 -CVE-2022-41723 until=2023-07-30 +CVE-2022-41723 until=2023-11-30 # pkg:golang/k8s.io/apiserver@v0.24.3 -sonatype-2022-6522 until=2023-07-30 -CVE-2020-8561 until=2023-07-30 +sonatype-2022-6522 until=2023-11-30 +CVE-2020-8561 until=2023-11-30 # pkg:golang/github.com/cloudflare/circl@v1.1.0 CVE-2023-1732 diff --git a/CHANGELOG.md b/CHANGELOG.md index 229fae29..2bca3040 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.8.0] - 2023-07-31 + ### Added - Add Service Monitor. @@ -184,7 +186,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.7.0...HEAD +[Unreleased]: https://github.com/giantswarm/config-controller/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/giantswarm/config-controller/compare/v0.7.0...v0.8.0 [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 diff --git a/pkg/project/project.go b/pkg/project/project.go index 12cb258f..169eddd6 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.7.1-dev" + version = "0.8.0" ) func Description() string {