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

chore(deps-dev): bump @pulumi/awsx from 0.40.1 to 2.1.1 #764

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2023

Bumps @pulumi/awsx from 0.40.1 to 2.1.1.

Release notes

Sourced from @​pulumi/awsx's releases.

v2.1.1

No release notes provided.

v2.1.0

No release notes provided.

v2.0.3

No release notes provided.

v2.0.2

No release notes provided.

v2.0.1

No release notes provided.

v2.0.0-beta.3

No release notes provided.

v2.0.0-beta.2

No release notes provided.

v2.0.0-beta.1

No release notes provided.

v1.0.6

No release notes provided.

v1.0.5

No release notes provided.

v1.0.4

No release notes provided.

v1.0.3

What's Changed

... (truncated)

Changelog

Sourced from @​pulumi/awsx's changelog.

CHANGELOG

Notice (2022-12-14)

As of this notice, using CHANGELOG.md is DEPRECATED. We will be using GitHub Releases for this repository


1.0.1 (2022-12-08)

  • Upgrade internal provider dependencies to fix firewall prompts #962

1.0.0 (2022-11-23)

  • Add multi-lang component support scaffolding.
  • Fix type errors in TypeScript checking awsx-classic properties.
  • Ensure that FargateService and EC2Service default continueBeforeSteadyState to false.
  • Make networkMode property usable for ecs.Ec2TaskDefinition.
  • Add optional assignPublicIp input property to FargateService and default it to non-public #936.
  • Add a new DefaultTargetGroupPort input property to lb.ApplicationLoadBalancer and lb.NetworkLoadBalancer to provide a top-level way to set the default target group's port.
  • Change the behavior of ecs.FargateTaskDefinition and ecs.EC2TaskDefinition to always respect the passed-in hostPort, regardless of the target group's port.
  • Python: Bump the min required version of pulumi PyPi package to 3.47.2.

0.40.0 (2022-03-24)

  • Compatibility with pulumi-aws v5.0.0

0.33.0 (2021-02-02)

  • Introduce requestedAvailabilityZone on ec2.vps.VpcArgs that takes number | "all" | string[], to allow specific zones for creating a VPC.
  • Extend the volumeSize of the default root block device in ECS autoscaling launch configuration to 32 GB to accomodate the latest default AMI snapshot size
  • Fix spelling mistakes in the typescript cidr and vpc types.

0.32.0 (2021-09-29)

  • Fix a bug that prevented elasticloadbalancingv2.NetworkLoadBalancer from using explicitly provided subnetMappings.
  • Support multiple load balancing listeners per container #698

0.31.0 (2021-08-04)

  • Update ecs.Container interface to include environmentFile
  • Add support for Billing CloudWatch metrics and alarms
  • Add support for ECS Service Circuit Breaker and Execute Command
  • Use aws.ec2.getAmi() instead of deprecated aws.getAmi()

... (truncated)

Commits
  • 5a6d381 Revert "Revert "Ensure the resource name uses the uniquely generated name to ...
  • 67ceb94 Record ts-lb-attach-ec2 upgrade test (#1143)
  • af69664 Revert "Ensure the resource name uses the uniquely generated name to avoid co...
  • 2de278b Fix makefile (#1139)
  • 716216c Merge pull request #1132 from pulumi/combined-pr-branch
  • 43bb144 Ensure the resource name uses the uniquely generated name to avoid conflicts ...
  • 5cdf0d4 Merge pull request #1137 from pulumi/mikhailshilkov/upgrade-aws
  • b6e0679 Fix yarn lock
  • 793f90d Fix subnet overlapping (#1133)
  • a0a87c1 My local changes
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/awsx](https://github.com/pulumi/pulumi-awsx) from 0.40.1 to 2.1.1.
- [Release notes](https://github.com/pulumi/pulumi-awsx/releases)
- [Changelog](https://github.com/pulumi/pulumi-awsx/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-awsx@v0.40.1...v2.1.1)

---
updated-dependencies:
- dependency-name: "@pulumi/awsx"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added kind/dependencies javascript Pull requests that update Javascript code labels Nov 2, 2023
@ardatan
Copy link
Owner

ardatan commented Nov 3, 2023

@dependabot rebase

@ardatan ardatan closed this Nov 3, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/pulumi/awsx-2.1.1 branch November 3, 2023 06:36
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2023

Oh no! Something went wrong on our end. Please try again later.

If the problem persists, please contact GitHub support for assistance 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code kind/dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant