Skip to content

Releases: macstadium/packer-plugin-macstadium-orka

v3.1.0

10 Oct 21:24
d3ca653
Compare
Choose a tag to compare
Pin goreleaser version (#56)

* pin goreleaser version
* fix release pipeline

v3.0.1

13 Dec 15:09
6d90dfd
Compare
Choose a tag to compare

What's Changed

  • Fix "unexpected EOF" error when no local kubeconfig is present by @mattegawel in #48

v3.0.0

07 Nov 14:37
0a2bad5
Compare
Choose a tag to compare

What's Changed

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

06 Nov 17:10
ac4f906
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.2...v2.7.3

v2.7.2

23 Aug 14:33
b1ae1f9
Compare
Choose a tag to compare

This release extends the context deadline for image saving

v2.7.1

08 Aug 08:49
b1bab28
Compare
Choose a tag to compare
  • #39 The packer UI will now show the errors that Orka returns instead of failing with a generic 500 error code

v2.7.0

20 Jul 09:24
f377c4d
Compare
Choose a tag to compare

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

02 Mar 15:52
0df9c2a
Compare
Choose a tag to compare
  • Enable io_boost by default

v2.5.0

23 Sep 11:15
beed3e9
Compare
Choose a tag to compare

What's Changed

  • Revoke tokens only if version is 2.1.0 or earlier by @ispasov in #22

Full Changelog: v2.4.0...v2.5.0

v2.4.0

04 Feb 17:01
723e8ee
Compare
Choose a tag to compare

Release v2.4.0

  • Add external IP mapping option: #17