Commit Graph

1182 Commits (3952a53188d2bc2ae704ff576733ed8b6ecd75fa)

Author SHA1 Message Date
Mykola Morhun 3952a53188
Propagate plugin registry URL to plugin registry configmap (#1118)
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
2021-10-01 19:35:53 +03:00
che-bot 89055c99b7
ci: Copy 7.37.0 csv to main (#1117)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2021-10-01 15:18:39 +03:00
Oleksandr Andriienko b8cc02bf9a
feat: Update controller runtime (#1064)
* Update controller runtime for che-operator and related deps.
Controller runtime update to version v0.9.5
go-client update to version v0.21.3
Udaptated tests to the new controller runtime and go-client.
Use newer image puller.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-10-01 14:54:37 +03:00
Mykola Morhun f8c3c2e138
Limit list to current namespace for backup and restore (#1106)
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
2021-10-01 10:22:40 +03:00
Mykhailo Kuznietsov 597d9cdedf
fix: fix python setup in minishift test (#1115)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2021-10-01 09:22:55 +03:00
Lukas Krejci 1af912b6de
feat: Token validity check (#1103)
token validity check in native user mode on OpenShift.
2021-10-01 08:20:36 +02:00
Anatolii Bazko 61049e7814
ci: don't update csv in tech-preview-stable-all-namespaces channel since it is copied from next-all-namespaces and contain all neccessary info (#1114)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-10-01 09:19:04 +03:00
Anatolii Bazko 1e56491988
ci: fix release process (#1111)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-10-01 00:07:54 +03:00
Mykhailo Kuznietsov 070f4c7a28
chore: update release runner to ubuntu-20.04 (#1107)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2021-09-30 17:40:31 +03:00
Anatolii Bazko fb47251820
release: fix release (#1108)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-09-30 17:39:44 +03:00
Mykhailo Kuznietsov 234518e099
fix: fix release docker build command (#1102)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2021-09-30 12:24:12 +03:00
Mykhailo Kuznietsov 11c6aca8f9
fix: remove DWO update from release process (#1101)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2021-09-30 11:20:34 +03:00
Michal Vala acc98201a6
build: reorganize dockerfile to better utilize cache (#1098)
Signed-off-by: Michal Vala <mvala@redhat.com>
2021-09-30 09:08:30 +03:00
David Kwon 53970009dd
fix: delete KIP finalizer and KIP operator on CheCluster CR delete (#1082)
Signed-off-by: David Kwon <dakwon@redhat.com>
2021-09-29 11:28:54 -04:00
Mykola Morhun b74443cc8b
Create backup on every Che update (#1097)
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
2021-09-29 17:18:30 +03:00
Anatolii Bazko c43e9d61f2
fix: correct CSVs and metadata (#999)
* chore: Update CSVs
* Disable some score card tests which we can't satisfy. 
* Fix alm-examples usage in the scripts.

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

Co-authored-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-09-29 14:42:45 +03:00
Mykhailo Kuznietsov a7ee1e6d7e
chore: Fixes for post-release operator jobs (#1096)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2021-09-29 12:11:59 +03:00
Mykola Morhun 6e72d0565f
Fix restore process if keycloak is already deleted (#1095)
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
2021-09-29 11:08:22 +03:00
Lukas Krejci d52d5adb16
Set the type and immutability of the secret when copying the self-signed-cert to the user's namespace. (#1094)
* fix: Set the type and immutability of the secret when copying the self-signed-cert to the user's namespace.

* update the resources

* fix: the events on objects in checluster namespace now properly trigger
reconciliation of all known namespaces.

* Update resources and remove the errorneous \n from the generated yaml.
2021-09-28 11:05:37 +03:00
Oleksandr Andriienko 06d5e7815a
fix: Add UPDDATE_PASSWORD action for admin user (#1091)
* Fix removing update password action for admin user.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-09-27 18:47:02 +03:00
Serhii Leshchenko e0c6e1a0e1
fix: rework devworkspace tests to use assert (#1092)
* feat: rework devworkspace tests to use assert package
* fix: fix an ability to debug che-operator locally with DW enabled
2021-09-27 09:46:38 +03:00
Oleksandr Andriienko 47aabc9379
feat: Development: add make compile command. (#1093)
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-09-27 07:38:06 +03:00
Mykola Morhun 7a95792c1c
Do not automatically backup to internal backup server if it doesn't exist (#1090)
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
2021-09-24 17:14:55 +03:00
che-bot 94a147ffd5
ci: Copy 7.36.2 csv to main (#1087)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2021-09-24 17:04:40 +03:00
Anatolii Bazko 323fdebb04
build: don't test workspace startup for devworkspace controller due to limited resources (#1089)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-09-24 16:38:05 +03:00
Michal Vala bd8e5d0d07
feat: define routing paths for che-server to improve return http codes (#1076)
Signed-off-by: Michal Vala <mvala@redhat.com>
2021-09-24 14:52:30 +03:00
Max Shaposhnik f4d80166ed
feat: Add Traefik gateway container CPU & RAM request/limit resources (#1088)
Signed-off-by: Max Shaposhnik <mshaposh@redhat.com>
2021-09-24 13:14:58 +03:00
Sergii Leshchenko d7e925d39f fix: fix DWO to be v0.9.0 but not next bits 2021-09-23 16:24:14 +03:00
Sergii Leshchenko 78334b02a6 fix: update resources 2021-09-23 16:24:14 +03:00
Mykola Morhun 08b26bc573
fix: internal backup server url (#1072)
Make internal backup server accessible in all namespaces mode

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
2021-09-22 13:12:33 +03:00
Anatolii Bazko 0b63bdc835
feat: Migrate to the new PostgreSQL 13.3 (#1062)
* feat: Migrate to the new PostgreSQL 13.3 

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-09-22 12:00:08 +03:00
Lukas Krejci 5e657f876b
feat: Syncing of proxy settings and self-signed cert to the user's workspace namespace (#1027)
Syncing of proxy settings and self-signed cert to the user's workspace namespace.

Co-authored-by: Michal Vala <mvala@redhat.com>
Co-authored-by: Serhii Leshchenko <sleshche@redhat.com>
2021-09-21 21:00:53 +02:00
Flavius Lacatusu 0ae0af669a
Merge pull request #1079 from eclipse-che/next_chan 2021-09-21 19:00:54 +02:00
Anatolii Bazko 543206308b Fixes
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-09-21 13:34:06 +03:00
Flavius Lacatusu 32a8efbe9c
fixes after review
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
2021-09-20 15:15:50 +02:00
Flavius Lacatusu e4bf44f0e1
chore: Create new channel to install Eclipse Che next in AllNamespaces mode with DWO dependency
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
2021-09-20 13:58:05 +02:00
Flavius Lacatusu ff8d7c9ee4
fix: Deprecate devworkspace engine from stable/latest channel (#1065)
* chore: Deprecate devworkspace engine from stable/latest channel

Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
Co-authored-by: Anatolii Bazko <abazko@redhat.com>
2021-09-20 11:27:57 +03:00
David Kwon a793896191
chore: add more kubernetes image puller regex tests (#1071)
Signed-off-by: David Kwon <dakwon@redhat.com>
2021-09-17 18:56:37 -04:00
Michal Vala 8f9e6c3f65
fix: registries accessible without auth (#1077)
* fix: registries accessible without auth

Signed-off-by: Michal Vala <mvala@redhat.com>

* fix imports

Signed-off-by: Michal Vala <mvala@redhat.com>
2021-09-17 16:45:02 +02:00
Sergii Leshchenko d010adde34 fix: check is che self-signed secret exist before mounting 2021-09-17 16:56:18 +03:00
Sergii Leshchenko 14fb855c14 Provision internal urls, CAs and proxy settings into dashboard 2021-09-17 16:56:18 +03:00
Anatolii Bazko 2001628f47
fix: Use different csv description for different platforms (#1075)
* fix: Use different csv description for different platforms

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-09-17 16:02:37 +03:00
Michal Vala 2ad6c4fd6a
feat: secure workspace services (#1045)
Signed-off-by: Michal Vala <mvala@redhat.com>
2021-09-17 12:37:02 +02:00
Anatolii Bazko 351af9a412
chore: Add chectl template command to deploy Eclipse Che (#1074)
* chore: Add chectl template command to deploy Eclipse Che

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-09-17 10:48:43 +03:00
che-bot 144da3f5f7
ci: Copy 7.36.1 csv to main (#1070)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
2021-09-16 12:21:56 +03:00
Mykola Morhun a1f30c3356
Create backup on each update (#1055)
Create backup on update operator 

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
2021-09-15 15:38:58 +03:00
David Kwon b4c6244b4f fix: update regexes for KIP default images
Signed-off-by: David Kwon <dakwon@redhat.com>
2021-09-14 17:20:59 -04:00
Anatolii Bazko 753eafe88c
fix: don't add intial OpenShift OAuth user if native user mode is on (#1066)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-09-14 16:54:35 +03:00
Oleksandr Andriienko 8b1dd1527a
feat: Update keycloak from 6.0.1 to 15 (#1015)
* Use keycloak 15.  Add separated option to debug keycloak server.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-09-10 12:36:00 +03:00
Max Shaposhnik f64dcf4bea
Fix kubernetes gateway rules creation 2021-09-09 17:29:27 +03:00