PackageTrack
Sign in Get early access

github.com/edgelesssys/marblerun

v1.9.1 #4066 most downloaded on Go modules edgelesssys/marblerun

What this package is like to depend on

Last release 14 days ago

10 Aug 2026

Ships fairly regularly

a new release about every 3 weeks

Some releases are documented

notes for 9 of 25 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

186 releases · first in 2020

22 releases in the last 12 months

see the full history below

Release timeline

186 releases · Nov 2020 to Aug 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 186
  1. v1.9.2-0.20260810064317-5ce7c1e23c3f 10 Aug 2026 pre-release

    Nothing published for this version

  2. v1.9.2-0.20260729083530-2488040e13ed 29 Jul 2026 pre-release

    Nothing published for this version

  3. v1.9.2-0.20260706070017-aa136ddaa515 06 Jul 2026 pre-release

    Nothing published for this version

  4. v1.9.2-0.20260608065648-d69dd0818d81 08 Jun 2026 pre-release

    Nothing published for this version

  5. v1.9.2-0.20260526071633-5f8135198305 26 May 2026 pre-release

    Nothing published for this version

  6. v1.9.2-0.20260518064426-a9808bdcb51e 18 May 2026 pre-release

    Nothing published for this version

  7. v1.9.2-0.20260422142148-f5d54979bdf3 22 Apr 2026 pre-release

    Nothing published for this version

  8. v1.9.1 22 Apr 2026
    Release notes
    • Bump version to v1.9.1
    • update SGX PSW version to 2.28.100.1-jammy1
    • update SGX DCAP version to 1.25.100.1-jammy1
    • dockerfiles: remove deprecated libsgx-launch package

    Signed-off-by: Daniel Weiße [email protected]

    Open source →
    Release notes

    What's Changed

    🐛 Bug fixes

    🔧 Other changes

    Full Changelog: v1.9.0...v1.9.1

    Open source →
  9. v1.9.1-0.20260422142148-f5d54979bdf3 22 Apr 2026 pre-release

    Nothing published for this version

  10. v1.9.1-0.20260422094836-ade8582d3f03 22 Apr 2026 pre-release

    Nothing published for this version

  11. v1.9.1-0.20260330105325-8e11264a0caa 30 Mar 2026 pre-release

    Nothing published for this version

  12. v1.9.1-0.20260305091637-6a4af5f8f304 05 Mar 2026 pre-release

    Nothing published for this version

  13. v1.9.1-0.20260209075042-51572319927f 09 Feb 2026 pre-release

    Nothing published for this version

  14. v1.9.0 30 Dec 2025
    Release notes

    What's Changed

    🎁 New features

    🐛 Bug fixes

    🔧 Other changes

    📖 Documentation

    New Contributors

    Full Changelog: v1.8.0...v1.9.0

    Open source →
  15. v1.8.1-0.20251111072744-1928daf23ee0 11 Nov 2025 pre-release

    Nothing published for this version

  16. v1.8.1-0.20251110075647-153cc4669f6b 10 Nov 2025 pre-release

    Nothing published for this version

  17. v1.8.1-0.20251028161551-8f791d6361f1 28 Oct 2025 pre-release

    Nothing published for this version

  18. v1.8.1-0.20250930105614-e4e58c1f2172 30 Sep 2025 pre-release

    Nothing published for this version

  19. v1.8.1-0.20250926142906-95013f6f3ab3 26 Sep 2025 pre-release

    Nothing published for this version

  20. v1.8.1-0.20250922072133-3fa65f1bd7ad 22 Sep 2025 pre-release

    Nothing published for this version

  21. v1.8.1-0.20250918125523-3909f6215c42 18 Sep 2025 pre-release

    Nothing published for this version

  22. v1.8.1-0.20250915143742-2266eb08959b 15 Sep 2025 pre-release

    Nothing published for this version

  23. v1.8.1-0.20250801125044-438f3814eda1 01 Aug 2025 pre-release

    Nothing published for this version

  24. v1.8.0 01 Aug 2025
    Release notes

    What's Changed

    🛠 Breaking changes

    • This PR introduces two breaking changes in the Go API:
      • ManifestUpdateAcknowledge now returns a list of users who have not acknowledged the update as well as the number of users that still need to send an acknowledgement for the update to be applied. This changes the function's return values from []string, error to []string, int, error.
      • ManifestUpdateApply now returns a list of a users who may acknowledge the update, as well as the number of missing acknowledgements for the update to be applied (in case of full manifest updates with more than 1 user). This changes the function's return values from error to []string, int, error.

    🐛 Bug fixes

    • cli: report accurate number of missing acknowledgements and users on update by @daniel-weisse in #808
    • cli: accept both PKCS#8 and PKCS#1 private keys for recovery by @daniel-weisse in #798
    • Update EdgelessRT dependency to fix OE_INVALID_PARAMETER "SGX endorsements are too large" errors during quote verification

    Full Changelog: v1.7.0...v1.8.0

    Open source →
  25. v1.7.1-0.20250729061708-d1728fd01196 29 Jul 2025 pre-release

    Nothing published for this version

  26. v1.7.1-0.20250411064115-281e19005817 11 Apr 2025 pre-release

    Nothing published for this version

  27. v1.7.0 04 Feb 2025
    Release notes

    What's Changed

    ⚠️ Security

    This release includes a security fix of high severity.
    Please read the GHSA-w7wm-2425-7p2h advisory carefully to assess the impact on your deployment and plan the update accordingly.

    Please be aware that updating a deployment to v1.7.0 will require manual recovery of the Coordinator.
    Additionally, starting with v1.7.0, recovery will require access to the recovery private keys, matching the recovery public keys defined in the manifest, either as files or through a PKCS #11 compatible backend.

    🎁 New features

    • premain: enable JSON formatted logs if EDG_LOG_FORMAT=json by @daniel-weisse in #766
    • cli: support for authenticating with private keys and certificates stored in PKCS #11 backend by @daniel-weisse in #771
    • Support injection of Coordinator root and intermediate certificates into Marble environment by @daniel-weisse in #784
    • coordinator: add debug logging by @daniel-weisse in #786

    🐛 Bug fixes

    • fix: JSON formatted logs for all Coordinator and marble-injector messages by @daniel-weisse in #764
    • coordinator: fix equality checks for manifest properties by @daniel-weisse in #777
    • Fix Marble verification with Coordinator root certificate by @thomasten in #782
    • cli: fix certificate command errors when --insecure flag is set by @daniel-weisse in #790

    🔧 Other changes

    • coordinator: atomically replace the sealed data file on store commit by @thomasten in #762
    • charts: allow configuration of Coordinator PVC size through helm values file by @Nabsku in #793

    📖 Documentation

    New Contributors

    Full Changelog: v1.6.0...v1.7.0

    Open source →
  28. v1.6.1-0.20241118080616-47b17933f12d 18 Nov 2024 pre-release

    Nothing published for this version

  29. v1.6.1-0.20241118072455-1a39a52c0656 18 Nov 2024 pre-release

    Nothing published for this version

  30. v1.6.1-0.20241113141623-82dc444afdc1 13 Nov 2024 pre-release

    Nothing published for this version

  31. v1.6.1-0.20241107111455-f7653fb27a4c 07 Nov 2024 pre-release

    Nothing published for this version

  32. v1.6.1-0.20241030125425-d8deb710c8b7 30 Oct 2024 pre-release

    Nothing published for this version

  33. v1.6.0 30 Oct 2024
    Release notes

    What's Changed

    Additions

    • Log TCB advisories if status is not UpToDate by @thomasten in #729
    • Allow specifying accepted avisories for SWHardeningNeeded TCB status by @daniel-weisse in #733
    • Let Coordinator serve monotonic counters to Marbles by @thomasten in #741
    • Derive marble private secrets using marble type in addition to UUID by @daniel-weisse in #730
      • Previously, secrets were only derived based on a Marble's UUID, which would provide two different Marbles reporting the same UUID with the same secret. This release enforces two different Marbles will always receive different secrets, regardless of their UUID. If two Marbles require access to the same secret, the secret should be marked as Shared instead. To restore the behavior of MarbleRun previous to v1.6, set the DisableSecretBinding property of the Marble in the manifest to true.

    Fixes

    • coordinator: fix failing user verification when multiple client certs are provided by @thomasten in #738

    Misc

    Full Changelog: v1.5.2...v1.6.0

    Open source →
  34. v1.5.3-0.20241030104032-cc851546e19a 30 Oct 2024 pre-release

    Nothing published for this version

  35. v1.5.3-0.20241030074930-4b411d547efe 30 Oct 2024 pre-release

    Nothing published for this version

  36. v1.5.3-0.20241029085243-e5797a875afc 29 Oct 2024 pre-release

    Nothing published for this version

  37. v1.5.3-0.20241028072729-dd464777e975 28 Oct 2024 pre-release

    Nothing published for this version

  38. v1.5.3-0.20241024064539-7a86ba003d2d 24 Oct 2024 pre-release

    Nothing published for this version

  39. v1.5.3-0.20241022102039-227c603ba160 22 Oct 2024 pre-release

    Nothing published for this version

  40. v1.5.3-0.20241022070002-3da5c946724e 22 Oct 2024 pre-release

    Nothing published for this version

  41. v1.5.3-0.20241021064040-297515175a35 21 Oct 2024 pre-release

    Nothing published for this version

  42. v1.5.3-0.20241021063850-27ad1ba4f652 21 Oct 2024 pre-release

    Nothing published for this version

  43. v1.5.3-0.20241017061537-bc298bd2dc4d 17 Oct 2024 pre-release

    Nothing published for this version

  44. v1.5.3-0.20241014063301-aea691a5f83e 14 Oct 2024 pre-release

    Nothing published for this version

  45. v1.5.3-0.20241009113503-8a25b6f03cc1 09 Oct 2024 pre-release

    Nothing published for this version

  46. v1.5.3-0.20241009085218-f829c778c6fc 09 Oct 2024 pre-release

    Nothing published for this version

  47. v1.5.3-0.20241007134742-69fe31b6e209 07 Oct 2024 pre-release

    Nothing published for this version

  48. v1.5.3-0.20241007070859-5859ad4bda61 07 Oct 2024 pre-release

    Nothing published for this version

  49. v1.5.2 16 Sep 2024
    Release notes

    What's Changed

    • Fix OE_JSON_INFO_PARSE_ERROR during attestation verification with recent Intel collaterals

    Full Changelog: v1.5.1...v1.5.2

    Open source →
  50. v1.5.2-0.20240916083415-f2f13a45235c 16 Sep 2024 pre-release

    Nothing published for this version

  51. v1.5.2-0.20240912073331-e38f2a5b2ebd 12 Sep 2024 pre-release

    Nothing published for this version

  52. v1.5.1 10 Sep 2024
    Release notes

    What's Changed

    Fixes

    • coordinator: don't include OE header in signature for raw SGX quotes when calling /sign-quote endpoint by @daniel-weisse in #718
    • cli: don't try to download era config if --insecure flag is set by @daniel-weisse in #721

    Misc

    Full Changelog: v1.5.0...v1.5.1

    Open source →
  53. v1.5.1-0.20240910085723-53f6abbd5112 10 Sep 2024 pre-release

    Nothing published for this version

  54. v1.5.1-0.20240910072141-8fe722cf01c5 10 Sep 2024 pre-release

    Nothing published for this version

  55. v1.5.1-0.20240906061332-26f38e0af4bd 06 Sep 2024 pre-release

    Nothing published for this version

  56. v1.5.1-0.20240905074918-0e0935f7fb0e 05 Sep 2024 pre-release

    Nothing published for this version

  57. v1.5.1-0.20240902063546-e831965dda7c 02 Sep 2024 pre-release

    Nothing published for this version

  58. v1.5.1-0.20240828104857-a0075a851587 28 Aug 2024 pre-release

    Nothing published for this version

  59. v1.5.1-0.20240827111150-535c9b4bc51c 27 Aug 2024 pre-release

    Nothing published for this version

  60. v1.5.1-0.20240823135654-1c7f72a6c30e 23 Aug 2024 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive