Skip to content

Commit 0bf156c

Browse files
authored
Merge pull request #13 from amoniacou/release/v1.2.3
Release/v1.2.3
2 parents f19f297 + a0bf3ce commit 0bf156c

File tree

3 files changed

+606
-1
lines changed

3 files changed

+606
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ 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.1
10+
## 1.2.3
11+
12+
- fix fail creation of domain with long password
13+
- remove debug from mailgun client
14+
15+
## 1.2.2
1116

1217
- fix position of state checking
1318
- debug mailgun client

releases/1.2.3/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)