Nick Boldt
Nick Boldt
initial PR https://github.com/che-incubator/che-code/pull/103
closed too early by automation. Remaining work: Suggested solution based on chat today w/ Artem: - [x] add a new make-release.sh script (similar to what's in machine-exec?); this will -...
As discussed today, "review DS plugin registry builds to see if there's a followup related task for that forked registry too" means: * https://github.com/redhat-developer/devspaces/blob/devspaces-3-rhel-8/dependencies/job-config.json#L29-L33 --> move 3.3 to use 7.54.x...
I see job-config.json was manually updated https://github.com/redhat-developer/devspaces/commit/d5efb318c1a9cc621776093b15283d1c743443a9 via https://github.com/redhat-developer/devspaces/pull/816 but the script has not been fixed so that it will do the correct mapping for 3.3+. https://github.com/redhat-developer/devspaces/blob/devspaces-3-rhel-8/product/updateVersionAndRegistryTags.sh#L184-L185 https://github.com/redhat-developer/devspaces/blob/devspaces-3-rhel-8/product/updateVersionAndRegistryTags.sh#L229-L230 Issue remains...
See PR https://github.com/redhat-developer/devspaces/pull/835 which manually updated job-config.json to achieve what I asked @mkuznyetsov to do 20 days ago via script.
Updated the script here: https://github.com/redhat-developer/devspaces/commit/657f2f5a64a2197d30b33a0881b6b4111481a7da and verified it works here: https://github.com/redhat-developer/devspaces/commit/f98a171b40400a290181a6d275b31d8e23c4a9d7 so it's ready for when we branch for 3.3/3.4
Note that this is a regression from pre-DW versions of Che, as I can still rename my workspaces as I edit my devfile in 2.15. Alas with 3.0, that'll break...
An easy workaround for "I can't open the same devfile multiple times" eg., in order to make changes to one and compare to another (perhaps to see if my devfile...
Situation has improved, but looks liek we need to purge some older deps that rely on 2.1.1 and 3.0.0 and 5.0.0. ``` $➔ podman run -it --rm --entrypoint /bin/sh quay.io/eclipse/che-dashboard:7.50.0...
Not better than last update: still depend on 2.11 and 3.0.0 and 5.0.0 in favour of 5.0.1: ``` $ podman run -it --rm --entrypoint /bin/sh quay.io/eclipse/che-dashboard:7.55.0 -c "for p in...