Skip to content

Commit

Permalink
🌿 update changelog for maintenance release 0.5.1
Browse files Browse the repository at this point in the history
🌿 update Chart.yaml and values.yaml accordingly
  • Loading branch information
aureq committed Oct 17, 2023
1 parent 4b2fc23 commit 6e7c73f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.1

### Dependencies

- ⏩ bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.45.0 to address CVE-2023-45142. See [Dependabot](https://github.com/aureq/cert-manager-webhook-ovh/security/dependabot/6).
- ⏩ bump golang.org/x/net from 0.15.0 to 0.17.0. See [Dependabot PR](https://github.com/aureq/cert-manager-webhook-ovh/pull/33).

## 0.5.0

### 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.5.0"
appVersion: "0.5.1"
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.5.0"
version: "0.5.1"
2 changes: 1 addition & 1 deletion charts/cert-manager-webhook-ovh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ securityContext:

image:
repository: ghcr.io/aureq/cert-manager-webhook-ovh
tag: "0.5.0"
tag: "0.5.1"
pullPolicy: IfNotPresent
# Use this set to assign a list of default pullSecrets
pullSecrets: []
Expand Down

0 comments on commit 6e7c73f

Please sign in to comment.