Releases: iawia002/lia
Releases · iawia002/lia
v0.6.0
What's Changed
Breaking Changes
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
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
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
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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
v0.2.0
v0.1.2
v0.1.1
v0.1.0
What's Changed
New Features
- kubernetes/object: add methods for handling finalizers (#5) @iawia002
- Add Unstructured implementation for typed client (#3) @iawia002
- Add typed client package (#2) @iawia002
- Migrate from pandora (#1) @iawia002
Other changes
- Add release-drafter to generate release notes (#7) @iawia002
- Update github action config (#6) @iawia002
Dependency Updates
Full Changelog: 4da84cd...v0.1.0