Skip to content

Releases: rancher/elemental

v1.1.4

11 Apr 11:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

21 Mar 10:38
Compare
Choose a tag to compare

What's Changed

  • ci: add some improvements/fixes by @ldevulder in #733
  • Add environment variable files in elemental-system-agent.service by @davidcassany in #738
  • ci/ui: increase timeout when checking cluster by @juadk in #739
  • ci/ui: use new attributes as selector in Cypress by @juadk in #731
  • ci: fix README file for UI E2E tests by @ldevulder in #742
  • ui/ci: increase timeout when creating RKE2 cluster by @juadk in #743
  • ci/e2e: delay nodes boot to reduce CPU and I/O load by @ldevulder in #736
  • ci: bump k3s to v1.24.11+k3s1 by @juadk in #746
  • ci/ui: increase timeout when testing with Rancher Manager rc6 by @juadk in #747

Full Changelog: v1.1.2...v1.1.3

v1.1.2

13 Mar 12:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

09 Feb 16:41
Compare
Choose a tag to compare

What's Changed

  • ci/e2e: fix VM bootstrapping with OBS Stable by @ldevulder in #637
  • ci: fix UI tests with hugepages by @ldevulder in #639
  • ci/e2e: increase timeout when delete resource in UI by @juadk in #644
  • ci/e2e: fix E2E scheduled tests with latest RMS by @ldevulder in #646
  • Add service to kill k3s before umount by @frelon in #638
  • Add shutdown-k3s.service to OBS spec by @frelon in #652
  • Remove cloud-config/upgrade_grub_hook package by @frelon in #657
  • ci/e2e: increase default node number to 10 by @ldevulder in #658

Full Changelog: v1.1.0...v1.1.1

v1.1.0

26 Jan 15:56
14a106c
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump loader-utils from 2.0.3 to 2.0.4 by @dependabot in #524
  • Do not overwrite VERSION/VERSION_ID on dockerfile build by @Itxaka in #525
  • docs: small improvment in backup by @ldevulder in #519
  • ci/e2e: make Rancher version configurable by @ldevulder in #527
  • ci/e2e: use Secure Boot for node provisioning by @ldevulder in #520
  • don't reference outdated image projects by @kkaempf in #533
  • Adapt Menus names for elemental-ui 0.1.3 by @juadk in #535
  • Test advanced filtering in Elemental UI by @juadk in #536
  • Remove fake machine inventories (Cypress tests) by @juadk in #537
  • Small fixes to match elemental-ui 0.1.4 by @juadk in #542
  • ci/e2e: use new elemental-operator helm chart by @ldevulder in #544
  • Fixed typos in quickstart.md by @simonflood in #545
  • Restart fleet to avoid sporadic failures in UI tests by @juadk in #543
  • Delete OS version and channel in e2e UI tests by @juadk in #549
  • Added redirect to new URL on all pages by @nunix in #551
  • e2e: use auto scaling runner by @ldevulder in #546
  • Fix E2E tests by @ldevulder in #554
  • ci/e2e: another fix for the cache key... by @ldevulder in #555
  • ci/e2e: fix path for artifacts by @ldevulder in #556
  • Automatic is no longer a valid value by @davidcassany in #557
  • Convert runner_template to input variable by @juadk in #559
  • Update README CI badges by @juadk in #561
  • ci/e2e: only send Slack notification on schedule by @ldevulder in #560
  • ci/e2e: add elemental-operator version in summary by @ldevulder in #562
  • ci/ui: fix empty variables in scheduled test by @ldevulder in #563
  • ci/ui: fix empty variables in scheduled test - part 2 by @ldevulder in #564
  • ci/e2e: fix failure with KubeBuilder version of operator by @ldevulder in #566
  • Remove syncInterval if operator vers is 1.0 (UI) by @juadk in #569
  • Remove two CI steps not needed anymore due to ephemeral GH runners by @juadk in #570
  • Depend elemental system agent on synced time by @Itxaka in #575
  • Collect elemental support in e2e UI CI by @juadk in #574
  • Increase timeout to delete a resource with Cypress by @juadk in #572
  • Disable Rancher extension repository in UI tests by @juadk in #581
  • Add obs dockerfile and spec by @davidcassany in #582
  • Include the rpmlintrc file within the spec file by @davidcassany in #583
  • Add dev, staging and stage scenarios for UI e2e by @juadk in #584
  • Include image services trigger on rancher/elemental changes by @davidcassany in #585
  • ci/e2e: use 2 pools for cluster provisioning by @ldevulder in #576
  • Deploy sample app through UI in Elemental cluster by @juadk in #589
  • Drop docs/ and examples/ directories by @kkaempf in #593
  • Fix some e2e tests issues + cleaning by @ldevulder in #591
  • Fix path for Cypress artifacts upload by @juadk in #595
  • ci: add autogeneration of tests description by @ldevulder in #597
  • ci: fix generated README for tests description by @ldevulder in #598
  • ci: use the same PAT token for CI by @ldevulder in #599
  • Add proxy tests in UI by @juadk in #594
  • Configure proxy in UI tests only by @juadk in #600
  • ci/ui: fix permissions for 'downloads' directory #2 by @ldevulder in #603
  • Improve proxy tests by @juadk in #602
  • Update gitignore file by @juadk in #607
  • Install kernel-firmware-all package by @kkaempf in #610
  • Fix ISO build and upgrade tests with managedOSVersionChannel by @ldevulder in #613
  • ci: fix "test inject in iso" workflow by @ldevulder in #612
  • ci/e2e: fix path to upgrade image by @ldevulder in #615
  • Add support for Podman for registration injection into ISO by @rdoxenham in #611
  • ci/integ: fix failing test by @ldevulder in #617
  • Run nightly CI tests on stable Rancher Manager by @juadk in #616
  • e2e ui: show k8s deprecated versions by @juadk in #618
  • e2e: add parallel VM installation by @ldevulder in #608
  • e2e ui: change how we check that an app is deleted by @juadk in #621
  • ci/e2e: test emulated TPM on more than one node by @ldevulder in #622
  • Add debug flag on upgrade command and update bootargs.cfg file by @davidcassany in #625
  • ci/e2e: don't run test on latest RM on every push by @ldevulder in #630
  • ci/e2e: use hugepages for VM by @ldevulder in #624
  • e2e/ui: replace .xterm-cursor-layer in Cypress by @juadk in #636

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

