Skip to content

Commit 3c17e14

Browse files
authored
Merge pull request #135 from cloud-gov/update-logstash-7-17-5
Update logstash to 7.17.5
2 parents c1493e9 + 27adcb9 commit 3c17e14

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config/blobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ kibana/kibana-7.9.3-linux-x86_64.tar.gz:
9090
size: 295755102
9191
object_id: 74b514c5-0669-4b75-71f0-9b1f81240e97
9292
sha: sha256:20106e084f717270ce38290d1d3908db7de09b16233688ce0ec41e1d0dffddd6
93-
logstash/logstash-7.16.2.tar.gz:
94-
size: 365618045
95-
object_id: 3f491091-eceb-48bd-62e8-f012c2712839
96-
sha: sha256:f89dad70b76de7b165e54ba6888cce040c213ed6d65dc9d68627b53a5e6648ad
93+
logstash/logstash-7.17.5.tar.gz:
94+
size: 20115394
95+
object_id: 3c16ff46-ba27-49d7-6a7f-4a1d5b93b885
96+
sha: sha256:d82626b369049ba68a06482bad83a15cb957ebba5d39aa7eeead55bac47ad86c
9797
logstash/logstash-filter-alter-3.0.2.zip:
9898
size: 7425
9999
object_id: c91d4188-e46c-4de9-70c8-5c087b26e134

packages/logstash/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e -u
55
# shellcheck disable=1091
66
source /var/vcap/packages/openjdk-11/bosh/compile.env
77

8-
tar xzf logstash/logstash-7.16.2.tar.gz -C "${BOSH_INSTALL_TARGET}" --strip-components 1
8+
tar xzf logstash/logstash-7.17.5.tar.gz -C "${BOSH_INSTALL_TARGET}" --strip-components 1
99

1010
export PATH="${BOSH_INSTALL_TARGET}/bin:${PATH}"
1111

packages/logstash/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- openjdk-11
66

77
files:
8-
- logstash/logstash-7.16.2.tar.gz
8+
- logstash/logstash-7.17.5.tar.gz
99
- logstash/logstash-filter-alter-3.0.2.zip
1010
- logstash/logstash-filter-translate-3.0.3.zip
1111
- logstash/logstash-input-relp-3.0.2.zip

0 commit comments

Comments
 (0)