Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Releases: acorn-io/runtime

v0.5.0-rc3

19 Jan 03:38
45e94b0

Choose a tag to compare

Changelog

v0.5.0-rc2

17 Jan 06:17
a20d835

Choose a tag to compare

What's Changed

Full Changelog: obot-platform/obot@v0.5.0-rc1...v0.5.0-rc2

v0.5.0-rc1

16 Jan 17:52
b7531fe

Choose a tag to compare

v0.5.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: obot-platform/obot@v0.4.1...v0.5.0-rc1

v0.4.2

05 Dec 21:51

Choose a tag to compare

Just a quick bug fix release for an issue that affecting our Getting Started Guide.

What's Changed

For the latest feature release notes, you can refer back to v0.4.0.

Full Changelog: obot-platform/obot@v0.4.1...v0.4.2

v0.4.2-rc1

05 Dec 21:36

Choose a tag to compare

v0.4.2-rc1 Pre-release
Pre-release

Changelog

v0.4.1

01 Dec 23:00
26487bb

Choose a tag to compare

🐞 Acorn v0.4.1 is here with a few important bug fixes and minor UX improvements! 🐞

What's Changed

Our biggest fix was to address an issue where quay.io could not be used as a registry for acorn images. We've addressed this, but the fix is limited to single-architecture acorn images. If you try to build a multi-arch acorn image via the --platform flag, you still won't be able to push that image to quay.io. We are working with the quay folks to resolve this. See: #951 and #921

Here's the rest of the changes:

Docs and CI commits have been excluded from the above list, for the full changelog, see here: obot-platform/obot@v0.4.0...v0.4.1

v0.4.1-rc4

01 Dec 22:32
26487bb

Choose a tag to compare

v0.4.1-rc4 Pre-release
Pre-release

Changelog

v0.4.1-rc3

28 Nov 21:23
1970d72

Choose a tag to compare

v0.4.1-rc3 Pre-release
Pre-release

Changelog

v0.4.1-rc2

28 Nov 20:04
87b2c45

Choose a tag to compare

v0.4.1-rc2 Pre-release
Pre-release

Changelog

v0.4.1-rc1

28 Nov 18:53
ccc1be2

Choose a tag to compare

v0.4.1-rc1 Pre-release
Pre-release
Fix and improve acorn login validation check (#922)

- Add --skip-checks as an escape hatch for trying to authenticate during `acorn login
- Rename `acorn install --checks` to `acorn install --skip-checks` for symmetry
- Fix the check itself so that authing against quay.io works (by removing the pull/push scopes from the authentication call)
- Move the check server side

Signed-off-by: Joshua Silverio <[email protected]>
Signed-off-by: Craig Jellick <[email protected]>
Co-authored-by: Craig Jellick <[email protected]>