Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opensearch 18 #102

Merged
merged 3 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,14 @@ logstash/logstash-output-syslog-3.0.5.zip:
size: 41727
object_id: 21474ee6-824a-4547-7f45-b236864358ab
sha: sha256:80a2b08f2b58ae81c823cc0bb1dd7956fbc173037fc621bfa31af34140724e02
opensearch-2.17.1-linux-x64.tar.gz:
size: 908618130
object_id: ff1142d1-74ee-4555-72ae-b7517c41f4e3
sha: sha256:f66ed5b7ec7848f38102a54bf3c82e7d29aa86f02209c9ce8bb6cbe375f30a25
opensearch-dashboards-2.17.1-linux-x64.tar.gz:
size: 329739658
object_id: b2ba0996-a7af-434f-6468-aada02e39ac8
sha: sha256:c66d39cc9b283f6dc2ebd043cb096ffe523cc95221ae73c555270411ac2f4146
opensearch-2.18.0-linux-x64.tar.gz:
size: 919480265
object_id: c91171d1-238f-4c8e-6df0-630a4df0d215
sha: sha256:ae3cb4107b2e0cdbb9b98bb4e5f2f019b736b68e995442c718e459d39ff01df1
opensearch-dashboards-2.18.0-linux-x64.tar.gz:
size: 333831421
object_id: 7b156363-808b-45a9-782f-fea9f90f640f
sha: sha256:124649dfcd658c78e788bef0f62e3aebe25eeffb431241fe6e8c9f175e405292
opensearch-dashboards-cf-auth-proxy-0.0.4.tar.gz:
size: 34545
object_id: f6c6ab97-61a6-4b6e-641c-7ebeb6b75251
Expand Down
2 changes: 1 addition & 1 deletion packages/opensearch/packaging
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -e

tar xzf opensearch-2.17.1-linux-x64.tar.gz -C $BOSH_INSTALL_TARGET --strip-components 1
tar xzf opensearch-2.18.0-linux-x64.tar.gz -C $BOSH_INSTALL_TARGET --strip-components 1
5 changes: 2 additions & 3 deletions packages/opensearch/spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
name: opensearch

dependencies:
- openjdk-17
- openjdk-17

files:
- opensearch-2.17.1-linux-x64.tar.gz

- opensearch-2.18.0-linux-x64.tar.gz
2 changes: 1 addition & 1 deletion packages/opensearchDashboards/packaging
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -e

tar xzf opensearch-dashboards-2.17.1-linux-x64.tar.gz -C $BOSH_INSTALL_TARGET --strip-components 1
tar xzf opensearch-dashboards-2.18.0-linux-x64.tar.gz -C $BOSH_INSTALL_TARGET --strip-components 1
6 changes: 3 additions & 3 deletions packages/opensearchDashboards/spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---

name: opensearch_dashboards

dependencies:
- openjdk-17
- openjdk-17

files:
- opensearch-dashboards-2.17.1-linux-x64.tar.gz

- opensearch-dashboards-2.18.0-linux-x64.tar.gz