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

is it possible to setup weekly build to determine haproxy version automatically ? #24

Open
chipitsine opened this issue Jan 8, 2023 · 2 comments

Comments

@chipitsine
Copy link
Contributor

currently haproxy-2.2.26 released, I can write bash script which determines current version and substitute spec appropriately. is it supported by IUS ?

for example, weekly cirrus-ci builds

@jeffsheltren
Copy link
Member

I don't think we want/need to fully automate builds, but if you can script something to create a PR (or even an issue) on detecting a new release, that may be useful. Unfortunately haproxy doesn't provide an announce-only list so it's hard to stay on top of their releases.

@chipitsine
Copy link
Contributor Author

$ curl http://www.haproxy.org/download/2.2/src/releases.json 2>/dev/null| jq .latest_release
"2.2.26"
$

I can write custom github action if that is acceptable

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