Skip to content

Commit

Permalink
Merge pull request #3859 from wolfi-dev/wolfictl-21c08a6b-e3ec-49a8-8…
Browse files Browse the repository at this point in the history
…409-64a9115d26ff

opensearch-2/2.9.0 package update
  • Loading branch information
dlorenc authored Jul 24, 2023
2 parents 26f1b6b + 527a8da commit 387f079
Showing 1 changed file with 3 additions and 7 deletions.
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

0 comments on commit 387f079

Please sign in to comment.