Skip to content

Releases: looztra/kubesplit

v0.3.3 -- requires yamkix >= 0.10.0 to deal with recent versions of ruamel.yaml

24 Jun 15:19
4cb6b25
Compare
Choose a tag to compare

v0.3.2 -- requires yamkix >= 0.10.0 to deal with recent versions of ruamel.yaml

24 Jun 12:32
629d0d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

Get more context for Pypi

17 May 20:19
Compare
Choose a tag to compare

Rely on yamkix and get benefits of it

17 May 20:17
Compare
Choose a tag to compare
  • refactor : use the newly available yamkix module and rely on its configuration and writer helpers that make all the yaml writing options work as expected (some of them were not working)
    • now kubesplit can also deal with comments!
  • fix #5 (deal with Lists)
  • chore(CI): introduce some integration tests