diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8e312..ddaab79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,219 @@ +## [theila 0.2.1](https://github.com/siderolabs/theila/releases/tag/v0.2.1) (2022-04-08) + +Welcome to the v0.2.1 release of theila! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/theila/issues. + +### Configuration Priority Changes + +Starting from 0.2.1 Theila no longer relies on the local Kubeconfig. +Instead it fetches the initial list of clusters from `~/.talos/config` or whatever is set in the `TALOSCONFIG` +environment variable. +It helps to get rid of strong requirement for matching context in `~/.kube/config` and `~/.talos/config` as +Kubernetes config is now always retrieved from the Talos API. + +> Note: due to change in that flow it may be required to drop browser local storage cache for your Theila page as it will have +an old context name cached there. + + +### The New UI + +Sidero UI is getting the next iteration of the design. +The color scheme was aligned to the new Sidero company color scheme. + +Main changes UX-wise: +- all clusters are now placed in the context dropdown: both kubeconfig clusters and CAPI clusters. +- now it is possible to see Kubernetes upgrades history (dropped after theila restart as of now). +- pod information has got more details. +- servers list is now also available for CAPI clusters. +- now the UI provides summary page for cluster resources usage. + + +### Contributors + +* Andrey Smirnov +* Spencer Smith +* Noel Georgi +* Artem Chernyshev +* Tim Jones +* Andrew Rynhard +* evgeniybryzh +* Andrey Smirnov +* Dmitriy Matrenichev +* Steve Francis +* Andrei Dobre +* Caleb Woodbine +* Daniel Höxtermann +* Gerard de Leeuw +* Jori Huisman +* Nico Berlee +* Serge Logvinov +* Seán C McCord +* Steve Francis +* Suraj Shirvankar +* Tomasz Zurkowski +* William Ashton + +### Changes +
12 commits +

