Skip to content

Releases: gitpod-io/gitpod

2022.09.0-rc0

27 Sep 04:34
Compare
Choose a tag to compare
2022.09.0-rc0 Pre-release
Pre-release

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.09.0.5

Please see the changelog for more information.

Refer to the self-hosted documentation to know more about how to setup Gitpod.

What's Changed

Read more

2022.08.0

25 Aug 07:57
Compare
Choose a tag to compare

August 2022 release of Gitpod Installer

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.08.0.0

Please see the changelog for more information.

Refer to the self-hosted documentation to know more about how to setup Gitpod.

Breaking changes

  • 11954: remove custom labels from the pod selector labels. This removes this limitation so this is a long-term improvement - to mitigate, follow the instructions as per the documentation

Highlights

  • 12336: Removal of PodSecurityPolicies. These were deprecated from Kubernetes 1.21 and removed from 1.25. This allows Gitpod to run on Kubernetes 1.25+, which is scheduled for imminent release
  • 12398: Enable base workspace images to be pulled from a private container registry

What's Changed

Read more

2022.07.1

04 Aug 09:20
Compare
Choose a tag to compare

July 2022 hotfix release of the Gitpod Installer

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.07.1.1

2022.07.0

27 Jul 09:53
Compare
Choose a tag to compare

July 2022 release of Gitpod Installer

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.07.0.4

Please see the changelog for more information.

Refer to the self-hosted documentation to know more about how to setup Gitpod.

What's Changed

Read more

2022.06.1

18 Jul 10:17
Compare
Choose a tag to compare

June 2022 hotfix release of the Gitpod Installer

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.06.1.7

  • #11307 Clean code from GitpodServerLauncher and update JetBrains backend-plugin to work when user has proxies
  • #11341 [local-preview] show DOMAIN in the output
  • #11242 [local-preview] Support 127-0-0-1.nip.io for DOMAIN
  • #11260 [local-preview] Differentiate btw Gitpod starting and running
  • #11077 [preview] run the telemetry job right after gitpod is ready
  • #10925 [telemetry] Add new telemetry.data config option for telemetry
  • #11037 [preview] rename preview-install to local-preview

A known issue exists with using > v0.0.40 of the VSCode Gitpod extension. For further details and a workaround, see #11437.

Release 2022.06.0

28 Jun 16:14
Compare
Choose a tag to compare

June 2022 release of Gitpod Installer

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.06.0.10

Refer the self-hosted documentation to know more about how to setup Gitpod.

What's Changed

  • [usage] Configure DB credentials and connect by @easyCZ in #10295
  • [ws-daemon] Use a metric for backup waiting time instead logs by @aledbf in #10339
  • [werft]: disable publish to kots on main build by @mrsimonemms in #10345
  • [dev] Add gh (Github CLI) to the dev image by @andrew-farries in #10314
  • Use slices instead of maps for service ports to control ordering by @mads-hartmann in #10344
  • [ws-daemon] Use baseserver to run its services by @csweichel in #10005
  • [kots]: correctly escape params in installation configmap by @mrsimonemms in #10354
  • [dashboard] add modal_dismiss tracking event by @mustard-mh in #10132
  • Fix remaining issues for simplified team plans by @jankeromnes in #10182
  • [observability] Improve Workspace Success Criteria Dashboard by @atduarte in #10350
  • [ws-manager] add a metric to track volume snapshot time by @jenting in #10290
  • [JetBrains] Show notification when port becomes available 🔔 by @andreafalzetti in #10107
  • [agent-smith] Reduce cpu and memory consumption by @Furisto in #10356
  • [workspace] Cleanup unuse annotations and network policy by @iQQBot in #10149
  • [content-service] Improve restoration of extended attributes by @aledbf in #10364
  • [server] Start XL workspaces with internal-xl class by @csweichel in #9705
  • [installer] Add flag to configure strict config parsing by @easyCZ in #10343
  • Add a Stripe settings secret to server by @jankeromnes in #10308
  • [registry-facade] Return content directly from IPFS by @aledbf in #10346
  • getConnectorId implementation added to GitpodConnector by @OljaKli in #10304
  • Properly handle the workspace list when the workspace context ref is undefined by @felladrin in #10377
  • [usage] Define db.Workspace model by @easyCZ in #10293
  • Preview environment CLI by @ArthurSens in #10076
  • [ws-manager] Add workspace class to metrics by @csweichel in #10376
  • [ws-daemon] Add backup ratelimiting timeout by @csweichel in #10384
  • [content-service] enable public read on gitpod repo root folder by @sagor999 in #10229
  • [changelog] updated changelog by @roboquat in #10392
  • dashboard: connect via ssh devx improvement by @ghuntley in #10394
  • [workspace-instance] Deprecate deployedTime field by @easyCZ in #10400
  • ws-daemon: Apply the xfs limit in stages by @utam0k in #10395
  • content-service: ignore the error of user.overlay.(impure|origin) attributes by @utam0k in #10372
  • [usage] Setup controller and reconciler by @easyCZ in #10249
  • [gitpod-cli] Add command 'gp ports list' by @felladrin in #10388
  • [usage] Add database-waiter by @easyCZ in #10371
  • [db][payment][server] Implement TeamSubscription2.excludeFromMoreResources by @jankeromnes in #10370
  • [observability] Add SLI numbers to the Workspace Success Criteria Dashboard by @atduarte in #10382
  • [kots]: add database to preflight checks by @mrsimonemms in #9759
  • Preview Envs on Harvester: Delete when inactive by @vulkoingim in #10379
  • Refactor cmd tasks and ports supervisor related func by @mustard-mh in #10403
  • Fix 'gateway-plugin' not being detected as a project by @felladrin in #10407
  • [image-builder-bob] Introduce URL processing for non docker api urls by @princerachit in #10266
  • Remove beta label from dotfiles in settings by @gtsiolis in #10398
  • [gpctl] Fix parsing error when running gpctl workspaces describe <instanceID> by @epk in #10401
  • [ws-proxy] Distinguish between WS_NOTFOUND and WS_ID_INVALID by @iQQBot in #10393
  • [supervisor] improve error message around user group and uid by @sagor999 in #10413
  • [changelog] updated changelog by @roboquat in #10416
  • [baseserver] Stop logging healthcheck RPCs by @easyCZ in #10419
  • [server] Make Stripe settings optional even when payment is enabled by @jankeromnes in #10424
  • [bridge] Cleanup dead "probe" code (1/3) by @geropl in #10421
  • Bump MinI, MySQL and RabbitMQ helm dependencies to latest version by @csweichel in #10428
  • [baseserver] Stop logging healthcheck RPCs Redux by @Furisto in #10429
  • [usage] Add db.Project model in golang by @easyCZ in #10368
  • [bridge] Extracting updating of prebuilds into PrebuildUpdater (2/3) by @geropl in #10425
  • [usage] Harden parsing of time from VarChar field by @easyCZ in #10390
  • [usage] Add db.WorkspaceInstance model in golang by @easyCZ in #10367
  • [ws-manager] show why pod entered completed state by @sagor999 in #10414
  • [loadgen] Support workspace classes by @Furisto in #10409
  • workspackit: put the workspace id into logs to trace. by @utam0k in #10420
  • Revert "[baseserver] Change default metrics port to 9502 to not clash with kube-rbac-proxy" by @aledbf in #10442
  • Add previewctl/gpctl autocompletion to workspace image by @ArthurSens in #10412
  • Remove X-Server from Dev-Image by @meysholdt in #10438
  • [goland] Update IDE image to build version 221.5787.30 by @github-actions in #10453
  • Simplify configuration of KubeRBACProxyContainerWithConfig and remove collision by @aledbf in #10443
  • [phpstorm] Update IDE image to build version 221.5787.33 by @github-actions in #10452
  • [docker-up] Update docker compose to v2.6.0 by @aledbf in #10458
  • [ws-manager] add config setting that allows to debug workspaces by @sagor999 in #10410
  • [changelog] updated changelog by @roboquat in #10445
  • Fix runbook URL by @meysholdt in #10423
  • [docker-up] Check docker-compose download by @aledbf in #10469
  • Change google project for preview DNS's by @ArthurSens in #10385
  • [changelog] updated changelog by @roboquat in #10478
  • Add dashboard to monitor preview environments by @ArthurSens in #10482
  • [previewctl] Improve logging by @ArthurSens in #10436
  • Add metrics to record backup/restore success/failure count by @jenting in #10342
  • [pycharm] Update IDE image to build version 221.5787.24 by @github-actions in #10432
  • [intellij] Update IDE image to build version 221.5787.30 by @github-actions in #10431
  • [code] point code nightly to gp-code/release/1.68 branch by @andreafalzetti in #10489
  • [server] Don't skip prebuilds if .gitpod.yml has a 'before' task but no 'init' task by @jankeromnes in #10352
  • [installer] Update kube-rbac-proxy to v0.12.0 by @aledbf in #10471
  • [kots] Add --use-experimental-config to installer render call by @corneliusludmann in #10441
  • Update dashboard navigation by @gtsiolis in #10309
  • [usage] Add component to codeowners by @easyCZ in #10494
  • Always keep preview envs on db activity by @vulkoingim in http...
Read more

Release 2022.06.0-rc1

28 Jun 12:22
Compare
Choose a tag to compare
Release 2022.06.0-rc1 Pre-release
Pre-release

June 2022 release of Gitpod Installer

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.06.0.8

What's Changed

Read more

2022.06.0-rc0

27 Jun 12:33
Compare
Choose a tag to compare
2022.06.0-rc0 Pre-release
Pre-release

June 2022 release of Gitpod Installer

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.06.0.2

What's Changed

Read more

2022.05.2

13 Jun 14:48
Compare
Choose a tag to compare

May 2022 hotfix release of Gitpod Installer

  • #10582 [kots]: move the openssh installation to the container image
  • #10428 Bump MinI, MySQL and RabbitMQ helm dependencies to latest version
  • #10577 [Installer]: configure endpoint/region of registry S3 backing

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.05.2.5

Note: the arm version of the installer is included for completeness, e.g. such that someone can run the installer on a ARM cpu in order to generate the k8s manifests. Running Gitpod on ARM us currently not supported.

2022.05.0

30 May 11:00
Compare
Choose a tag to compare

May 2022 release of Gitpod Installer

Self-hosted documentation

Docker image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.05.0.5

What's Changed

Read more