Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2025

This PR contains the following updates:

Package Type Update Change
talos (source) required_provider minor >= 0.1.2 -> >= 0.9.0

Release Notes

siderolabs/terraform-provider-talos (talos)

v0.9.0

Compare Source

Welcome to the v0.9.0-alpha.0 release of terraform-provider-talos!
This is a pre-release of terraform-provider-talos

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

talos_machine_disks Data Source

The talos_machine_disks data source has been updated to use the better CEL expression language.
The resource attributes and selector have been updated to use the new syntax.
The user would need to update the data source in their configuration to use the new syntax.
The expression syntax is documented in the CEL documentation.

This also brings in consistency with how disks are reported in Talos.

Component Updates

Talos sdk: v1.11.0-alpha.0

Contributors
  • Noel Georgi
  • Halvdan Hoem Grelland
  • obvionaoe
Changes
7 commits

  • 4016c0c fix: secureboot installer urls for non-metal platform
  • 34f3f1e chore: simplify disk selector code
  • 93070aa feat: use CEL expression filters for talos_machine_disks
  • f70e10e fix: allow talos_version to be used without a v prefix
  • fa8002d chore: bump deps
  • e76002d fix: factory installer urls
  • 44eec1c fix: image factory examples and docs

Dependency Changes
  • github.com/hashicorp/terraform-plugin-framework-validators v0.17.0 -> v0.18.0
  • github.com/siderolabs/gen v0.8.0 -> v0.8.1
  • github.com/siderolabs/image-factory v0.6.9 -> v0.7.0
  • github.com/siderolabs/talos v1.10.0 -> v1.11.0-alpha.0
  • github.com/siderolabs/talos/pkg/machinery v1.10.0 -> v1.11.0-alpha.0

Previous release can be found at v0.8.1

v0.8.1

Compare Source

terraform-provider-talos 0.8.1 (2025-05-15)

Welcome to the v0.8.1 release of terraform-provider-talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

Contributors
  • Noel Georgi
  • obvionaoe
Changes
4 commits

  • c204c7f release(v0.8.1): prepare release
  • f0226d9 chore: conform: support more than one commit
  • 5435b72 fix: allow talos_version to be used without a v prefix
  • 65471d6 fix: factory installer urls

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.8.0

v0.8.0

Compare Source

Welcome to the v0.8.0-alpha.0 release of terraform-provider-talos!
This is a pre-release of terraform-provider-talos

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

Component Updates

Talos sdk: v1.10.0-beta.0

Contributors
  • Noel Georgi
  • Andrey Smirnov
  • Matt Willsher
Changes
5 commits

  • 2cfcf88 chore: bump deps
  • 46ab81c fix: drop talos<->k8s compatibility check
  • 69596f1 fix: skip if aggregator certs are nil
  • d3214dc refactor: pull platform metadata from Talos machinery
  • 5c0ff77 feat: add secure boot support to non-metal image factory urls

Dependency Changes
  • github.com/hashicorp/terraform-plugin-docs v0.20.1 -> v0.21.0
  • github.com/hashicorp/terraform-plugin-framework v1.13.0 -> v1.14.1
  • github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1 -> v0.5.0
  • github.com/hashicorp/terraform-plugin-framework-validators v0.16.0 -> v0.17.0
  • github.com/hashicorp/terraform-plugin-go v0.25.0 -> v0.26.0
  • github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0 -> v2.36.1
  • github.com/hashicorp/terraform-plugin-testing v1.11.0 -> v1.12.0
  • github.com/siderolabs/image-factory v0.6.4 -> v0.6.8
  • github.com/siderolabs/talos v1.9.2 -> v1.10.0-beta.0
  • github.com/siderolabs/talos/pkg/machinery v1.9.2 -> v1.10.0-beta.0
  • golang.org/x/mod v0.22.0 -> v0.24.0
  • k8s.io/client-go v0.32.0 -> v0.33.0-rc.0

Previous release can be found at v0.7.1

v0.7.1

Compare Source

