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

Re-generate schema to fix aws.iam.Role description #4589

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Oct 1, 2024

Fixes #4588

This simply a result of executing make tfgen. There is no impact on SDKs its seems. There should be however impact on the registry.

This is a little un-intuitive but schema.json does not get reused for SDK generation. Instead we have something like this:

schemaJson := tfgen("schema")
nodeSDK := tfgen("node")
javaSDK := tfgen("java")

It looks like CI is missing a check that re-generating schema.json with make tfgen is a no-change operation, allowing this to drift and break registry. Filing an issue in ci-mgmt.

pulumi/ci-mgmt#1090

@t0yv0 t0yv0 requested a review from flostadler October 1, 2024 17:39
@t0yv0 t0yv0 marked this pull request as ready for review October 1, 2024 17:41
@t0yv0 t0yv0 requested a review from corymhall October 1, 2024 17:41
@t0yv0 t0yv0 enabled auto-merge (squash) October 1, 2024 17:50
Copy link

github-actions bot commented Oct 1, 2024

Does the PR have any schema changes?

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

Maintainer note: consult the runbook for dealing with any breaking changes.

@t0yv0 t0yv0 merged commit 13719db into master Oct 1, 2024
30 checks passed
@t0yv0 t0yv0 deleted the t0yv0/fix-aws-iam-role-description branch October 1, 2024 20:50
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v6.54.2.

@pulumi-bot pulumi-bot mentioned this pull request Oct 2, 2024
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 2, 2024
##### [`v6.54.2](https://github.com/pulumi/pulumi-aws/releases/tag/v6.54.2)

##### Does the PR have any schema changes?

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

#### What's Changed

-   Re-generate schema to fix aws.iam.Role description by [@t0yv0](https://github.com/t0yv0) in pulumi/pulumi-aws#4589
-   Set explicit version for .NET core SDK requirement by [@justinvp](https://github.com/justinvp) in pulumi/pulumi-aws#4591
-   Add pluralized lifecycle_policies to EFS file system data source by [@flostadler](https://github.com/flostadler) in pulumi/pulumi-aws#4590
-   Update GitHub Actions workflows. by [@pulumi-bot](https://github.com/pulumi-bot) in pulumi/pulumi-aws#4592

**Full Changelog**: pulumi/pulumi-aws@v6.54.1...v6.54.2
github-merge-queue bot pushed a commit to zemn-me/monorepo that referenced this pull request Oct 2, 2024
##### [`v6.54.2](https://github.com/pulumi/pulumi-aws/releases/tag/v6.54.2)

##### Does the PR have any schema changes?

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

#### What's Changed

-   Re-generate schema to fix aws.iam.Role description by [@t0yv0](https://github.com/t0yv0) in pulumi/pulumi-aws#4589
-   Set explicit version for .NET core SDK requirement by [@justinvp](https://github.com/justinvp) in pulumi/pulumi-aws#4591
-   Add pluralized lifecycle_policies to EFS file system data source by [@flostadler](https://github.com/flostadler) in pulumi/pulumi-aws#4590
-   Update GitHub Actions workflows. by [@pulumi-bot](https://github.com/pulumi-bot) in pulumi/pulumi-aws#4592

**Full Changelog**: pulumi/pulumi-aws@v6.54.1...v6.54.2
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.

Lost descriptions
4 participants