Skip to content

Commit

Permalink
Bump v4.6.0-2.8.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Oct 23, 2023
1 parent 7f2ef54 commit 5516017
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion plugins/main/opensearch_dashboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
],
"server": true,
"ui": true
}
}
2 changes: 1 addition & 1 deletion plugins/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@
"tslint": "^6.1.3",
"typescript-eslint-parser": "^22.0.0"
}
}
}
14 changes: 1 addition & 13 deletions plugins/main/scripts/release/tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,7 @@ 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 5516017

Please sign in to comment.