Skip to content

Commit 00e282a

Browse files
mkuznyetsovibuziuk
authored andcommitted
chore: Bump to 7.82.0-next in main
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
1 parent b489639 commit 00e282a

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ body:
3333
label: Che version
3434
description: if workspace is running, version can be obtained with help/about menu
3535
options:
36-
- "7.80@latest"
36+
- "7.81@latest"
3737
- "next (development version)"
38+
- "7.80"
3839
- "7.79"
3940
- "7.78"
4041
- "7.77"

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.81.0-next
1+
7.82.0-next

tests/e2e/constants/BASE_TEST_CONSTANTS.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export const BASE_TEST_CONSTANTS: {
6666
return BASE_TEST_CONSTANTS.TS_SELENIUM_BASE_URL.includes('devspaces')
6767
? 'devspaces'
6868
: BASE_TEST_CONSTANTS.TS_SELENIUM_BASE_URL.includes('che')
69-
? 'che'
70-
: 'default';
69+
? 'che'
70+
: 'default';
7171
},
7272
/**
7373
* testing application version

tests/e2e/constants/PLUGIN_TEST_CONSTANTS.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ export const PLUGIN_TEST_CONSTANTS: { TS_SAMPLE_LIST: string } = {
1212
* dashboard samples to check in RecommendedExtensions.spec.ts
1313
*/
1414
TS_SAMPLE_LIST:
15-
process.env.TS_SAMPLE_LIST ||
16-
'Node.js MongoDB,Node.js Express,Java Lombok,Quarkus REST API,Python,.NET,C/C++,Go,PHP,Ansible'
15+
process.env.TS_SAMPLE_LIST || 'Node.js MongoDB,Node.js Express,Java Lombok,Quarkus REST API,Python,.NET,C/C++,Go,PHP,Ansible'
1716
};

tests/e2e/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-che/che-e2e",
3-
"version": "7.81.0-next",
3+
"version": "7.82.0-next",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)