Skip to content

Releases: siderolabs/terraform-provider-talos

v0.3.2

28 Aug 14:39
v0.3.2
47293c7
Compare
Choose a tag to compare

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

24 Aug 20:37
v0.3.1
f251b00
Compare
Choose a tag to compare

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

17 Aug 15:46
v0.3.0
a5f8bac
Compare
Choose a tag to compare

terraform-provider-talos 0.3.0 (2023-08-17)

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

Contributors

  • Noel Georgi
  • Ole-Martin Bratteng
  • Spencer Smith

Changes

8 commits

  • a5f8bac release(0.3.0): prepare release
  • 0ccfc54 chore: bump deps
  • 851d51c release(0.3.0-beta.0): prepare release
  • 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

Changes since v0.3.0-beta.0

2 commits

Dependency Changes

  • github.com/siderolabs/talos/pkg/machinery v1.4.7 -> v1.5.0
  • k8s.io/client-go v0.27.4 -> v0.28.0

Previous release can be found at v0.2.1

v0.3.0-beta.0

07 Aug 12:16
v0.3.0-beta.0
851d51c
Compare
Choose a tag to compare

terraform-provider-talos 0.3.0-beta.0 (2023-08-07)

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

6 commits

  • 851d51c release(0.3.0-beta.0): prepare release
  • 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

04 Aug 15:15
v0.2.1
b035834
Compare
Choose a tag to compare

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

24 Apr 18:04
v0.2.0
300423a
Compare
Choose a tag to compare

terraform-provider-talos 0.2.0 (2023-04-24)

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

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

Contributors

  • Andrey Smirnov
  • Noel Georgi
  • Andrey Smirnov
  • Artem Chernyshev
  • Alexey Palazhchenko
  • Artem Chernyshev
  • Serge Logvinov
  • Andrew Rynhard
  • Spencer Smith
  • Andrew Rynhard
  • Matt Zahorik
  • Olli Janatuinen
  • Robert Wunderer
  • Seán C McCord

Changes

21 commits

  • 300423a release(v0.2.0): prepare release
  • 5bd3a56 chore: bump test timeout
  • 8d33d68 chore: bump deps
  • b905597 release(v0.2.0-beta.0): prepare release
  • 606f408 chore: bump deps
  • 1678814 release(v0.2.0-alpha.2): prepare release
  • 187e434 feat: talos_machine_disks data source
  • a29e1e7 fix: handle unknown types at plan time
  • a1b7a38 release(v0.2.0-alpha.1): prepare release
  • 96aeedd docs: fix rendering of website
  • 06418cd release(v0.2.0-alpha.0): prepare release
  • 6b2182b chore: ci cleanup
  • ea07caa feat: code cleanup and tests
  • 4e5c210 feat: use new tf sdk
  • d1438b7 chore: bump talos machinery
  • aed502e fix: state update required two runs
  • dc00baa fix: force new talosconfig if endpoints or nodes change
  • b7d84ba chore: update registry index file, remove example
  • 158dbbd docs: re-word talos_version
  • f3b4a5b chore: bump deps
  • d2b6df0 docs: clarify meaning of talos_version in machine_configuration resources

Changes since v0.2.0-beta.0

3 commits

Changes from siderolabs/crypto

27 commits

  • c3225ee feat: allow CSR template subject field to be overridden
  • 8570669 chore: rename to siderolabs/crypto
  • e9df1b8 feat: add support for generating keys from RSA-SHA256 CAs
  • 510b0d2 chore: add json tags
  • 6fa2d93 fix: deepcopy nil fields as nil
  • 9a63cba fix: add back support for generating ECDSA keys with P-256 and SHA512
  • 893bc66 fix: use SHA256 for ECDSA-P256
  • deec8d4 chore: implement DeepCopy methods for PEMEncoded* types
  • d3cb772 feat: make possible to change KeyUsage
  • 6bc5bb5 chore: remove unused argument
  • cd18ef6 feat: add support for several organizations
  • 97c888b chore: add options to CSR
  • 7776057 chore: fix typos
  • 80df078 chore: remove named result parameters
  • 15bdd28 chore: minor updates
  • 4f80b97 fix: verify CSR signature before issuing a certificate
  • 39584f1 feat: support for key/certificate types RSA, Ed25519, ECDSA
  • cf75519 fix: function NewKeyPair should create certificate with proper subject
  • 751c95a feat: add 'PEMEncodedKey' which allows to transport keys in YAML
  • 562c3b6 feat: add support for public RSA key in RSAKey
  • bda0e9c feat: enable more conversions between encoded and raw versions
  • e0dd56a feat: add NotBefore option for x509 cert creation
  • 12a4897 feat: add support for SPKI fingerprint generation and matching
  • d0c3eef fix: implement NewKeyPair
  • 196679e feat: move pkg/grpc/tls from github.com/talos-systems/talos as ./tls
  • 1ff6242 chore: initial version as imported from talos-systems/talos
  • 835063e chore: initial commit

Changes from siderolabs/go-blockdevice

59 commits

Read more

v0.2.0-beta.0

