Releases: pulumiverse/pulumi-talos
Releases · pulumiverse/pulumi-talos
v0.6.0
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #131
- Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in /sdk by @dependabot in #130
- Bump github.com/golang/glog from 1.2.0 to 1.2.4 in /sdk by @dependabot in #129
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #132
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #134
- Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 in /provider by @dependabot in #133
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #136
- Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 in /examples by @dependabot in #135
- Bump github.com/golang/glog from 1.2.2 to 1.2.4 in /provider by @dependabot in #137
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #138
- Bump github.com/golang/glog from 1.2.0 to 1.2.4 in /examples/go by @dependabot in #139
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #141
- Bump github.com/golang/glog from 1.2.2 to 1.2.4 in /examples by @dependabot in #142
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #144
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #145
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #146
- Bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /sdk by @dependabot in #147
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #149
- Bump golang.org/x/crypto from 0.32.0 to 0.35.0 in /provider by @dependabot in #148
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #152
- Bump golang.org/x/net from 0.33.0 to 0.36.0 in /examples/go by @dependabot in #140
- Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in /examples by @dependabot in #143
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #154
- Upgrade terraform-provider-talos to v0.8.0 by @ringods in #156
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #157
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #159
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #162
- Upgrade terraform-provider-talos to v0.8.1 by @ringods in #161
Full Changelog: v0.5.2...v0.6.0
v0.5.2
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #120
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #121
- Regenerate Github Actions workflows for pulumi-talos by @ringods in #122
- Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in /examples by @dependabot in #123
- Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0 in /examples/go by @dependabot in #125
- Upgrade terraform-provider-talos to v0.7.1 by @ringods in #127
New Contributors
- @dependabot made their first contribution in #123
Full Changelog: v0.5.1...v0.5.2
v0.5.1
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
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: v0.4.0...v0.4.1
v0.4.0
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
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: v0.2.1...v0.3.0
v0.2.1
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
- properties:
🟡
"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
- Upgrade pulumi-terraform-bridge to v3.73.0 by @ringods in #89
- Add pulumi-upgrade-provider workflow by @UnstoppableMango in #87
- Additional type mappings to fluently pass outputs as inputs elsewhere by @ringods in #91
- Property names within
ExtraTypes
should be in Pulumi camelCase style. by @ringods in #92 - Update actions/setup-node action to v4 by @renovate in #65
- Update README.md by @afro-coder in #97
- Upgrade pulumi-terraform-bridge to v3.89.1 by @ringods in #104
- Bump Go version by @UnstoppableMango in #105
- Upgrade pulumi-terraform-bridge to v3.94.0 by @ringods in #108
New Contributors
- @afro-coder made their first contribution in #97
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.8
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