Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @pulumi/aws from 3.21.0 to 3.32.2 #339

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps @pulumi/aws from 3.21.0 to 3.32.2.

Release notes

Sourced from @​pulumi/aws's releases.

v3.32.2

No release notes provided.

v3.32.1

No release notes provided.

v3.32.0

No release notes provided.

v3.31.0

No release notes provided.

v3.30.1

No release notes provided.

v3.30.0

No release notes provided.

v3.29.1

No release notes provided.

v3.29.0

No release notes provided.

v3.28.1

No release notes provided.

v3.28.0

No release notes provided.

v3.27.0

No release notes provided.

v3.26.1

No release notes provided.

v3.26.0

No release notes provided.

v3.25.1

No release notes provided.

v3.25.0

No release notes provided.

v3.24.0

No release notes provided.

v3.23.0

No release notes provided.

... (truncated)

Changelog

Sourced from @​pulumi/aws's changelog.

3.32.2 (2021-03-13)

(none)

3.32.1 (2021-03-11)

  • Upgrade to v2.20.0 of pulumi-terraform-bridge
    Please Note: This includes a bug fix that stopped named providers being able to have values that changed the defaults so aws:skipMetadataApiCheckwould always be true even if you specified false in the provider configuration

3.32.0 (2021-03-05)

  • Update to v3.31.0 of the AWS Terraform Provider

3.31.0 (2021-03-01)

  • Update to v3.30.0 of the AWS Terraform Provider
  • Deprecate use of aws.getAmi in favor of aws.ec2.getAmi
  • Deprecate use of aws.getAmiIds in favor of aws.ec2.getAmiIds
  • Deprecate use of aws.getElasticIp in favor of aws.ec2.getElasticIp
  • Deprecate use of aws.getPrefixList in favor of aws.ec2.getPrefixList
  • Deprecate use of aws.getAutoscalingGroups in favor of aws.autoscaling.getAutoscalingGroups
  • Deprecate use of aws.getCanonicalUserId in favor of aws.s3.getCanonicalUserId

3.30.1 (2021-02-24)

  • Update to v3.29.1 of the AWS Terraform Provider

3.30.0 (2021-02-22)

  • Update to v3.29.0 of the AWS Terraform Provider

3.29.1 (2021-02-16)

  • Upgrade to pulumi-terraform-bridge v2.19.0
    Please Note: This includes a bug fix that stops mutating resources options in the nodejs provider

3.29.0 (2021-02-15)

  • Update to v3.28.0 of the AWS Terraform Provider

3.28.1 (2021-02-10)

  • Update Provider defaults:
    • skipCredentialsValidation now defaults to true.
    • skipGetEc2Platforms now defaults to true.
    • skipMetadataApiCheck now defaults to true.
    • skipRegionValidation now defaults to true.
  • Add support for increasing the storageCapacity in aws.fsx.lustreFileSystem.

3.28.0 (2021-02-05)

  • Update to v3.27.0 of the AWS Terraform Provider

3.27.0 (2021-02-04)

  • 1335.
    Add fixes to Go SDK to address compilation issues due to colliding names.
    Note - this is a breaking change for existing Go programs which use kinesis.AnalyticsApplicationOutput. This type and its variants (*Args, *Output, *ArrayOutput etc.) have been renamed to kinesis.AnalyticsApplicationOutputType<Variant>.
    This change is necessary to resolve a name collision which was introduced in 3.13.0 causing compilation breaks.

... (truncated)

Commits
  • deeec44 Prepare for v3.32.2
  • c8b7720 Ensure correct property is autonamed in Sqs Fifo Queues (#1398)
  • b03b081 Raising goreleaser timeouts to 90minutes
  • d55eb6a Raising goreleaser timeouts
  • 6b76976 Prepare for v3.32.1 release
  • 5def330 Upgrade to v2.20.0 of the pulumi-terraform-bridge (#1393)
  • e5caa37 Adding ability to build arm64 binary for macOS
  • c849b0c Upgrade to v3.31.0 of the AWS Terraform Provider (#1378)
  • dccc4c5 Upgrading to Go 1.16
  • 3bc73eb Prepare for v3.31.0 release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@pulumi/aws](https://github.com/pulumi/pulumi-aws) from 3.21.0 to 3.32.2.
- [Release notes](https://github.com/pulumi/pulumi-aws/releases)
- [Changelog](https://github.com/pulumi/pulumi-aws/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi-aws@v3.21.0...v3.32.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 16, 2021

Superseded by #340.

@dependabot dependabot bot closed this Mar 16, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/pulumi/aws-3.32.2 branch March 16, 2021 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants