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

Upgrade to Kibana 7.10.2 #369

Merged
merged 1 commit into from
Feb 1, 2021
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 @@ -4,7 +4,7 @@ on:
tags:
- v*
env:
KIBANA_VERSION: 7.10.0
KIBANA_VERSION: 7.10.2
jobs:
Build-and-upload:
name: Build and upload artifacts
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 @@ -4,8 +4,8 @@ on:
branches:
- master
env:
KIBANA_VERSION: 7.10.0
ODFE_VERSION: 1.12.0
KIBANA_VERSION: 7.10.2
ODFE_VERSION: 1.13.0
AD_KIBANA_PLUGIN_NAME: opendistroAnomalyDetectionKibana
jobs:
test-with-security:
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 @@ -4,7 +4,7 @@ on:
branches:
- master
env:
KIBANA_VERSION: 7.10.0
KIBANA_VERSION: 7.10.2
jobs:
tests:
name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Ultimately, your directory structure should look like this:

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

Example output: `./build/opendistroAnomalyDetectionKibana-1.12.0.0.zip`
Example output: `./build/opendistroAnomalyDetectionKibana-1.13.0.0.zip`

## Run

Expand Down
4 changes: 2 additions & 2 deletions kibana.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "opendistroAnomalyDetectionKibana",
"version": "1.12.0.0",
"kibanaVersion": "7.10.0",
"version": "1.13.0.0",
"kibanaVersion": "7.10.2",
"configPath": ["opendistro_anomaly_detection_kibana"],
"requiredPlugins": ["navigation"],
"optionalPlugins": [],
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.12.0.0",
"version": "1.13.0.0",
"description": "Open Distro for Elasticsearch Anomaly Detection Kibana plugin",
"main": "index.js",
"config": {
"odfe_version": "1.12.0.0",
"odfe_version": "1.13.0.0",
"odfe_name": "opendistroAnomalyDetectionKibana"
},
"scripts": {
Expand Down
Loading