Skip to content

Commit e528027

Browse files
chore(wik-webservice): release v0.5.0 [skip ci]
Bump version from 0.4.0 to 0.5.0 Update CHANGELOG.md
1 parent c77c7f5 commit e528027

3 files changed

Lines changed: 83 additions & 49 deletions

File tree

charts/wik-webservice/CHANGELOG.md

Lines changed: 80 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,80 @@
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+

charts/wik-webservice/Chart.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,23 @@ apiVersion: v2
22
name: wik-webservice
33
description: Quick start for a all-in-one webservice
44
type: application
5-
version: 0.4.0
6-
appVersion: "0.4.0"
7-
5+
version: 0.5.0
6+
appVersion: "0.5.0"
87
home: https://github.com/wikodit/charts
98
sources:
109
- https://github.com/wikodit/charts
11-
1210
maintainers:
1311
- name: Wikodit
1412
url: https://github.com/wikodit
1513
- name: Anthony Domingue
1614
email: anthony@wikodit.fr
1715
- name: Jeremy Trufier
1816
email: jeremy@wikodit.fr
19-
2017
keywords:
2118
- wikodit
2219
- webservice
2320
- deployment
2421
- ingress
2522
- service
26-
2723
annotations:
2824
artifacthub.io/license: MIT

charts/wik-webservice/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wik-webservice
22

3-
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square)
3+
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square)
44
![Chart](https://img.shields.io/badge/Chart-wik--webservice-blue?style=flat-square)
55

66
## Introduction

0 commit comments

Comments
 (0)