Skip to content

Commit

Permalink
[1.2] Bump reports plugins to 1.2.1 (#253)
Browse files Browse the repository at this point in the history
* Bump reports plugins to 1.2.1

Signed-off-by: Joshua Li <[email protected]>

* Revert version bump for reporting frontend

Signed-off-by: Joshua Li <[email protected]>

* Add job scheduler 1.2.1.0 artifact

Signed-off-by: Joshua Li <[email protected]>

* Fix frontend CI

Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 authored Dec 11, 2021
1 parent 290523a commit 3ae565f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: Add Chromium Binary to Reporting for Testing
run: |
sudo apt update
sudo apt install -y libnss3-dev fonts-liberation libfontconfig1
cd OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }}
wget https://github.com/opendistro-for-elasticsearch/kibana-reports/releases/download/chromium-1.12.0.0/chromium-linux-x64.zip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test and Build Reports Scheduler
on: [push, pull_request]

env:
OPENSEARCH_VERSION: '1.2.0-SNAPSHOT'
OPENSEARCH_VERSION: '1.2.1-SNAPSHOT'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion reports-scheduler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.util.concurrent.Callable
buildscript {
ext {
opensearch_group = "org.opensearch"
opensearch_version = System.getProperty("opensearch.version", "1.2.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.2.1-SNAPSHOT")
// 1.0.0 -> 1.0.0.0, and 1.0.0-SNAPSHOT -> 1.0.0.0-SNAPSHOT
opensearch_build = opensearch_version.replaceAll(/(\.\d)([^\d]*)$/, '$1.0$2')
common_utils_version = System.getProperty("common_utils.version", opensearch_build)
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 3ae565f

Please sign in to comment.