Skip to content

[changelog] updated changelog #12976

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log

## September 2022
- No longer attaches `arn:aws:iam::aws:policy/AmazonS3FullAccess` to the IAM user accounts created in our AWS terraform reference infrastructure. This level of access is no longer required now that one can provide an S3 bucket to be used for object storage. ([#12965](https://github.com/gitpod-io/gitpod/pull/12965)) - [@mrzarquon](https://github.com/mrzarquon)
- Add beta notice and label on usage ([#12412](https://github.com/gitpod-io/gitpod/pull/12412)) - [@gtsiolis](https://github.com/gtsiolis)
- Update stable Browser Code to `1.71.1` release ([#12929](https://github.com/gitpod-io/gitpod/pull/12929)) - [@mustard-mh](https://github.com/mustard-mh)
- [installer]: make the installer config file consistent ([#12920](https://github.com/gitpod-io/gitpod/pull/12920)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- [installer]: add HTTP_PROXY envvars to the Installer ([#12726](https://github.com/gitpod-io/gitpod/pull/12726)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- [local-preview] Reduce storage requirements ([#12761](https://github.com/gitpod-io/gitpod/pull/12761)) - [@Pothulapati](https://github.com/Pothulapati)
- [installer]: config detects shiftfs and containerd values ([#12683](https://github.com/gitpod-io/gitpod/pull/12683)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- Show personal Usage page. ([#12771](https://github.com/gitpod-io/gitpod/pull/12771)) - [@AlexTugarev](https://github.com/AlexTugarev)
- [installer]: create config command and deprecate init command ([#12679](https://github.com/gitpod-io/gitpod/pull/12679)) - [@MrSimonEmms](https://github.com/MrSimonEmms)
- Improve fetching repositories loading state ([#12833](https://github.com/gitpod-io/gitpod/pull/12833)) - [@gtsiolis](https://github.com/gtsiolis)
- Add link to support on phone verification ([#12852](https://github.com/gitpod-io/gitpod/pull/12852)) - [@gtsiolis](https://github.com/gtsiolis)
- JetBrains IDEs now have actions related to Gitpod, which can be accessed via Control Center and via the Search Menu. ([#12621](https://github.com/gitpod-io/gitpod/pull/12621)) - [@felladrin](https://github.com/felladrin)
- [server] Support for storing vscode edit sessions in sync server ([#12445](https://github.com/gitpod-io/gitpod/pull/12445)) - [@jeanp413](https://github.com/jeanp413)
- [local-preview] Remove unused dead code ([#12496](https://github.com/gitpod-io/gitpod/pull/12496)) - [@Pothulapati](https://github.com/Pothulapati)
Expand Down