Skip to content

Commit 861ef7d

Browse files
committed
📝 add changelog for 0.9.0-alpha.0 release
1 parent 584b7b2 commit 861ef7d

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## 0.9.0-alpha.0
4+
5+
### Major features
6+
7+
- 🎉 refactor/reorganize Helm chart `values.yaml` structure
8+
- 🎉 add JSON schema annotations to all options in `values.yaml`
9+
- 🚀 add JSON schema for Helm chart `values.yaml` validation
10+
- 📄 add Helm chart `README.md` with values documentation
11+
- 🌿 rewrite unit tests to fully unit test the Helm Chart
12+
13+
### Breaking changes
14+
15+
⚠️ Due to the refactor of the Helm chart structure, the `values.yaml`
16+
file has been reorganized and some configuration keys have been moved.
17+
Please refer to the updated [`values.yaml`](/aureq/cert-manager-webhook-ovh/blob/main/charts/cert-manager-webhook-ovh/values.yaml)
18+
and the new [`README.md`](/aureq/cert-manager-webhook-ovh/blob/main/charts/cert-manager-webhook-ovh/README.md)
19+
for details on the new structure and configuration options.
20+
21+
### Noteworthy changes
22+
23+
- 🌿 add unit tests for `groupName`, `certManager`, `rbac`, `image` and `service` options
24+
- 🌱 add YAML language server schema annotation to `values.yaml`
25+
- 🌿 add `annotations` support for `service`
26+
- 📄 add inline documentation to `values.yaml`, including JSON schema for schema generation
27+
- 📄 improve `profile` option comments in `values.yaml`
28+
- 📄 update release workflow with `helm-docs` and `helm-schema` steps in `README.md`
29+
- 📄 update feature list in `README.md`
30+
- 📄 clarify image.tag accepts version numbers or digests
31+
- ⚙ add `helm-docs`, `helm-schema`, and `helm-unittest` targets in `Makefile`
32+
- 🔥 remove legacy test files and test value fixtures
33+
34+
### Dependencies
35+
36+
- ⏩ upgrade github.com/cert-manager/cert-manager to v1.19.3
37+
338
## 0.8.1-alpha.1
439

540
### Noteworthy changes

0 commit comments

Comments
 (0)