-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Tekton 0.3.1 does not support $() syntax #1339
Tekton 0.3.1 does not support $() syntax #1339
Conversation
Tekton 0.3.1 is used for release. It does not support the $() syntax so ${} should be used everywhere.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afrittoli The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks for jumping on this @afrittoli ! I think in this case we actually want to leave it tho - the /hold |
whoa MASSIVE derp on my part, @afrittoli is completely right. obviously I didnt read this carefully so I don't trust myself to lgtm this super quick but at least /hold cancel 😅 SORRY @afrittoli !!!! |
Sorry actually looked at this properly! I was certain this was in the middle of the bash scripts :S I'm a bit nervous now that our 0.6.0 release (and our nightly releases) might have images with the wrong base images if the contents of that ko config file were written incorrectly. But also I would have expected to see the wrong bucket (literally Thanks again for fixing this @afrittoli and for your patience with my drive-by review where I didn't look carefully at all and made terrible assumptions 🙏 /lgtm p.s. I looked at the body of the publish-nightly Task applied in the prow cluster and it looks correct? (maybe you fixed it already tho!) |
/meow space |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@bobcatfish I updated the publish-nightly today because I wanted to test and deploy Jason's patch that adds vendor sources to our docker images (#1338). I wanted to check the logs from previous releases to see if the issue was there for previous releases too, but all pods were gone so no logs. |
Tekton 0.3.1 is used for release. It does not support the $() syntax
so ${} should be used everywhere.
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Double check this list of stuff that's easy to miss:
cmd
dir, please updatethe release Task and TaskRun to build and release this image
Reviewer Notes
If API changes
are included, additive changes
must be approved by at least two OWNERS
and backwards incompatible changes
must be approved by more than 50% of the OWNERS,
and they must first be added
in a backwards compatible way.
Release Notes