Skip to content

Commit d9210c2

Browse files
committed
✨ release 0.7.0
1 parent 598bd53 commit d9210c2

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

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+
324
## 0.7.0-alpha.3
425

526
### Noteworthy changes

charts/cert-manager-webhook-ovh/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "0.7.0-alpha.3"
2+
appVersion: "0.7.0"
33
deprecated: false
44
description: OVH DNS cert-manager ACME webhook
55
home: https://github.com/aureq/cert-manager-webhook-ovh
@@ -19,4 +19,4 @@ maintainers:
1919
name: cert-manager-webhook-ovh
2020
sources:
2121
- https://github.com/aureq/cert-manager-webhook-ovh
22-
version: "0.7.0-alpha.3"
22+
version: "0.7.0"

0 commit comments

Comments
 (0)