From e30fe63ee283fbf82a2b5dc1e230c9118d7e002a Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Wed, 1 Mar 2023 16:19:28 +0100 Subject: [PATCH] Bump version to 7.17.9. --- DEVELOPMENT.md | 34 +++++++++++++++++----------------- README.md | 6 +++--- kibana.json | 2 +- package.json | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a0a02be..c3a87ae 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -26,7 +26,7 @@ cd ~/dev/kibana-7.x-git/kibana git fetch --all --tags # Check out the release in Kibana -git checkout v7.17.8 +git checkout v7.17.9 # Switch to updated node-js if necessary nvm use @@ -55,22 +55,22 @@ yarn kbn bootstrap yarn build # Next, download, install and run the corresponding Elasticsearch -mkdir ~/dev/elasticsearch-7.17.8-release -cd ~/dev/elasticsearch-7.17.8-release -curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.8-darwin-x86_64.tar.gz -gunzip -c elasticsearch-7.17.8-darwin-x86_64.tar.gz | tar xopf - -cd elasticsearch-7.17.8 +mkdir ~/dev/elasticsearch-7.17.9-release +cd ~/dev/elasticsearch-7.17.9-release +curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.9-darwin-x86_64.tar.gz +gunzip -c elasticsearch-7.17.9-darwin-x86_64.tar.gz | tar xopf - +cd elasticsearch-7.17.9 ./bin/elasticsearch # Next, in another terminal tab, download and install the corresponding Kibana release to test the build -mkdir ~/dev/kibana-7.17.8-release -cd ~/dev/kibana-7.17.8-release/ -curl -O https://artifacts.elastic.co/downloads/kibana/kibana-7.17.8-darwin-x86_64.tar.gz -gunzip -c kibana-7.17.8-darwin-x86_64.tar.gz | tar xopf - -cd kibana-7.17.8-darwin-x86_64 +mkdir ~/dev/kibana-7.17.9-release +cd ~/dev/kibana-7.17.9-release/ +curl -O https://artifacts.elastic.co/downloads/kibana/kibana-7.17.9-darwin-x86_64.tar.gz +gunzip -c kibana-7.17.9-darwin-x86_64.tar.gz | tar xopf - +cd kibana-7.17.9-darwin-x86_64 # Install the built plugin -./bin/kibana-plugin install 'file:////kibana-7.x-git/kibana/plugins/kibana_milestones_vis/build/kibanaMilestonesVis-7.17.8.zip' +./bin/kibana-plugin install 'file:////kibana-7.x-git/kibana/plugins/kibana_milestones_vis/build/kibanaMilestonesVis-7.17.9.zip' # Start Kibana and test the UI if the plugin works. # Use Kibana's `flights` sample dataset and create a milestones visualization. @@ -81,15 +81,15 @@ cd ~/dev/kibana-7.x-git/kibana/plugins/kibana_milestones_vis git add DEVELOPMENT.md git add README.md git add package.json -git commit -m "Bump version to 7.17.8." -git tag v7.17.8 +git commit -m "Bump version to 7.17.9." +git tag v7.17.9 git push origin 7.17 git push --tags # On Github, edit the new release at -# https://github.com/walterra/kibana-milestones-vis/releases/new?tag=v7.17.8 -# Use `Kibana v7.17.8 compatibility release.` as the release text. -# Add the build file `kibanaMilestonesVis-7.17.8.zip` to the releases' binaries. +# https://github.com/walterra/kibana-milestones-vis/releases/new?tag=v7.17.9 +# Use `Kibana v7.17.9 compatibility release.` as the release text. +# Add the build file `kibanaMilestonesVis-7.17.9.zip` to the releases' binaries. # Almost done! Before the next release, a little cleanup: Just delete the temporary plugin you create so you can create another one for comparison for the next release. rm -r ~/dev/kibana-7.x-git/kibana/plugins/plugin_tmp diff --git a/README.md b/README.md index 469e0f1..6d5e36a 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ The releases of this plugin are synced with Kibana's release cycle. In the "Asse Run the following from within your Kibana folder: ``` -bin/kibana-plugin install https://github.com/walterra/kibana-milestones-vis/releases/download/v7.17.8/kibanaMilestonesVis-7.17.8.zip +bin/kibana-plugin install https://github.com/walterra/kibana-milestones-vis/releases/download/v7.17.9/kibanaMilestonesVis-7.17.9.zip ``` ### Installing by first downloading a zipped release -- Head over to https://github.com/walterra/kibana-milestones-vis/releases and download the ZIP of the version you want to use, e.g. https://github.com/walterra/kibana-milestones-vis/releases/download/v7.17.8/kibanaMilestonesVis-7.17.8.zip -- Inside your kibana directory, run `bin/kibana-plugin install file:////kibanaMilestonesVis-7.17.8.zip`, then `npm run start` +- Head over to https://github.com/walterra/kibana-milestones-vis/releases and download the ZIP of the version you want to use, e.g. https://github.com/walterra/kibana-milestones-vis/releases/download/v7.17.9/kibanaMilestonesVis-7.17.9.zip +- Inside your kibana directory, run `bin/kibana-plugin install file:////kibanaMilestonesVis-7.17.9.zip`, then `npm run start` ## Usage diff --git a/kibana.json b/kibana.json index e2db70c..6dc88ce 100644 --- a/kibana.json +++ b/kibana.json @@ -1,6 +1,6 @@ { "id": "kibanaMilestonesVis", - "version": "7.17.8", + "version": "7.17.9", "kibanaVersion": "kibana", "owner": { "name": "Walter Rafelsberger