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-2/2.9.0 package update #3859

Merged
merged 2 commits into from
Jul 24, 2023
Merged
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
10 changes: 3 additions & 7 deletions opensearch-2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: opensearch-2
version: "2.8.0"
epoch: 1
version: 2.9.0
epoch: 0
description:
target-architecture:
- all
Expand Down Expand Up @@ -29,18 +29,14 @@ pipeline:
with:
repository: https://github.com/opensearch-project/OpenSearch
tag: ${{package.version}}
expected-commit: db90a415ff2fd428b4f7b3f800a51dc229287cb4
expected-commit: 1164221ee2b8ba3560f0ff492309867beea28433

- runs: |
export LANG=en_US.UTF-8
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk

# Bump netty to resolve GHSA-6mjq-h674-j845
sed -i "s/4.1.91.Final/4.1.94.Final/g" buildSrc/version.properties

gradle localDistro


mkdir -p ${{targets.destdir}}/usr/share/opensearch/logs

install -dm777 ${{targets.destdir}}/usr/share/opensearch/
Expand Down