feat(common): Release v2.2.0 (#223)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-11-10 21:31:03 +01:00 committed by GitHub
parent 8b21e9f6c7
commit 8bfc33eb8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 244 additions and 47 deletions

View file

@ -3,7 +3,7 @@ apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 2.1.1
version: 2.2.0
kubeVersion: ">=1.22.0-0"
keywords:
- common
@ -16,27 +16,6 @@ annotations:
artifacthub.io/changes: |-
- kind: added
description: |-
Support v1 of Gateway APIs Route types
- kind: added
description: |-
Support setting CronJob timezones in Kubernetes versions >= 1.27
- kind: added
description: |-
Support setting a defaultBackend per ingress
- kind: added
description: |-
Support using templates in Route hostnames
- kind: added
description: |-
Added support for dependsOn in environment variables
links:
- name: GitHub repo
url: https://github.com/dastrobu/helm-charts/tree/main/environment-variables
- name: Related blogpost
url: https://dastrobu.medium.com/an-advanced-api-for-environment-variables-in-helm-charts-e0bb1e0aa58a
- kind: fixed
description: |-
Improved "isEmpty" checks to be compatible with more Helm versions
- kind: fixed
description: |-
No longer quote numeric ports in probes
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.