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
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,23 @@
2
2
3
3
## 0.8.0-alpha.1
4
4
5
-
### Noteworthy changes
5
+
### Major features
6
6
7
-
- 🎉 add support for OAuth2 authentication when communicating with OVH (by [Rémy Jacquin](https://github.com/remyj38))
8
-
- 🎉 add unit tests to validate the Chart (by [Rémy Jacquin](https://github.com/remyj38))
9
-
- 🎉 add unit tests to validate the webhook (by [Rémy Jacquin](https://github.com/remyj38))
10
-
- 🌿 improve some error messages when `configVersion` is invalid
7
+
- 🎉 add support for OAuth2 authentication when communicating with OVH API (by [Rémy Jacquin](https://github.com/remyj38))
11
8
12
-
## Breaking changes
9
+
###Breaking changes
13
10
14
11
- ⚠️ renamed configuration key `consumerKey` to `applicationConsumerKey` to prevent confusion with OAuth2 authentication. See [documentation](https://aureq.github.io/cert-manager-webhook-ovh/#configuration).
15
12
- ⚠️ renamed `ConsumerKeyRef` to `ApplicationConsumerKeyRef` to prevent confusion with OAuth2 authentication. See [documentation](https://aureq.github.io/cert-manager-webhook-ovh/#configuration).
16
13
- ⚠️ due to the breaking changes described above, the new value for `configVersion` field is `0.0.2`.
17
14
15
+
### Noteworthy changes
16
+
17
+
- 🎉 add unit tests to validate the Chart (by [Rémy Jacquin](https://github.com/remyj38))
18
+
- 🎉 add unit tests to validate the webhook (by [Rémy Jacquin](https://github.com/remyj38))
19
+
- 🌿 improve some error messages when `configVersion` is invalid or missing
20
+
- 📄 document how to configure and use the new OAuth2 authentication (by [Rémy Jacquin](https://github.com/remyj38), with modification from [Aurélien Requiem](https://github.com/aureq))
0 commit comments