Skip to content

Commit 5f099cc

Browse files
committed
🐛 fix heading for breaking changes
📄 make new feature stand out
1 parent e35e85a commit 5f099cc

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22

33
## 0.8.0-alpha.1
44

5-
### Noteworthy changes
5+
### Major features
66

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))
118

12-
## Breaking changes
9+
### Breaking changes
1310

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

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))
21+
1822
### Dependencies
1923

2024
- ⏩ upgrade golang to 1.24.7

0 commit comments

Comments
 (0)