Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
[release] Bump to 7.39.0 in 7.39.x
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov committed Nov 10, 2021
1 parent 3665cbe commit ff34cb6
Show file tree
Hide file tree
Showing 35 changed files with 123 additions and 122 deletions.
4 changes: 2 additions & 2 deletions build.include
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
set -e
set -u

IMAGE_TAG="next"
IMAGE_TAG="latest"
THEIA_GITHUB_REPO="eclipse-theia/theia"
THEIA_VERSION="master"
THEIA_BRANCH="master"
THEIA_COMMIT_SHA="a73a746bfdefc115edb506f2351b5f4e3f267077"
THEIA_GIT_REFS="refs\\/heads\\/master"
THEIA_DOCKER_IMAGE_VERSION=
THEIA_DOCKER_IMAGE_VERSION="7.39.0"
SHA1_SUFFIX=

prepare_yarn_root_args() {
Expand Down
2 changes: 1 addition & 1 deletion che-theia-init-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ sources:
- plugins/telemetry-plugin
- plugins/github-auth-plugin
- plugins/recommendations-plugin
checkoutTo: main
checkoutTo: 7.39.x
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Clone theia and keep source code in home
RUN git clone --branch ${GIT_BRANCH_NAME} --single-branch https://github.com/${THEIA_GITHUB_REPO} ${HOME}/theia-source-code && \
cd ${HOME}/theia-source-code && git checkout ${THEIA_COMMIT_SHA}
RUN cd ${HOME} && tar zcf ${HOME}/theia-source-code.tgz theia-source-code
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.39.0",
"files": [
"lib",
"node"
],
"dependencies": {
"@theia/core": "next",
"@theia/plugin-dev": "next",
"@theia/plugin-ext": "next",
"@eclipse-che/theia-remote-api": "^0.0.1"
"@theia/core": "1.18.0-next.150",
"@theia/plugin-dev": "1.18.0-next.150",
"@theia/plugin-ext": "1.18.0-next.150",
"@eclipse-che/theia-remote-api": "7.39.0"
},
"scripts": {
"prepare": "yarn clean && yarn build && yarn test",
Expand Down
8 changes: 4 additions & 4 deletions extensions/eclipse-che-theia-about/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.39.0",
"description": "Eclipse Che - Theia About menu",
"dependencies": {
"@theia/core": "next",
"@theia/mini-browser": "next",
"@eclipse-che/theia-plugin-ext": "^0.0.1"
"@theia/core": "1.18.0-next.150",
"@theia/mini-browser": "1.18.0-next.150",
"@eclipse-che/theia-plugin-ext": "7.39.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions extensions/eclipse-che-theia-activity-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"keywords": [
"theia-extension"
],
"version": "1.0.0",
"version": "7.39.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@theia/core": "next",
"@eclipse-che/theia-plugin-ext": "^0.0.1"
"@theia/core": "1.18.0-next.150",
"@eclipse-che/theia-plugin-ext": "7.39.0"
},
"scripts": {
"prepare": "yarn clean && yarn build && yarn test",
Expand Down
6 changes: 3 additions & 3 deletions extensions/eclipse-che-theia-cli-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.39.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@theia/core": "next",
"@eclipse-che/theia-messaging": "0.0.1"
"@theia/core": "1.18.0-next.150",
"@eclipse-che/theia-messaging": "7.39.0"
},
"scripts": {
"prepare": "yarn clean && yarn build && yarn test",
Expand Down
6 changes: 3 additions & 3 deletions extensions/eclipse-che-theia-credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.39.0",
"description": "Eclipse Che - Theia credentials",
"dependencies": {
"@theia/core": "next",
"@theia/core": "1.18.0-next.150",
"@kubernetes/client-node": "^0.12.1",
"@eclipse-che/theia-remote-impl-che-server": "0.0.1"
"@eclipse-che/theia-remote-impl-che-server": "7.39.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions extensions/eclipse-che-theia-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.39.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@eclipse-che/api": "latest",
"@theia/core": "next",
"@eclipse-che/theia-remote-api": "^0.0.1"
"@eclipse-che/api": "7.39.0",
"@theia/core": "1.18.0-next.150",
"@eclipse-che/theia-remote-api": "7.39.0"
},
"scripts": {
"prepare": "yarn clean && yarn build && yarn test",
Expand Down
6 changes: 3 additions & 3 deletions extensions/eclipse-che-theia-file-sync-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.39.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@theia/core": "next",
"@eclipse-che/theia-remote-api": "^0.0.1"
"@theia/core": "1.18.0-next.150",
"@eclipse-che/theia-remote-api": "7.39.0"
},
"scripts": {
"prepare": "yarn clean && yarn build && yarn test",
Expand Down
10 changes: 5 additions & 5 deletions extensions/eclipse-che-theia-git-provisioner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"che",
"preferences"
],
"version": "0.0.1",
"version": "7.39.0",
"license": "EPL-2.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@eclipse-che/theia-plugin-ext": "^0.0.1",
"@theia/core": "next",
"@theia/preferences": "next",
"@eclipse-che/theia-plugin-ext": "7.39.0",
"@theia/core": "1.18.0-next.150",
"@theia/preferences": "1.18.0-next.150",
"ini": "^1.3.5",
"nsfw": "^2.1.2",
"@eclipse-che/theia-user-preferences-synchronizer": "0.0.1"
"@eclipse-che/theia-user-preferences-synchronizer": "7.39.0"
},
"devDependencies": {
"@types/ini": "^1.3.5"
Expand Down
4 changes: 2 additions & 2 deletions extensions/eclipse-che-theia-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"theia-extension"
],
"version": "1.0.0",
"version": "7.39.0",
"files": [
"lib",
"src"
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"moment": "^2.21.0",
"@theia/core": "next"
"@theia/core": "1.18.0-next.150"
},
"license": "EPL-2.0",
"theiaExtensions": [
Expand Down
6 changes: 3 additions & 3 deletions extensions/eclipse-che-theia-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.39.0",
"description": "Eclipse Che - Theia Messaging",
"dependencies": {
"inversify": "^5.0.1",
"ws": "^7.1.2",
"@theia/core": "next",
"@eclipse-che/theia-plugin-ext": "^0.0.1"
"@theia/core": "1.18.0-next.150",
"@eclipse-che/theia-plugin-ext": "7.39.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions extensions/eclipse-che-theia-mini-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.39.0",
"description": "Customizations of Theia mini-browser for Eclipse Che",
"dependencies": {
"inversify": "^5.0.1",
"@theia/core": "next",
"@theia/mini-browser": "next",
"@eclipse-che/theia-remote-api": "^0.0.1",
"@eclipse-che/theia-plugin-ext": "^0.0.1"
"@theia/core": "1.18.0-next.150",
"@theia/mini-browser": "1.18.0-next.150",
"@eclipse-che/theia-remote-api": "7.39.0",
"@eclipse-che/theia-plugin-ext": "7.39.0"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 10 additions & 10 deletions extensions/eclipse-che-theia-plugin-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/theia-plugin-ext",
"version": "0.0.1",
"version": "7.39.0",
"description": "Theia extension",
"author": "Yevhen Vydolob",
"license": "EPL-2.0",
Expand All @@ -13,20 +13,20 @@
"src"
],
"dependencies": {
"@eclipse-che/plugin": "0.0.1",
"@theia/core": "next",
"@theia/filesystem": "next",
"@theia/task": "next",
"@theia/mini-browser": "next",
"@theia/plugin-ext": "next",
"@theia/application-package": "next",
"@eclipse-che/plugin": "7.39.0",
"@theia/core": "1.18.0-next.150",
"@theia/filesystem": "1.18.0-next.150",
"@theia/task": "1.18.0-next.150",
"@theia/mini-browser": "1.18.0-next.150",
"@theia/plugin-ext": "1.18.0-next.150",
"@theia/application-package": "1.18.0-next.150",
"axios": "0.21.2",
"tunnel": "0.0.6",
"vscode-uri": "2.1.1",
"js-yaml": "3.13.1",
"drivelist": "9.0.2",
"@eclipse-che/theia-remote-api": "^0.0.1",
"@eclipse-che/workspace-telemetry-client": "latest",
"@eclipse-che/theia-remote-api": "7.39.0",
"@eclipse-che/workspace-telemetry-client": "0.0.1-1635937496",
"mime": "2.5.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions extensions/eclipse-che-theia-plugin-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@eclipse-che/theia-remote",
"author": "Florent Benoit",
"version": "0.0.1",
"version": "7.39.0",
"license": "EPL-2.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@theia/core": "next",
"@theia/plugin-ext": "next",
"@theia/plugin-ext-vscode": "next",
"@theia/core": "1.18.0-next.150",
"@theia/plugin-ext": "1.18.0-next.150",
"@theia/plugin-ext-vscode": "1.18.0-next.150",
"deasync": "^0.1.19",
"vscode-uri": "2.1.1",
"@eclipse-che/theia-plugin-ext": "^0.0.1"
"@eclipse-che/theia-plugin-ext": "7.39.0"
},
"devDependencies": {
"@types/deasync": "^0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions extensions/eclipse-che-theia-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/plugin",
"version": "0.0.1",
"version": "7.39.0",
"description": "Eclipse Che specific Theia plugin API",
"publishConfig": {
"access": "public"
Expand All @@ -11,7 +11,7 @@
"src"
],
"dependencies": {
"@eclipse-che/api": "latest"
"@eclipse-che/api": "7.39.0"
},
"scripts": {
"prepare": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"keywords": [
"theia-extension"
],
"version": "0.0.1",
"version": "7.39.0",
"license": "EPL-2.0",
"files": [
"lib",
"src"
],
"dependencies": {
"@eclipse-che/api": "latest",
"@eclipse-che/theia-plugin-ext": "^0.0.1",
"@theia/core": "next",
"@theia/preferences": "next",
"@theia/workspace": "next"
"@eclipse-che/api": "7.39.0",
"@eclipse-che/theia-plugin-ext": "7.39.0",
"@theia/core": "1.18.0-next.150",
"@theia/preferences": "1.18.0-next.150",
"@theia/workspace": "1.18.0-next.150"
},
"scripts": {
"prepare": "yarn clean && yarn build && yarn test",
Expand Down
2 changes: 1 addition & 1 deletion extensions/eclipse-che-theia-remote-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.0.1",
"version": "7.39.0",
"files": [
"lib",
"src"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"publishConfig": {
"access": "public"
},
"version": "0.0.1",
"version": "7.39.0",
"files": [
"lib",
"src"
],
"dependencies": {
"axios": "0.21.2",
"@eclipse-che/api": "latest",
"@eclipse-che/api": "7.39.0",
"@kubernetes/client-node": "^0.12.1",
"@eclipse-che/theia-remote-api": "^0.0.1",
"@eclipse-che/workspace-client": "latest"
"@eclipse-che/theia-remote-api": "7.39.0",
"@eclipse-che/workspace-client": "0.0.1-1632305737"
},
"scripts": {
"prepare": "yarn clean && yarn build && yarn test",
Expand Down
4 changes: 2 additions & 2 deletions extensions/eclipse-che-theia-remote-impl-k8s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.0.1",
"version": "7.39.0",
"files": [
"lib",
"src"
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"tunnel": "0.0.6",
"@kubernetes/client-node": "^0.12.1",
"@eclipse-che/theia-remote-api": "^0.0.1"
"@eclipse-che/theia-remote-api": "7.39.0"
},
"scripts": {
"prepare": "yarn clean && yarn build && yarn test",
Expand Down
Loading

0 comments on commit ff34cb6

Please sign in to comment.