feat(common): Release 2.0.0-beta.2 (#176)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-09-14 15:40:49 +02:00 committed by GitHub
parent ed407c00df
commit 9928235b84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
80 changed files with 1306 additions and 161 deletions

View file

@ -3,7 +3,7 @@ apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 2.0.0-beta.1
version: 2.0.0-beta.2
kubeVersion: ">=1.22.0-0"
keywords:
- common
@ -17,3 +17,10 @@ annotations:
artifacthub.io/changes: |-
- kind: changed
description: Many things :P
- kind: removed
description: |-
**BREAKING CHANGE** Removed support for add-ons. These can be configured through other means nowadays.
- kind: added
description: Added support for ordering (init)Containers within a controller.
- kind: added
description: Added support for creating Network Policies.