Skip to content

Commit 5da1b15

Browse files
chore: update CHANGELOG.md for merged changes
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bcc566c commit 5da1b15

File tree

12 files changed

+148
-21
lines changed

12 files changed

+148
-21
lines changed

charts/clusterpirate/CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
11
# Changelog
22

3+
## 1.1.4 (2025-10-13)
4+
5+
* [universal] Fix imagepullsecret in vales.schema.json ([#374](https://github.com/CloudPirates-io/helm-charts/pull/374))
6+
7+
## 1.1.3 (2025-10-13)
8+
9+
* Fix clusterpirate (#372) ([e659f51](https://github.com/CloudPirates-io/helm-charts/commit/e659f51))
10+
11+
## 1.1.2 (2025-10-13)
12+
13+
* Fix formatting (#371) ([cf4670a](https://github.com/CloudPirates-io/helm-charts/commit/cf4670a))
14+
* Bugfix/lint workflow (#365) ([adeac21](https://github.com/CloudPirates-io/helm-charts/commit/adeac21))
15+
16+
## 1.1.1 (2025-10-13)
17+
18+
* Bugfix/lint workflow (#363) ([ce5c550](https://github.com/CloudPirates-io/helm-charts/commit/ce5c550))
19+
* Bugfix/lint workflow (#362) ([bbf7bd5](https://github.com/CloudPirates-io/helm-charts/commit/bbf7bd5))
20+
21+
## 1.1.0 (2025-10-13)
22+
23+
* Bump dependencies (#357) ([c2909cd](https://github.com/CloudPirates-io/helm-charts/commit/c2909cd))
324

425
## 1.0.7 (2025-08-27)
526

6-
* Fix linting for values.yaml ([504ac61](https://github.com/dloewen2/helm-charts/commit/504ac61))
7-
* Fix values.yaml / Chart.yaml linting issues ([043c7e0](https://github.com/dloewen2/helm-charts/commit/043c7e0))
8-
* Add initial Changelogs to all Charts ([68f10ca](https://github.com/dloewen2/helm-charts/commit/68f10ca))
27+
* Fix linting for values.yaml ([504ac61](https://github.com/CloudPirates-io/helm-charts/commit/504ac61))
28+
* Fix values.yaml / Chart.yaml linting issues ([043c7e0](https://github.com/CloudPirates-io/helm-charts/commit/043c7e0))
29+
* Add initial Changelogs to all Charts ([68f10ca](https://github.com/CloudPirates-io/helm-charts/commit/68f10ca))
930

1031
## 1.0.6 (2025-08-26)
1132

charts/etcd/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# Changelog
22

3+
## 0.1.3 (2025-10-13)
4+
5+
* [universal] Fix imagepullsecret in vales.schema.json ([#374](https://github.com/CloudPirates-io/helm-charts/pull/374))
6+
7+
## 0.1.2 (2025-10-13)
8+
9+
* update helm-chart icon (#360) ([6544ddf](https://github.com/CloudPirates-io/helm-charts/commit/6544ddf))
10+
11+
## 0.1.1 (2025-10-10)
12+
13+
* artifact hub repository id (#333) ([36ca7c7](https://github.com/CloudPirates-io/helm-charts/commit/36ca7c7))
14+
* [etcd]: Invalid repo used (#331) ([92617cf](https://github.com/CloudPirates-io/helm-charts/commit/92617cf))
15+
16+
## 0.1.0 (2025-10-10)
17+
18+
* Initial tagged release

charts/keycloak/CHANGELOG.md

Lines changed: 73 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,96 @@
11
# Changelog
22

3+
## 0.5.1 (2025-10-13)
4+
5+
* [universal] Fix imagepullsecret in vales.schema.json ([#374](https://github.com/CloudPirates-io/helm-charts/pull/374))
6+
7+
## 0.5.0 (2025-10-13)
8+
9+
* feat: add metrics (#368) ([cf5aba0](https://github.com/CloudPirates-io/helm-charts/commit/cf5aba0))
10+
11+
## 0.4.0 (2025-10-10)
12+
13+
* Import realm (#219) ([f7ff0cf](https://github.com/CloudPirates-io/helm-charts/commit/f7ff0cf))
14+
* add tests for openshift (#226) ([c80c98a](https://github.com/CloudPirates-io/helm-charts/commit/c80c98a))
15+
* [keycloak]: Fix invalid documentation (#283) ([59f3d3c](https://github.com/CloudPirates-io/helm-charts/commit/59f3d3c))
16+
17+
## 0.3.2 (2025-10-09)
18+
19+
* [keycloak/keycloak] Update charts/keycloak/values.yaml keycloak/keycloak to v26.4.0 (minor) (#270) ([b107e1b](https://github.com/CloudPirates-io/helm-charts/commit/b107e1b))
20+
21+
## 0.3.1 (2025-10-09)
22+
23+
* [keycloak/keycloak] Update charts/keycloak/values.yaml keycloak/keycloak to v26.3.5 (patch) (#261) ([360de40](https://github.com/CloudPirates-io/helm-charts/commit/360de40))
24+
25+
## 0.3.0 (2025-10-08)
26+
27+
* make keycloak run on openshift (#225) ([9b4f896](https://github.com/CloudPirates-io/helm-charts/commit/9b4f896))
28+
29+
## 0.2.1 (2025-10-07)
30+
31+
* default http relative path to '/' to fix argocd deployment (#221) ([bdb1946](https://github.com/CloudPirates-io/helm-charts/commit/bdb1946))
32+
33+
## 0.2.0 (2025-10-06)
34+
35+
* Add support for extra volumes, volumeMounts and initContainers (#215) ([16afcfe](https://github.com/CloudPirates-io/helm-charts/commit/16afcfe))
36+
37+
## 0.1.12 (2025-10-06)
38+
39+
40+
## 0.1.11 (2025-10-06)
41+
42+
* Allow keycloak to have a relative path (#216) ([0237457](https://github.com/CloudPirates-io/helm-charts/commit/0237457))
43+
44+
## 0.1.10 (2025-10-02)
45+
46+
47+
## 0.1.9 (2025-10-02)
48+
49+
* add topologySpreadConstraints and trafficDistribution opti… (#209) ([c777fca](https://github.com/CloudPirates-io/helm-charts/commit/c777fca))
50+
51+
## 0.1.8 (2025-09-30)
52+
53+
* Feature/command customize (#186) ([a458e15](https://github.com/CloudPirates-io/helm-charts/commit/a458e15))
54+
55+
## 0.1.7 (2025-09-29)
56+
57+
* replace deprecated 'proxy' with new proxy parameters (#183) ([d850b7b](https://github.com/CloudPirates-io/helm-charts/commit/d850b7b))
358

459
## 0.1.6 (2025-09-26)
560

661

762
## 0.1.5 (2025-09-25)
863

9-
* add support for extra env vars from an existing secret (#158) ([263604f](https://github.com/dloewen2/helm-charts/commit/263604f))
10-
* Update CHANGELOG.md ([b7572a8](https://github.com/dloewen2/helm-charts/commit/b7572a8))
11-
* Update CHANGELOG.md ([245f9b6](https://github.com/dloewen2/helm-charts/commit/245f9b6))
12-
* Update CHANGELOG.md ([0bf9f75](https://github.com/dloewen2/helm-charts/commit/0bf9f75))
64+
* add support for extra env vars from an existing secret (#158) ([263604f](https://github.com/CloudPirates-io/helm-charts/commit/263604f))
65+
* Update CHANGELOG.md ([b7572a8](https://github.com/CloudPirates-io/helm-charts/commit/b7572a8))
66+
* Update CHANGELOG.md ([245f9b6](https://github.com/CloudPirates-io/helm-charts/commit/245f9b6))
67+
* Update CHANGELOG.md ([0bf9f75](https://github.com/CloudPirates-io/helm-charts/commit/0bf9f75))
1368

1469
## 0.1.4 (2025-09-24)
1570

16-
* Update CHANGELOG.md ([03d476e](https://github.com/dloewen2/helm-charts/commit/03d476e))
17-
* Bump the correct thing ([35e7901](https://github.com/dloewen2/helm-charts/commit/35e7901))
18-
* Update CHANGELOG.md ([20c19bb](https://github.com/dloewen2/helm-charts/commit/20c19bb))
71+
* Update CHANGELOG.md ([03d476e](https://github.com/CloudPirates-io/helm-charts/commit/03d476e))
72+
* Bump the correct thing ([35e7901](https://github.com/CloudPirates-io/helm-charts/commit/35e7901))
73+
* Update CHANGELOG.md ([20c19bb](https://github.com/CloudPirates-io/helm-charts/commit/20c19bb))
1974

2075
## 0.1.3 (2025-09-23)
2176

22-
* Update CHANGELOG.md ([68435aa](https://github.com/dloewen2/helm-charts/commit/68435aa))
23-
* Fix resolving template expressions in extraobjects ([12a1cb5](https://github.com/dloewen2/helm-charts/commit/12a1cb5))
77+
* Update CHANGELOG.md ([68435aa](https://github.com/CloudPirates-io/helm-charts/commit/68435aa))
78+
* Fix resolving template expressions in extraobjects ([12a1cb5](https://github.com/CloudPirates-io/helm-charts/commit/12a1cb5))
2479

2580
## 0.1.2 (2025-09-22)
2681

27-
* Update CHANGELOG.md ([b8adca8](https://github.com/dloewen2/helm-charts/commit/b8adca8))
28-
* Fix chart version bump ([aae07b1](https://github.com/dloewen2/helm-charts/commit/aae07b1))
29-
* Fix deprecated env vars warning ([50d9fa0](https://github.com/dloewen2/helm-charts/commit/50d9fa0))
82+
* Update CHANGELOG.md ([b8adca8](https://github.com/CloudPirates-io/helm-charts/commit/b8adca8))
83+
* Fix chart version bump ([aae07b1](https://github.com/CloudPirates-io/helm-charts/commit/aae07b1))
84+
* Fix deprecated env vars warning ([50d9fa0](https://github.com/CloudPirates-io/helm-charts/commit/50d9fa0))
3085

3186
## 0.1.1 (2025-09-19)
3287

33-
* Update CHANGELOG.md ([62e51b9](https://github.com/dloewen2/helm-charts/commit/62e51b9))
34-
* add readme documentation and values.schema.json ([369448b](https://github.com/dloewen2/helm-charts/commit/369448b))
35-
* Update CHANGELOG.md ([54f725e](https://github.com/dloewen2/helm-charts/commit/54f725e))
36-
* chore: fix changelog ([bd9f1a8](https://github.com/dloewen2/helm-charts/commit/bd9f1a8))
37-
* Update CHANGELOG.md ([2ed9b3f](https://github.com/dloewen2/helm-charts/commit/2ed9b3f))
38-
* Update CHANGELOG.md ([2178148](https://github.com/dloewen2/helm-charts/commit/2178148))
88+
* Update CHANGELOG.md ([62e51b9](https://github.com/CloudPirates-io/helm-charts/commit/62e51b9))
89+
* add readme documentation and values.schema.json ([369448b](https://github.com/CloudPirates-io/helm-charts/commit/369448b))
90+
* Update CHANGELOG.md ([54f725e](https://github.com/CloudPirates-io/helm-charts/commit/54f725e))
91+
* chore: fix changelog ([bd9f1a8](https://github.com/CloudPirates-io/helm-charts/commit/bd9f1a8))
92+
* Update CHANGELOG.md ([2ed9b3f](https://github.com/CloudPirates-io/helm-charts/commit/2ed9b3f))
93+
* Update CHANGELOG.md ([2178148](https://github.com/CloudPirates-io/helm-charts/commit/2178148))
3994

4095
## 0.1.0 (2025-09-17)
4196

charts/mariadb/CHANGELOG.md

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

3+
## 0.3.5 (2025-10-13)
4+
5+
* [universal] Fix imagepullsecret in vales.schema.json ([#374](https://github.com/CloudPirates-io/helm-charts/pull/374))
36

47
## 0.3.4 (2025-10-10)
58

charts/memcached/CHANGELOG.md

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

3+
## 0.2.3 (2025-10-13)
4+
5+
* [universal] Fix imagepullsecret in vales.schema.json ([#374](https://github.com/CloudPirates-io/helm-charts/pull/374))
36

47
## 0.2.2 (2025-10-10)
58

charts/minio/CHANGELOG.md

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

3+
## 0.4.1 (2025-10-13)
4+
5+
* [universal] Fix imagepullsecret in vales.schema.json ([#374](https://github.com/CloudPirates-io/helm-charts/pull/374))
36

47
## 0.4.0 (2025-10-09)
58

charts/postgres/CHANGELOG.md

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

3+
## 0.8.3 (2025-10-13)
4+
5+
* [universal] Fix imagepullsecret in vales.schema.json ([#374](https://github.com/CloudPirates-io/helm-charts/pull/374))
36

47
## 0.8.2 (2025-10-12)
58

charts/rabbitmq/CHANGELOG.md

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

3+
## 0.4.1 (2025-10-13)
4+
5+
* [universal] Fix imagepullsecret in vales.schema.json ([#374](https://github.com/CloudPirates-io/helm-charts/pull/374))
6+
7+
## 0.4.0 (2025-10-13)
8+
9+
* [rabbitmq]: Rabbitmq Loging + levels (#355) ([9c661bf](https://github.com/CloudPirates-io/helm-charts/commit/9c661bf))
10+
11+
## 0.3.7 (2025-10-13)
12+
13+
* use the same default readiness probes as bitnami chart (#356) ([5eac28e](https://github.com/CloudPirates-io/helm-charts/commit/5eac28e))
314

415
## 0.3.6 (2025-10-10)
516

charts/redis/CHANGELOG.md

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

3+
## 0.6.4 (2025-10-13)
4+
5+
* [universal] Fix imagepullsecret in vales.schema.json ([#374](https://github.com/CloudPirates-io/helm-charts/pull/374))
36

47
## 0.6.3 (2025-10-10)
58

charts/timescaledb/CHANGELOG.md

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

3+
## 0.3.2 (2025-10-13)
4+
5+
* [universal] Fix imagepullsecret in vales.schema.json ([#374](https://github.com/CloudPirates-io/helm-charts/pull/374))
36

47
## 0.3.1 (2025-10-09)
58

0 commit comments

Comments
 (0)