forked from baarde/cert-manager-webhook-ovh
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
## v0.4.0-alpha.0 | ||
|
||
### Major features | ||
|
||
- π publish container image on GitHub Container Registry | ||
- π publish Helm Chart on GitHub pages | ||
- β¬οΈ upgrade dependencies to reduce warnings | ||
- β¨ drop root privileges | ||
- π± some ground work to automate the release process via GitHub Actions | ||
|
||
### Note worthy changes | ||
|
||
- β¨ add support for HTTP proxy | ||
- β¬οΈ upgrade dependencies to reduce warnings | ||
- cert-manager `v1.5.3` to `v1.9.1` | ||
- go-ovh `v1.1.0` to `v1.3.0` | ||
- client-go `v0.22.1` to `v0.24.2` | ||
- build webhook using golang `1.18` | ||
- β¨ add image pull secrets to helm chart by Julian Stiller) | ||
- π fix base64 encoded secrets by [@julienkosinski](https://github.com/julienkosinski) | ||
- π₯ drop root privilges (missing attribution) | ||
- π fix how security context is checked | ||
- β¨ add RBAC (missing attribution) | ||
- β¬οΈ upgrade to Alpine Linux 3.16 container image | ||
- π fix `Makefile` references and enable HTTP proxy to local build environment | ||
- β¨ set `CAP_NET_BIND_SERVICE` to binary to bind on privileged ports without root privileges (missing attribution) | ||
- π add `libpcap` to container image | ||
- β¨ create logo based on cert-manager logo and [icons8](https://icons8.com/icon/92/link) | ||
- β¨ more fields populated in `Chart.yaml` | ||
- π± some ground work to automate the release process via GitHub Actions and GitHub packages | ||
|
||
## 0.3.0 | ||
|
||
- Initial work by [@baarde](https://github.com/baarde) | ||
- [cert-manager-webhook-ovh](https://github.com/baarde/cert-manager-webhook-ovh/) | ||
- Commit [`ab4d192`](https://github.com/baarde/cert-manager-webhook-ovh/commit/ab4d192358ed7048091e1788e7256fc4fbf5e767) |