Skip to content

Commit

Permalink
feat: remove Kibana and OpenDistro platforms of the tag release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Desvelao committed Oct 31, 2023
1 parent 250d234 commit 80de51e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions plugins/main/scripts/release/tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@ const readline = require('readline');
// Supported versions
function getSupportedVersions(pluginVersion) {
return {
Kibana: {
branch: `${pluginVersion}-7.16`,
versions: [
...[...Array(4).keys()].map(idx => `7.16.${idx}`),
...[...Array(14).keys()].map(idx => `7.17.${idx}`),
],
manifestPluginPath: 'kibana.json',
},
OpenDistro: {
branch: `${pluginVersion}-7.10`,
versions: ['7.10.2'],
manifestPluginPath: 'kibana.json',
},
OpenSearch: {
branch: pluginVersion,
versions: ['2.8.0'],
Expand Down

0 comments on commit 80de51e

Please sign in to comment.