Skip to content

Releases: lf-edge/eden

Release 0.9.6

14 Feb 10:00
Compare
Choose a tag to compare

Release Note 📝

Switching to actions/[email protected] to pull correct version from external repo (EVE) introduced in #924 now doesn't work. You can see this issue for checkout action. So in #954 we introduce eden_version parameter in test.yml workflow, to pull specific tag explicit. And also we bump actions/checkout to v4, because Node 16 used in v3 is deprecated

Bug fixes 🐞

  • Add support for eden_version input in test workflow by @europaul in #954
  • Add eden version input for test workflow by @europaul in #961

Technical details 🧑‍💻:

  • EVE version: 11.7.0

Full Changelog: 0.9.5...0.9.6

Release 0.9.5

06 Feb 08:25
Compare
Choose a tag to compare

Release Note 📝

Release 0.9.4 has changes to allow download and use EVE for testing from GitHub Artifacts, however approach had flaws and after iterative testing of GitHub actions it was fixed. More info at #949

What’s new? 🚀

Improvements 📈

  • Loading files from image files is now OCI compatible by @europaul in #946

Bug fixes 🐞

Technical details 🧑‍💻:

  • EVE version: 11.7.0

Full Changelog: 0.9.4...0.9.5

Release 0.9.4

08 Jan 12:21
Compare
Choose a tag to compare

What’s new? 🚀

This release includes changes to our GitHub reusable Workflow which now includes eve_artifact_name input, which allows to download and use EVE version, which is not published on DockerHub, but rather stored as a GitHub artifact. That is really useful in EVE workflows, when we build EVE for PR. More on that you can find at #932

Improvements 📈

Bug fixes 🐞

Technical details 🧑‍💻:

  • EVE version: 10.11.0

Full Changelog: 0.9.3...0.9.4

Release 0.9.3

28 Nov 10:58
Compare
Choose a tag to compare

What’s new? 🚀

Cloud-Init test
New test was introduced in #918 by @europaul , however we had to revert it for the time being in #925 till there is an EVE release which has new logic and to which we can point to in Eden

Improvements 📈

Various improvements as we continue #855

Dependabot bumps:

Bug fixes 🐞

New contributors 🎉

Technical details 🧑‍💻:

  • EVE version: 10.11.0

Full Changelog: 0.9.2...0.9.3

Release 0.9.2

09 Oct 11:26
Compare
Choose a tag to compare

Minor changes as we are continung to improve new GitHub Workflows to run tests

What's Changed

Full Changelog: 0.9.1...0.9.2

Release 0.9.1

04 Oct 12:10
330c060
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

Release 0.9.0

04 Oct 09:57
0cd3006
Compare
Choose a tag to compare

What's Changed

New Contributors 🎉

Full Changelog: 0.8.0...0.9.0

Release 0.8.0

09 Dec 08:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.2...0.8.0

Release 0.7.2

25 Sep 19:11
Compare
Choose a tag to compare
  1. Fix some spelling issues
  2. Expand networking_light to test multiple networks

Release 0.7.1

23 Sep 11:50
Compare
Choose a tag to compare
  1. Support BaseOS api logic
  2. Implementation and test for retry of BaseOS image update
  3. Fix stale error for volumes
  4. Add sysbench to mariadb test