diff --git a/charts/dvpe-certificate-issuer-controller/CHANGELOG.md b/charts/dvpe-certificate-issuer-controller/CHANGELOG.md index 3dcc74d..130b631 100644 --- a/charts/dvpe-certificate-issuer-controller/CHANGELOG.md +++ b/charts/dvpe-certificate-issuer-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.5.1] +### Changed +* Changed nothing. This version change is a workaround to fix the pipeline. + ## [2.5.0] ### Added * `securityContext` in IssuerController deployment spec in order to be compliant with PSA (Pod Security Admission) rules. diff --git a/charts/dvpe-certificate-issuer-controller/Chart.yaml b/charts/dvpe-certificate-issuer-controller/Chart.yaml index b45dc0d..df15c09 100644 --- a/charts/dvpe-certificate-issuer-controller/Chart.yaml +++ b/charts/dvpe-certificate-issuer-controller/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.1.1 description: Helm chart for deploying a custom certificate issuer controller. The certificate issuer controller is a [cert-manager](https://cert-manager.io/docs/) resource managing certificate requests in a private PKI. name: dvpe-certificate-issuer-controller -version: 2.5.0 +version: 2.5.1 keywords: - automation - gitops diff --git a/charts/dvpe-certificate-issuer-controller/README.md b/charts/dvpe-certificate-issuer-controller/README.md index dcd5b61..a568b61 100644 --- a/charts/dvpe-certificate-issuer-controller/README.md +++ b/charts/dvpe-certificate-issuer-controller/README.md @@ -1,6 +1,6 @@ # dvpe-certificate-issuer-controller -![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) +![Version: 2.5.1](https://img.shields.io/badge/Version-2.5.1-informational?style=flat-square) Helm chart for deploying a custom certificate issuer controller. The certificate issuer controller is a [cert-manager](https://cert-manager.io/docs/) resource managing certificate requests in a private PKI. diff --git a/charts/dvpe-cluster-issuer/CHANGELOG.md b/charts/dvpe-cluster-issuer/CHANGELOG.md index d2a1091..4d8277d 100644 --- a/charts/dvpe-cluster-issuer/CHANGELOG.md +++ b/charts/dvpe-cluster-issuer/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.4.1] +### Changed +* Changed nothing. This version change is a workaround to fix the pipeline. + ## [0.4.0] ### Changed * Use namespaced secret store diff --git a/charts/dvpe-cluster-issuer/Chart.yaml b/charts/dvpe-cluster-issuer/Chart.yaml index 3d70be4..94c6a22 100644 --- a/charts/dvpe-cluster-issuer/Chart.yaml +++ b/charts/dvpe-cluster-issuer/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v1 appVersion: "1.1" description: Helm chart for installing cert-manager's ClusterIssuer resource, to be used in Kubernetes automation scripts. name: dvpe-cluster-issuer -version: 0.4.0 +version: 0.4.1 home: https://github.com/dvpe-cloud/dvpe-helm diff --git a/charts/dvpe-cluster-issuer/README.md b/charts/dvpe-cluster-issuer/README.md index 80f4b0d..a959520 100644 --- a/charts/dvpe-cluster-issuer/README.md +++ b/charts/dvpe-cluster-issuer/README.md @@ -1,6 +1,6 @@ # dvpe-cluster-issuer -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) +![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) Helm chart for installing cert-manager's ClusterIssuer resource, to be used in Kubernetes automation scripts. diff --git a/charts/dvpe-deployment-gloo/CHANGELOG.md b/charts/dvpe-deployment-gloo/CHANGELOG.md index 3a853ee..61ae6ba 100644 --- a/charts/dvpe-deployment-gloo/CHANGELOG.md +++ b/charts/dvpe-deployment-gloo/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.9.2] +### Changed +* Changed nothing. This version change is a workaround to fix the pipeline. ## [4.9.1] ### Added diff --git a/charts/dvpe-deployment-gloo/Chart.yaml b/charts/dvpe-deployment-gloo/Chart.yaml index 7a2688f..ec0102a 100644 --- a/charts/dvpe-deployment-gloo/Chart.yaml +++ b/charts/dvpe-deployment-gloo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.1" description: Helm chart for installing microservices as gloo enabled VirtualService definitions. name: dvpe-deployment-gloo -version: 4.9.1 +version: 4.9.2 home: https://github.com/dvpe-cloud/dvpe-helm keywords: - dvpe-helm diff --git a/charts/dvpe-deployment-gloo/README.md b/charts/dvpe-deployment-gloo/README.md index f94a9da..a18e7fb 100644 --- a/charts/dvpe-deployment-gloo/README.md +++ b/charts/dvpe-deployment-gloo/README.md @@ -1,6 +1,6 @@ # dvpe-deployment-gloo -![Version: 4.9.1](https://img.shields.io/badge/Version-4.9.1-informational?style=flat-square) +![Version: 4.9.2](https://img.shields.io/badge/Version-4.9.2-informational?style=flat-square) Helm chart for installing microservices as gloo enabled VirtualService definitions.