Skip to content

Commit

Permalink
✨ release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aureq committed Aug 17, 2024
1 parent 598bd53 commit d9210c2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.7.0

### Noteworthy changes

- ✨ Add new `configVersion` to assist with breaking change
- 🌿 Prefix Helm Chart error messages with 'Error:'
- 🐛 Address minor typography issues in documentation.
- 🌿 support adding customer labels to pod
- 📄 slightly improve documentation in values.yaml

### Dependencies

- ⏩ Use Alpine to 3.20 and Golang 1.23 as build image
- ⏩ Use Alpine to 3.20 as base image
- ⏩ Use Go 1.23.0 to build webhook
- ⏩ Bump github.com/cert-manager/cert-manager 1.14.1 to 1.15.3
- ⏩ Bump github.com/ovh/go-ovh from 1.4.3 to 1.6.0
- ⏩ Bump k8s.io/api from 0.29.1 to 0.30.1
- ⏩ Bump k8s.io/apiextensions-apiserver from 0.29.1 to 0.30.1
- ⏩ Bump golang.org/x/net from 0.20.0 to 0.23.0

## 0.7.0-alpha.3

### Noteworthy changes
Expand Down
4 changes: 2 additions & 2 deletions charts/cert-manager-webhook-ovh/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.7.0-alpha.3"
appVersion: "0.7.0"
deprecated: false
description: OVH DNS cert-manager ACME webhook
home: https://github.com/aureq/cert-manager-webhook-ovh
Expand All @@ -19,4 +19,4 @@ maintainers:
name: cert-manager-webhook-ovh
sources:
- https://github.com/aureq/cert-manager-webhook-ovh
version: "0.7.0-alpha.3"
version: "0.7.0"

0 comments on commit d9210c2

Please sign in to comment.