Skip to content

Commit

Permalink
chore(release): [skip ci] 4.3.7
Browse files Browse the repository at this point in the history
## [4.3.7](v4.3.6...v4.3.7) (2022-08-18)

### Bug Fixes

* **deps:** Update kubernetes packages to v0.24.4 ([76787c2](76787c2))
  • Loading branch information
semantic-release-bot committed Aug 18, 2022
1 parent 76787c2 commit 9d03551
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.3.7](https://github.com/metacontroller/metacontroller/compare/v4.3.6...v4.3.7) (2022-08-18)


### Bug Fixes

* **deps:** Update kubernetes packages to v0.24.4 ([76787c2](https://github.com/metacontroller/metacontroller/commit/76787c2b11c9d7937c9577dfc4b4d4598443d331))

## [4.3.6](https://github.com/metacontroller/metacontroller/compare/v4.3.5...v4.3.6) (2022-08-18)


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.3.6
appVersion: v4.3.6
version: v4.3.7
appVersion: v4.3.7
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.3.6
image: metacontrollerio/metacontroller:v4.3.7
command: ["/usr/bin/metacontroller"]
args:
- --zap-log-level=4
Expand Down

0 comments on commit 9d03551

Please sign in to comment.