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

Add support for Kibana 7.10.2 #239

Merged
merged 5 commits into from Feb 5, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/draft-release-notes-config.yml
Expand Up @@ -6,7 +6,7 @@ template: |
$CHANGES
# Setting the formatting and sorting for the release notes body
name-template: Version (set version here)
change-template: '* $TITLE (#$NUMBER)'
change-template: '* $TITLE ([#$NUMBER]($URL))'
sort-by: merged_at
sort-direction: ascending
replacers:
Expand Down Expand Up @@ -43,4 +43,4 @@ categories:
- 'version support'
- title: 'Refactoring'
labels:
- 'refactor'
- 'refactor'
4 changes: 2 additions & 2 deletions kibana.json
@@ -1,7 +1,7 @@
{
"id": "opendistroAlertingKibana",
"version": "1.12.0.2",
"kibanaVersion": "7.10.0",
"version": "1.13.0.0",
"kibanaVersion": "7.10.2",
"configPath": ["opendistro_alerting"],
"requiredPlugins": [],
"server": true,
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "opendistro-alerting",
"version": "1.12.0.2",
"version": "1.13.0.0",
"description": "Kibana Alerting Plugin",
"main": "index.js",
"license": "Apache-2.0",
Expand All @@ -26,9 +26,9 @@
}
},
"devDependencies": {
"cypress": "^6.0.0",
"husky": "^3.0.0",
"lint-staged": "^9.2.0",
"cypress": "^6.0.0"
"lint-staged": "^9.2.0"
},
"dependencies": {
"brace": "0.11.1",
Expand All @@ -42,7 +42,7 @@
"fstream": "1.0.12"
},
"engines": {
"node": "10.22.1",
"node": "10.23.1",
"yarn": "^1.21.1"
}
}
Expand Up @@ -139,12 +139,15 @@ exports[`Dashboard renders 1`] = `
onClick={[Function]}
>
<EuiButtonDisplay
disabled={false}
element="button"
isDisabled={false}
onClick={[Function]}
type="button"
>
<button
className="euiButton euiButton--primary"
disabled={false}
onClick={[Function]}
type="button"
>
Expand Down Expand Up @@ -1019,6 +1022,7 @@ exports[`Dashboard renders 1`] = `
>
<button
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--xSmall euiButtonEmpty--flushRight"
disabled={false}
onClick={[Function]}
type="button"
>
Expand Down Expand Up @@ -1651,6 +1655,7 @@ exports[`Dashboard renders 1`] = `
element="a"
fill={true}
href="opendistro-alerting#/create-monitor"
isDisabled={false}
rel="noreferrer"
>
<a
Expand Down
Expand Up @@ -507,6 +507,7 @@ exports[`ManageEmailGroups renders when email is disallowed 1`] = `
<button
aria-label="Closes this modal window"
className="euiButtonIcon euiButtonIcon--text euiModal__closeIcon"
disabled={false}
onClick={[Function]}
type="button"
>
Expand Down Expand Up @@ -1193,6 +1194,7 @@ exports[`ManageEmailGroups renders when visible 1`] = `
<button
aria-label="Closes this modal window"
className="euiButtonIcon euiButtonIcon--text euiModal__closeIcon"
disabled={false}
onClick={[Function]}
type="button"
>
Expand Down
Expand Up @@ -507,6 +507,7 @@ exports[`ManageSenders renders when email is disallowed 1`] = `
<button
aria-label="Closes this modal window"
className="euiButtonIcon euiButtonIcon--text euiModal__closeIcon"
disabled={false}
onClick={[Function]}
type="button"
>
Expand Down Expand Up @@ -1193,6 +1194,7 @@ exports[`ManageSenders renders when visible 1`] = `
<button
aria-label="Closes this modal window"
className="euiButtonIcon euiButtonIcon--text euiModal__closeIcon"
disabled={false}
onClick={[Function]}
type="button"
>
Expand Down
Expand Up @@ -185,14 +185,17 @@ exports[`DestinationsList renders 1`] = `
onClick={[Function]}
>
<EuiButtonDisplay
disabled={false}
element="button"
iconSide="right"
iconType="arrowDown"
isDisabled={false}
onClick={[Function]}
type="button"
>
<button
className="euiButton euiButton--primary"
disabled={false}
onClick={[Function]}
type="button"
>
Expand Down Expand Up @@ -248,6 +251,7 @@ exports[`DestinationsList renders 1`] = `
element="a"
fill={true}
href="opendistro-alerting#/create-destination"
isDisabled={false}
rel="noreferrer"
>
<a
Expand Down Expand Up @@ -929,6 +933,7 @@ exports[`DestinationsList renders 1`] = `
>
<button
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--xSmall euiButtonEmpty--flushRight"
disabled={false}
onClick={[Function]}
type="button"
>
Expand Down Expand Up @@ -1290,6 +1295,7 @@ exports[`DestinationsList renders 1`] = `
element="a"
fill={true}
href="opendistro-alerting#/create-destination"
isDisabled={false}
rel="noreferrer"
>
<a
Expand Down Expand Up @@ -1496,6 +1502,7 @@ exports[`DestinationsList renders when email is disallowed 1`] = `
element="a"
fill={true}
href="opendistro-alerting#/create-destination"
isDisabled={false}
rel="noreferrer"
>
<a
Expand Down Expand Up @@ -2166,6 +2173,7 @@ exports[`DestinationsList renders when email is disallowed 1`] = `
>
<button
className="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--xSmall euiButtonEmpty--flushRight"
disabled={false}
onClick={[Function]}
type="button"
>
Expand Down Expand Up @@ -2527,6 +2535,7 @@ exports[`DestinationsList renders when email is disallowed 1`] = `
element="a"
fill={true}
href="opendistro-alerting#/create-destination"
isDisabled={false}
rel="noreferrer"
>
<a
Expand Down
@@ -0,0 +1,24 @@
## Version 1.13.0.0, 2021-01-29

Compatible with Kibana 7.10.2

### Enhancements
* Add toast notification to handle errors when updating a destination ([#232](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/232))

### Bug Fixes
* Filter out historical detectors on monitor creation page ([#229](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/229))
* Fix that Trigger page might freeze for high cardinality detectors ([#230](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/230))
* Change the query parameters 'size' and 'search' of 'getDestinations' request to be optional ([#231](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/231))

### Documentation
* Correct the file name of the release notes for 1.12.0.2 ([#228](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/228))

### Maintenance
* Add Cypress E2E tests and GitHub Action Cypress workflow ([#161](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/161))
* Fix the unit tests in v1.12.0.2 ([#227](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/227))
* Add support to run Cypress test in an ODFE cluster with security enabled ([#235](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/235))
* Upgrade Formik to v2.x to reduce vulnerability ([#236](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/236))
* Add support for Kibana 7.10.2 ([#239](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/239))

### Refactoring
* Replace all 'render' props to 'children' props in Formik elements ([#238](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/238))