-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
kubetail 0.7.3: add new package #6809
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
base: master
Are you sure you want to change the base?
Conversation
Your changes do not pass checks. kubetail
|
Just checking - is this PR mergeable? The most recent version passed validation but the PR still has a "manifest-fix-needed" label. Let me know if I need to change something to merge PR. |
/verify |
Your changes do not pass checks. kubetail
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonder if you may want to rename downloaded binaries as they referenced in bin
section, otherwise shim creation will fail.
Alternatively you could use .zip artifacts instead (will be unpacked automatically).
bucket/kubetail.json
Outdated
"github": "https://github.com/kubetail-org/kubetail", | ||
"regex": "cli/v([0-9]+(?:\\.[0-9]+)*)", | ||
"replace": "$1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"github": "https://github.com/kubetail-org/kubetail", | |
"regex": "cli/v([0-9]+(?:\\.[0-9]+)*)", | |
"replace": "$1" | |
"url": "https://api.github.com/repositories/756293439/releases", | |
"jsonpath": "$..name", | |
"regex": "cli/(?:v|V)([\\d.]+)" |
@aliesbelik Thanks! That's helpful. |
Co-authored-by: Aliaksandr Belik <[email protected]>
Co-authored-by: Aliaksandr Belik <[email protected]>
Co-authored-by: Aliaksandr Belik <[email protected]>
Co-authored-by: Aliaksandr Belik <[email protected]>
/verify |
Your changes do not pass checks. kubetail
|
/verify |
Your changes do not pass checks. kubetail
|
/verify |
Your changes do not pass checks. kubetail
|
/verify |
Your changes do not pass checks. kubetail
|
/verify |
Your changes do not pass checks. kubetail
|
/verify |
Your changes do not pass checks. kubetail
|
/verify |
Your changes do not pass checks. kubetail
|
/verify |
Your changes do not pass checks. kubetail
|
/verify |
Your changes do not pass checks. kubetail
|
/verify |
All changes look good. Wait for review from human collaborators. kubetail
|
@aliesbelik Thanks for your help. Your suggestions helped me to figure out what the issue was. This PR is ready for review now. |
/verify |
All changes look good. Wait for review from human collaborators. kubetail
|
@aliesbelik I've upgraded to the latest version of Kubetail and all the checks are passing. This PR is ready for review. |
Kubetail is a real-time logging dashboard for Kubernetes. This PR adds the "kubetail" CLI tool as a package.
<manifest-name[@version]|chore>: <general summary of the pull request>