Skip to content

Commit 7e93b95

Browse files
authored
Merge pull request #14 from amoniacou/release/v1.2.4
Release/v1.2.4
2 parents 4ad035b + 67cd364 commit 7e93b95

File tree

3 files changed

+615
-0
lines changed

3 files changed

+615
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## 1.2.4
11+
12+
- fix permissions for secrets update and creation
13+
1014
## 1.2.3
1115

1216
- fix fail creation of domain with long password

releases/1.2.4/kustomization.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
4+
resources:
5+
- manager.yaml

0 commit comments

Comments
 (0)