|
1 | | -CHANGELOG |
2 | | -========= |
3 | | - |
4 | | -v0.4.0 |
5 | | ------- |
6 | | -* feat: add metrics configuration with Prometheus annotations on Service |
7 | | -* feat: add service.port configuration (no longer hardcoded to 80) |
8 | | -* feat: add service.annotations support |
9 | | -* feat: add ingress.className support (modern ingressClassName spec) |
10 | | -* feat: add ingress.tlsAcme configuration |
11 | | -* feat: add terminationGracePeriodSeconds support |
12 | | -* feat: add Kubernetes version check for Ingress apiVersion (v1, v1beta1, extensions) |
13 | | -* fix: typo containerSsecurityContext in deployment template |
14 | | -* fix: duplicate release label in pod template |
15 | | -* docs: complete README with configuration tables and examples |
16 | | -* docs: add comprehensive examples in values.yaml |
17 | | - |
18 | | -v0.3.2 |
19 | | ------- |
20 | | -* feat: add affinity |
21 | | - |
22 | | -v0.3.1 |
23 | | ------- |
24 | | -* fix: wrong key in deployment for containerSecurityContext |
25 | | - |
26 | | -v0.3.0 |
27 | | ------- |
28 | | -* feat: migrate securityContext to containerSecurityContext |
29 | | -* feat: add securityContext (not the container one) |
30 | | - |
31 | | -v0.2.2 |
32 | | ------- |
33 | | -* feat: allow overriding command and entrypoint |
34 | | - |
35 | | -v0.2.1 |
36 | | ------- |
37 | | -* fix: additionalContainers and initContainers optional env not respected |
38 | | -* fix: wrong condition livenessProbe instead of readinessProbe |
39 | | - |
40 | | -v0.2.0 |
41 | | ------- |
42 | | -* add `webservice.ingress.enabled` and `webservice.service.enabled` |
| 1 | + |
| 2 | +## [wik-webservice-v0.5.0](https://github.com/wikodit/charts/compare/wik-webservice-v0.4.0...wik-webservice-v0.5.0) - 2026-01-06 |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* use preferred affinity instead of required for CI testing |
| 7 | +* correct probe ports in full-values.yaml for nginx-unprivileged |
| 8 | +* add /tmp emptyDir volume for nginx CI testing |
| 9 | +* use configurable port in ingress and update CI values |
| 10 | +* use nginx-unprivileged image for CI testing |
| 11 | +* correct storage configuration in volumes |
| 12 | +* remove deprecated requirements.yaml file |
| 13 | +* change ServiceAccount defaults for better security |
| 14 | +* rename image pull secret from -docker to -registry |
| 15 | + |
| 16 | +### CI/CD |
| 17 | + |
| 18 | +* fix release action |
| 19 | +* fix tests |
| 20 | + |
| 21 | +### Code Refactoring |
| 22 | + |
| 23 | +* rename docker-secret to registry-secret |
| 24 | + |
| 25 | +### Documentation |
| 26 | + |
| 27 | +* auto-generate chart documentation |
| 28 | +* add image security best practices |
| 29 | +* document security and resource defaults |
| 30 | +* auto-generate chart documentation |
| 31 | +* **wik-webservice:** improve NOTES.txt with dynamic feature sections |
| 32 | + |
| 33 | +### Features |
| 34 | + |
| 35 | +* add explicit host protection settings |
| 36 | +* add Pod Security Standards support |
| 37 | +* add runtimeClassName support |
| 38 | +* add ephemeral storage limits by default |
| 39 | +* add enableServiceLinks configuration |
| 40 | +* add seccompProfile RuntimeDefault by default |
| 41 | +* add startupProbe support |
| 42 | +* add HorizontalPodAutoscaler support |
| 43 | +* add ServiceMonitor support for Prometheus |
| 44 | +* add TopologySpreadConstraints support |
| 45 | +* add NetworkPolicy support |
| 46 | +* add PodDisruptionBudget support |
| 47 | +* add ServiceAccount configuration |
| 48 | +* add default resource requests and limits |
| 49 | +* add secure PodSecurityContext defaults |
| 50 | +* add secure containerSecurityContext defaults |
| 51 | +* add release badges to chart README templates |
| 52 | + |
| 53 | + |
| 54 | +## wik-webservice-v0.4.0 - 2025-12-31 |
| 55 | + |
| 56 | +### Bug Fixes |
| 57 | + |
| 58 | +* resolve Helm chart linting errors |
| 59 | +* **wik-webservice:** v0.3.0 |
| 60 | +* **wik-webservice:** v0.2.1 |
| 61 | + |
| 62 | +### CI/CD |
| 63 | + |
| 64 | +* linting & testing |
| 65 | + |
| 66 | +### Documentation |
| 67 | + |
| 68 | +* auto-generate chart documentation |
| 69 | + |
| 70 | +### Features |
| 71 | + |
| 72 | +* standardize all charts to v2 and add documentation templates |
| 73 | +* **wik-webservice:** v0.4.0 |
| 74 | +* **wik-webservice:** v0.3.2 |
| 75 | +* **wik-webservice:** v0.3.1 |
| 76 | +* **wik-webservice:** v0.2.2 |
| 77 | +* **wik-webservice:** v0.2.0 |
| 78 | +* **wik-webservice:** v0.1.0 |
| 79 | +* **wik-webservice:** v0.0.5 |
| 80 | + |
0 commit comments