Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Bump Kibana compatibility to 7.8.0 #239

Merged
merged 1 commit into from
Jun 23, 2020
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
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: opendistro-for-elasticsearch/kibana-oss
ref: 7.7.0
ref: 7.8.0
token: ${{ secrets.KIBANA_OSS_ACCESS }}
path: kibana

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Pull and Run Docker
run: |
version=1.8.0
version=1.9.0
echo $version
if docker pull opendistroforelasticsearch/opendistroforelasticsearch:$version
then
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: opendistro-for-elasticsearch/kibana-oss
ref: 7.7.0
ref: 7.8.0
token: ${{ secrets.KIBANA_OSS_ACCESS }}
path: kibana
- name: Get node and yarn versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: opendistro-for-elasticsearch/kibana-oss
ref: 7.7.0
ref: 7.8.0
token: ${{ secrets.KIBANA_OSS_ACCESS }}
path: kibana
- name: Get node and yarn versions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Ultimately, your directory structure should look like this:

To build the plugin's distributable zip simply run `yarn build`.

Example output: `./build/opendistro-anomaly-detection-kibana-1.8.0.0.zip`
Example output: `./build/opendistro-anomaly-detection-kibana-1.9.0.0.zip`

## Run

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "opendistro-anomaly-detection-kibana",
"version": "1.8.0.0",
"version": "1.9.0.0",
"description": "Open Distro for Elasticsearch Anomaly Detection Kibana plugin",
"main": "index.js",
"kibana": {
"version": "7.7.0",
"version": "7.8.0",
"templateVersion": "1.0.0"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports[`<AlertsFlyout /> spec Alerts Flyout renders component with monitor 1`]
tabindex="0"
>
<button
aria-label="Closes this dialog"
aria-label="Close this dialog"
class="euiButtonIcon euiButtonIcon--text euiFlyout__closeButton"
data-test-subj="euiFlyoutCloseButton"
type="button"
Expand Down Expand Up @@ -297,7 +297,7 @@ exports[`<AlertsFlyout /> spec Alerts Flyout renders component with undefined mo
tabindex="0"
>
<button
aria-label="Closes this dialog"
aria-label="Close this dialog"
class="euiButtonIcon euiButtonIcon--text euiFlyout__closeButton"
data-test-subj="euiFlyoutCloseButton"
type="button"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
invariant "^2.2.4"
semver "^5.5.0"

"@babel/core@^7.1.0", "@babel/core@^7.5.5":
"@babel/core@^7.1.0", "@babel/core@^7.9.0":
version "7.10.2"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a"
integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==
Expand Down Expand Up @@ -3600,7 +3600,7 @@ execa@^2.0.3:
signal-exit "^3.0.2"
strip-final-newline "^2.0.0"

execa@^4.0.0:
execa@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.2.tgz#ad87fb7b2d9d564f70d2b62d511bee41d5cbb240"
integrity sha512-QI2zLa6CjGWdiQsmSkZoGtDx2N+cQIGb3yNolGTdjSQzydzLgYYf8LRuagp7S7fPimjcrzUDSUFd/MgzELMi4Q==
Expand Down Expand Up @@ -8168,7 +8168,7 @@ vinyl-sourcemaps-apply@^0.2.0:
dependencies:
source-map "^0.5.1"

vinyl@^2.0.0, vinyl@^2.1.0:
vinyl@^2.0.0, vinyl@^2.1.0, vinyl@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-2.2.0.tgz#d85b07da96e458d25b2ffe19fece9f2caa13ed86"
integrity sha512-MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg==
Expand Down