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

Upgrades p/p to v3.64.0, java-gen to v0.9.2, pulumi-aws to v5.35.0 and dotnet to v6 #1017

Merged
merged 5 commits into from
Apr 20, 2023

Conversation

rquitales
Copy link
Contributor

@rquitales rquitales commented Apr 20, 2023

The nightly cron job was failing (example run) due to upstream pulumi-aws targeting dotnet v6. This PR updates p/p to v3.64.0 so that schemagen can generate the dotnet SDK to target v6.

As our tooling are slightly coupled, we also need to update java-gen to v0.9.2 in order to get the Java SDK to build correctly.

The pulumi-aws provider is also updated to v5.35.0.

Changes were manually made to the following files (across the 5 commits):

  • awsx/package.json: Updating to v5.35.0
  • schemagen/go.mod: Updating p/p to v3.64.0
  • schemagen/pkg/gen/schema.go: Need to change the label packages to dependencies for Java deps when we generate schema, otherwise java-gen does not inclue pulumi-aws as a dependency in build.gradle

Commands run for autogenerating files (across the 5 commits):

make clean all schema build_sdks

Java dependencies should be nested under `dependencies` within schema.json
for it to properly be templated in build.gradle.
This commit regenerates the SDKs for the following upgrades:
p/p: v3.64.0
java-gen: v0.9.2
dotnet: 6
@rquitales rquitales marked this pull request as ready for review April 20, 2023 18:14
@rquitales rquitales requested a review from a team April 20, 2023 18:14
@rquitales rquitales changed the title Upgrades p/p to v3.64.0, java-gen to v0.9.2 and dotnet to v6 Upgrades p/p to v3.64.0, java-gen to v0.9.2, pulumi-aws to v5.35.0 and dotnet to v6 Apr 20, 2023
@rquitales rquitales merged commit b36155f into master Apr 20, 2023
9 checks passed
@rquitales rquitales deleted the rquitales/bump-dotnet-java branch April 20, 2023 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants