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

[build system] automatically keep rd-cli version up to date #1060

Open
gschueler opened this issue Aug 18, 2022 · 2 comments
Open

[build system] automatically keep rd-cli version up to date #1060

gschueler opened this issue Aug 18, 2022 · 2 comments

Comments

@gschueler
Copy link
Member

Currently done manually

we should do this automatically.

suggest we ping the github API for packages from https://github.com/rundeck/rundeck-cli to find the latest release number

something like:

curl -H "Accept: application/vnd.github+json" \
   https://api.github.com/repos/rundeck/rundeck-cli/releases  \
   |  jq -r '.[0].tag_name' \ 
   |  sed 's/v//'
@fdevans
Copy link
Contributor

fdevans commented Aug 18, 2022

I know we dynamically pull in the version number for the Rundeck parts. I can try to find that code and see if this can get incoroprated. I believe it's in the CircleCI process.

@fdevans
Copy link
Contributor

fdevans commented Aug 19, 2022

will be fixed with 4.6.0 release PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants