You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use a number of open source packages, which we build from source, and which we try to keep up to date, primarily for security reasons. We have a script which uses curl and the github API to pull in the latest release of each package. Unfortunately, this does not work for hitch, because github's releases are not kept up to date.
The text was updated successfully, but these errors were encountered:
The latest release is 1.7.2 as listed on hitch-tls.org, but according to github, the latest release is 1.7.0.
Expected Behavior
The latest release should be available (as a release) on github
Current Behavior
The latest release according to https://github.com/varnish/hitch/releases is 1.7.0 - which is two releases behind what is shown on https://hitch-tls.org/
Context
We use a number of open source packages, which we build from source, and which we try to keep up to date, primarily for security reasons. We have a script which uses curl and the github API to pull in the latest release of each package. Unfortunately, this does not work for hitch, because github's releases are not kept up to date.
The text was updated successfully, but these errors were encountered: