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

bump version and add release notes #13

Merged
merged 1 commit 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
PLUGIN_NAME: opendistroGanttChartKibana
OD_VERSION: 1.12.0.0
OD_VERSION: 1.13.0.0

jobs:

Expand All @@ -32,14 +32,14 @@ jobs:
uses: actions/checkout@v1
with:
repository: opendistro-for-elasticsearch/kibana-oss
ref: 7.10.0
ref: 7.10.2
token: ${{secrets.OD_ACCESS}}
path: kibana-visualizations/kibana

- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.22.1'
node-version: '10.23.1'

- name: Move Gantt Chart to Plugins Dir
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request, push]

env:
PLUGIN_NAME: opendistroGanttChartKibana
OD_VERSION: 1.12.0.0
OD_VERSION: 1.13.0.0

jobs:

Expand All @@ -20,12 +20,12 @@ jobs:
uses: actions/checkout@v1
with:
repository: elastic/kibana
ref: v7.10.0
ref: v7.10.2
path: kibana-visualizations/kibana
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.22.1'
node-version: '10.23.1'
- name: Move Gantt Chart to Plugins Dir
run: |
mv gantt-chart kibana/plugins
Expand Down
4 changes: 2 additions & 2 deletions gantt-chart/kibana.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "opendistroGanttChartKibana",
"version": "1.12.0.0",
"kibanaVersion": "7.10.0",
"version": "1.13.0.0",
"kibanaVersion": "7.10.2",
"requiredPlugins": [
"visualizations",
"data"
Expand Down
6 changes: 3 additions & 3 deletions gantt-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "opendistro-gantt-chart-kibana",
"version": "1.12.0.0",
"version": "1.13.0.0",
"kibana": {
"version": "7.10.0",
"version": "7.10.2",
"templateVersion": "1.0.0"
},
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
"eslint": "^6.8.0"
},
"engines": {
"node": "10.22.1",
"node": "10.23.1",
"yarn": "^1.21.1"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 2021-02-04 Version 1.13.0.0

### Enhancements
* Use plotly-dist instead of ploty ([#5](https://github.com/opendistro-for-elasticsearch/kibana-visualizations/pull/5))

### Infrastructure
* Fix github workflows ([#4](https://github.com/opendistro-for-elasticsearch/kibana-visualizations/pull/4))
* Add jaegar sample data for cypress ([#7](https://github.com/opendistro-for-elasticsearch/kibana-visualizations/pull/7))
* Change release workflow to use new staging bucket for artifacts ([#11](https://github.com/opendistro-for-elasticsearch/kibana-visualizations/pull/11))
* Fix cypress tests ([#12](https://github.com/opendistro-for-elasticsearch/kibana-visualizations/pull/12))

### Maintenance
* Bump ini from 1.3.5 to 1.3.8 in /gantt-chart ([#6](https://github.com/opendistro-for-elasticsearch/kibana-visualizations/pull/6))