We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4e998 commit 85c894dCopy full SHA for 85c894d
vector/upload_new_vector_version.sh
@@ -16,6 +16,7 @@ echo ""
16
17
# Vector does not currently publish signatures or SBOMs (as of
18
# 2023-10-11, latest version at this point 0.33.0)
19
+# But there are SHA256 sums in Github Releases. Maybe we should download from there?
20
21
for arch in "${ARCHITECTURES[@]}"; do
22
file="vector-$VERSION-$RELEASE.$arch.rpm"
vector/versions.py
@@ -1,6 +1,6 @@
1
versions = [
2
{
3
- "product": "0.39.0",
+ "product": "0.40.0",
4
"rpm_release": "1",
5
"stackable-base": "1.0.0",
6
"inotify_tools": "3.22.1.0-1.el9",
0 commit comments