-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adds support for repository to be an output, Adding in test for #133 #269
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. |
c90a9ef
to
f4e9d0d
Compare
2207ee9
to
25a9549
Compare
I pinned google-protobuf because of this issue: pulumi/pulumi#17421 |
48c36db
to
957ed33
Compare
5e9351a
to
e567a13
Compare
@@ -0,0 +1,16 @@ | |||
# EditorConfig helps maintain consistent coding styles across editors and IDEs | |||
# More details at https://editorconfig.org |
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.
Interesting. Eventually I'd like ci-mgmt to ship some commit hooks to apply consistent linting and formatting for us.
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.
That would be great. I love editorconfig. It allows, it allows vscode to just know what to use automagically. We could ship it via ci-mgmt, like we do go-release.
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.
I added it because the default to .ts is 4spaces in my vscode and it kept refactoring files.
This adds in a test for #133, with image arguments. It also sets the chart version to match the image version.