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.129 of flyte #3391

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.128"
version: "v1.1.129"
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.128/kubectl-flyte_v1.1.128_darwin_x86_64.tar.gz
sha256: 8ed091031dd903ac3689fe921c319df1a9205bd14cda5920a9a65099864443c5
uri: https://github.com/flyteorg/flytepropeller/releases/download/v1.1.129/kubectl-flyte_v1.1.129_darwin_x86_64.tar.gz
sha256: 59bad53de6eeabf98c5374c9c586e569089958adffd5d2351160a9a9da7164b8
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.128/kubectl-flyte_v1.1.128_linux_x86_64.tar.gz
sha256: 43d96ac249484031ac8ea7f24eedd44c943d29dd326d7d288dc09885e8aa02e7
uri: https://github.com/flyteorg/flytepropeller/releases/download/v1.1.129/kubectl-flyte_v1.1.129_linux_x86_64.tar.gz
sha256: 331236e0b28750d744f92b32d7ac014839bab4cafd74870e0f74747953831f6c
files:
- from: kubectl-flyte
to: flyte
Expand Down