Update Terraform talos to v0.12.0 - autoclosed - #37
Closed
renovate[bot] wants to merge 1 commit into
Closed
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
cecobask
force-pushed
the
main
branch
2 times, most recently
from
July 12, 2026 19:55
addd646 to
57e2438
Compare
renovate
Bot
force-pushed
the
renovate/talos-0.x
branch
from
July 12, 2026 19:55
130e2e6 to
195c328
Compare
cecobask
force-pushed
the
main
branch
4 times, most recently
from
July 17, 2026 00:28
96e9bab to
95005fa
Compare
renovate
Bot
force-pushed
the
renovate/talos-0.x
branch
from
July 21, 2026 01:28
195c328 to
3fbc1c6
Compare
renovate
Bot
force-pushed
the
renovate/talos-0.x
branch
from
August 18, 2026 13:38
3fbc1c6 to
1dab3bc
Compare
cecobask
force-pushed
the
main
branch
11 times, most recently
from
August 30, 2026 16:12
64d1d25 to
f3a28db
Compare
cecobask
force-pushed
the
main
branch
4 times, most recently
from
August 30, 2026 16:56
dcaad2d to
8183c33
Compare
renovate
Bot
force-pushed
the
renovate/talos-0.x
branch
from
September 3, 2026 20:30
1dab3bc to
db843b4
Compare
cecobask
force-pushed
the
main
branch
3 times, most recently
from
September 5, 2026 21:01
56652ad to
99f7a16
Compare
renovate
Bot
force-pushed
the
renovate/talos-0.x
branch
from
September 7, 2026 16:54
db843b4 to
1461667
Compare
renovate
Bot
force-pushed
the
renovate/talos-0.x
branch
from
September 15, 2026 13:14
1461667 to
3e80bd1
Compare
renovate
Bot
force-pushed
the
renovate/talos-0.x
branch
2 times, most recently
from
September 22, 2026 00:28
3e80bd1 to
4c1f6df
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12.0-rc.0→0.12.0Release Notes
siderolabs/terraform-provider-talos (talos)
v0.12.0Compare Source
Welcome to the v0.12.0 release of terraform-provider-talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.
new resources
New
talos_machineandtalos_clusterresources are added, please see docs.Component Updates
Talos sdk: v1.14.0
Contributors
Changes
42 commits
08db013fix(talos_machine): don't recreate on transient Read failures0b7f206release(v0.12.0-rc.0): prepare releasec44a066feat(image_factory_urls): add disk_image_format0e8dd15fix(talos_machine): reconcile schematic on create2ae69ccfix(talos_cluster): surface the actual health-check failure, not just the timeoutafcc450fix(talos_machine): stop corrupting digest-pinned image referencesdc53cbcdocs: clarify talos_version contract is independent of image upgradesea0d3bachore(deps): upgrade talos to v1.14.0, image-factory to v1.6.0b827ab3fix(machine_configuration_apply): defer hash compute on unknown list elementsa2b4f69release(v0.12.0-beta.0): prepare release75146c1fix(talos_machine): detect legacy upgrade completion by boot IDc57ca81fix(talos_cluster): reject non-IP node addresses at plan time73ad04dchore(deps): upgrade talos to v1.14.0-rc.26d1a91cchore(ci): kvm-accelerated domains, patch known vulnerabilities1042860chore(deps): upgrade image-factory to v1.3.3812b614chore(deps): upgrade talos to v1.14.0-alpha.23d0ca3arelease(v0.12.0-alpha.5): prepare releasef31bca2feat(talos_machine): add ignore_kubernetes_upgrade_drift opt-infd84ee8chore(deps): upgrade talos to v1.14.0-alpha.1, use Image Factory installer4705d60perf(tests): reduce acceptance test cluster count by merging shared setups0f9475frelease(v0.12.0-alpha.4): prepare releasec641631fix(talos_machine): recover from half-open connection after reboot1eb88f5release(v0.12.0-alpha.3): prepare release6ba92c7perf(talos_machine): decouple CordonAndDrain from Talos API1a4f282perf(talos_machine): decouple talosMachineUncordon from Talos APIb812b76fix(talos_machine): trigger image updates when schematic changes82c71d3release(v0.12.0-alpha.2): prepare release024ce5afix(machine_configuration_apply): mark hash unknown when input is unknown during plan76bd86cfix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities0e717e3fix(talos_machine): guard client_configuration in Update when WO variant is used5292cfffix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)d3ad8c5docs: add Kubernetes upgrade workflow to resource documentation4ca3e23fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026d7c7739release(v0.12.0-alpha.1): prepare release7c725d5fix(on_destroy): use types.Bool to handle unknown values in on_destroy blockc2530a7fix(talos_cluster): add control_plane_nodes to fix HA bootstrap3c258d9fix(talos_machine): fix client_configuration_wo support01464b4release(v0.12.0-alpha.0): prepare releasefbf12d5feat: bump deps23a9efcfeat(talos_cluster): add talos_cluster resource6c38092feat: add talos_machine resource5e7b893chore: disable goconstChanges since v0.12.0-rc.0
1 commit
08db013fix(talos_machine): don't recreate on transient Read failuresDependency Changes
643e93bPrevious release can be found at v0.11.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.