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.11.1 package update #13051

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions opensearch-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package:
name: opensearch-2
version: 2.11.1
epoch: 5 # Remove CVE-2022-45146 patch when bumping to 2.12 or later
epoch: 6 # Remove CVE-2022-45146 patch when bumping to 2.12 or later
description: Open source distributed and RESTful search engine.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -123,7 +123,7 @@ pipeline:
repository: https://github.com/opensearch-project/opensearch-build.git
tag: ${{package.version}}
destination: opensearch-build
expected-commit: dce080075c219010371c02e699e816dd4df7758f
expected-commit: 6b1986e964d440be9137eba1413015c31c5a7752

- runs: |
mv ./opensearch-build/docker/release/config/opensearch/opensearch-docker-entrypoint.sh ${{targets.destdir}}/usr/share/opensearch/bin/
Expand Down
Loading