Skip to content

Commit

Permalink
[changelog] updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
roboquat committed Nov 24, 2021
1 parent 7e92f60 commit a36fd97
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
# Change Log

## November 2021
- The “Your Workspace is Ready” page for desktop IDEs now has “Stop Workspace” and “Go to Dashboard” actions. ([#6847](https://github.com/gitpod-io/gitpod/pull/6847)) - [@corneliusludmann](https://github.com/corneliusludmann)
- make DB layer more robust against odd DB values ([#6775](https://github.com/gitpod-io/gitpod/pull/6775)) - [@geropl](https://github.com/geropl)
- [image-builder] Fix authentication issues with external registries ([#6860](https://github.com/gitpod-io/gitpod/pull/6860)) - [@csweichel](https://github.com/csweichel)
- Set the x-forwarded-for value to `127.0.0.1` to prevent container registry auth errors ([#6836](https://github.com/gitpod-io/gitpod/pull/6836)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- Update VS Code Web to 1.62.3 ([#6812](https://github.com/gitpod-io/gitpod/pull/6812)) - [@jeanp413](https://github.com/jeanp413)
- Configure Azure blob storage for installer ([#6745](https://github.com/gitpod-io/gitpod/pull/6745)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- [ws-daemon] Fix resource leak during proc mounts ([#6733](https://github.com/gitpod-io/gitpod/pull/6733)) - [@csweichel](https://github.com/csweichel)
- Bitbucket-only users get an error message now on _New Project_ page ([#6652](https://github.com/gitpod-io/gitpod/pull/6652)) - [@JanKoehnlein](https://github.com/JanKoehnlein)
- replaced nodepool 3 with 0 for prev-envs ([#6780](https://github.com/gitpod-io/gitpod/pull/6780)) - [@wulfthimm](https://github.com/wulfthimm)
- When a user deletes their account, own projects will be deleted and made available to be added again. ([#6721](https://github.com/gitpod-io/gitpod/pull/6721)) - [@laushinka](https://github.com/laushinka)
- When the user is the sole owner of a team, that team and its projects will be deleted and made available to be added again. ([#6721](https://github.com/gitpod-io/gitpod/pull/6721)) - [@laushinka](https://github.com/laushinka)
- [installer]: fix jaeger operator misconfiguration ([#6760](https://github.com/gitpod-io/gitpod/pull/6760)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- [gpctl] Support forceful cluster de-registration ([#6682](https://github.com/gitpod-io/gitpod/pull/6682)) - [@csweichel](https://github.com/csweichel)
- Configure and validate the external database ([#6716](https://github.com/gitpod-io/gitpod/pull/6716)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- Add VS Code Desktop in the preferences to always open your workspace in VS Code Desktop ([#6671](https://github.com/gitpod-io/gitpod/pull/6671)) - [@corneliusludmann](https://github.com/corneliusludmann)
- [installer]: fix the auth provider config ([#6753](https://github.com/gitpod-io/gitpod/pull/6753)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- [dashboard] Change default color theme from Light → System ([#6747](https://github.com/gitpod-io/gitpod/pull/6747)) - [@jankeromnes](https://github.com/jankeromnes)
- Allow all team members to cancel a team prebuild ([#6713](https://github.com/gitpod-io/gitpod/pull/6713)) - [@jankeromnes](https://github.com/jankeromnes)
- Add container registry and database secret checks ([#6702](https://github.com/gitpod-io/gitpod/pull/6702)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- [dashboard] Show loading indicator when switching git providers to add a new project ([#6711](https://github.com/gitpod-io/gitpod/pull/6711)) - [@jankeromnes](https://github.com/jankeromnes)
- Update VS Code Web to 1.62.2 ([#6690](https://github.com/gitpod-io/gitpod/pull/6690)) - [@jeanp413](https://github.com/jeanp413)
- added an extra nodepool ([#6661](https://github.com/gitpod-io/gitpod/pull/6661)) - [@wulfthimm](https://github.com/wulfthimm)
- GCP object storage bugfixes ([#6636](https://github.com/gitpod-io/gitpod/pull/6636)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- Allow use of external container registry ([#6621](https://github.com/gitpod-io/gitpod/pull/6621)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- Update .werft/yarn.lock after fresh yarn install ([#6647](https://github.com/gitpod-io/gitpod/pull/6647)) - [@mads-hartmann](https://github.com/mads-hartmann)
- Add support for GCP CloudSQL ([#6606](https://github.com/gitpod-io/gitpod/pull/6606)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- Create config map to allow uninstallation of app ([#6591](https://github.com/gitpod-io/gitpod/pull/6591)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- Open up JetBrains desktop IDE feature (BETA) for all users ([#6505](https://github.com/gitpod-io/gitpod/pull/6505)) - [@corneliusludmann](https://github.com/corneliusludmann)
- allow img-builder ingress from server ([#6584](https://github.com/gitpod-io/gitpod/pull/6584)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- Update VS Code Web to 1.62.0 ([#6582](https://github.com/gitpod-io/gitpod/pull/6582)) - [@jeanp413](https://github.com/jeanp413)
- Preserve team scope in dashboard ([#6577](https://github.com/gitpod-io/gitpod/pull/6577)) - [@gtsiolis](https://github.com/gtsiolis)
- Add persistent volume to in cluster container registry ([#6574](https://github.com/gitpod-io/gitpod/pull/6574)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- Make the installer updatable ([#6543](https://github.com/gitpod-io/gitpod/pull/6543)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- Prebuilds can run for GitLab subgroup projects. ([#6546](https://github.com/gitpod-io/gitpod/pull/6546)) - [@laushinka](https://github.com/laushinka)
- `gpctl debug log` supports multiple containers ([#6542](https://github.com/gitpod-io/gitpod/pull/6542)) - [@csweichel](https://github.com/csweichel)
- Add documentation for registry-facade ([#6495](https://github.com/gitpod-io/gitpod/pull/6495)) - [@kylos101](https://github.com/kylos101)
- [gpctl] Add debug command to aid in debugging components ([#6480](https://github.com/gitpod-io/gitpod/pull/6480)) - [@csweichel](https://github.com/csweichel)

## October 2021
Expand Down

0 comments on commit a36fd97

Please sign in to comment.