Skip to content
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 minimum Tekton LTS to v0.56 #1710

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- v1.31.0
tekton:
# oldest LTS that exists at the time of our planned next release
- v0.53.5
- v0.56.8
# newest LTS that exists at the time of our planned next release
- v0.65.0 # RETAIN-COMMENT: TEKTON_NEWEST_LTS
max-parallel: 4
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- v1.31.0
tekton:
# oldest LTS that exists at the time of our planned next release
- v0.53.5
- v0.56.8
# newest LTS that exists at the time of our planned next release
- v0.65.0 # RETAIN-COMMENT: TEKTON_NEWEST_LTS
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ To find out more on what's the best strategy or what else can Shipwright do for
| Dependency | Supported versions |
|--------------------------------------|------------------------------|
| [Kubernetes](https://kubernetes.io/) | v1.27.\*, v1.28.\*, v1.29.\* |
| [Tekton](https://tekton.dev) | v0.50.\*, v0.53.\*, v0.56.\* |
| [Tekton](https://tekton.dev) | v0.56.\*, v0.59.\*, v0.62.\*, v0.65.\* |

### Platform support

Expand Down