Skip to content

Releases: flanksource/kommons

v0.7.1

17 Mar 08:06
f969ae4
Compare
Choose a tag to compare

0.7.1 (2021-03-17)

Bug Fixes

  • set default value for GetKustomizePatches (4b4dbaf)

v0.7.0

16 Mar 18:23
cc95737
Compare
Choose a tag to compare

0.7.0 (2021-03-16)

Features

  • add client GetEnvValue function (6207e0e)
  • Add kommons.EnvVar type (a375b38)
  • Add object generation and Makefile (35a6ad2)

v0.6.1

16 Mar 14:36
6e15850
Compare
Choose a tag to compare

0.6.1 (2021-03-16)

Bug Fixes

  • rename UpdateCRD to Update, accept runtime.Object (b5d2e1b)

v0.6.0

16 Mar 14:30
7965b7e
Compare
Choose a tag to compare

0.6.0 (2021-03-16)

Features

  • generate deepcopy for conditions, add client.UpdateCRD (2e75fed)

v0.5.2

16 Mar 10:54
ebb1602
Compare
Choose a tag to compare

0.5.2 (2021-03-16)

Bug Fixes

  • fix panic getting conditions when status is not present on object (56887d2)

v0.5.0

15 Mar 18:34
Compare
Choose a tag to compare

0.5.0 (2021-03-15)

Features

  • release on push to master (a9b33e8)
  • release on push to master (f004210)

v0.4.0

04 Mar 19:50
Compare
Choose a tag to compare
feat: improve defaulting and logging

v0.3.6

03 Mar 05:43
4e71450
Compare
Choose a tag to compare
Merge pull request #20 from tobernguyen/master

feat(wait): add WaitForStatefulSet function

v0.3.5

02 Mar 05:34
aa0f38d
Compare
Choose a tag to compare
Merge pull request #19 from tobernguyen/master

feat: support updating PersistentVolumeClaim

v0.3.2

27 Feb 19:06
Compare
Choose a tag to compare
feat: add GetByKind