Releases: mirceanton/talswitcher
Releases · mirceanton/talswitcher
v2.0.5
Release 2.0.5
👷 CI/CD
- github-action: pin mirceanton/action-semver-metadata action to 31be2c0 (#209) (fab8168)
- renovate: update inputs (3e9132a)
- github-action: update jdx/mise-action ( v2.2.2 → v2.2.3 ) (8a6cd73)
- update action-semver-metadata to version 1.0.1 (b45653d)
- release: use mirceanton/action-semver-metadata + softprops/action-gh-release (6ab886d)
- github-action: update jdx/mise-action ( c94f0bf → 13abe50 ) (bf15a45)
🧹 Chores
- mise: update go ( 1.24.2 → 1.24.3 ) (dde4d6b)
- mise: update config (d85301e)
- mise: update config (9cfb2b0)
- mise: update renovate ( 40.17.1 → 40.25.0 ) (70bb899)
- add .DS_Store to .gitignore (2ec20b8)
- mise: update renovate ( 40.17.0 → 40.17.1 ) (bead394)
- mise: update renovate ( 40.16.0 → 40.17.0 ) (34b28ee)
- mise: update renovate ( 40.15.0 → 40.16.0 ) (5dfa3cf)
- mise: update renovate ( 40.14.6 → 40.15.0 ) (8730932)
- mise: update renovate ( 40.14.5 → 40.14.6 ) (edcfeda)
- mise: update renovate ( 40.14.4 → 40.14.5 ) (c0fac4a)
- mise: update renovate ( 40.14.3 → 40.14.4 ) (e41df77)
- mise: update renovate ( 40.14.2 → 40.14.3 ) (20dc742)
- mise: update renovate ( 40.14.1 → 40.14.2 ) (4f1ed10)
- mise: update renovate ( 40.14.0 → 40.14.1 ) (12b965b)
- mise: update renovate ( 40.13.1 → 40.14.0 ) (e38ace5)
- mise: update renovate ( 40.13.0 → 40.13.1 ) (22d2569)
v2.0.4
- fix(go): update go ( 1.24.2 → 1.24.3 ) (ea6d7e3)
- fix(go): update github.com/siderolabs/talos/pkg/machinery ( v1.10.0 → v1.10.1 ) (5303d77)
- chore(mise): update siderolabs/talos ( 1.9.4 → 1.10.1 ) (641da5a)
- ci: update workflows (3ca991a)
- ci(github-actions): update actions/create-github-app-token action ( v2.0.5 → v2.0.6 ) (#208) (d33c5bd)
- ci(github-actions): update actions/create-github-app-token action ( v2.0.3 → v2.0.5 ) (#206) (b29489e)
- ci(github-actions): update github/codeql-action action ( v3.28.16 → v3.28.17 ) (#205) (f96de74)
- ci(github-actions): update actions/create-github-app-token action ( v2.0.2 → v2.0.3 ) (#204) (f7c7be7)
v2.0.3
- fix(go): update module github.com/siderolabs/talos/pkg/machinery ( v1.9.5 → v1.10.0 ) (#203) (390006d)
- ci(github-actions): update renovatebot/github-action action ( v41.0.21 → v41.0.22 ) (#202) (6af217f)
- ci(codeql): add code scanning workflow (4b6bca7)
- chore(github-actions): update jdx/mise-action digest ( 5083fe4 → 7a111ea ) (#201) (94df16d)
- ci(github-actions): update renovatebot/github-action action ( v41.0.20 → v41.0.21 ) (#200) (d0bd573)
- ci(renovate): update config (46847df)
- ci: deprecate reusable actions and move to in-repo configs (#198) (458624a)
- chore(deps): update dependency golangci/golangci-lint ( v1.64.8 → v2.0.2 ) (#195) (753a1cd)
v2.0.2
v2.0.1
v2.0.0
💣 Breaking Changes:
Previously, the program was ran as is, with no subcommands or anything. All of that functionality has now been moved over to the context
subcommand (also aliased as ctx
).
Additionally, the completion
subcommand has been added to support shell completion for context names.
This setup also opens up the opportunity for this tool to add more features, such as managing nodes and/or endpoints within a talosconfig.
Full Changelog: v1.2.0...v2.0.0