feat(common): Release 2.0.1 (#193)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-10-03 09:24:41 +02:00 committed by GitHub
parent bf5b623fa6
commit 66389dec8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 240 additions and 148 deletions

View file

@ -3,7 +3,7 @@ apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 2.0.0
version: 2.0.1
kubeVersion: ">=1.22.0-0"
keywords:
- common
@ -14,15 +14,12 @@ maintainers:
email: me@bjw-s.dev
annotations:
artifacthub.io/changes: |-
- kind: removed
- kind: fixed
description: |-
**BREAKING CHANGE** Removed support for add-ons. These can be configured through other means nowadays.
- kind: added
Mounting of volumeClaimTemplates was not implemented properly.
- kind: fixed
description: |-
**BREAKING CHANGE** Added support for managing multiple controllers / containers. This has introduced a number of breaking changes. Please see updated values.yaml
- kind: added
description: Added support for ordering (init)Containers within a controller.
- kind: added
description: Added support for creating Network Policies.
- kind: changed
description: Automatically detect `gateway.networking.k8s.io` API version
Using advancedMounts for initContainers resulted in an error.
- kind: fixed
description: |-
Validations for container images have been improved.