18 Apr 15:17
v0.2.0-beta.0
b905597
Compare
Choose a tag to compare

terraform-provider-talos 0.2.0-beta.0 (2023-04-18)

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

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

  • Noel Georgi

Changes

2 commits

  • b905597 release(v0.2.0-beta.0): prepare release
  • 606f408 chore: bump deps

Dependency Changes

  • k8s.io/client-go v0.27.0 -> v0.27.1

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

v0.2.0-alpha.2

14 Apr 17:41
v0.2.0-alpha.2
1678814
Compare
Choose a tag to compare

terraform-provider-talos 0.2.0-alpha.2 (2023-04-14)

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

3 commits

  • 1678814 release(v0.2.0-alpha.2): prepare release
  • 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](https://githu...
Read more

v0.2.0-alpha.1

12 Apr 12:03
v0.2.0-alpha.1
a1b7a38
Compare
Choose a tag to compare

terraform-provider-talos 0.2.0-alpha.1 (2023-04-12)

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

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

  • Noel Georgi

Changes

2 commits

  • a1b7a38 release(v0.2.0-alpha.1): prepare release
  • 96aeedd docs: fix rendering of website

Dependency Changes

  • github.com/siderolabs/talos/pkg/machinery v1.4.0-beta.0 -> v1.4.0-beta.1

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

v0.2.0-alpha.0

10 Apr 17:41
v0.2.0-alpha.0
06418cd
Compare
Choose a tag to compare

terraform-provider-talos 0.2.0-alpha.0 (2023-04-10)

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

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

Component Updates

Talos sdk: v1.4.0-beta.0

Contributors

  • Andrey Smirnov
  • Noel Georgi
  • Alexey Palazhchenko
  • Andrey Smirnov
  • Spencer Smith
  • Andrew Rynhard
  • Artem Chernyshev
  • Robert Wunderer
  • Serge Logvinov

Changes

11 commits

  • 06418cd release(v0.2.0-alpha.0): prepare release
  • 6b2182b chore: ci cleanup
  • ea07caa feat: code cleanup and tests
  • 4e5c210 feat: use new tf sdk
  • d1438b7 chore: bump talos machinery
  • aed502e fix: state update required two runs
  • dc00baa fix: force new talosconfig if endpoints or nodes change
  • b7d84ba chore: update registry index file, remove example
  • 158dbbd docs: re-word talos_version
  • f3b4a5b chore: bump deps
  • d2b6df0 docs: clarify meaning of talos_version in machine_configuration resources

Changes from siderolabs/crypto

27 commits

  • c3225ee feat: allow CSR template subject field to be overridden
  • 8570669 chore: rename to siderolabs/crypto
  • e9df1b8 feat: add support for generating keys from RSA-SHA256 CAs
  • 510b0d2 chore: add json tags
  • 6fa2d93 fix: deepcopy nil fields as nil
  • 9a63cba fix: add back support for generating ECDSA keys with P-256 and SHA512
  • 893bc66 fix: use SHA256 for ECDSA-P256
  • deec8d4 chore: implement DeepCopy methods for PEMEncoded* types
  • d3cb772 feat: make possible to change KeyUsage
  • 6bc5bb5 chore: remove unused argument
  • cd18ef6 feat: add support for several organizations
  • 97c888b chore: add options to CSR
  • 7776057 chore: fix typos
  • 80df078 chore: remove named result parameters
  • 15bdd28 chore: minor updates
  • 4f80b97 fix: verify CSR signature before issuing a certificate
  • 39584f1 feat: support for key/certificate types RSA, Ed25519, ECDSA
  • cf75519 fix: function NewKeyPair should create certificate with proper subject
  • 751c95a feat: add 'PEMEncodedKey' which allows to transport keys in YAML
  • 562c3b6 feat: add support for public RSA key in RSAKey
  • bda0e9c feat: enable more conversions between encoded and raw versions
  • e0dd56a feat: add NotBefore option for x509 cert creation
  • 12a4897 feat: add support for SPKI fingerprint generation and matching
  • d0c3eef fix: implement NewKeyPair
  • 196679e feat: move pkg/grpc/tls from github.com/talos-systems/talos as ./tls
  • 1ff6242 chore: initial version as imported from talos-systems/talos
  • 835063e chore: initial commit

Dependency Changes

  • github.com/hashicorp/terraform-plugin-framework v1.2.0 new
  • github.com/hashicorp/terraform-plugin-framework-timeouts v0.3.1 new
  • github.com/hashicorp/terraform-plugin-framework-validators v0.10.0 new
  • github.com/hashicorp/terraform-plugin-go v0.15.0 new
  • github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 -> v2.26.1
  • github.com/hashicorp/terraform-plugin-testing v1.2.0 new
  • github.com/siderolabs/crypto v0.4.0 new
  • github.com/siderolabs/talos/pkg/machinery v1.3.6 -> v1.4.0-beta.0
  • golang.org/x/mod v0.10.0 new
  • google.golang.org/grpc v1.51.0 -> v1.54.0
  • k8s.io/client-go v0.26.3 new

Previous release can be found at v0.1.2