mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
feat(common): Release version 1.2.0 (#92)
* fix(common): fix incorrect route default values (#91) * fix(common): make `sectionName` optional for route parentRefs * fix(common): name primary route correctly * feat(common): add controller.type of cronjob (#87) * fix(common): Fix invalid persistence type message (#85) * feat(common): Allow setting container restartPolicy Co-authored-by: András Maróy <andras@maroy.hu> Co-authored-by: loeken <loeken@internetz.me> Co-authored-by: Han Cen <hi@chamburr.com>
This commit is contained in:
parent
8f2a1ba9b4
commit
72670526a3
26 changed files with 351 additions and 66 deletions
|
@ -3,7 +3,7 @@ apiVersion: v2
|
|||
name: common
|
||||
description: Function library for Helm charts
|
||||
type: library
|
||||
version: 1.1.3
|
||||
version: 1.2.0
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
keywords:
|
||||
- common
|
||||
|
@ -15,24 +15,12 @@ maintainers:
|
|||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: fixed
|
||||
description: Fixed code-server add-on Service rendering
|
||||
description: Fixed sectionName not being optional for gateway routes
|
||||
- kind: fixed
|
||||
description: Fixed httpGet probe whitespace rendering
|
||||
description: Fixed primary gateway route having incorrect name
|
||||
- kind: fixed
|
||||
description: Fixed serviceAccount definition to be compatible with k8s 1.25
|
||||
links:
|
||||
- name: Secret management for ServiceAccounts
|
||||
url: https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/#manual-secret-management-for-serviceaccounts
|
||||
description: Fixed invalid persistence type message
|
||||
- kind: added
|
||||
description: Added support for Gateway API Routes
|
||||
links:
|
||||
- name: Gateway API docs
|
||||
url: https://gateway-api.sigs.k8s.io
|
||||
- kind: changed
|
||||
description: Services and their ports are now assumed enabled by default
|
||||
- kind: changed
|
||||
description: Updated netshoot image to v0.8
|
||||
- kind: changed
|
||||
description: Updated code-server image to v4.8.3
|
||||
- kind: removed
|
||||
description: Removed promtail add-on
|
||||
description: Added cronjob as controller.type
|
||||
- kind: added
|
||||
description: Allow setting container restartPolicy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue