loft-sh / devpod

Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.
https://devpod.sh
Mozilla Public License 2.0
8.43k stars 307 forks source link

chore: update IDE versions #1002

Closed shanman190 closed 2 months ago

shanman190 commented 2 months ago

@pascalbreuninger, something else that I was wondering too with respect to this. Would you all be open the the dynamic urls like was done for fleet?

https://github.com/loft-sh/devpod/blob/main/pkg%2Fide%2Ffleet%2Ffleet.go#L34-L45

This would enable always ensuring that DevPod is downloading the latest available JetBrains UI when it is provisioning a workspace.

pascalbreuninger commented 2 months ago

@shanman190 of course, it just hasn't been a big enough problem for us yet. If you're willing to open a PR we'd be happy to merge that

RobinQu commented 2 months ago

When will this go into next release then?

pascalbreuninger commented 2 months ago

@RobinQu I'd wait 1-2 weeks because the 2024.1 updates are pretty new still

shanman190 commented 2 months ago

@pascalbreuninger, I've created https://github.com/loft-sh/devpod/pull/1006 like we discussed earlier.

nojaf commented 2 months ago

Is this available in any alpha?

pascalbreuninger commented 2 months ago

@nojaf yes, should be in the latest one

nojaf commented 2 months ago

Thanks, the latest alpha and devpod ide set-options rider -o VERSION=2024.1.1 worked for me!

shanman190 commented 2 months ago

@nojaf, the very latest alpha should download the latest Jetbrains IDE version by default. Then you can set the version explicitly as well to choose an alternative version.