terraform-provider-talos 0.7.1 (2025-01-22)

Welcome to the v0.7.1 release of terraform-provider-talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

Component Updates

Talos sdk: v1.9.2

Contributors
  • Noel Georgi
Changes
4 commits

  • eac6300 release(v0.7.1): prepare release
  • 7ba1d20 chore: bump talos machinery
  • 06de97e fix: drop talos<->k8s compatibility check
  • caf4227 fix: skip if aggregator certs are nil

Dependency Changes
  • github.com/siderolabs/talos v1.9.0 -> v1.9.2
  • github.com/siderolabs/talos/pkg/machinery v1.9.0 -> v1.9.2

Previous release can be found at v0.7.0

v0.7.0

Compare Source

Welcome to the v0.7.0-alpha.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.

Component Updates

Talos sdk: v1.9.0-alpha.0

Contributors
  • Noel Georgi
Changes
1 commit

Dependency Changes
  • github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 -> v0.14.0
  • github.com/siderolabs/talos v1.8.1 -> v1.9.0-alpha.0
  • github.com/siderolabs/talos/pkg/machinery v1.8.1 -> v1.9.0-alpha.0

Previous release can be found at v0.6.1

v0.6.1

Compare Source

Welcome to the v0.6.1 release of terraform-provider-talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

Talos Cluster Kubeconfig

The talos_cluster_kubeconfig resource now supports confiuring the certificate renewal check time.

Component Updates

Talos sdk: v1.8.1

Contributors
  • Noel Georgi
Changes
3 commits

  • daddfb7 feat: configurable cert refresh time for kubeconfig
  • 96c9a85 fix: resourceplanmodifiers for kubeconfig resource
  • 800573b fix: disks wipe on destroy

Dependency Changes
  • github.com/hashicorp/terraform-plugin-framework v1.11.0 -> v1.12.0
  • github.com/hashicorp/terraform-plugin-go v0.23.0 -> v0.24.0
  • github.com/siderolabs/crypto v0.4.4 -> v0.5.0
  • github.com/siderolabs/go-blockdevice v0.4.7 -> v0.4.8
  • github.com/siderolabs/talos v1.8.0 -> v1.8.1
  • github.com/siderolabs/talos/pkg/machinery v1.8.0 -> v1.8.1

Previous release can be found at v0.6.0

v0.6.0

Compare Source

Welcome to the v0.6.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.

Image Factory

Support for querying info from Image Factory and registering schematics is now supported via new Terraform resources.

Talos Cluster Health

talos_cluster_health data source now has a way to skip running the Kubernetes components health check by setting skip_kubernetes_checks to true.

Talos Cluster Kubeconfig

talos_cluster_kubeconfig data source is now deprecated and will be removed in the next minor release.
Use talos_cluster_kubeconfig resource instead.
The talos_cluster_kubeconfig resource will regenerate kubernetes client config when the time to expiry is less than a month.

Talos Machine Configuration Data Source

talos_machine_configuration data source now defaults to generating config with documentation and examples disabled.

To restore the previous behavior, set docs and examples attributes to true.

Talos Machine Configuration Apply

talos_machine_configuration_apply resource now optionally supports resetting the machine back to maintenance mode.

Talos Machine Secrets

talos_machine_secrets resource now regenerates client config when the time to expiry is less than a month.

Component Updates

Talos sdk: v1.8.0-alpha.1

Contributors
  • Noel Georgi
  • Bruno Bigras
  • Hippie Hacker
