v0.6.0
Another release of Kompose! This time it's 0.6.0 and we've got a lot of changes.
We've added a new CLI parameter called --insecure-repository
. By passing a true
value, you can now build an OpenShift ImageStream object with an insecure repository.
kompose up --provider=openshift --insecure-repository true
You can also now specify what namespace you'd like to use with the new --namespace
CLI parameter,
kompose up --namespace foobar
New keys have been added! Special thanks to @gitlawr. Both cap_add
and cap_drop
will now be successfully converted to their Kubernetes/OpenShift equivalents.
New features:
- Kompose will now continue to retry doing it's job when
kompose down
is used #536 - Insecure repository paramter added #547
cap_add
andcap_drop
key support #580- We now have an updated ROADMAP with our future plans #549
- Namespace CLI parameter added #517
- driver:local bug fixed #557
- More updates to documentation!
- Tarballs are now included in every release