30 Nov 13:28
20d729f
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @nunix made their first contribution in #272
  • @cybernetic-mountaineer made their first contribution in #499

Full Changelog: v0.2.0...v1.0.0

v1.0.0-rc1

16 Nov 12:07
20d729f
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

  • @nunix made their first contribution in #272
  • @dependabot made their first contribution in #503
  • @cybernetic-mountaineer made their first contribution in #499

Full Changelog: v0.2.0...v1.0.0-rc1

v0.2.0

10 Oct 14:15
3322f4b
Compare
Choose a tag to compare

What's Changed

Read more

v0.1.0

21 Apr 16:39
a4eb3ca
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

  • Drop cos-* references by @mudler in #53
  • ci: Split upload of testing artifacts by @mudler in #57
  • CI: bootstrapping nodes with MachineRegistration by @ldevulder in #56
  • Add mtools to ros-image-build image by @mudler in #65
  • Add upgradeContainerSpec to ManagedOS and update wrangler by @mudler in #66
  • Drop rancheros-operator from os2 repo by @Itxaka in #69
  • Fix docs and link ot operator docs by @Itxaka in #73
  • Allow configuring chart url/version by @Itxaka in #74
  • Add flag for ejecting the cd when restarting by @Itxaka in #60
  • Do not upload iso/qcow/box with the artifacts - do not download all artifacts for test by @Itxaka in #75
  • Schedule bootstrapping test by @ldevulder in #77
  • ci: fix missing env variables by @ldevulder in #81
  • Fix ros-image-build and update docs by @Itxaka in #80
  • Backport some fixes from cirrus-ci tests by @ldevulder in #82
  • ci: fix path in bootstrapping with Rancher test by @ldevulder in #83
  • ci: use new runner for bootstrap test + force Golang v1.17.x by @ldevulder in #91
  • Generate default upgrade channel image file in releases by @mudler in #95

Notes

  • A upgradechannel now is shipped as part of releases to manage os versions in a cluster with ros-operator. Docs

Full Changelog: v0.1.0-alpha21...v0.1.0