Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix versions (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
isihu authored Feb 19, 2024
1 parent 7b4a961 commit 045b3d1
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 6 deletions.
4 changes: 4 additions & 0 deletions charts/dvpe-certificate-issuer-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/dvpe-certificate-issuer-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/dvpe-certificate-issuer-controller/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 4 additions & 0 deletions charts/dvpe-cluster-issuer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/dvpe-cluster-issuer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/dvpe-cluster-issuer/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 3 additions & 0 deletions charts/dvpe-deployment-gloo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/dvpe-deployment-gloo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/dvpe-deployment-gloo/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 045b3d1

Please sign in to comment.