Changes
20 commits

  • 758df67 docs: machine_configuration fix typo
  • 4e01809 release(v0.6.0-beta.0): prepare release
  • 8dcab7b chore: bump deps
  • 3b59c4a release(v0.6.0-alpha.2): prepare release
  • 858f7f3 chore: bump deps
  • 7af49b3 chore: better health checks from talos sdk
  • 063b7ae chore: default talos_machine_configuration docs and examples to false
  • 80c5534 chore: support filtering stable version
  • b9c7f5f release(v0.6.0-alpha.1): prepare release
  • 92fcb70 feat: add talos_image_factory_url data source
  • ffc8102 feat: add factory support
  • d6c2a0b chore: fix goreleaser config
  • dcdcee6 release(v0.6.0-alpha.0): prepare release
  • d962913 chore: reset options for machine_configuration_apply resource
  • f26a591 chore: data source -> resource talos_cluster_kubeconfig
  • 78fd0d3 chore: ignore version prefix for talos_version
  • 11ae330 feat: support skipping k8s health checks
  • 0fe1a6f docs: update description of talos_cluster_health
  • f6f1811 feat: regenerate talosconfig
  • 501c78e chore: bump deps

Changes since v0.6.0-beta.0
1 commit

  • 758df67 docs: machine_configuration fix typo

Dependency Changes
  • github.com/blang/semver/v4 v4.0.0 new
  • github.com/hashicorp/terraform-plugin-docs v0.19.0 -> v0.19.4
  • github.com/hashicorp/terraform-plugin-framework v1.7.0 -> v1.11.0
  • github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 -> v0.13.0
  • github.com/hashicorp/terraform-plugin-go v0.22.1 -> v0.23.0
  • github.com/hashicorp/terraform-plugin-log v0.9.0 new
  • github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 -> v2.34.0
  • github.com/hashicorp/terraform-plugin-testing v1.7.0 -> v1.10.0
  • github.com/siderolabs/gen v0.4.8 -> v0.5.0
  • github.com/siderolabs/image-factory v0.5.0 new
  • github.com/siderolabs/talos v1.8.0-beta.0 new
  • github.com/siderolabs/talos/pkg/machinery v1.7.0 -> v1.8.0-beta.0
  • golang.org/x/mod v0.17.0 -> v0.21.0
  • k8s.io/client-go v0.29.3 -> v0.31.0

Previous release can be found at v0.5.0

v0.5.0

Compare Source

terraform-provider-talos 0.5.0 (2024-04-19)

Welcome to the v0.5.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.

Component Updates

Talos sdk: v1.7.0

Contributors
  • Andrey Smirnov
  • Noel Georgi
  • Dmitriy Matrenichev
Changes
3 commits

  • 0548d94 release(v0.5.0): prepare release
  • 0088df9 chore: bump talos sdk to stable version
  • 758b339 chore: bump deps

Changes from siderolabs/crypto
3 commits

  • c240482 feat: provide dynamic client CA matching
  • 2f4f911 feat: add PEMEncodedCertificate wrapper
  • 1c94bb3 chore: bump dependencies

Changes from siderolabs/gen
1 commit

  • 238baf9 chore: add typesafe SyncMap and bump stuff

Dependency Changes
  • github.com/hashicorp/terraform-plugin-docs v0.16.0 -> v0.19.0
  • github.com/hashicorp/terraform-plugin-framework v1.4.2 -> v1.7.0
  • github.com/hashicorp/terraform-plugin-go v0.19.1 -> v0.22.1
  • github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0 -> v2.33.0
  • github.com/hashicorp/terraform-plugin-testing v1.6.0 -> v1.7.0
  • github.com/siderolabs/crypto v0.4.1 -> v0.4.4
  • github.com/siderolabs/gen v0.4.7 -> v0.4.8
  • github.com/siderolabs/talos/pkg/machinery v1.6.0 -> v1.7.0
  • github.com/stretchr/testify v1.8.4 -> v1.9.0
  • golang.org/x/mod v0.14.0 -> v0.17.0
  • google.golang.org/grpc v1.60.0 -> v1.63.2
  • k8s.io/client-go v0.28.4 -> v0.29.3

Previous release can be found at v0.4.0

v0.4.0

Compare Source

Welcome to the v0.4.0-alpha.0 release of terraform-provider-talos!
This is a pre-release of terraform-provider-talos

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

Talos Cluster Health data source

talos_cluster_health data source has been added and the wait parameter from the talos_cluster_kubeconfig data source is now deprecated.

Component Updates

Talos sdk: v1.6.0-alpha.0

