Skip to content

v1.3.0

Compare
Choose a tag to compare
@daniel-weisse daniel-weisse released this 25 Aug 09:39
· 277 commits to master since this release
411e3bc

Fixes

  • fix nightly image builds by @thomasten in #435
  • fix webhook certificates not being reloaded on change by @daniel-weisse in #470
  • remove version label from marble-injector selector by @daniel-weisse in #472
    • this caused issues resulting in the deployment being unable to be upgraded to a new image version using helm
    • when upgrading from a previous release using Helm, the marble-injector deployment has to be removed before upgrades can be applied:
      kubectl delete deployments -n marblerun marble-injector
      helm upgrade -n marblerun marblerun ...

Additions

  • cli: require chart path when using enterprise access token by @thomasten in #433
  • helm: Make health probes of Coordinator deployment configurable by @daniel-weisse in #442
  • remove az-dcap-client from Coordinator image by @daniel-weisse in #447
    • the image now uses just libsgx-dcap-default-qpl
    • the Coordinator will still automatically configure itself to run with the Azure PCCS if available
    • the --dcap-qpl flag has been deprecated since it is no longer necessary to set the QPL to use (there is only one)
  • Build CLI for Ubuntu 20.04, 22.04, and AppImage by @thomasten in #459
    • This means release will now include CLI binaries built for Ubuntu 20.04, Ubuntu 22.0, and an AppImage for Linux x86_64

Full Changelog: v1.2.0...v1.3.0

Edit (28.08.2023)

The CLI binaries marblerun-x86_64.AppImage and marblerun-ubuntu-20.04 were built on an incorrect commit (3750726f912244854c1b000c2c6085d0da158b5f instead of 411e3bcbb01a9a069c69d87f6713a0cde282511b).
We have since updated the binaries and the checksums.txt file.
The old, incorrect files are still available in the release with the old. prefix.
Other files were left untouched.