mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
feat(common): Release 2.0.1 (#193)
This commit is contained in:
parent
bf5b623fa6
commit
66389dec8b
13 changed files with 240 additions and 148 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue