Hi folks, I noticed <version 5.9.1 has been releas...
# general
g
Hi folks, I noticed version 5.9.1 has been released 🚀, but are there any plans updating the official packages from here soon?: https://www.osquery.io/downloads/official/5.8.2
s
Yes! I was recently automating the website update, so it’s lagging as a fight with github actions
🙌 1
g
@seph, I assume the fight with GH actions is still going 😉 If you need help, let me know. In the meantime qq in terms of your release process; Can I rely / trust the packages uploaded to GH assets in comparison to the ones uploaded to the official site? I made a small comparison with Windows 5.8.2 package for example and it appears the hashes are different:
Copy code
❯ curl -LO <https://github.com/osquery/osquery/releases/download/5.8.2/osquery-5.8.2.msi>
❯ shasum -a 256 osquery-5.8.2.msi
0a212797c20b7bc7da2b3d529df712c072794f58d04ef851fa4555a944d29335  osquery-5.8.2.msi
❯ curl -LO <https://pkg.osquery.io/windows/osquery-5.8.2.msi>
❯ shasum -a 256 osquery-5.8.2.msi
d319837d4e95d1e477c2126d383501180925a29f488ff1164fa16d2e576f96dd  osquery-5.8.2.msi
s
The github releases are official. There’s a bit of a weirdness, in that when we go from beta to stable we sometimes rebuild. Which generates new checksums. But it’s all coming from the same build pipeline.
1