←  back to changelog
Two overlapping screenshots that show the Teams & Projects user interface

October 15, 2021

Introducing Teams and Projects

Up until today, you must have felt at times that your Gitpod dashboard is a pretty empty place 😔. All you had, besides settings and stuff, was a list of your active workspaces (not even old ones without changing the filter - yep yep, we fixed that too 😉).

We are so stoked to announce Teams & Projects (& Prebuilds) available in beta 🎉

To get started right away, gitpod.io/new.

Teams

You can now create teams (as many as you want) and invite your co-workers, friends & family to collaborate on your projects.

Projects

Remember .gitpod.yml, checked in to your project’s root directory? It’s still the first place we look for Gitpod configuration, but when you create a project in the Gitpod dashboard, we now do our best to be smart and suggest a sensible default configuration for your project (insert something something machine learning - jk, there’s no magic).

Bonus - Prebuilds 🤩

Nobody asked me, but if they had I would have said the announcement should have been Teams, Projects & Prebuilds 😅. How come?

For the first time ever, we now show you each and every prebuild we run for your project! Check the status, view the logs or trigger new prebuilds from within the dashboard.

When you use the new onboarding workflow at gitpod.io/new, we help you kick off your first prebuild. With prebuilds, Gitpod builds your dev environment for each change you push to your repository. This means, when you’re ready to open a new workspace, it’ll already have all init start tasks executed.

You can learn more in the docs.

Expect more updates to all this over time. For now we’d love to hear about your experience. Please let us know in the feedback issue, contact us via Twitter @gitpod or chat with us at https://www.gitpod.io/chat.

@AlexTugarev's avatar on GitHub @gtsiolis's avatar on GitHub @jankeromnes's avatar on GitHub @svenefftinge's avatar on GitHub

Fixes and improvements

  • #6171 - Enable setting of DB username with DB_USERNAME envvar @AlexTugarev's avatar on GitHub @JanKoehnlein's avatar on GitHub @MrSimonEmms's avatar on GitHub
  • #6185 - Add ‘New Workspace’ context menu option to all Projects cards @gtsiolis's avatar on GitHub @jankeromnes's avatar on GitHub
  • #6187 - [projects] Fix Project card bottom row layout @gtsiolis's avatar on GitHub @jankeromnes's avatar on GitHub
  • #6074 - Truncate commit message on branches and prebuilds @geropl's avatar on GitHub @gtsiolis's avatar on GitHub
  • #5802 - Update Kubernetes dependencies to v0.22.2Update controller-runtime to v0.10.1 @akosyakov's avatar on GitHub @aledbf's avatar on GitHub @csweichel's avatar on GitHub @geropl's avatar on GitHub @jankeromnes's avatar on GitHub
  • #6158 - Fix: Ensures that string-based env values defined in .gitpod.yml are not set with enclosing quotation marks. @akosyakov's avatar on GitHub @iQQBot's avatar on GitHub @loujaybee's avatar on GitHub
  • #6090 - [image-builder-mk3] Fix image build error “did not produce a workspace image” @aledbf's avatar on GitHub @csweichel's avatar on GitHub
  • #6218 - [ws-manager] Introduce stoppedByRequest annotation marking workspaces explicitly stopped using a StopWorkspace call @aledbf's avatar on GitHub @csweichel's avatar on GitHub
  • #6164 - Add admission constraints to support fine-grained cluster selection @aledbf's avatar on GitHub @csweichel's avatar on GitHub @geropl's avatar on GitHub @meysholdt's avatar on GitHub @princerachit's avatar on GitHub
  • #6107 - Fix re-running a Prebuild with a different out-of-repo configuration @AlexTugarev's avatar on GitHub @jankeromnes's avatar on GitHub
  • #6166 - [gitpod-protocol] Adjust typescript GRPC options @JanKoehnlein's avatar on GitHub @aledbf's avatar on GitHub @csweichel's avatar on GitHub @geropl's avatar on GitHub @laushinka's avatar on GitHub
  • #6163 - Refactor GRPC TLS connection defaults @aledbf's avatar on GitHub @csweichel's avatar on GitHub
  • #6069 - Allow importing of Helm dependencies @MrSimonEmms's avatar on GitHub @aledbf's avatar on GitHub @corneliusludmann's avatar on GitHub @csweichel's avatar on GitHub @geropl's avatar on GitHub
  • #6095 - VS Code: Add a Get Started with Gitpod walk-through @akosyakov's avatar on GitHub @corneliusludmann's avatar on GitHub @loujaybee's avatar on GitHub @mikenikles's avatar on GitHub