Releases: squaremo/kubeyaml
Releases · squaremo/kubeyaml
0.7.0
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
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
- Adds support for yet more permutations of {registry, tag, image, repository} (thanks @hiddeco)
- Treat all
*List
kinds as lists (thanks @2opremio)