Skip to content

Commit

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

### Bug Fixes

* **dynamic apply:** Add 'mountPath' as known merge keys ([281aaf6](281aaf6)), closes [#650](#650)
  • Loading branch information
semantic-release-bot committed Sep 18, 2022
1 parent 281aaf6 commit a14e8c2
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.3](https://github.com/metacontroller/metacontroller/compare/v4.5.2...v4.5.3) (2022-09-18)


### Bug Fixes

* **dynamic apply:** Add 'mountPath' as known merge keys ([281aaf6](https://github.com/metacontroller/metacontroller/commit/281aaf67ed751f938b6a3e46a30067a7ee08eb63)), closes [#650](https://github.com/metacontroller/metacontroller/issues/650)

## [4.5.2](https://github.com/metacontroller/metacontroller/compare/v4.5.1...v4.5.2) (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.2
appVersion: v4.5.2
version: v4.5.3
appVersion: v4.5.3
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.2
image: metacontrollerio/metacontroller:v4.5.3
command: ["/usr/bin/metacontroller"]
args:
- --zap-log-level=4
Expand Down

0 comments on commit a14e8c2

Please sign in to comment.