Highlights
- JSON Schema for Helm values is now shipped with the chart, enabling IDE autocompletion and validation.
- Extra objects rendering is now deterministic thanks to sorted map keys.
What's Changed
- chore(docs): document json schema by @aslafy-z in 97a626f
- fix(extraobjects): sort map keys for deterministic rendering by @aslafy-z in 300be00
- chore: add helm values schema by @aslafy-z in #531
- chore(deps): update github artifact actions (major) by @renovate[bot] in #521
- chore(deps): update docker.io/nginx docker tag to v1.31.0 by @renovate[bot] in #523
- chore(deps): update dependency helm to v4.2.0 by @renovate[bot] in #525
- chore(deps): update dependency prek to v0.4.0 by @renovate[bot] in #529
- chore(mise): update tasks by @aslafy-z in #532
- chore(mise): add unit-test task by @aslafy-z in e308d5d
- chore(chart): clean up Chart.yaml formatting by @aslafy-z in 134c2c3
- chore(chart): update description and keywords by @aslafy-z in a287e26
- chore(test): add snapshot testing by @aslafy-z in #528
- chore(test): align image values by @aslafy-z in #530
- chore(test): use non existing image for init container values by @aslafy-z in 2d31e76
- chore(test): remove additional references to nginx image by @aslafy-z in fa33b96
- test(chart): add endpointmonitor unit tests by @aslafy-z in #522
- docs(chart): add contributing guide by @aslafy-z in ef5a5c2
- docs(chart): add OCI registry install instructions by @aslafy-z in 3b3f03e
- docs(chart): update project description by @aslafy-z in 9734cf3
- docs(chart): move CI scope section after install/uninstall by @aslafy-z in 9134997
Full Changelog: v8.0.0...v8.1.0