Contributors
  • Noel Georgi
  • Dmitriy Matrenichev
Changes
4 commits

  • 1c918e6 chore: add conform
  • ed36726 feat: add talos_cluster_health data source.
  • 5ac7183 fix: node/endpoint were swapped for some resources.
  • 713ac46 fix: creation of talos client

Changes from siderolabs/gen
1 commit

Dependency Changes
  • github.com/hashicorp/terraform-plugin-framework v1.3.4 -> v1.3.5
  • github.com/hashicorp/terraform-plugin-sdk/v2 v2.27.0 -> v2.28.0
  • github.com/siderolabs/gen v0.4.5 -> v0.4.6
  • github.com/siderolabs/talos/pkg/machinery v1.5.0 -> v1.6.0-alpha.0
  • k8s.io/client-go v0.28.0 -> v0.28.1

Previous release can be found at v0.3.2

v0.3.4

Compare Source

terraform-provider-talos 0.3.4 (2023-10-04)

Welcome to the v0.3.4 release of terraform-provider-talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

Contributors
  • Noel Georgi
  • Rui Lopes
Changes
3 commits

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.3.3

v0.3.3

Compare Source

terraform-provider-talos 0.3.3 (2023-09-07)

Welcome to the v0.3.3 release of terraform-provider-talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

Contributors
  • Andrey Smirnov
Changes
2 commits

  • fbb8ed3 release(v0.3.3): prepare release
  • 38db77d fix: update Talos machinery to v1.5.2

Dependency Changes
  • github.com/siderolabs/talos/pkg/machinery v1.5.0 -> v1.5.2

Previous release can be found at v0.3.2

v0.3.2

Compare Source

terraform-provider-talos 0.3.2 (2023-08-28)

Welcome to the v0.3.2 release of terraform-provider-talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

Contributors
  • Noel Georgi
Changes
2 commits

  • 47293c7 release(0.3.2): prepare release
  • 90ba5ad fix: node/endpoint were swapped for some resources.

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.3.1

v0.3.1

Compare Source

terraform-provider-talos 0.3.1 (2023-08-24)

Welcome to the v0.3.1 release of terraform-provider-talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

Contributors
  • Noel Georgi
Changes
2 commits

  • f251b00 release(0.3.1): prepare release
  • 17fde7a fix: creation of talos client

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.3.0

v0.3.0

Compare Source

Welcome to the 0.3.0-beta.0 release of terraform-provider-talos!
This is a pre-release of terraform-provider-talos

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

Component Updates

Talos sdk: v1.5.0-beta.0

Contributors
  • Noel Georgi
  • Ole-Martin Bratteng
  • Spencer Smith
Changes
5 commits

  • 3f02af3 feat: update to talos 1.5 sdk
  • ff0e2ad fix: ci failures due to TF state removal
  • ee150ce docs: update link to contrib repo
  • df4f876 docs: replace type with machine_type
  • f6c8715 chore: bump deps

Dependency Changes
  • github.com/siderolabs/talos/pkg/machinery v1.4.7 -> v1.5.0-beta.0

Previous release can be found at v0.2.1

v0.2.1

Compare Source

terraform-provider-talos 0.2.1 (2023-08-04)

Welcome to the v0.2.1 release of terraform-provider-talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

Component Updates

Talos sdk: v1.4.7

Contributors
  • Artem Chernyshev
  • Noel Georgi
  • Dmitriy Matrenichev
  • Utku Ozdemir
  • Andrey Smirnov
Changes
2 commits

  • b035834 release(0.2.1): prepare release
  • 9b57d5e fix: ci failures due to TF state removal

Changes from siderolabs/crypto
2 commits

  • 8f77da3 feat: add a method to load PEM key from file
  • c03ff58 feat: add a way to represent redacted x509 private keys

Changes from siderolabs/gen
3 commits

  • f9f5805 chore: bump rekres and add functions from exp
  • b968d21 feat: add TryRecv and RecvWithContext functions
  • 476dfea feat: add foreach and clear to lazymap

