Skip to content

Releases: gimlet-io/onechart

v0.71.0

09 Sep 09:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.70.0...v0.71.0

v0.70.0

17 Aug 07:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.69.0...v0.70.0

v0.69.0

21 Jun 06:16
dd997da
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024062...2024062

v0.68.0

20 Jun 09:13
ad3adca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2024052...2024062

v0.67.0

21 May 09:58
6cafb41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2024021...2024052

v0.66.0

14 Feb 12:31
Compare
Choose a tag to compare

4ee735b fix: secret reference used for testing was left in code

Full Changelog: 2024021...2024021

v0.65.0

13 Feb 11:14
4d247e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024020...2024021

Release v0.64.0

01 Feb 12:25
dde74f2
Compare
Choose a tag to compare

What's Changed

  • Image pull secrets schema values by @dzsak in #115

Breaking change

This release has a breaking change.

Up til this version one would specify imagePullSecrets as follows:

image:
  repository: aws_account_id.dkr.ecr.region.amazonaws.com/my-web-app
  tag: x.y.z

imagePullSecrets:
  - name: regcred

After this version, use the following pattern:

image:
  repository: aws_account_id.dkr.ecr.region.amazonaws.com/my-web-app
  tag: x.y.z

imagePullSecrets:
  - regcred

Note that the name: field is dropped.

Full Changelog: 2023122...2024020

Release v0.63.0

20 Dec 09:33
78d23b1
Compare
Choose a tag to compare

What's Changed

  • Dropping yaml anchors - we have helm tpls for the same purpose by @laszlocph in #113
  • container and podSpec fields to add or overwrite any field @laszlocph in #114

Full Changelog: v0.62.0...2023122

Release v0.62.0

15 Dec 13:41
de52306
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.61.0...v0.62.0