diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 798ac87ecce..4ad1e8f4e9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,16 +12,16 @@ To set up your environment and begin working on our code, see [Developing for Te [The `community` repo](https://github.com/tektoncd/community) contains information on the following: -- [Development standards](https://github.com/tektoncd/community/blob/master/standards.md), including: - - [Writing high quality code](https://github.com/tektoncd/community/blob/master/standards.md#coding-standards) - - [Adopting good development principles](https://github.com/tektoncd/community/blob/master/standards.md#principles) - - [Writing useful commit messages](https://github.com/tektoncd/community/blob/master/standards.md#commit-messages) -- [Contacting other contributors](https://github.com/tektoncd/community/blob/master/contact.md) -- [Tekton development processes](https://github.com/tektoncd/community/blob/master/process.md), including: - - [Finding things to work on](https://github.com/tektoncd/community/blob/master/process.md#finding-something-to-work-on) - - [Proposing new features](https://github.com/tektoncd/community/blob/master/process.md#proposing-features) - - [Performing code reviews](https://github.com/tektoncd/community/blob/master/process.md#reviews) - - [Becoming a code owner](https://github.com/tektoncd/community/blob/master/process.md#owners) +- [Development standards](https://github.com/tektoncd/community/blob/main/standards.md), including: + - [Writing high quality code](https://github.com/tektoncd/community/blob/main/standards.md#coding-standards) + - [Adopting good development principles](https://github.com/tektoncd/community/blob/main/standards.md#principles) + - [Writing useful commit messages](https://github.com/tektoncd/community/blob/main/standards.md#commit-messages) +- [Contacting other contributors](https://github.com/tektoncd/community/blob/main/contact.md) +- [Tekton development processes](https://github.com/tektoncd/community/blob/main/process.md), including: + - [Finding things to work on](https://github.com/tektoncd/community/blob/main/process.md#finding-something-to-work-on) + - [Proposing new features](https://github.com/tektoncd/community/blob/main/process.md#proposing-features) + - [Performing code reviews](https://github.com/tektoncd/community/blob/main/process.md#reviews) + - [Becoming a code owner](https://github.com/tektoncd/community/blob/main/process.md#owners) - [Making changes to the Tekton API](api_compatibility_policy.md#approving-api-changes) - [Understanding the Tekton automation infrastructure](https://github.com/tektoncd/plumbing) diff --git a/cmd/pullrequest-init/example/pr.json b/cmd/pullrequest-init/example/pr.json index 5676ea4da8b..9a7c29c4c8c 100644 --- a/cmd/pullrequest-init/example/pr.json +++ b/cmd/pullrequest-init/example/pr.json @@ -1,7 +1,7 @@ { "Number": 995, "Title": "Add GitHub status updates to Pull Request CRD.", - "Body": "This adds support for the GitHub Status API\r\n(https://developer.github.com/v3/repos/statuses/).\r\n\r\nThis accompanies #778 and #895 to complete initial Pull Request support\r\nsupport for GitHub OAuth.\r\n\r\n\r\n\r\n# Changes\r\n\r\nAdds GitHub status fetching and updates to Pull Request CRD.\r\n\r\n# Submitter Checklist\r\n\r\nThese are the criteria that every PR should meet, please check them off as you\r\nreview them:\r\n\r\n- [x] Includes [tests](https://github.com/tektoncd/community/blob/master/standards.md#principles) (if functionality changed/added)\r\n- [x] Includes [docs](https://github.com/tektoncd/community/blob/master/standards.md#principles) (if user facing)\r\n- [x] Commit messages follow [commit message best practices](https://github.com/tektoncd/community/blob/master/standards.md#commit-messages)\r\n\r\n_See [the contribution guide](https://github.com/tektoncd/pipeline/blob/master/CONTRIBUTING.md)\r\nfor more details._\r\n\r\n# Release Notes\r\n\r\n\r\n\r\n```\r\nAdds GitHub status fetching and updates to Pull Request CRD.\r\n```\r\n", + "Body": "This adds support for the GitHub Status API\r\n(https://developer.github.com/v3/repos/statuses/).\r\n\r\nThis accompanies #778 and #895 to complete initial Pull Request support\r\nsupport for GitHub OAuth.\r\n\r\n\r\n\r\n# Changes\r\n\r\nAdds GitHub status fetching and updates to Pull Request CRD.\r\n\r\n# Submitter Checklist\r\n\r\nThese are the criteria that every PR should meet, please check them off as you\r\nreview them:\r\n\r\n- [x] Includes [tests](https://github.com/tektoncd/community/blob/main/standards.md#principles) (if functionality changed/added)\r\n- [x] Includes [docs](https://github.com/tektoncd/community/blob/main/standards.md#principles) (if user facing)\r\n- [x] Commit messages follow [commit message best practices](https://github.com/tektoncd/community/blob/main/standards.md#commit-messages)\r\n\r\n_See [the contribution guide](https://github.com/tektoncd/pipeline/blob/master/CONTRIBUTING.md)\r\nfor more details._\r\n\r\n# Release Notes\r\n\r\n\r\n\r\n```\r\nAdds GitHub status fetching and updates to Pull Request CRD.\r\n```\r\n", "Labels": [ { "ID": 0, diff --git a/docs/deprecations.md b/docs/deprecations.md index 79bf82741aa..3afe6250893 100644 --- a/docs/deprecations.md +++ b/docs/deprecations.md @@ -25,5 +25,5 @@ being deprecated. | [Step `workingDir` defaults to `/workspace`](https://github.com/tektoncd/pipeline/issues/1836) | [v0.11.0-rc1](https://github.com/tektoncd/pipeline/releases/tag/v0.11.0-rc1) | Beta | December 4 2020 | | [The `TaskRun.Status.ResourceResults.ResourceRef` field is deprecated and will be removed.](https://github.com/tektoncd/pipeline/issues/2694) | [v0.14.0](https://github.com/tektoncd/pipeline/releases/tag/v0.14.0) | Beta | April 30 2021 | | [The `PipelineRun.Spec.ServiceAccountNames` field is deprecated and will be removed.](https://github.com/tektoncd/pipeline/issues/2614) | [v0.15.0](https://github.com/tektoncd/pipeline/releases/tag/v0.15.0) | Beta | May 15 2021 | -| [`Conditions` CRD is deprecated and will be removed. Use `WhenExpressions` instead.](https://github.com/tektoncd/community/blob/master/teps/0007-conditions-beta.md) | [v0.16.0](https://github.com/tektoncd/pipeline/releases/tag/v0.16.0) | Alpha | Nov 02 2020 | +| [`Conditions` CRD is deprecated and will be removed. Use `WhenExpressions` instead.](https://github.com/tektoncd/community/blob/main/teps/0007-conditions-beta.md) | [v0.16.0](https://github.com/tektoncd/pipeline/releases/tag/v0.16.0) | Alpha | Nov 02 2020 | | [The PascalCase fields in WhenExpressions is deprecated and will be removed](https://github.com/tektoncd/pipeline/pull/3389) | [v0.17.2](https://github.com/tektoncd/pipeline/releases/tag/v0.17.2) | Alpha | Jan 07 2021 | \ No newline at end of file diff --git a/docs/pipelines.md b/docs/pipelines.md index 649634c60b0..6fcbfd05b24 100644 --- a/docs/pipelines.md +++ b/docs/pipelines.md @@ -969,7 +969,7 @@ In this example, `PipelineResults` is set to: **Note: This is only allowed if `enable-custom-tasks` is set to `"true"` in the `feature-flags` configmap, see [`install.md`](./install.md#customizing-the-pipelines-controller-behavior)** -[Custom Tasks](https://github.com/tektoncd/community/blob/master/teps/0002-custom-tasks.md) +[Custom Tasks](https://github.com/tektoncd/community/blob/main/teps/0002-custom-tasks.md) can implement behavior that doesn't correspond directly to running a workload in a `Pod` on the cluster. For example, a custom task might execute some operation outside of the cluster and wait for its execution to complete. diff --git a/docs/runs.md b/docs/runs.md index 1a307effebb..daea2d8fd7b 100644 --- a/docs/runs.md +++ b/docs/runs.md @@ -22,7 +22,7 @@ weight: 2 # Overview A `Run` allows you to instantiate and execute a [Custom -Task](https://github.com/tektoncd/community/blob/master/teps/0002-custom-tasks.md), +Task](https://github.com/tektoncd/community/blob/main/teps/0002-custom-tasks.md), which can be implemented by a custom task controller running on-cluster. Custom Tasks can implement behavior that doesn't correspond directly to running a workload in a `Pod` on the cluster. For Pod-based on-cluster workloads, you diff --git a/examples/v1beta1/pipelineruns/pipelinerun-with-final-tasks.yaml b/examples/v1beta1/pipelineruns/pipelinerun-with-final-tasks.yaml index 222a389a0f9..2ae4acef801 100644 --- a/examples/v1beta1/pipelineruns/pipelinerun-with-final-tasks.yaml +++ b/examples/v1beta1/pipelineruns/pipelinerun-with-final-tasks.yaml @@ -16,7 +16,7 @@ spec: - name: revision description: git revision to checkout (branch, tag, sha, ref…) type: string - default: master + default: main - name: refspec description: (optional) git refspec to fetch before checking out revision default: "" diff --git a/roadmap.md b/roadmap.md index 6ee5bb8663d..932278c884f 100644 --- a/roadmap.md +++ b/roadmap.md @@ -4,7 +4,7 @@ This is an incomplete list of work we hope to accomplish in 2020. Highlights: -- [Tekton mission and vision](https://github.com/tektoncd/community/blob/master/roadmap.md#mission-and-vision) +- [Tekton mission and vision](https://github.com/tektoncd/community/blob/main/roadmap.md#mission-and-vision) - ["Feature complete"](#feature-complete) - [Beta for all components](#beta-for-all-components) - [Task interfaces and PipelineResources](#task-interfaces-and-pipelineresources) diff --git a/test/yamls/v1beta1/pipelineruns/pipelinerun-with-final-tasks.yaml b/test/yamls/v1beta1/pipelineruns/pipelinerun-with-final-tasks.yaml index 6a8a57d9400..78dba2629e0 100644 --- a/test/yamls/v1beta1/pipelineruns/pipelinerun-with-final-tasks.yaml +++ b/test/yamls/v1beta1/pipelineruns/pipelinerun-with-final-tasks.yaml @@ -16,7 +16,7 @@ spec: - name: revision description: git revision to checkout (branch, tag, sha, ref…) type: string - default: master + default: main - name: refspec description: (optional) git refspec to fetch before checking out revision default: ""