Skip to content

Releases: rancher/turtles

v0.17.0

27 Feb 10:39
v0.17.0
15da041
Compare
Choose a tag to compare

This release of Rancher Turtles focuses on:

  • Documentation improvements and restructuring:
    • Added examples for RKE2 based docker, vsphere, gcp, aws and azure clusters.
    • https://turtles.docs.rancher.com with support for automatic stable version display with redirect to latest documentation release.
  • Updating Cluster API (CAPI) to v1.9.5 with support for cross-namespaced ClusterClasses.
  • New experimental scaffolded features.clusterclass-operations feature, which will provide support for rollout ClusterClass rebases in the future.
  • A new UI flag setting to enable day 2 operations via turtles: #1073.
  • Bugfixes for ETCDSnapshotRestore day 2 operations.
  • Includes provider releases: CAPRKE2 v0.12.0 and CAAPF v0.6.0 releases with important bug-fixes.

What's Changed

🐛 Bugs

Other Changes

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.17.0-rc.0

25 Feb 10:20
v0.17.0-rc.0
cbdd8a9
Compare
Choose a tag to compare
v0.17.0-rc.0 Pre-release
Pre-release

🚨 This is a RELEASE CANDIDATE. Use it only for testing purposes. If you find any bugs, file an issue.

This release of Rancher Turtles focuses on:

  • Documentation improvements and restructuring: https://turtles.docs.rancher.com with support for next version display.
  • Updating Cluster API (CAPI) to v1.9.5 with support for cross-namespaced ClusterClasses.
  • New experimental features.clusterclass-operations feature, introducing initial support for rollout ClusterClass rebases.
  • A new UI flag setting to enable day 2 operations via turtles: #1073.
  • Bugfixes for ETCDSnapshotRestore day 2 operations.
  • Includes provider releases: CAPRKE2 v0.12.0 and CAAPF v0.6.0 releases with important bug-fixes.

What's Changed

🚀 Enhancements

  • Support enabling Clusterclass operations via helm install by @salasberryfin in #1074
  • feat: Alow user to enable/disable day 2 operations from Rancher UI by @yiannistri in #1073

🐛 Bugs

Other Changes

New Contributors

Full Changelog: v0.16.0...v0.17.0-rc.0

v0.16.0

30 Jan 10:15
v0.16.0
73487cf
Compare
Choose a tag to compare

This release of Rancher Turtles focuses on:

  • Updating Cluster API (CAPI) to v1.9+ .
  • Enhancing the build process by introducing cross-compilation to build multi-architecture images.
  • Fixing bugs and adding minor enhancements related to the experimental feature etcd snapshot and restore, Helm chart deprecated values, and support to use CA certificates stored in Rancher to import clusters using the agent TLS settings.
  • All imported CAPI clusters are now represented by the v3 clusters.management.cattle.io resource (if clusters were imported before this change was introduced, they're now automatically migrated). This completes the migration described in ADR 10.
  • Boosting the development process: streamlining Tilt configuration, and adding more tests while also optimizing the test environment setup.
  • General cleanup: Removing deprecated features and updating various dependencies.
  • Addon Provider Fleet is now enabled by default: you can use Fleet to manage CAPI clusters.

What's Changed

🚀 Enhancements

🐛 Bugs

📖 Docs

Other Changes

Read more

v0.16.0-rc.0

28 Jan 14:15
v0.16.0-rc.0
193dda0
Compare
Choose a tag to compare
v0.16.0-rc.0 Pre-release
Pre-release

This release candidate of Rancher Turtles focuses on:

  • Updating Cluster API (CAPI) to v1.9+ .
  • Enhancing the build process by introducing cross-compilation to build multi-architecture images.
  • Fixing bugs and adding minor enhancements related to the experimental feature etcd snapshot and restore, Helm chart deprecated values, and support to use CA certificates stored in Rancher to import clusters using the agent TLS settings.
  • All imported CAPI clusters are now represented by the v3 clusters.management.cattle.io resource (if clusters were imported before this change was introduced, they're now automatically migrated). This completes the migration described in ADR 10.
  • Boosting the development process: streamlining Tilt configuration, and adding more tests while also optimizing the test environment setup.
  • General cleanup: Removing deprecated features and updating various dependencies.

What's Changed

🚀 Enhancements

🐛 Bugs

📖 Docs

Other Changes

New Contributors

Full Changelog: v0.15.0...v0.16.0-rc.0

v0.15.0

19 Dec 10:32
v0.15.0
1f0517e
Compare
Choose a tag to compare

What's Changed

🐛 Bugs

Other Changes

Full Changelog: v0.14.1...v0.15.0

v0.15.0-rc1

17 Dec 11:13
v0.15.0-rc1
1f0517e
Compare
Choose a tag to compare

What's Changed

🐛 Bugs

Other Changes

Full Changelog: v0.14.1...v0.15.0-rc1

v0.14.1

03 Dec 09:34
v0.14.1
06c6027
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.14.0...v0.14.1

v0.14.0

02 Dec 20:20
v0.14.0
ea62861
Compare
Choose a tag to compare

What's Changed

🚀 Enhancements

🐛 Bugs

Other Changes

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

28 Oct 11:45
v0.13.0
cc7c864
Compare
Choose a tag to compare

Rancher Turtles is an extension to Rancher that brings full Cluster API integration to Rancher.

This release brings a number of bug fixes and improvements, including:

  • CAPRKE2 v0.8.0, which is shipped with Turtles, now supports publishing images to Rancher Prime Registry.
  • Turtles image build time made faster by streamlining Dockerfile steps.
  • [Experimental feature]: Turtles ETCD Snapshot Restore uses token-based approach for system-agent to reduce footprint of the system-agent RBAC.

What's Changed

🚀 Enhancements

🐛 Bugs

📖 Docs

Other Changes

New Contributors

  • @cpinjani made their first contribution in #798
  • @github-actions made their first contribution in #802

Full Changelog: v0.12.0...v0.13.0

v0.12.0

26 Sep 09:53
v0.12.0
af1a02a
Compare
Choose a tag to compare

Rancher Turtles is an extension to Rancher that brings full Cluster API integration to Rancher.

This release brings a number of new features, including:

  • Turtles now uses its own upstream CAPI build which is signed and published to Prime Registry.
  • New resource ClusterctlConfig for specifying additional provider overrides and latest version management: please refer to ADR 12 for additional information.
  • Images are now built using buildx which is also used for provenance.

What's Changed

🚀 Enhancements

🐛 Bugs

📖 Docs

Other Changes

New Contributors

Full Changelog: v0.11.0...v0.12.0