fix(common): Release 3.6.1 (#369)

This commit is contained in:
Bernd Schorgers 2025-01-12 11:28:41 +01:00 committed by GitHub
parent ec94fd49f7
commit 5fdc9e940e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 116 additions and 47 deletions

View file

@ -3,7 +3,7 @@ apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 3.6.0
version: 3.6.1
kubeVersion: ">=1.22.0-0"
keywords:
- common
@ -14,9 +14,12 @@ maintainers:
email: me@bjw-s.dev
annotations:
artifacthub.io/changes: |-
- kind: added
- kind: fixed
description: |-
Add hostUsers field to pod spec for k8s clusters >= 1.29
- kind: added
Only add hostUsers when explicitly configured
- kind: fixed
description: |-
Allow propagating global labels and annotations to Pod metadata
`hosts` should be an optional field for Ingress resources
- kind: fixed
description: |-
`defaultBackend` should be an object for Ingress resources