-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade pulumi-aws to v6 and pulumi-docker to v4 (#1086)
* Update deps to aws 6 and docker 4 * Keep docker on v3 * Bump p-aws to v6a5 in package.json * Use p-aws dependency from config in schema gen, correct remote schema URL * signature of getCallerIdentity changed * Update to alpha.7 * Upgrade aws to v6.0.2 and regenerate * Undo aws v6 bump in awsx-classic * Bump to latest pulumi/pulumi and resolve version conflict * Fix some schema versioning * Upgrade aws to v6.0.3 * Fix python aws version * Fix root dependencies in schema.go for dotnet and python * Regenerate dotnet SDK for up to date cdproj * Upgrade awsx-classic to awsv6 since it shares dependencies and SDK with awsx * Add the new dependencies in the right place * Remove ecs.Cluster properties that were removed upstream See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-5-upgrade#resourceaws_ecs_cluster * Delete legacy examples that cannot work anymore without ecs.Cluster capacity providers * Adjust example to removal of ecs.Cluster capacity providers * Bump p-java to latest v0.9.7 * Log better errors from package spec handling * modernize examples/go.mod * Bump aws of forgotten awsx-classic tests * Rename ecs example without capacity provider * Bump Go SDK to /v2 * Temporarily comment failing Go test so we can publish beta.2 * Uncomment Go test and update to sdk/v2 * Upgrade p/p to 3.81.0 * aws v6.0.4 * Messed up previous branch so here's where I am so far * Added builder version as an enum Instead of using the one from the docker package * Update image.ts Fixing lint issue * Fix TestEcrSimple, path->context * Bump examples deps * Pass through Image build context * Use repoDigest instead of image name to rebuild when necessary. * Use canonical repo name for Docker on ECR * Naming and comment cleanup * Upgrade to latest p/p 3.85 and p/aws 6.2.1. * Use newer Go and Node versions in CI * Upgrade to aws v6.3 * Remove toolchain directive manually * Bump to latest dependencies * Remove debugging artifact --------- Co-authored-by: Monica <[email protected]> Co-authored-by: Piers Karsenbarg <[email protected]>
- Loading branch information
1 parent
c771340
commit be7d90e
Showing
147 changed files
with
5,587 additions
and
3,848 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,11 @@ | |
}, | ||
"//": "Pulumi sub-provider dependencies must be pinned at an exact version because we extract this value to generate the correct dependency in the schema", | ||
"dependencies": { | ||
"@pulumi/aws": "5.35.0", | ||
"@pulumi/docker": "3.6.1", | ||
"@pulumi/pulumi": "^3.34.0", | ||
"@pulumi/aws": "6.5.0", | ||
"@pulumi/docker": "4.4.3", | ||
"@pulumi/pulumi": "^3.81.0", | ||
"@types/aws-lambda": "^8.10.23", | ||
"docker-classic": "npm:@pulumi/[email protected]", | ||
"ip-address": "^8.1.0", | ||
"mime": "^3.0.0", | ||
"netmask": "^2.0.2" | ||
|
Oops, something went wrong.