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

Publish the k0s_sort binary #9

Merged
merged 4 commits into from
Jan 11, 2024
Merged

Publish the k0s_sort binary #9

merged 4 commits into from
Jan 11, 2024

Conversation

kke
Copy link
Collaborator

@kke kke commented Jan 11, 2024

Adds a couple of features to the k0s_sort binary and publishes it as release assets.

Usage: k0s_sort [options] [filename ...]
  -l	only print the latest version from input
  -o	print the latest version from online
  -s	omit prerelease versions
  -v	print k0s_sort version

@kke kke added the enhancement New feature or request label Jan 11, 2024
@kke kke requested a review from twz123 January 11, 2024 11:58
Signed-off-by: Kimmo Lehto <[email protected]>
@kke kke force-pushed the publish-k0s_sort branch from 8ce0e6f to 1ff3022 Compare January 11, 2024 11:59
.github/workflows/release.yml Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason for the rename? I think it makes sense to have a main.go that contains the main function. I'm always a bit hesitant to use underscores in go file names, as this is also a mechanism used for conditional compilation.

Makefile Outdated Show resolved Hide resolved
Signed-off-by: Kimmo Lehto <[email protected]>
@kke kke merged commit 6ea8490 into main Jan 11, 2024
1 check passed
@kke kke deleted the publish-k0s_sort branch January 11, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants