mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
feat(common): Release v2.3.0 (#228)
Signed-off-by: Christopher Larivière <lariviere.c@gmail.com> Co-authored-by: Christopher Larivière <lariviere.c@gmail.com>
This commit is contained in:
parent
8bfc33eb8a
commit
0eac5ba7d7
23 changed files with 638 additions and 17 deletions
|
@ -3,7 +3,7 @@ apiVersion: v2
|
|||
name: common
|
||||
description: Function library for Helm charts
|
||||
type: library
|
||||
version: 2.2.0
|
||||
version: 2.3.0
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
keywords:
|
||||
- common
|
||||
|
@ -16,6 +16,19 @@ annotations:
|
|||
artifacthub.io/changes: |-
|
||||
- kind: added
|
||||
description: |-
|
||||
Add support for dependsOn to initContainers and containers.
|
||||
Note that using dependsOn completely disables the "order" field within the controller.
|
||||
The "order" field will be removed in v3.
|
||||
Add support for `appProtocol` in Kubernetes services.
|
||||
- kind: added
|
||||
description: |-
|
||||
Add support for route filters for HTTPRoute and GRPCRoute.
|
||||
- kind: added
|
||||
description: |-
|
||||
Add support `dataSource` and `dataSourceRef` fields in StatefulSet volumeClaimTemplates.
|
||||
- kind: added
|
||||
description: |-
|
||||
Add support `dataSource` and `dataSourceRef` fields in persistentVolumeClaim persistence items.
|
||||
- kind: fixed
|
||||
description: |-
|
||||
GRPCRoute support for matches was not supported.
|
||||
- kind: fixed
|
||||
description: |-
|
||||
`valuefrom`-style environment variables can now use Helm templating again.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue