diff --git a/charts/etcd/Chart.yaml b/charts/etcd/Chart.yaml index 0bb7f708f23dcfd206bf8253098b6a8835333759..138b31e175f0e90180106373759012c727fcf5bb 100644 --- a/charts/etcd/Chart.yaml +++ b/charts/etcd/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.1.10" +version: "0.1.11" appVersion: "v3.5.13" diff --git a/charts/etcd/README.md b/charts/etcd/README.md index 0207736873774e48bcec4e8569d121335cf97421..523eceb7c576df971d76c64a60570828d5c7f09e 100644 --- a/charts/etcd/README.md +++ b/charts/etcd/README.md @@ -1,6 +1,6 @@ # Etcd -   +   ## Changelog diff --git a/charts/etcd/RELEASENOTES.md b/charts/etcd/RELEASENOTES.md index 3f9acf4a0d136c1f490544a6c08bb0caec529667..281dce70b9cf3454d5cb2772968f3c008279bce6 100644 --- a/charts/etcd/RELEASENOTES.md +++ b/charts/etcd/RELEASENOTES.md @@ -13,4 +13,5 @@ | 0.1.8 | v3.5.11 | Upgraded etcd to v3.5.11 | | 0.1.9 | v3.5.12 | Upgraded etcd to v3.5.12 | | 0.1.10 | v3.5.13 | Upgraded etcd to v3.5.13 | +| 0.1.11 | v3.5.13 | Fixed build pipeline issue | | | | | diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index 11104b3bd7a9e4362add67742d8dd7aa605beefd..2e3897fa08829681fe815b2cf473b35f88622e41 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -15,7 +15,7 @@ keywords: icon: https://redis.io/wp-content/uploads/2024/04/Logotype.svg # This is the chart version -version: "1.0.0" +version: "1.0.1" # This is the version number of the application being deployed. appVersion: "6.2.14" diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md index 39dac0cda88361a780b9571927ee8c068ac7e958..3e3c62e7613d4f2b1a104ecf04394aaae215834a 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -52,6 +52,7 @@ | 0.7.9 | 7.2.3 | Added support for network policies and additional labels and annotations | | 0.7.10 | 7.2.4 | Upgraded to Redis 7.2.4 | | 1.0.0 | 6.2.14 | Final version with configuration secret, extra config and extra volume support | +| 1.0.1 | 6.2.14 | Fixed build pipeline issue | | 1.1.0 | 7.0.15 | Final version with configuration secret, extra config and extra volume support | | 1.2.0 | 7.2.4 | Final version with configuration secret, extra config and extra volume support | | | | |