Changes from siderolabs/go-blockdevice
4 commits

  • fbb01f7 fix: properly detect token not found error
  • 3e08968 fix: do not attach token to a key slot
  • f2c419e feat: support LUKS token management
  • 076874a chore: resolve blockdevice symlinks

Dependency Changes
  • github.com/hashicorp/terraform-plugin-docs v0.14.1 -> v0.16.0
  • github.com/hashicorp/terraform-plugin-framework v1.2.0 -> v1.3.4
  • github.com/hashicorp/terraform-plugin-framework-timeouts v0.3.1 -> v0.4.1
  • github.com/hashicorp/terraform-plugin-framework-validators v0.10.0 -> v0.11.0
  • github.com/hashicorp/terraform-plugin-go v0.15.0 -> v0.18.0
  • github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1 -> v2.27.0
  • github.com/hashicorp/terraform-plugin-testing v1.2.0 -> v1.4.0
  • github.com/siderolabs/crypto v0.4.0 -> v0.4.1
  • github.com/siderolabs/gen v0.4.3 -> v0.4.5
  • github.com/siderolabs/go-blockdevice v0.4.4 -> v0.4.6
  • github.com/siderolabs/talos/pkg/machinery v1.4.0 -> v1.4.7
  • github.com/stretchr/testify v1.8.2 -> v1.8.4
  • golang.org/x/mod v0.10.0 -> v0.12.0
  • google.golang.org/grpc v1.54.0 -> v1.57.0
  • k8s.io/client-go v0.27.1 -> v0.27.4

Previous release can be found at v0.2.0

v0.2.0

Compare Source

Welcome to the v0.2.0-alpha.2 release of terraform-provider-talos!
This is a pre-release of terraform-provider-talos

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

Data Sources

talos_machine_disks data source is added to list disks on a machine.

Provider Changes

This version of the provider includes some breaking changes. Make sure to follow the provider upgrade guide at https://registry.terraform.io/providers/siderolabs/talos/latest/docs/guides/version-0.2-upgrade.html

Component Updates

Talos sdk: v1.4.0-beta.1

Contributors
  • Andrey Smirnov
  • Andrey Smirnov
  • Artem Chernyshev
  • Dmitriy Matrenichev
  • Artem Chernyshev
  • Noel Georgi
  • Serge Logvinov
  • Andrew Rynhard
  • Andrew Rynhard
  • Matt Zahorik
  • Olli Janatuinen
  • Seán C McCord
  • Spencer Smith
Changes
2 commits

  • 187e434 feat: talos_machine_disks data source
  • a29e1e7 fix: handle unknown types at plan time

Changes from siderolabs/gen
9 commits

  • 214c1ef chore: set slice.Filter result slice cap to len
  • 8e89b1e feat: add GetOrCreate and GetOrCall methods
  • 7c7ccc3 feat: introduce channel SendWithContext
  • b3b6db8 fix: fix Copy documentation and implementation
  • 521f737 feat: add xerrors package which contains additions to the std errors
  • 726e066 fix: rename tuples.go to pair.go and set proper package name
  • d8d7d25 chore: minor additions
  • 338a650 chore: add initial implementation and documentation
  • 4fd8667 Initial commit

