feat(common): Release 3.5.0 (#357)

Co-authored-by: Lawrence Gil <lawrence.gil@assemblyglobal.com>
This commit is contained in:
Bernd Schorgers 2024-10-04 15:50:55 +02:00 committed by GitHub
parent 5a722abfa9
commit 90e6b9e7cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 1092 additions and 164 deletions

View file

@ -3,7 +3,7 @@ apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 3.4.0
version: 3.5.0
kubeVersion: ">=1.22.0-0"
keywords:
- common
@ -16,16 +16,13 @@ annotations:
artifacthub.io/changes: |-
- kind: added
description: |-
Add configMapsFromFolderBasePath to create ConfigMaps from a folder
Add support for binary files in configMapsFromFolderBasePath
- kind: added
description: |-
Added support for setting `defaultContainerOptions`.
links:
- name: Documentation
url: https://bjw-s.github.io/helm-charts/docs/common-library/howto/default-container-options
Add support for internalTrafficPolicy field in Services
- kind: added
description: |-
Added support for `loadBalancerClass`.
- kind: fixed
Add support for multiple ServiceAccounts
- kind: added
description: |-
Fixed volume name reference when persistence key matches release name.
Add support for multiple RBAC resources