Releasenotes

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project will adhere to Semantic Versioning.

We use towncrier for the generation of our release notes file.

Information about unreleased changes can be found here.

v10.1.1 (2025-09-05)

Bugfixes

  • k8s-login run in root CA rotation phase 1 works again with a Vault token only having the yaook/orchestrator policy. (regression of v10.0.0)

    Note

    Action needed

    To activate the fix the Vault orchestrator policy needs to be updated.

    VAULT_TOKEN=$vault_root_token ./managed-k8s/tools/vault/init.sh
    

    _ (!2097)

Changes in the Documentation

  • Changelogs of previous releases have been dropped. These are still accessible when switching to the respective version. From now on, changelogs for each version will be maintained separately and not continously. (!2097)

Misc

v10.1.0 (2025-08-27)

New Features

Changed functionality

Bugfixes

  • In case the Kubernetes control plane nodes serve as frontend nodes we do not deploy an additional Prometheus node-exporter service monitor for frontend nodes anymore since the monitoring stack already provides one for all Kubernetes nodes. (!1964, !1969)

Changes in the Documentation

  • The project has been renamed from YAOOK/K8s to TAROOK. Documentation including comments, links and images have been updated to reflect the new project name. (!1868, !2005)

  • The example in yk8s.containerd.mirrors has been fixed. (!1971)

  • Fixed the examples of config options that expect a Nix path. (!1979)

  • The documentation points now to an automatically generated list of supported releases. (!2003)

Deprecations and Removals

  • Support for Kubernetes v1.30 has been dropped. (!1967)

Other Tasks

Misc