Skip to content

Commit

Permalink
Release v0.7.0 (#279)
Browse files Browse the repository at this point in the history
* Release v0.7.0

* update nancy-ignore

---------

Co-authored-by: Kuba Soboń <[email protected]>
  • Loading branch information
taylorbot and kubasobon authored Jul 4, 2023
1 parent a4b5666 commit 9476e0a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .nancy-ignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# pkg:golang/github.com/hashicorp/consul/[email protected]
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/[email protected]
CVE-2022-29153 until=2023-06-30
CVE-2022-29153 until=2023-07-30

# pkg:golang/github.com/kataras/iris/[email protected]
CVE-2021-23772 until=2023-06-30
CVE-2021-23772 until=2023-07-30

# pkg:golang/github.com/nats-io/nats-server/[email protected]
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/[email protected]
sonatype-2021-1485 until=2023-06-30
sonatype-2021-1485 until=2023-07-30

# pkg:golang/golang.org/x/[email protected]
CVE-2022-41723 until=2023-06-30
CVE-2022-41723 until=2023-07-30

# pkg:golang/k8s.io/[email protected]
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/[email protected]
CVE-2023-1732
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9476e0a

Please sign in to comment.