Skip to content

Releases: pulumiverse/pulumi-talos

v0.5.1

26 Dec 09:48
e54bde3
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

26 Dec 09:08
4bb2e61
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

  • Upgrade terraform-provider-talos to v0.7.0 by @ringods in #118

Full Changelog: v0.4.1...v0.5.0

v0.4.1

05 Nov 22:42
0536f09
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

  • Upgrade terraform-provider-talos to v0.6.1 by @ringods in #111

Full Changelog: v0.4.0...v0.4.1

v0.4.0

05 Nov 22:27
9b2e18f
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:

  • cluster/kubeconfig.Kubeconfig
  • imageFactory/schematic.Schematic

New functions:

  • imageFactory/getExtensionsVersions.getExtensionsVersions
  • imageFactory/getOverlaysVersions.getOverlaysVersions
  • imageFactory/getUrls.getUrls
  • imageFactory/getVersions.getVersions

What's Changed

  • Upgrade terraform-provider-talos to v0.6.0 by @ringods in #110

Full Changelog: v0.3.0...v0.4.0

v0.3.0

05 Nov 21:38
39112c2
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

  • Upgrade terraform-provider-talos to v0.5.0 by @ringods in #109

Full Changelog: v0.2.1...v0.3.0

v0.2.1

05 Nov 21:03
3ce7ae5
Compare
Choose a tag to compare

Does the PR have any schema changes?

Found 13 breaking changes:

Resources

  • "talos:machine/bootstrap:Bootstrap":
    • 🟡 inputs: "clientConfiguration" type changed from "#/types/talos:machine/BootstrapClientConfiguration:BootstrapClientConfiguration" to "#/types/talos:machine/generated:ClientConfiguration"
    • 🟡 properties: "clientConfiguration" type changed from "#/types/talos:machine/BootstrapClientConfiguration:BootstrapClientConfiguration" to "#/types/talos:machine/generated:ClientConfiguration"
  • "talos:machine/configurationApply:ConfigurationApply":
    • 🟡 inputs: "clientConfiguration" type changed from "#/types/talos:machine/ConfigurationApplyClientConfiguration:ConfigurationApplyClientConfiguration" to "#/types/talos:machine/generated:ClientConfiguration"
    • 🟡 properties: "clientConfiguration" type changed from "#/types/talos:machine/ConfigurationApplyClientConfiguration:ConfigurationApplyClientConfiguration" to "#/types/talos:machine/generated:ClientConfiguration"
  • 🟡 "talos:machine/secrets:Secrets": properties: "clientConfiguration" type changed from "#/types/talos:machine/SecretsClientConfiguration:SecretsClientConfiguration" to "#/types/talos:machine/generated:ClientConfiguration"

Types

  • "talos:machine/generated:Certificates":
    • properties:
      • 🟡 "k8s_aggregator" missing
      • 🟡 "k8s_serviceaccount" missing
    • required:
      • 🟢 "k8sAggregator" property has changed to Required
      • 🟢 "k8sServiceaccount" property has changed to Required
      • 🟢 "k8s_aggregator" property is no longer Required
      • 🟢 "k8s_serviceaccount" property is no longer Required
  • 🟡 "talos:machine/generated:MachineSecrets": properties: "secrets" type changed from "#types/talos:machine/generated:Secrets" to "#types/talos:machine/generated:KubernetesSecrets"
  • 🔴 "talos:machine/generated:Secrets" missing
    No new resources/functions.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Dec 20:12
e00e7b1
Compare
Choose a tag to compare

Changelog

  • e00e7b1 Merge pull request #75 from pulumiverse/upgrade-terraform-provider-talos-to-v0.4.0
  • a0d2632 Prefixed functions with get
  • 87cbaaf Upgrade to Go 1.21.5
  • 10437c0 make build_sdks
  • bcd84a3 make tfgen

v0.1.8

13 Nov 22:42
7253a70
Compare
Choose a tag to compare

Changelog

  • 7253a70 Merge pull request #69 from pulumiverse/feature/fix-types
  • 151bb92 Updated the examples
  • 75877b9 Fix types to pass machine secrets from Secrets resource to getConfiguration function
  • f646353 Merge pull request #51 from pulumiverse/renovate/actions-checkout-4.x
  • e64a0f8 chore: update actions/checkout action to v4.1.1
  • e41c732 Merge pull request #52 from pulumiverse/renovate/actions-setup-dotnet-2.x
  • 09a41c5 chore: update actions/setup-dotnet action to v2.1.1
  • cecc6c1 Merge pull request #61 from pulumiverse/renovate/actions-setup-node-3.x
  • b9f5eba chore: update actions/setup-node action to v3.8.2
  • a8e4e6f Merge pull request #54 from pulumiverse/renovate/pulumiverse-talos-0.x
  • eb178a9 chore: update dependency @pulumiverse/talos to v0.1.7
  • 24be397 Merge pull request #55 from pulumiverse/renovate/pulumiverse.talos-0.x
  • 297738e chore: update dependency pulumiverse.talos to v0.1.7
  • 426c506 Merge pull request #62 from pulumiverse/renovate/pulumiverse_talos-0.x
  • 0e85e0d chore: update dependency pulumiverse_talos to v0.1.7
  • 0162f0b Merge pull request #56 from UnstoppableMango/renovate-ignore-sdks
  • d78bcfc Ignore sdk packages

v0.1.7

31 Oct 19:45
0863d48
Compare
Choose a tag to compare

Changelog

  • 0863d48 Merge pull request #63 from cnunciato/patch-1
  • 10180e5 Update _index.md
  • b007553 Update installation-configuration.md

v0.1.6

31 Oct 19:04
b7998f3
Compare
Choose a tag to compare

Changelog

  • b7998f3 Use Github Releases API for plugin downloads