File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
charts/cert-manager-webhook-ovh Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.7.0
4
+
5
+ ### Noteworthy changes
6
+
7
+ - ✨ Add new ` configVersion ` to assist with breaking change
8
+ - 🌿 Prefix Helm Chart error messages with 'Error:'
9
+ - 🐛 Address minor typography issues in documentation.
10
+ - 🌿 support adding customer labels to pod
11
+ - 📄 slightly improve documentation in values.yaml
12
+
13
+ ### Dependencies
14
+
15
+ - ⏩ Use Alpine to 3.20 and Golang 1.23 as build image
16
+ - ⏩ Use Alpine to 3.20 as base image
17
+ - ⏩ Use Go 1.23.0 to build webhook
18
+ - ⏩ Bump github.com/cert-manager/cert-manager 1.14.1 to 1.15.3
19
+ - ⏩ Bump github.com/ovh/go-ovh from 1.4.3 to 1.6.0
20
+ - ⏩ Bump k8s.io/api from 0.29.1 to 0.30.1
21
+ - ⏩ Bump k8s.io/apiextensions-apiserver from 0.29.1 to 0.30.1
22
+ - ⏩ Bump golang.org/x/net from 0.20.0 to 0.23.0
23
+
3
24
## 0.7.0-alpha.3
4
25
5
26
### Noteworthy changes
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : " 0.7.0-alpha.3 "
2
+ appVersion : " 0.7.0"
3
3
deprecated : false
4
4
description : OVH DNS cert-manager ACME webhook
5
5
home : https://github.com/aureq/cert-manager-webhook-ovh
@@ -19,4 +19,4 @@ maintainers:
19
19
name : cert-manager-webhook-ovh
20
20
sources :
21
21
- https://github.com/aureq/cert-manager-webhook-ovh
22
- version : " 0.7.0-alpha.3 "
22
+ version : " 0.7.0"
You can’t perform that action at this time.
0 commit comments