Changes from siderolabs/go-blockdevice
59 commits

  • b4386f3 feat: make disk utils read subsystem information from the /sys/block
  • 8c7ea19 fix: blockdevice size is reported by Linux in 512 blocks always
  • e52e012 feat: add ext4 filesystem detection logic
  • 694ac62 chore: update imports to siderolabs, rekres
  • dcf6044 chore: rekres and rename
  • 9c4af49 fix: cryptsetup remove slot
  • 74ea471 feat: add freebsd stubs
  • 9fa801c feat: add ReadOnly attribute to Disk
  • fccee8b chore: rekres the source, fix issues
  • d9c3a27 feat: support probing FAT12/FAT16 filesystems
  • b374eb4 fix: align partition to 1M boundary by default
  • ec428fe fix: lookup filesystem labels on the actual device path
  • 7b9de26 feat: read symlink fullpath in block device list function
  • 6928ee4 refactor: rewrite GPT serialize/deserialize functions
  • 0c7e429 refactor: simplify middle endian functions
  • 15b182d fix: return partition table not exist when trying to read an empty dev
  • b9517d5 fix: resize partition
  • 70d2865 fix: try to find cdrom disks
  • 667bf53 fix: revert gpt partition not found
  • d7d4cdd fix: gpt partition not found
  • 33afba3 fix: also open in readonly mode when running All lookup method
  • e367f9d feat: make probe always open blockdevices in readonly mode
  • d981156 fix: allow Build for Windows
  • fe24303 fix: perform correct PMBR partition calculations
  • 2ec0c3c fix: preserve the PMBR bootable flag when opening GPT partition
  • 87816a8 feat: align partition to minimum I/O size
  • c34b59f feat: expose more encryption options in the LUKS module
  • 30c2bc3 feat: mark MBR bootable
  • 1292574 fix: make disk type matcher parser case insensitive
  • b77400e fix: properly detect nvme and sd card disk types
  • 1d830a2 fix: revert mark the EFI partition in PMBR as bootable
  • bec914f fix: mark the EFI partition in PMBR as bootable
  • 776b37d feat: add options to probe disk by various sysblock parameters
  • bb3ad73 fix: align partition start to physical sector size
  • 8f976c2 feat: replace exec.Command with go-cmd module
  • 1cf7f25 fix: properly handle no child processes error from cmd.Wait
  • 04a9851 feat: implement luks encryption provider
  • b0375e4 feat: add an option to open block device with exclusive flock
  • 5a1c7f7 refactor: add devname into gpt.Partition, refactor probe package
  • f2728a5 fix: keep contents of PMBR when writing it
  • 2878460 fix: write second copy of partition entries
  • 943b08b fix: blockdevice reset should read partition table from disk
  • 5b4ee44 fix: ignore /dev/ram devices
  • 98754ec refactor: rewrite GPT library
  • 2a1baad fix: correctly build paths for mmcblk devices
  • 8076344 fix: return proper disk size from GetDisks function
  • 8742133 chore: add common method to list available disks using /sys/block
  • c4b5833 feat: implement "fast" wipe
  • b4e67d7 feat: return resize status from Resize() function
  • ceae64e fix: sync kernel partition table incrementally
  • 2cb9516 fix: return correct error value from blkpg functions
  • cebe43d refactor: expose InsertAt method via interface
  • c40dcd8 fix: properly inform kernel about partition deletion
  • bb8ac5d feat: implement disk wiping via several methods
  • 23fb7dc feat: expose partition name (label)
  • ff3a821 feat: implement 'InsertAt' method to insert partitions at any position
  • 3d1ce4f fix: calculate last lba of partition correctly
  • b71540f feat: copy initial version from talos-systems/talos
  • ca3c078 Initial commit

Dependency Changes
  • github.com/dustin/go-humanize v1.0.1 new
  • github.com/siderolabs/gen v0.4.3 new
  • github.com/siderolabs/go-blockdevice v0.4.4 new
  • k8s.io/client-go v0.26.3 -> v0.27.0

Previous release can be found at v0.2.0-alpha.1


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Jul 7, 2025

Terraform-Check (version: 1.8.5): ✅

🖌 Terraform Format: ✅
# Outputs:


# Errors:

⚙️ Terraform Init: ✅
# Outputs:

Initializing the backend...

