Skip to content

Commit 5977976

Browse files
committed
📄 update CHANGELOG.md
1 parent 10f69ab commit 5977976

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@
55
### Noteworthy changes
66

77
- 🎉 add support for OAuth2 authentication when communicating with OVH (by [Rémy Jacquin](https://github.com/remyj38))
8+
- 🎉 add unit tests to validate Chart (by [Rémy Jacquin](https://github.com/remyj38))
9+
- 🌿 improve some error messages when `configVersion` is invalid
810

911
## Breaking changes
1012

1113
- ⚠️ renamed configuration key `consumerKey` to `applicationConsumerKey` to prevent confusion with OAuth2 authentication. See [documentation](https://aureq.github.io/cert-manager-webhook-ovh/#configuration).
1214
- ⚠️ renamed `ConsumerKeyRef` to `ApplicationConsumerKeyRef` to prevent confusion with OAuth2 authentication. See [documentation](https://aureq.github.io/cert-manager-webhook-ovh/#configuration).
1315
- ⚠️ due to the breaking changes described above, the new value for `configVersion` field is `0.0.2`.
1416

17+
### Dependencies
18+
19+
- ⏩ upgrade golang to 1.24.7
20+
- ⏩ upgrade golang toolchain to 1.24.7
21+
1522
## 0.7.6
1623

1724
### Noteworthy changes

0 commit comments

Comments
 (0)