Releases: gimlet-io/onechart
Releases · gimlet-io/onechart
Release v0.33.0
#37 Making ingress path configurable
Release v0.32.0
- Fixed cron-job indentation problems in 6783eb0
Release v0.31.0
#23 Supporting networking.k8s.io/v1
api group in Ingress
❗ Since this change OneChart requires Kubernetes version >=1.19
Release v0.30.0
LivenessProbe support - you can use it, doesn't mean you should
Release v0.29.0
Support for existing PersistentVolumeClaims in 937cb67
Release v0.28.0
In this release:
- a breaking change that will affect you if you used branch name variables in your ingress host names. See #28
tldr: you have to sanitize ingress host names in your values files or in the scripts that generate them.
If you are using Gimlet,sanitizeDNS name
will do it:
app: myapp-{{ .GITHUB_BRANCH }}
env: preview
namespace: default
chart:
repository: https://chart.onechart.dev
name: onechart
version: 0.28.0
values:
ingress:
host: myapp-{{ .GITHUB_BRANCH | sanitizeDNSName }}.mycompany.com
Release v0.27.0
In this release:
- [CHORE]
onechart/onechart
shares a common base withonechart/cronjob
. This way cronjobs get the same feature set as regular deployments - [BUGFIX] If you define multiple ingresses, now they will use unique TLS secret names 269ab7e
Release v0.27.0-rc3
Fixing robustName helper
Release v0.27.0-rc2
Added json schema and ui meta data to cronjob
Release v0.27.0-rc1
Merge pull request #27 from gimlet-io/schedule-support Using common chart