feat(common): Release version 1.3.2 (#120)

* fix(common): Increase CronJob pod annotations indent from 10 to 12 (#118)
* feat(common): Add tests for CronJob jobTemplate metadata
* feat(common): Update netshoot image
* feat(common): Update code-server image
* feat(ci): add workflow to create oci artifact (#38)
* ci: Update release workflows

---------
Signed-off-by: Tyler Witlin <tyler@codezero.io>
Co-authored-by: Gabe Cook <gabe565@gmail.com>
Co-authored-by: Tyler Witlin <45468117+coolguy1771@users.noreply.github.com>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-02-19 11:40:27 +01:00 committed by GitHub
parent 75048c6d73
commit 93e761fd99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 151 additions and 43 deletions

View file

@ -3,7 +3,7 @@ apiVersion: v2
name: common
description: Function library for Helm charts
type: library
version: 1.3.1
version: 1.3.2
kubeVersion: ">=1.22.0-0"
keywords:
- common
@ -14,5 +14,9 @@ maintainers:
email: me@bjw-s.dev
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Updated code-server image tag to v4.10.0
- kind: changed
description: Updated netshoot image tag to v0.9
- kind: fixed
description: Probes were rendered incorrectly when primary service port was a string.
description: Pod annotations were not indented enough when controller type was cronjob