Skip to content

Commit 85c894d

Browse files
authored
chore: bump Vector to 0.40.0 (#802)
1 parent 5b4e998 commit 85c894d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vector/upload_new_vector_version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ echo ""
1616

1717
# Vector does not currently publish signatures or SBOMs (as of
1818
# 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?
1920

2021
for arch in "${ARCHITECTURES[@]}"; do
2122
file="vector-$VERSION-$RELEASE.$arch.rpm"

vector/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
versions = [
22
{
3-
"product": "0.39.0",
3+
"product": "0.40.0",
44
"rpm_release": "1",
55
"stackable-base": "1.0.0",
66
"inotify_tools": "3.22.1.0-1.el9",

0 commit comments

Comments
 (0)