Skip to content

Commit

Permalink
chore(NA): bump version to 8.9.1 (#162481)
Browse files Browse the repository at this point in the history
Usually bump from 8.9.0 to 8.9.1
  • Loading branch information
mistic authored Jul 25, 2023
1 parent 4304656 commit 00f36f6
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dashboarding"
],
"private": true,
"version": "8.9.0",
"version": "8.9.1",
"branch": "8.9",
"types": "./kibana.d.ts",
"tsdocMetadata": "./build/tsdoc-metadata.json",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-pack",
"version": "8.9.0",
"version": "8.9.1",
"author": "Elastic",
"private": true,
"license": "Elastic-License",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'25mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'20mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down Expand Up @@ -224,7 +224,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'20mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down Expand Up @@ -324,7 +324,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'7mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down Expand Up @@ -421,7 +421,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'6mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'2mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'1mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down Expand Up @@ -173,7 +173,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'1mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down Expand Up @@ -257,7 +257,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'1mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down Expand Up @@ -342,7 +342,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'1mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'16mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'10mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down Expand Up @@ -183,7 +183,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'10mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down Expand Up @@ -272,7 +272,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'5mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down Expand Up @@ -361,7 +361,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'5mb',
'Version',
'8.9.0',
'8.9.1',
],
},
{
Expand Down

0 comments on commit 00f36f6

Please sign in to comment.