Releases: macstadium/packer-plugin-macstadium-orka
Releases · macstadium/packer-plugin-macstadium-orka
v3.1.0
v3.0.1
What's Changed
- Fix "unexpected EOF" error when no local
kubeconfig
is present by @mattegawel in #48
v3.0.0
What's Changed
- Migrate the plugin to work with Orka 3.0.0 by @svetlimladenov in #45
Full Changelog: v2.7.3...v3.0.0
New features
- new
authentication flow
- Instead of relying on the legacy Orka users, users of the packer plugin can directly provide their Bearer Tokens to authenticate. - new
orka_vm_builder_namespace
option - now you can configure the VM builder to be deployed on any of your Orka Namespaces. - new
image_force_overwrite
option - this allows you to override existing images. - new
image_description
option - this will allow you to put any metadata to your images.
Removed options
These options are no longer supported:
simulate_create
image_precopy
v2.7.3
What's Changed
- Add disk sync step before saving a new image by @svetlimladenov in #46
Full Changelog: v2.7.2...v2.7.3
v2.7.2
v2.7.1
v2.7.0
This release allows packer to set a VM tag so that the node the builder VM is launched on can be controlled.
v2.6.0
- Enable
io_boost
by default