Skip to content

Releases: gimlet-io/onechart

Release v0.32.0

21 Oct 08:37
Compare
Choose a tag to compare
  • Fixed cron-job indentation problems in 6783eb0

Release v0.31.0

29 Sep 12:19
213303b
Compare
Choose a tag to compare

#23 Supporting networking.k8s.io/v1 api group in Ingress
❗ Since this change OneChart requires Kubernetes version >=1.19

Release v0.30.0

18 Sep 13:26
Compare
Choose a tag to compare
LivenessProbe support - you can use it, doesn't mean you should

Release v0.29.0

15 Sep 06:50
Compare
Choose a tag to compare

Support for existing PersistentVolumeClaims in 937cb67

Release v0.28.0

27 Aug 07:09
d6c34a8
Compare
Choose a tag to compare

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

13 Aug 07:23
Compare
Choose a tag to compare

In this release:

  • [CHORE] onechart/onechart shares a common base with onechart/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

05 Aug 11:27
Compare
Choose a tag to compare
Fixing robustName helper

Release v0.27.0-rc2

05 Aug 10:26
Compare
Choose a tag to compare
Added json schema and ui meta data to cronjob

Release v0.27.0-rc1

05 Aug 10:07
98390f7
Compare
Choose a tag to compare
Merge pull request #27 from gimlet-io/schedule-support

Using common chart

Release v0.26.0

02 Aug 06:49
Compare
Choose a tag to compare
Supporting secretName without secretEnabled