+ +* [`5d00726`](https://github.com/siderolabs/theila/commit/5d00726179a09b6d5752b311253d12311d510230) release(v0.2.1): prepare release +* [`b29df3c`](https://github.com/siderolabs/theila/commit/b29df3cb4db156fa45068200865429c2745673ee) chore: disable single commit check +* [`a8ec4ac`](https://github.com/siderolabs/theila/commit/a8ec4ac77404d985cece160eacee482625690cc5) chore: update Talos libs to the latest version +* [`92a1c14`](https://github.com/siderolabs/theila/commit/92a1c145e9732d50280022a4953211a5380399f8) fix: display delta time for pod's age +* [`c376b06`](https://github.com/siderolabs/theila/commit/c376b0620dfb46e48c76fdde1cccf08257046b9e) feat: update favicon to sidero logo +* [`6f8114e`](https://github.com/siderolabs/theila/commit/6f8114e3650ac7b6a623fb9ccb4cad0626f4c562) feat: show the extended hardware info +* [`19c718a`](https://github.com/siderolabs/theila/commit/19c718a3e90fb08cb4f22c84526dc6cd1a8f000e) chore: allow getting resources without version and group +* [`4f7b4a7`](https://github.com/siderolabs/theila/commit/4f7b4a703c7a9347f52bc9eff341ecd0a708f94c) fix: remove t-header error notification +* [`36b6832`](https://github.com/siderolabs/theila/commit/36b6832179f063a022ac336ce48e2542f2fc6f6d) feat: restyle t-alert component +* [`60a1a23`](https://github.com/siderolabs/theila/commit/60a1a23784e3be4b06c8ed25c6063f5869f1cfb1) fix: get rid of racy code in the kubeconfig request code +* [`da6b879`](https://github.com/siderolabs/theila/commit/da6b8799af63fd5caf658ce124d31d4e6b7f101f) feat: add text Highlight feature +* [`ecb6be6`](https://github.com/siderolabs/theila/commit/ecb6be63d203d682a66a5dfd4ee7f7430a3c726a) feat: use `~/.talos/config` as a primary source for clusters +

+
+ +### Changes from talos-systems/grpc-proxy +
4 commits +

+ +* [`b076302`](https://github.com/talos-systems/grpc-proxy/commit/b076302cc46ec6742e71fe1d49f6ec2d5d3a15dc) fix: use io.EOF error when no backend connections are available +* [`82daca0`](https://github.com/talos-systems/grpc-proxy/commit/82daca0322a4293bd27071ae1ba8dd5097509d21) docs: update README +* [`fa6843a`](https://github.com/talos-systems/grpc-proxy/commit/fa6843ae5b64500d481a1d031790406ed9df77d7) chore: fix spelling +* [`c0a87d9`](https://github.com/talos-systems/grpc-proxy/commit/c0a87d95be9c62b0c4fd1fa694ef768e1f8e2391) chore: major cleanup of the code and build +

+
+ +### Changes from talos-systems/talos +
105 commits +

+ +* [`88f1d8fc`](https://github.com/talos-systems/talos/commit/88f1d8fcc0e3bd28a9db4677ad9d782c80ffdbb9) docs: update sitemap to point to direct url +* [`a6eebee3`](https://github.com/talos-systems/talos/commit/a6eebee36f9a3f6fbde441ccb5e170dae9727a58) chore: update eudev +* [`0cb84e8c`](https://github.com/talos-systems/talos/commit/0cb84e8c1a09c5b391461aa17c277a0a7803f725) fix: correctly parse tags out of images +* [`17d09739`](https://github.com/talos-systems/talos/commit/17d09739f3fe8cb942008a44f902b65705e39575) docs: enable nested arrow +* [`1e4320b6`](https://github.com/talos-systems/talos/commit/1e4320b64e2477a55f808c6b8720b0779088d0f8) chore: add support for rockpi 4A and 4B +* [`d1869d94`](https://github.com/talos-systems/talos/commit/d1869d948c84cf7191819eddac9c2aa27b365eb9) docs: update to Sidero Metal, mention clusterctl +* [`18d0038e`](https://github.com/talos-systems/talos/commit/18d0038ecaa2cf43164f72f3acad5445e395b37e) fix: avoid panic in DHCPv6 operator on nil dereference +* [`9e3d438d`](https://github.com/talos-systems/talos/commit/9e3d438db461529abf3dfa6ef750b4fa4a9125ec) docs: fix code fence formatting +* [`b3f1bb2c`](https://github.com/talos-systems/talos/commit/b3f1bb2cff544a35f767b32ca8ca1d13b83c535e) fix: add support for FAT12/16 filesystems +* [`8619f95c`](https://github.com/talos-systems/talos/commit/8619f95c5c7779815a87118cbb0a1e493251355d) chore: bump dependencies +* [`8c4f7200`](https://github.com/talos-systems/talos/commit/8c4f720048c0187b203ca869befd759249bac79f) docs: override sitemap.xml to only include latest results +* [`5192ba4e`](https://github.com/talos-systems/talos/commit/5192ba4e2314c05e107adcc0a2a71a65ec35bfc3) docs: fix a typo in QEMU VM setup guide +* [`663e3e87`](https://github.com/talos-systems/talos/commit/663e3e8796c3f501275fdd7836687b811318b685) refactor: change the stages for embed files generation +* [`19bf12af`](https://github.com/talos-systems/talos/commit/19bf12af07aaf6b54d08027676d8a01b4dd4ed29) fix: enable IPv6 in Docker-based Talos clusters +* [`3889a583`](https://github.com/talos-systems/talos/commit/3889a583970c73ea4c6089b1fe8438b183ec756e) docs: update config.yaml, storage.md, digital-rebar.md +* [`25d19131`](https://github.com/talos-systems/talos/commit/25d19131d378960603a510cb70b35352b07bf7cb) release(v1.1.0-alpha.0): prepare release +* [`2ca5279e`](https://github.com/talos-systems/talos/commit/2ca5279e56d154fdf21fab7ed5c73edb30494560) fix: retry manifest updates in upgrade-k8s +* [`eeb75616`](https://github.com/talos-systems/talos/commit/eeb756168f31c8e7a1e0cb2f80e1ae2bc2eed0a9) feat: use kexec when resetting a node +* [`1ed1f73e`](https://github.com/talos-systems/talos/commit/1ed1f73e511f4a5cf4d1db5f97422cf1eb088fda) test: bump CAPI to 1.1.3 +* [`2ee1d2c7`](https://github.com/talos-systems/talos/commit/2ee1d2c72085df41ec0355bac0d33bedcb4f2786) feat: update Kuberentes to 1.24.0-beta.0 +* [`c26fa4cc`](https://github.com/talos-systems/talos/commit/c26fa4ccc1e109c889c01384422f88387ad512a2) test: push GITHUB_TOKEN to the e2e-aws/gcp steps +* [`95d900de`](https://github.com/talos-systems/talos/commit/95d900de7799cfa9d0a16049586ba246bddb09d0) feat: use kubeconfig env var +* [`0b407dd1`](https://github.com/talos-systems/talos/commit/0b407dd17e9515fecd8083fd5ac1fc84f6085106) feat: add dhcp-v6 NTP/DHCP-DUID +* [`a140a6ba`](https://github.com/talos-systems/talos/commit/a140a6bad74bcf34e62e13b6efa63a17741eb5b1) docs: update releases shortcode in upgrade guide +* [`12931dce`](https://github.com/talos-systems/talos/commit/12931dcedd38c407a2a03f692d910853130986db) fix: align partitions on 1M boundary +* [`37f868e3`](https://github.com/talos-systems/talos/commit/37f868e37454f63a4dfe38d94dbbeef5bb40a2a8) fix: validate empty TLS config for registries +* [`ca8b9c0a`](https://github.com/talos-systems/talos/commit/ca8b9c0a3a15898d9562a6f22aded138d6c3ed7f) feat: update Kubernetes to 1.24.0-alpha.4 +* [`d9ec6b21`](https://github.com/talos-systems/talos/commit/d9ec6b2151e94c94eea44771e455555eaf1f257a) chore: drop dirty from abbreviated tag +* [`08624fd0`](https://github.com/talos-systems/talos/commit/08624fd0b12039e5a77ce43f14df65a6c95f7a39) docs: add banner to main page +* [`fc23c7a5`](https://github.com/talos-systems/talos/commit/fc23c7a5952d87a51f29d61ead585bf060eeab1c) test: bump versions for upgrade tests +* [`4bfe6861`](https://github.com/talos-systems/talos/commit/4bfe686105d5734b282f4817673972b71954e620) feat: update runc to 1.1.1 +* [`b315ed95`](https://github.com/talos-systems/talos/commit/b315ed95327a9b7cfb1f83a9da02e96bafecbb1d) chore: use go:embed instead of ldflags +* [`a5d64fc8`](https://github.com/talos-systems/talos/commit/a5d64fc814f122fb7e282b97283a46ac0e5d6709) feat: update Flannel to 0.17.0 +* [`6d6eb3f6`](https://github.com/talos-systems/talos/commit/6d6eb3f6a52626c8c94a75439133e7bc22b25e60) docs: fork docs for 1.1 +* [`1d55f05d`](https://github.com/talos-systems/talos/commit/1d55f05d11e5a03a8de0e7ce5ec0167971b03135) docs: update index page +* [`ad6b7ec1`](https://github.com/talos-systems/talos/commit/ad6b7ec1a4347753488de3ab5813947f01967078) fix: enable etcd consistency on check startup +* [`65a31f75`](https://github.com/talos-systems/talos/commit/65a31f7531a629b29fbf86ddcbaba20767475924) docs: re-add GA token +* [`741c0483`](https://github.com/talos-systems/talos/commit/741c048320b931228336034ad17de10272ff5a77) docs: mark 1.0 docs as latest +* [`e97433c8`](https://github.com/talos-systems/talos/commit/e97433c8a37ca504577355d98c917e083aaedafe) docs: update jetson nano +* [`6665e0f0`](https://github.com/talos-systems/talos/commit/6665e0f00c1c5d45123eb28d8755d0815af4822a) docs: code block copying +* [`c41f2b21`](https://github.com/talos-systems/talos/commit/c41f2b216717db80e44654f54080a9d462946d45) docs: update whats-new-v1.0 +* [`0a36fbbf`](https://github.com/talos-systems/talos/commit/0a36fbbf3ca579becd0a7f2e5a9715ff4196e8ae) docs: add release notes for 1.0 +* [`bd0035f6`](https://github.com/talos-systems/talos/commit/bd0035f6a285f8b7e4c7c0b5013a271a8d18c5f4) docs: add NVIDIA docs +* [`efa3f289`](https://github.com/talos-systems/talos/commit/efa3f289853a47ae0d4bca5dbf656e527cf312dd) fix: correctly find partitions with config data (`metal-iso`) +* [`9ebeec0d`](https://github.com/talos-systems/talos/commit/9ebeec0d0ea4dd3cc1ba3b7171fe0a9bda943fe8) docs: fix incorrect path for talosconfig +* [`9fef4540`](https://github.com/talos-systems/talos/commit/9fef4540e1c7a7deb5d4745d3de17c6e5cc45369) docs: fix non-latest download links +* [`f8ef6a08`](https://github.com/talos-systems/talos/commit/f8ef6a081e055637a5652366a6e344b6df911871) docs: add rook ceph configuration guide +* [`e2666f58`](https://github.com/talos-systems/talos/commit/e2666f58f5835db6ff8802b2370a480d8afcd8fc) chore: bump kernel to 5.15.32 +* [`957b2f23`](https://github.com/talos-systems/talos/commit/957b2f233c4b81eacdb5a3190c0070fa36ef0d82) chore: bump dependencies +* [`0fd2aa08`](https://github.com/talos-systems/talos/commit/0fd2aa08bd70d1c869e0dca136ca0c487bfcdefe) fix: correctly escape '.' in volume names +* [`108fd03a`](https://github.com/talos-systems/talos/commit/108fd03a72534cebbab7c09d63051021483566ac) fix: give up virtual IPs before the kubelet workloads are shut down +* [`856e1333`](https://github.com/talos-systems/talos/commit/856e1333dcfb8c0244ca8ead415025b32a4819fc) fix: use 'localhost' endpoint in docker provisioner on Windows +* [`c5da3860`](https://github.com/talos-systems/talos/commit/c5da386092185fe4ed4173b08f95eac4e435ff99) docs: use variables and templates in the docs +* [`4c83847b`](https://github.com/talos-systems/talos/commit/4c83847b9091a4e8968544a515632a3391c06cd0) docs: target search results +* [`67fb72d9`](https://github.com/talos-systems/talos/commit/67fb72d96db1cb772392dcab9b5a3a08ee50ff03) docs: add algolia versions to all content +* [`5344d6e7`](https://github.com/talos-systems/talos/commit/5344d6e7ce2b7febc6109acc566cf49346eca6d9) docs: fix extension service `path` dependency +* [`9b9191c5`](https://github.com/talos-systems/talos/commit/9b9191c5e7a4a03bb7fa271ab49b52874e63ee31) fix: increase intiial window and connection window sizes +* [`7a88a022`](https://github.com/talos-systems/talos/commit/7a88a0224155755a64c911165bf25bff775e1ec2) docs: show archived/pre-release banner based on version +* [`e403470b`](https://github.com/talos-systems/talos/commit/e403470bfefe7af0217d91cb18d900b7046254f9) docs: filter algolia results by latest +* [`0497d5f9`](https://github.com/talos-systems/talos/commit/0497d5f9fee404f68d09c0c500cb446126cfc6aa) docs: tag latest docs for search +* [`a2542548`](https://github.com/talos-systems/talos/commit/a25425483518adc5bdd575c5fb8cc1b3464444ea) feat: update containerd to 1.6.2, Linux to 5.15.31 +* [`9b6422fc`](https://github.com/talos-systems/talos/commit/9b6422fcc39c2f4e0723c0db0b6aefe3e4fc8267) feat: update CoreDNS to 1.9.1 +* [`020856f8`](https://github.com/talos-systems/talos/commit/020856f80dd93fb47170351c083602ffd516d113) docs: remove second search bar +* [`5f27f4c6`](https://github.com/talos-systems/talos/commit/5f27f4c6384e9bb6df4fc969c3a318ad3052cf3f) docs: update asset links +* [`9ff42b43`](https://github.com/talos-systems/talos/commit/9ff42b43202bb59845439a88014011ff002a7770) docs: fix redirects for /docs URLs +* [`7283efd5`](https://github.com/talos-systems/talos/commit/7283efd568d35e6d2c68aa2bc101a7af86db8c62) chore: update the talosctl CNI download url +* [`e0eee7fc`](https://github.com/talos-systems/talos/commit/e0eee7fcc68f03243ae3248f84d50eb278998e07) test: use clusterctl.yaml overrides after org rename +* [`73966f51`](https://github.com/talos-systems/talos/commit/73966f51e83b7f166e4f7fe013bfed36e9b9a15a) docs: fix extensions +* [`f9766edb`](https://github.com/talos-systems/talos/commit/f9766edb52d6a029d12ac5d74fdb45b6294be058) docs: remove empty doc file +* [`e06e1473`](https://github.com/talos-systems/talos/commit/e06e1473b02cea088499c25f48a9b5e2b75cf879) feat: update golangci-lint to 1.45.0 and gofumpt to 0.3.0 +* [`a92c614b`](https://github.com/talos-systems/talos/commit/a92c614b2f712fb046fb40e00b37773d1390df71) docs: add enterprise link to docs header +* [`0ae7174b`](https://github.com/talos-systems/talos/commit/0ae7174ba3a6c1674c77cf074087a68915e3e612) docs: update search settings and redirects +* [`883d401f`](https://github.com/talos-systems/talos/commit/883d401f9f62229305c2e24f58a0bb0e2e4bb409) chore: rename github organization to siderolabs +* [`d1294d01`](https://github.com/talos-systems/talos/commit/d1294d014f5bee7fc1b5dfd6865f22b22f18f5f1) chore: add day-two tests for e2e-qemu +* [`a6240e4b`](https://github.com/talos-systems/talos/commit/a6240e4b67060357c4250e7e5a3a7960408f7c08) feat: update Linux to 5.15.30 +* [`e3fda049`](https://github.com/talos-systems/talos/commit/e3fda049fee62f3c5cef4ae08eaf848826a6dbed) docs: overhaul all the docs +* [`f4775072`](https://github.com/talos-systems/talos/commit/f477507262041a24def6ac9b32fa92d276d4d4e6) fix: the etcd recovery client and tests +* [`69e07cdd`](https://github.com/talos-systems/talos/commit/69e07cddc77d6ff2c2477ec64f860ef824132000) fix: trigger properly `udevd` on types and actions +* [`47d0e629`](https://github.com/talos-systems/talos/commit/47d0e629d48930f6cb02dff32469bcb34440c73c) fix: clean up custom udev rules if the config is cleared +* [`b6691b35`](https://github.com/talos-systems/talos/commit/b6691b35085e4e614752b60441c17fe39fe15928) chore: bump dependencies +* [`27af5d41`](https://github.com/talos-systems/talos/commit/27af5d41c6c58f4d2fc2f5c222d9de39539de1c0) feat: pause the boot process on some failures instead of rebooting +* [`58cb9db1`](https://github.com/talos-systems/talos/commit/58cb9db1e2b3d8fa86c0db0cf38c9f21a843da9d) feat: allow hardlinks in the system extension images +* [`1e982808`](https://github.com/talos-systems/talos/commit/1e982808fbac0a7f897bafacde348c5d83db38b2) fix: ignore pod CIDRs for kubelet node IPs +* [`5e0c80f6`](https://github.com/talos-systems/talos/commit/5e0c80f6168ac8a171e35e0c3ee53d959c2dd80d) fix: ignore connection reset errors on k8s upgrade +* [`c156580a`](https://github.com/talos-systems/talos/commit/c156580a386e19d020b550b8459af339f440bf3e) fix: split regular network operation configuration and virtual IP +* [`cd4d4c60`](https://github.com/talos-systems/talos/commit/cd4d4c6054107cd6c9274acb2abb4a045368a9fc) feat: relax extensions file structure validation +* [`50594ab1`](https://github.com/talos-systems/talos/commit/50594ab1a7e4d7d025f41873aaa1bf6954827d3e) fix: ignore terminated pods in pod health checks +* [`9d69fb6b`](https://github.com/talos-systems/talos/commit/9d69fb6b40f47061ff96bd7fb3952aa9c16ed601) feat: update Kubernetes to 1.23.5 +* [`327ce5ab`](https://github.com/talos-systems/talos/commit/327ce5aba352054837c9cc03c1ba3993a1d18158) fix: invert the condition to skip kubelet kernel checks +* [`cf85b3f0`](https://github.com/talos-systems/talos/commit/cf85b3f07ccc3a6845f82f7853da298f5fce62a3) docs: update cilium inline install +* [`84ee1795`](https://github.com/talos-systems/talos/commit/84ee1795dc914574d299b1b0f1ede42bfaee110a) docs: update logo +* [`cc7719c9`](https://github.com/talos-systems/talos/commit/cc7719c9d014ca8c16828a84ccc95c0344bb34ed) docs: improve comments in security proto +* [`caf800fe`](https://github.com/talos-systems/talos/commit/caf800fe843aca5d3559ae5baf08b59db21cccd7) feat: implement D-Bus systemd-compatible shutdown for kubelet +* [`6bec0842`](https://github.com/talos-systems/talos/commit/6bec084299062ec6df6e319d4a83313de97e3c67) feat: add talosctl completions to copy, usage, logs, restart and service +* [`355b1a4b`](https://github.com/talos-systems/talos/commit/355b1a4bedd6755dbbaa9e98505f5c8540520bb5) fix: refresh etcd certs on startup/join +* [`d256b5c5`](https://github.com/talos-systems/talos/commit/d256b5c5e46ac87edf5681611eeda95fe091d922) docs: fix spelling mistakes +* [`5fdedae2`](https://github.com/talos-systems/talos/commit/5fdedae208bfa561b7ca1a04f140adcee3deb565) chore: bump kernel to 5.15.28 +* [`18a21b5f`](https://github.com/talos-systems/talos/commit/18a21b5f24baeea5b876d99b29f5397cc3617399) chore: add dependency images-essential -> images +* [`714e5eca`](https://github.com/talos-systems/talos/commit/714e5eca63ee0dd4a81ca5937081779829092111) chore: bump dependencies +* [`58be4067`](https://github.com/talos-systems/talos/commit/58be4067e6ddc7ba3a346469c30c435b560df377) docs: update README.md +* [`c5fb2093`](https://github.com/talos-systems/talos/commit/c5fb20930555e5e31ea01e75aa3690d2cf628f29) docs: add loki note +* [`f448cb4f`](https://github.com/talos-systems/talos/commit/f448cb4f3c1620669fa34250e39aeec0e4002d37) feat: bump boot partition size to 1000 MiB +* [`a095acb0`](https://github.com/talos-systems/talos/commit/a095acb09f225bce0e1c17f86576400549789608) chore: fix equinixMetal platform name +* [`2a7f9a44`](https://github.com/talos-systems/talos/commit/2a7f9a4457bcb18e66b9ee6eb0ff49a290c381ce) fix: check for IPv6 before applying accept_ra +* [`59681b8c`](https://github.com/talos-systems/talos/commit/59681b8c9a47701092c7287c2375123134d3f9ba) fix: backport fixes from release-1.0 branch +

+
+ +### Dependency Changes + +* **github.com/spf13/cobra** v1.3.0 -> v1.4.0 +* **github.com/stretchr/testify** v1.7.0 -> v1.7.1 +* **github.com/talos-systems/grpc-proxy** v0.2.0 -> v0.3.0 +* **github.com/talos-systems/talos** v1.0.0-beta.1 -> 88f1d8fcc0e3 +* **github.com/talos-systems/talos/pkg/machinery** v1.0.0-beta.1 -> 88f1d8fcc0e3 +* **google.golang.org/grpc** v1.44.0 -> v1.45.0 +* **google.golang.org/protobuf** v1.27.1 -> v1.28.0 +* **k8s.io/api** v0.23.4 -> v0.24.0-beta.0 +* **k8s.io/apimachinery** v0.23.4 -> v0.24.0-beta.0 +* **k8s.io/client-go** v0.23.4 -> v0.24.0-beta.0 + +Previous release can be found at [v0.2.0](https://github.com/siderolabs/theila/releases/tag/v0.2.0) + ## [theila 0.2.0](https://github.com/siderolabs/theila/releases/tag/v0.2.0) (2022-03-30) Welcome to the v0.2.0 release of theila! diff --git a/hack/release.toml b/hack/release.toml index 32f31ad..411078d 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,7 +6,7 @@ github_repo = "siderolabs/theila" match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$" pre_release = false -previous = "v0.1.1" +previous = "v0.2.0" [notes] @@ -29,7 +29,7 @@ Main changes UX-wise: title = "Configuration Priority Changes" description = """\ Starting from 0.2.1 Theila no longer relies on the local Kubeconfig. -Instead it fetches the initial list of cluster from `~/.talos/config` or whatever is set in the `TALOSCONFIG` +Instead it fetches the initial list of clusters from `~/.talos/config` or whatever is set in the `TALOSCONFIG` environment variable. It helps to get rid of strong requirement for matching context in `~/.kube/config` and `~/.talos/config` as Kubernetes config is now always retrieved from the Talos API.