This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We will merge this PR after our release binary is ready in github release |
Looks good to me, but I cannot verify if this works :) |
@kumare3 it will need some work |
Krew success log. I have only one concern, Krew releases bot through an error if it's prerelease because krew doesn't allow anyone to publish their pre-release. ➜ flytepropeller git:(feature/krew) docker run -v /Users/evalsocket/workspace/golang/src/github.com/lyft/flytepropeller/.krew.yaml:/tmp/template-file.yaml rajatjindal/krew-release-bot:v0.0.38 krew-release-bot template --tag v0.5.12 --template-file /tmp/template-file.yaml
time="2020-12-10T15:13:43Z" level=info msg="getting sha256 for https://github.com/lyft/flytepropeller/releases/download/v0.5.12/kubectl-flyte_v0.5.12_darwin_x86_64.tar.gz"
time="2020-12-10T15:16:22Z" level=info msg="downloaded file /tmp/460437544/1607613223"
time="2020-12-10T15:16:22Z" level=info msg="getting sha256 for https://github.com/lyft/flytepropeller/releases/download/v0.5.12/kubectl-flyte_v0.5.12_linux_x86_64.tar.gz"
time="2020-12-10T15:18:28Z" level=info msg="downloaded file /tmp/967630695/1607613382"
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: flyte
spec:
version: "v0.5.12"
homepage: https://github.com/lyft/flyt
shortDescription: >-
description: |+2
kubectl-flyte is an command line tool that can be used as an extension to kubectl.
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/lyft/flytepropeller/releases/download/v0.5.12/kubectl-flyte_v0.5.12_darwin_x86_64.tar.gz
sha256: 7ccfe0f2cda4f9ff613191f770d62338aa24ebea923c8748538fd84b11bbc7b3
files:
- from: kubectl-flyte
to: ./flyte
- from: LICENSE
to: .
bin: flyte
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/lyft/flytepropeller/releases/download/v0.5.12/kubectl-flyte_v0.5.12_linux_x86_64.tar.gz
sha256: c96801b6e2ed208d4e110a34d6a5d6b3a4605fb74ce5b197e57c6f9f04f1ecc3
files:
- from: kubectl-flyte
to: ./flyte
- from: LICENSE
to: .
bin: flyte |
EngHabu
reviewed
Dec 10, 2020
EngHabu
reviewed
Dec 11, 2020
@EngHabu any update on this PR ? |
EngHabu
previously approved these changes
Jan 13, 2021
Co-authored-by: Haytham AbuelFutuh <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
EngHabu
approved these changes
Jan 29, 2021
anandswaminathan
approved these changes
Jan 29, 2021
eapolinario
pushed a commit
to eapolinario/flytepropeller
that referenced
this pull request
Aug 9, 2023
* krew added * change plugin name * Added release trigger * Added check for prerelease * Added action trigger on release Co-authored-by: Haytham AbuelFutuh <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Read then delete
TL;DR
Type
Are all requirements met?
Complete description
How did you fix the bug, make the feature etc. Link to any design docs etc
Tracking Issue
flyteorg/flyte#121
Follow-up issue
flyteorg/flyte#121