-
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
Update releases tasks/pipeline to use workspaces #2897
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR cannot be merged: expecting exactly one kind/ label Available
|
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
@tekton-robot: Closed this PR. 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. |
/remove-lifecycle rotten |
@vdemeester: Reopened this PR. 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. |
Let's try to use workspaces to do the release instead of relying on PipelineResource and v1alpha1 golang catalog resources. This updates the tasks and pipeline to use workspaces. This also update a little bit the readme with `kubectl diff` commands to show what will be applied before applying it. Signed-off-by: Vincent Demeester <[email protected]>
059d3c2
to
318b753
Compare
This extracts the migration to v1beta1 part from tektoncd#2897. Release tasks and pipelines from the `tekton/` folder are migrated to use v1beta1 APIs. Signed-off-by: Vincent Demeester <[email protected]>
/close |
@vdemeester: Closed this PR. 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. |
This extracts the migration to v1beta1 part from tektoncd#2897. Release tasks and pipelines from the `tekton/` folder are migrated to use v1beta1 APIs. Signed-off-by: Vincent Demeester <[email protected]>
This extracts the migration to v1beta1 part from #2897. Release tasks and pipelines from the `tekton/` folder are migrated to use v1beta1 APIs. Signed-off-by: Vincent Demeester <[email protected]>
This extracts the migration to v1beta1 part from tektoncd#2897. Release tasks and pipelines from the `tekton/` folder are migrated to use v1beta1 APIs. Signed-off-by: Vincent Demeester <[email protected]>
Changes
Let's try to use workspaces to do the release instead of relying on
PipelineResource and v1alpha1 golang catalog resources.
This updates the tasks and pipeline to use workspaces.
This also update a little bit the readme with
kubectl diff
commandsto show what will be applied before applying it.
Signed-off-by: Vincent Demeester [email protected]
Linked to tektoncd/plumbing#456
/kind misc
/area release
/cc @afrittoli
/hold
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 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