feat(common): Release v2.6.0 (#268)

This commit is contained in:
Bernd Schorgers 2024-02-14 13:30:12 +01:00 committed by GitHub
parent fab610df73
commit 903f7d6780
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 68 additions and 28 deletions

View file

@ -3,7 +3,7 @@ apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 2.5.0
version: 2.6.0
kubeVersion: ">=1.22.0-0"
keywords:
- common
@ -16,19 +16,7 @@ annotations:
artifacthub.io/changes: |-
- kind: fixed
description: |-
PersistentVolumeClaims now properly created based on `persistence.x.enabled` value
ConfigMap and Secret checksums take enabled state in to account again
- kind: added
description: |-
Support suspending CronJobs
- kind: added
description: |-
Add support for targetLabels in ServiceMonitor
- kind: added
description: |-
Re-add support for setting mountPropagation on volumemounts
- kind: added
description: |-
Support `envFrom` identifiers and name templates for Secrets and ConfigMaps
- kind: added
description: |-
Support the `job` controller type to generate one-off jobs.
Add support for specifying parallelism in CronJobs and Jobs