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

Upgrade pu/pu to 3.136.1 #1451

Closed
wants to merge 2 commits into from
Closed

Conversation

flostadler
Copy link
Contributor

@flostadler flostadler commented Oct 17, 2024

Relates to pulumi/ci-mgmt#1104

This additionally upgrade AWS to 6.56.0 to prevent an affected pu/pu version creeping in through AWS.

@flostadler flostadler added the needs-release/major Marking a PR to compute the next major version label Oct 17, 2024
@flostadler flostadler requested review from t0yv0 and a team October 17, 2024 08:33
@flostadler flostadler self-assigned this Oct 17, 2024
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@@ -13,7 +13,9 @@
"format": "prettier --list-different --write .",
"lint-check": "yarn run format-check && tslint -c ../tslint.json -p tsconfig.json",
"lint": "yarn run format && tslint -c ../tslint.json -p tsconfig.json --fix",
"test": "jest"
"test": "jest",
"dedupe-deps": "yarn-deduplicate",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had some duplicate entries in the lock file, added those tools to dedupe them

@t0yv0
Copy link
Member

t0yv0 commented Oct 17, 2024

  examples_go_test.go:57: 
      	Error Trace:	/home/runner/work/pulumi-eks/pulumi-eks/examples/examples_go_test.go:57
      	Error:      	"" does not contain "not supported"
      	Test:       	TestAccClusterGo

Retrying.

@t0yv0
Copy link
Member

t0yv0 commented Oct 17, 2024

* Node failure test-replace-cluster-add-subnets-eksCluster
   aws:eks:Cluster (test-replace-cluster-add-subnets-eksCluster):
      error:   sdk-v2/provider2.go:520: sdk.helper_schema: updating EKS Cluster (test-replace-cluster-add-subnets-eksCluster-ae8b48e) VPC configuration: operation error EKS: UpdateClusterConfig, https response error StatusCode: 400, RequestID: cd5d527b-4914-4f76-ba26-9fa2078e4863, InvalidParameterException: Provided subnets belong to the AZs 'us-west-2a,us-west-2b,us-west-2c'. But they should belong to the exact set of AZs 'us-west-2a,us-west-2b' in which subnets were provided during cluster creation.: [email protected]
      error: 1 error occurred:

Interesting.

@flostadler flostadler closed this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-release/major Marking a PR to compute the next major version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants