Releases: pulumi/pulumi-aws-native
Releases · pulumi/pulumi-aws-native
v1.17.0
v1.16.0
Update GitHub Actions workflows. (#1914) This PR was automatically generated by the update-native-provider-workflows workflow in the pulumi/ci-mgmt repo, from commit c09ca3824257955e13392d96586b14a0fe49405a.
v1.15.0
Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f20…
v1.14.0
Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f20…
v1.13.0
Update GitHub Actions workflows. (#1885) This PR was automatically generated by the update-native-provider-workflows workflow in the pulumi/ci-mgmt repo, from commit e7696dfaff0baa5b84126fc6971cc40e89d490cf.
v1.12.0
Regenerate SDK (#1878) Merging both #1870 and #1875 on top of each other caused the SDK to go out of sync. This PR just regenerates the SDK to get a passing build again. Fixes https://github.com/pulumi/pulumi-aws-native/issues/1877
v1.11.0
Update first-party Pulumi dependencies
v1.10.0
Exclude tools dir fom codecov (#1851) I'm assuming since this is just tooling to generate the ref metadata, we don't feel like it needs to be covered with extensive testing.
v1.9.0
Add configuration for controlling the autonaming behavior (#1831) This PR adds some new functionality to control the auto naming behavior. The new behavior lives behind a provider config variable and must be explicitly enabled by the user. The existing behavior will remain the default behavior of the provider. **What's new** - `autoTrim`: When this is set to true the provider will automatically trim the generated name to fit within the `maxLength` requirement. - `randomSuffixMinLength`: Set this to control the minimum length of the random suffix that is generated. This is especially useful in combination with `autoTrim` to ensure that you still end up with unique names (e.g. a random suffix of 1 character is not very unique) closes https://github.com/pulumi/pulumi-aws-native/issues/1816, re https://github.com/pulumi/pulumi-cdk/issues/62
v1.8.0
Ensure response data is set for CustomResourceEmulator (#1825) The response data (`Data` property) of CFN Custom Resources is optional (see [AWS docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/crpg-ref-responses.html)). This needs to be handled accordingly in the pulumi resource.