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

release new version v1.1.126 of flyte #3373

Merged
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
10 changes: 5 additions & 5 deletions plugins/flyte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: flyte
spec:
version: "v1.1.125"
version: "v1.1.126"
homepage: https://github.com/flyteorg/flyte
shortDescription: Monitor, launch and manage flyte executions
description: |
Expand All @@ -18,8 +18,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/flyteorg/flytepropeller/releases/download/v1.1.125/kubectl-flyte_v1.1.125_darwin_x86_64.tar.gz
sha256: 286725c01eb57d568f463e2da5a896738e0ee135a2b6ff990b95111f2a3be529
uri: https://github.com/flyteorg/flytepropeller/releases/download/v1.1.126/kubectl-flyte_v1.1.126_darwin_x86_64.tar.gz
sha256: d753a3a1c2774a05ef56930881f3756257f54b383bce206c6e98b28d24575977
files:
- from: kubectl-flyte
to: flyte
Expand All @@ -30,8 +30,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/flyteorg/flytepropeller/releases/download/v1.1.125/kubectl-flyte_v1.1.125_linux_x86_64.tar.gz
sha256: 37cf1e21477e3dd28091b8ede6d1bb5b6bfd50e8106a4637a42dff96e25c6f9e
uri: https://github.com/flyteorg/flytepropeller/releases/download/v1.1.126/kubectl-flyte_v1.1.126_linux_x86_64.tar.gz
sha256: 3e6621ad917e646a5ead5bb50f9deb944de07fbdbd964e1ba4716671455971b9
files:
- from: kubectl-flyte
to: flyte
Expand Down