Skip to content

Releases: pulumi/pulumi-aws-native

v1.17.0

18 Dec 15:03
11ac7b3
Compare
Choose a tag to compare
Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f20…

v1.16.0

16 Dec 20:34
601e792
Compare
Choose a tag to compare
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

11 Dec 14:26
83e6a73
Compare
Choose a tag to compare
Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f20…

v1.14.0

09 Dec 14:28
8841eb1
Compare
Choose a tag to compare
Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f20…

v1.13.0

04 Dec 12:02
242f2e0
Compare
Choose a tag to compare
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

02 Dec 15:11
33e76ca
Compare
Choose a tag to compare
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

26 Nov 21:15
Compare
Choose a tag to compare
Update first-party Pulumi dependencies

v1.10.0

25 Nov 20:26
0f301ff
Compare
Choose a tag to compare
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

18 Nov 15:26
6f526ba
Compare
Choose a tag to compare
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

14 Nov 13:56
4872ad6
Compare
Choose a tag to compare
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.