←  back to changelog

October 29, 2021

Tailscale on Gitpod

With the availability of Tailscale support, you can connect Gitpod workspaces to other resources & services needed. Think of a database hosted behind a corporate firewall or in your on-prem data center.

Equally exciting is the possibility to connect multiple Gitpod workspaces with each other. Imagine a project with microservices which all have their own git repository. Configure Tailscale in each repository and once you start workspaces, the individual services will be able to communicate with each other.

You can learn more about this topic in our Network Bridging documentation. Alternatively, we have a template repository with the required configuration you can apply to your own projects.

Please let us know what you think via Twitter @gitpod or chat with us at https://www.gitpod.io/chat.

@AlexTugarev's avatar on GitHub @csweichel's avatar on GitHub @geropl's avatar on GitHub

Fixes and improvements

  • #5865 - Make it possible to cancel pending or running Prebuilds @AlexTugarev's avatar on GitHub @csweichel's avatar on GitHub @gtsiolis's avatar on GitHub @jankeromnes's avatar on GitHub
  • #6273 - Deleted team’s name can be reused. @JanKoehnlein's avatar on GitHub @bigint's avatar on GitHub @gtsiolis's avatar on GitHub @laushinka's avatar on GitHub
  • #6312 - /admin: Improve performance of workspace queries @JanKoehnlein's avatar on GitHub @geropl's avatar on GitHub
  • #6048 - Replace /workspaces → /projects as default landing page for both users and teams @gtsiolis's avatar on GitHub @jankeromnes's avatar on GitHub @jldec's avatar on GitHub @laushinka's avatar on GitHub
  • #6038 - Truncate workspace context in the workspace deletion modal @gtsiolis's avatar on GitHub @iQQBot's avatar on GitHub @svenefftinge's avatar on GitHub
  • #6409 - Experimental support for CAP_NET_ADMIN in workspaces @AlexTugarev's avatar on GitHub @JanKoehnlein's avatar on GitHub @corneliusludmann's avatar on GitHub @csweichel's avatar on GitHub @geropl's avatar on GitHub
  • #6234 - Validate the cluster is in a state for Gitpod to be installed to @MrSimonEmms's avatar on GitHub @aledbf's avatar on GitHub @csweichel's avatar on GitHub
  • #6265 - Installation config validation @MrSimonEmms's avatar on GitHub @csweichel's avatar on GitHub @princerachit's avatar on GitHub
  • #6338 - Automated workspace deployment framework and design proposal and prelim checkin for workspace cluster creation @csweichel's avatar on GitHub @princerachit's avatar on GitHub
  • #6453 - [ws-manager]: Add check for IdeImage not being present in the spec @MrSimonEmms's avatar on GitHub @csweichel's avatar on GitHub
  • #6348 - Switch from dropbear to OpenSSH @akosyakov's avatar on GitHub @aledbf's avatar on GitHub @csweichel's avatar on GitHub @iQQBot's avatar on GitHub
  • #6389 - Always enable the New Workspace button on the Configuration Page. @AlexTugarev's avatar on GitHub @gptest1's avatar on GitHub @gtsiolis's avatar on GitHub @jldec's avatar on GitHub @svenefftinge's avatar on GitHub