Skip to content

Commit

Permalink
chore(release): 4.5.2
Browse files Browse the repository at this point in the history
## [4.5.2](v4.5.1...v4.5.2) (2022-09-14)

### Bug Fixes

* **deps, security:** Update golang.org/x/net to fix CVE-2022-27664 ([a0ddbf3](a0ddbf3))
  • Loading branch information
semantic-release-bot committed Sep 14, 2022
1 parent a0ddbf3 commit 7f6ceb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.5.2](https://github.com/metacontroller/metacontroller/compare/v4.5.1...v4.5.2) (2022-09-14)


### Bug Fixes

* **deps, security:** Update golang.org/x/net to fix CVE-2022-27664 ([a0ddbf3](https://github.com/metacontroller/metacontroller/commit/a0ddbf32ed9bb5f8328bac47a5efb5ea8c51111b))

## [4.5.1](https://github.com/metacontroller/metacontroller/compare/v4.5.0...v4.5.1) (2022-09-14)


Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/metacontroller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: v4.5.1
appVersion: v4.5.1
version: v4.5.2
appVersion: v4.5.2
kubeVersion: '^1.14.0-0'
name: metacontroller-helm
description: Writing kubernetes controllers can be simple
Expand Down
2 changes: 1 addition & 1 deletion manifests/production/metacontroller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: metacontroller
containers:
- name: metacontroller
image: metacontrollerio/metacontroller:v4.5.1
image: metacontrollerio/metacontroller:v4.5.2
command: ["/usr/bin/metacontroller"]
args:
- --zap-log-level=4
Expand Down

0 comments on commit 7f6ceb6

Please sign in to comment.