From 56118ed6f37dbcba82334d462347483f585fbbfd Mon Sep 17 00:00:00 2001 From: Roman Iuvshyn Date: Thu, 5 Sep 2019 13:06:45 +0000 Subject: [PATCH] RELEASE: Update CHANGELOG --- CHANGELOG.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 358654bb3db..3cfa8a0847b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,63 @@ # Change Log +## [7.1.0](https://github.com/eclipse/che/tree/7.1.0) (2019-09-05) +[Full Changelog](https://github.com/eclipse/che/compare/7.0.0...7.1.0) + +**Merged pull requests:** + +- \[E2E\] Fixing bug in opening file. [\#14435](https://github.com/eclipse/che/pull/14435) ([Katka92](https://github.com/Katka92)) +- RELEASE: Set next '7.2.0-SNAPSHOT' development version [\#14430](https://github.com/eclipse/che/pull/14430) ([ibuziuk](https://github.com/ibuziuk)) +- Update default plugin brokers to v0.20 - support relative paths [\#14329](https://github.com/eclipse/che/pull/14329) ([amisevsk](https://github.com/amisevsk)) +- Fix handling of error status of a workspace [\#13804](https://github.com/eclipse/che/pull/13804) ([akurinnoy](https://github.com/akurinnoy)) +- \[e2e\] Added multiuser support. [\#14417](https://github.com/eclipse/che/pull/14417) ([rhopp](https://github.com/rhopp)) +- Fix PR check Jenkinsfile [\#14410](https://github.com/eclipse/che/pull/14410) ([dmytro-ndp](https://github.com/dmytro-ndp)) +- Provision git configuration into each container [\#14402](https://github.com/eclipse/che/pull/14402) ([vzhukovskii](https://github.com/vzhukovskii)) +- Add init containers in the che plugin model [\#14397](https://github.com/eclipse/che/pull/14397) ([AndrienkoAleksandr](https://github.com/AndrienkoAleksandr)) +- Update screencatcher in the e2e folder for avoiding errors [\#14394](https://github.com/eclipse/che/pull/14394) ([Ohrimenko1988](https://github.com/Ohrimenko1988)) +- \[Happy Path\] Fix checking application readiness in HappyPath test [\#14381](https://github.com/eclipse/che/pull/14381) ([SkorikSergey](https://github.com/SkorikSergey)) +- Fix converting URL for UD [\#14377](https://github.com/eclipse/che/pull/14377) ([olexii4](https://github.com/olexii4)) +- Update existed "che-e2e" image for using on CI [\#14351](https://github.com/eclipse/che/pull/14351) ([Ohrimenko1988](https://github.com/Ohrimenko1988)) +- Add small fixes for UD [\#14347](https://github.com/eclipse/che/pull/14347) ([olexii4](https://github.com/olexii4)) +- Don't blow up on missing path transform configuration [\#14339](https://github.com/eclipse/che/pull/14339) ([metlos](https://github.com/metlos)) +- \[Selenium\] Fix Java selenium tests to run against Che with next version for default plugins [\#14337](https://github.com/eclipse/che/pull/14337) ([SkorikSergey](https://github.com/SkorikSergey)) +- Exclude failing java selenium tests from default execution [\#14327](https://github.com/eclipse/che/pull/14327) ([dmytro-ndp](https://github.com/dmytro-ndp)) +- \[Selenium\] Delete Che7PreviewStackStartTest selenium test [\#14323](https://github.com/eclipse/che/pull/14323) ([SkorikSergey](https://github.com/SkorikSergey)) +- Avoid using DtoImpls directly [\#14320](https://github.com/eclipse/che/pull/14320) ([sleshchenko](https://github.com/sleshchenko)) +- factory will always use devfile generateName [\#14311](https://github.com/eclipse/che/pull/14311) ([sparkoo](https://github.com/sparkoo)) +- Fix ability to scroll for UD [\#14307](https://github.com/eclipse/che/pull/14307) ([olexii4](https://github.com/olexii4)) +- \[e2e\] - Add source maps. Fixes \#14298 [\#14299](https://github.com/eclipse/che/pull/14299) ([rhopp](https://github.com/rhopp)) +- Fix a build errors for UD [\#14293](https://github.com/eclipse/che/pull/14293) ([olexii4](https://github.com/olexii4)) +- Add trailing 0 to Happy path tests screencast png's [\#14292](https://github.com/eclipse/che/pull/14292) ([dmytro-ndp](https://github.com/dmytro-ndp)) +- use the latest nightly image [\#14285](https://github.com/eclipse/che/pull/14285) ([vparfonov](https://github.com/vparfonov)) +- \[HappyPath\] Make checking running application more stable [\#14284](https://github.com/eclipse/che/pull/14284) ([SkorikSergey](https://github.com/SkorikSergey)) +- \[E2E\] Adding script for generating index.ts file. [\#14281](https://github.com/eclipse/che/pull/14281) ([Katka92](https://github.com/Katka92)) +- Set che-plugin-registry image version to 7.0.0 [\#14278](https://github.com/eclipse/che/pull/14278) ([vparfonov](https://github.com/vparfonov)) +- Add the jwt-proxy memory as a part of stack's globalMemoryLimit [\#14270](https://github.com/eclipse/che/pull/14270) ([olexii4](https://github.com/olexii4)) +- Update default plugin/devfile registries to use prod-preview [\#14267](https://github.com/eclipse/che/pull/14267) ([amisevsk](https://github.com/amisevsk)) +- Set all image version to the 7.0.0 to align it with CheTheia version [\#14264](https://github.com/eclipse/che/pull/14264) ([vparfonov](https://github.com/vparfonov)) +- set plugin registry image to nightly [\#14259](https://github.com/eclipse/che/pull/14259) ([vparfonov](https://github.com/vparfonov)) +- Revert "Use next version for default plugins" [\#14249](https://github.com/eclipse/che/pull/14249) ([vparfonov](https://github.com/vparfonov)) +- Use next version for default plugins [\#14247](https://github.com/eclipse/che/pull/14247) ([vparfonov](https://github.com/vparfonov)) +- \[E2E\] Stop and remove workspace on failed test [\#14246](https://github.com/eclipse/che/pull/14246) ([Katka92](https://github.com/Katka92)) +- watch PVC `WaitForFirstConsumer` event to avoid deadlock [\#14239](https://github.com/eclipse/che/pull/14239) ([sparkoo](https://github.com/sparkoo)) +- RELEASE: Set next development version [\#14238](https://github.com/eclipse/che/pull/14238) ([vparfonov](https://github.com/vparfonov)) +- Add workspace-loader flow [\#14222](https://github.com/eclipse/che/pull/14222) ([olexii4](https://github.com/olexii4)) +- Simplify build of che artifacts by PR check pipeline job [\#14214](https://github.com/eclipse/che/pull/14214) ([dmytro-ndp](https://github.com/dmytro-ndp)) +- Add possibility to build images from "dockerfiles" folder with '--no-cache' option [\#14213](https://github.com/eclipse/che/pull/14213) ([Ohrimenko1988](https://github.com/Ohrimenko1988)) +- Make code & test independent from environment and time of execution [\#14207](https://github.com/eclipse/che/pull/14207) ([skabashnyuk](https://github.com/skabashnyuk)) +- Add docs how to build Che server in Che workspace [\#14181](https://github.com/eclipse/che/pull/14181) ([mmorhun](https://github.com/mmorhun)) +- Allow chePlugin preferences to be string, int or boolean type [\#14174](https://github.com/eclipse/che/pull/14174) ([mshaposhnik](https://github.com/mshaposhnik)) +- add `generateName` to devfile metadata [\#14157](https://github.com/eclipse/che/pull/14157) ([sparkoo](https://github.com/sparkoo)) +- Generalize the ingress configuration to support single-host in single-user mode on kubernetes [\#14134](https://github.com/eclipse/che/pull/14134) ([metlos](https://github.com/metlos)) +- Remove Project Template API [\#14109](https://github.com/eclipse/che/pull/14109) ([mkuznyetsov](https://github.com/mkuznyetsov)) +- Remove Stack service [\#14078](https://github.com/eclipse/che/pull/14078) ([mkuznyetsov](https://github.com/mkuznyetsov)) +- compose plugin id [\#14063](https://github.com/eclipse/che/pull/14063) ([sparkoo](https://github.com/sparkoo)) +- Fix the list of workspaces in organization [\#14058](https://github.com/eclipse/che/pull/14058) ([ashumilova](https://github.com/ashumilova)) +- Add target="\_blank" to the link for "Make a wish" button. [\#14037](https://github.com/eclipse/che/pull/14037) ([monaka](https://github.com/monaka)) +- Make plugins/editors show one entry for each plugin with a drop down for version [\#13942](https://github.com/eclipse/che/pull/13942) ([JPinkney](https://github.com/JPinkney)) +- fix \#13660 - Replace mentions of 'oAuth', by more accurate 'OAuth'. \(See https://oauth.net/\) [\#13664](https://github.com/eclipse/che/pull/13664) ([themr0c](https://github.com/themr0c)) + + ## [7.0.0-rc-4.0](https://github.com/eclipse/che/tree/7.0.0-rc-4.0) (2019-07-25) [Full Changelog](https://github.com/eclipse/che/compare/7.0.0-rc-3.0...7.0.0-rc-4.0)