Skip to content

Releases: iawia002/lia

v0.6.0

28 Aug 01:57
e91105a
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Bump controller-runtime version to 0.19, k8s version to 0.31 (#27) @iawia002

New Features

  • maps: add a helper function to get the value of a nested field from the map (#26) @iawia002
  • kubernetes/object: add new function ParseYAMLDocuments for parsing YAML documents (#25) @iawia002
  • maps: add a helper function to set the value of a nested field for the map (#23) @iawia002

Other changes

  • kubernetes/client: add more options for cache client (#24) @iawia002

Full Changelog: v0.5.1...v0.6.0

v0.5.1

28 Sep 02:34
8bfc56b
Compare
Choose a tag to compare

What's Changed

New Features

Dependency Updates

  • Bump controller-runtime version to v0.16.2 (#22) @iawia002

Full Changelog: v0.5.0...v0.5.1

v0.5.0

12 Sep 07:29
434bbd1
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • kubernetes/client: use new object instance in Get/List method (#20) @iawia002
  • kubernetes/unstructured: change the obj parameter of the ConvertToTyped function to a common interface (#19) @iawia002

New Features

  • kubernetes/unstructured: add a function to convert the object's YAML content into an unstructured object (#17) @iawia002

Other changes

  • kubernetes/unstructured: add more unit tests (#18) @iawia002

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 Aug 08:24
c5fce15
Compare
Choose a tag to compare

What's Changed

Breaking Changes

New Features

  • kubernetes/client: add a new function to generate cache client only (#16) @iawia002
  • kubernetes/client: add a function to build rest config from kubeconfig (#14) @iawia002

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 Aug 07:29
d9923fb
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Full Changelog: v0.2.0...v0.3.0

v0.2.0

14 Aug 02:24
544756c
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Bump go version to 1.21, remove deprecated functions (#12) @iawia002

Full Changelog: v0.1.2...v0.2.0

v0.1.2

14 Aug 02:11
5c9f25c
Compare
Choose a tag to compare

What's Changed

Other changes

  • Deprecate multiple functions since Go 1.21 (#11) @iawia002

Full Changelog: v0.1.1...v0.1.2

v0.1.1

26 Jun 09:15
41f1163
Compare
Choose a tag to compare

What's Changed

New Features

  • kubernetes/object: add methods for updating annotations or labels (#10) @iawia002
  • Implement some hash functions (#9) @iawia002

Other changes

  • kubernetes/object: optimize map reading and checking (#8) @iawia002

Full Changelog: v0.1.0...v0.1.1

v0.1.0

04 Apr 07:34
c17bda6
Compare
Choose a tag to compare

What's Changed

New Features

Other changes

Dependency Updates

Full Changelog: 4da84cd...v0.1.0