Skip to content

Commit

Permalink
Update readme for k8s version
Browse files Browse the repository at this point in the history
This will update readme for k8s version requirement and
support details

update task to match with golang version and readme changes
  • Loading branch information
piyush-garg authored and tekton-robot committed Jul 11, 2024
1 parent fc2ab75 commit 47ac2ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ We are so excited to have you!

| Version | Minimum K8S | Pipeline | Release Date | End of Life |
|-------------|-------------|-------------|--------------|-------------|
| v0.72.x | 1.28.x | v0.61.x | 2024-07-11 | 2024-08-11 |
| v0.71.x LTS | 1.27.x | v0.59.x LTS | 2024-06-06 | 2025-06-06 |
| v0.70.x LTS | 1.25.x | v0.56.x LTS | 2024-02-21 | 2025-02-21 |
| v0.69.x LTS | 1.25.x | v0.53.x LTS | 2023-12-28 | 2024-12-28 |
Expand Down
4 changes: 2 additions & 2 deletions tekton/release-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ need a checkout of the operator repo, a terminal window and a text editor.

Set the version in a variable.

```bash
```bash
TEKTON_RELEASE_VERSION=v0.62.0
```

Expand All @@ -29,7 +29,7 @@ need a checkout of the operator repo, a terminal window and a text editor.
1. If this is a **new minor version release** create a new branch from either the head of `#main` branch if the
commit identified in step1.

```bash
```bash
TEKTON_RELEASE_BRANCH=release-v0.62.x git checkout -b ${TEKTON_RELEASE_BRANCH}
```
2. If this is a **patch release** make sure that the correct branch is checkout. eg: If we are making release
Expand Down
2 changes: 1 addition & 1 deletion tekton/task-fetch-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
description: Target platform for for which the payload is going to be used
default: "kubernetes openshift"
steps:
- image: docker.io/library/golang:1.18
- image: docker.io/library/golang:1.22
name: fetch-components
workingDir: /go/src/github.com/tektoncd/operator
script: |
Expand Down

0 comments on commit 47ac2ea

Please sign in to comment.