Initializing provider plugins...
- Finding hashicorp/http versions matching ">= 3.5.0"...
- Finding hashicorp/helm versions matching ">= 3.0.2"...
- Finding alekc/kubectl versions matching ">= 2.1.3"...
- Finding hashicorp/tls versions matching ">= 4.1.0"...
- Finding hetznercloud/hcloud versions matching ">= 1.52.0"...
- Finding siderolabs/talos versions matching ">= 0.9.0"...
- Installing hashicorp/http v3.5.0...
- Installed hashicorp/http v3.5.0 (signed by HashiCorp)
- Installing hashicorp/helm v3.0.2...
- Installed hashicorp/helm v3.0.2 (signed by HashiCorp)
- Installing alekc/kubectl v2.1.3...
- Installed alekc/kubectl v2.1.3 (self-signed, key ID 772FB27A86DAFCE7)
- Installing hashicorp/tls v4.1.0...
- Installed hashicorp/tls v4.1.0 (signed by HashiCorp)
- Installing hetznercloud/hcloud v1.52.0...
- Installed hetznercloud/hcloud v1.52.0 (signed by a HashiCorp partner, key ID 5219EACB3A77198B)
- Installing siderolabs/talos v0.9.0...
- Installed siderolabs/talos v0.9.0 (signed by a HashiCorp partner, key ID AF0815C7E2EC16A8)

Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html

Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that Terraform can guarantee to make the same selections by default when
you run "terraform init" in the future.

Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.


# Errors:

🤖 Terraform Validate: ✅
# Outputs:
Success! The configuration is valid.



# Errors:

Copy link

github-actions bot commented Jul 7, 2025

Commitlint-Check

Thanks for your contribution ❤️

commitlint has detected that all commit messages in this PR follow the conventional commit format 🎉

Copy link

github-actions bot commented Jul 7, 2025

Terraform-Check (version: 1.9.8): ✅

🖌 Terraform Format: ✅
# Outputs:


# Errors:

⚙️ Terraform Init: ✅
# Outputs:
Initializing the backend...
Initializing provider plugins...
- Finding hashicorp/tls versions matching ">= 4.1.0"...
- Finding hetznercloud/hcloud versions matching ">= 1.52.0"...
- Finding siderolabs/talos versions matching ">= 0.9.0"...
- Finding hashicorp/http versions matching ">= 3.5.0"...
- Finding hashicorp/helm versions matching ">= 3.0.2"...
- Finding alekc/kubectl versions matching ">= 2.1.3"...
- Installing hetznercloud/hcloud v1.52.0...
- Installed hetznercloud/hcloud v1.52.0 (signed by a HashiCorp partner, key ID 5219EACB3A77198B)
- Installing siderolabs/talos v0.9.0...
- Installed siderolabs/talos v0.9.0 (signed by a HashiCorp partner, key ID AF0815C7E2EC16A8)
- Installing hashicorp/http v3.5.0...
- Installed hashicorp/http v3.5.0 (signed by HashiCorp)
- Installing hashicorp/helm v3.0.2...
- Installed hashicorp/helm v3.0.2 (signed by HashiCorp)
- Installing alekc/kubectl v2.1.3...
- Installed alekc/kubectl v2.1.3 (self-signed, key ID 772FB27A86DAFCE7)
- Installing hashicorp/tls v4.1.0...
- Installed hashicorp/tls v4.1.0 (signed by HashiCorp)
Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html
Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that Terraform can guarantee to make the same selections by default when
you run "terraform init" in the future.

Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.


# Errors:

🤖 Terraform Validate: ✅
# Outputs:
Success! The configuration is valid.



# Errors:

@renovate renovate bot force-pushed the renovate/talos-0.x branch 2 times, most recently from 8ac5ec8 to dc50fc1 Compare August 10, 2025 13:27
@renovate renovate bot force-pushed the renovate/talos-0.x branch from dc50fc1 to 84d3a87 Compare September 1, 2025 19:51
@renovate renovate bot changed the title fix(deps): update terraform talos to >= 0.8.1 fix(deps): update terraform talos to >= 0.9.0 Sep 1, 2025
@mrclrchtr mrclrchtr enabled auto-merge (rebase) September 1, 2025 19:53
@mrclrchtr mrclrchtr merged commit 9e195e3 into main Sep 1, 2025
6 checks passed
@mrclrchtr mrclrchtr deleted the renovate/talos-0.x branch September 1, 2025 19:54
@hcloud-talos-bot
Copy link

🎉 This PR is included in version 2.16.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant