early release? `curl -I <https://releases.rancher....
# harvester
p
early release?
curl -I <https://releases.rancher.com/harvester/v1.6.0/harvester-v1.6.0-amd64.iso>
HTTP/2 200
huzzah
t
it is not officially released yet. you may have found it early.
b
t
nice….
p
yea I think it must've created a github release that got removed, we wouldn't have seen it otherwise
t
or they haven’t tagged it yet. lol
p
we're using this to monitor new releases of stuff, so its configured to check github releases only https://github.com/release-argus/Argus ¯\_(ツ)_/¯
t
fyi https://dzver.rfed.io will do that for you 😉
🚀 1
p
yeah but not for all our other stuff to check 😉
t
fork it and add what you want.
p
I'm looking for less software to maintain not more 😅
t
understandable.
what do you want to track?
p
we basically just have like ~25 open source projects we track w/ argus via github/docker/web scrape. whats nice is it can do a bunch of types of notifications & has an API, e.g.:
~ curl -s <https://argus.internal/api/v1/service/summary/harvester> | jq
{
"id": "harvester",
"type": "github",
"url": "<https://github.com/harvester/harvester/releases>",
"icon": "<https://avatars.githubusercontent.com/u/79673333?s=400&v=4>",
"has_deployed_version": true,
"status": {
"deployed_version": "1.5.1",
"deployed_version_timestamp": "2025-07-01T14:28:46Z",
"latest_version": "1.6.0",
"latest_version_timestamp": "2025-08-26T15:26:32Z",
"last_queried": "2025-08-27T13:46:49Z"
}
}
so argus is about 90% of what we want, I'd want a similar tool to basically have similar featureset / config, e.g. https://release-argus.io/docs/examples/services/#hashicorpvault
t
Cool. Never heard of Argus.
b
I know what I'm going to do next hour or two (or day or two)... because mileage can vary while harvesting 😅