You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,20 @@
5
5
### Noteworthy changes
6
6
7
7
- 🎉 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
8
10
9
11
## Breaking changes
10
12
11
13
- ⚠️ renamed configuration key `consumerKey` to `applicationConsumerKey` to prevent confusion with OAuth2 authentication. See [documentation](https://aureq.github.io/cert-manager-webhook-ovh/#configuration).
12
14
- ⚠️ renamed `ConsumerKeyRef` to `ApplicationConsumerKeyRef` to prevent confusion with OAuth2 authentication. See [documentation](https://aureq.github.io/cert-manager-webhook-ovh/#configuration).
13
15
- ⚠️ due to the breaking changes described above, the new value for `configVersion` field is `0.0.2`.
0 commit comments