diff --git a/CHANGELOG.md b/CHANGELOG.md index 2acc429..93685e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 1.26.8 (2024-05-03) + + +### Bug Fixes + +* startup probe period ([0db8992](https://github.com/SocialGouv/helm-charts/commit/0db89925eb02200d53325051cf3d0a1f77b26933)) + ## 1.26.7 (2024-05-03) diff --git a/charts/buildkit-service/Chart.yaml b/charts/buildkit-service/Chart.yaml index 2266394..76067fb 100644 --- a/charts/buildkit-service/Chart.yaml +++ b/charts/buildkit-service/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 -version: 1.26.7 +version: 1.26.8 name: buildkit-service description: Helm chart for buildkit service deployment diff --git a/charts/clamav/Chart.yaml b/charts/clamav/Chart.yaml index 2fac693..d3db8b6 100644 --- a/charts/clamav/Chart.yaml +++ b/charts/clamav/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: clamav -version: 1.26.7 +version: 1.26.8 description: A ClamAV service with a REST API diff --git a/charts/cnpg-cluster/Chart.yaml b/charts/cnpg-cluster/Chart.yaml index e6aa6ba..473a68e 100644 --- a/charts/cnpg-cluster/Chart.yaml +++ b/charts/cnpg-cluster/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: cnpg-cluster description: A Helm chart to create cloudnative-pg.io clusters type: application -version: 1.26.7 +version: 1.26.8 appVersion: '15' diff --git a/charts/maildev/Chart.yaml b/charts/maildev/Chart.yaml index 76de97c..15bba37 100644 --- a/charts/maildev/Chart.yaml +++ b/charts/maildev/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 description: A Helm chart for maildev name: maildev -version: 1.26.7 +version: 1.26.8 diff --git a/charts/matomo-sync/Chart.yaml b/charts/matomo-sync/Chart.yaml index 1a0f059..fd2fe67 100644 --- a/charts/matomo-sync/Chart.yaml +++ b/charts/matomo-sync/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: matomo-sync -version: 1.26.7 +version: 1.26.8 diff --git a/charts/pgadmin/Chart.yaml b/charts/pgadmin/Chart.yaml index 940d750..55960b6 100644 --- a/charts/pgadmin/Chart.yaml +++ b/charts/pgadmin/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: pgadmin -version: 1.26.7 +version: 1.26.8 diff --git a/charts/pgweb/Chart.yaml b/charts/pgweb/Chart.yaml index f539b1e..f52a946 100644 --- a/charts/pgweb/Chart.yaml +++ b/charts/pgweb/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 description: A Helm chart for pgweb name: pgweb -version: 1.26.7 +version: 1.26.8 diff --git a/charts/vaultwarden/Chart.yaml b/charts/vaultwarden/Chart.yaml index 95e07be..85a38bd 100644 --- a/charts/vaultwarden/Chart.yaml +++ b/charts/vaultwarden/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - name: guerzon email: guerzon@proton.me url: https://github.com/guerzon -version: 1.26.7 +version: 1.26.8 kubeVersion: '>=1.12.0-0' diff --git a/package.json b/package.json index 99e6f0a..a833028 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.26.7", + "version": "1.26.8", "repository": "git@github.com:SocialGouv/helm-charts.git", "license": "MIT", "private": true,