Skip to content

Releases: squaremo/kubeyaml

0.7.0

15 Aug 13:12
7fc6ab8
Compare
Choose a tag to compare

This adds the set command, for setting arbitrary paths in a particular manifest (which is identified as for image and annotation). Thanks for diligent work from @hiddeco.

0.6.1

01 Jul 11:57
1d3cf07
Compare
Choose a tag to compare

Patch release to fix libc mismatch.

(symptom: [6] Error loading Python lib '/usr/lib/kubeyaml/libpython3.6m.so.1.0': dlopen: Error relocating /usr/lib/kubeyaml/libpython3.6m.so.1.0: getrandom: symbol not found)

0.6.0

01 Jul 10:55
1465a29
Compare
Choose a tag to compare
  • Adds support for yet more permutations of {registry, tag, image, repository} (thanks @hiddeco)
  • Treat all *List kinds as lists (thanks @2opremio)