-
Notifications
You must be signed in to change notification settings - Fork 117
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
Update pulumi deps #1588
Update pulumi deps #1588
Conversation
- Codegen change from pulumi/pulumi#7128 and remove hardcoded templates for v1/Secret resources - Nondeterministic import ordering fix from pulumi/pulumi#7126
5961612
to
7bf7186
Compare
@@ -358,6 +311,45 @@ | |||
"kubernetes:coordination.k8s.io/v1beta1:LeaseList": "LeaseList" | |||
} | |||
}, | |||
{ | |||
"pkg": "kubernetes", | |||
"mod": "core/v1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be the ordering issue I pinged you about. It's now alpha sorted on "$pkg:$mod".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The JSON reordering looking good.
Does the PR have any schema changes?Looking good! No breaking changes found. |
Test flake. Merging. |
Proposed changes
and remove hardcoded templates for v1/Secret resources
getSecret
instead ofget
pulumi#7126Related issues (optional)
Related to #1577