-
Notifications
You must be signed in to change notification settings - Fork 4
Add may 2023 changelog #20
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
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
0270a53
Add may 2023 changelog
matifali fcc219d
add link to docs
matifali 3a72d7f
Update changelogs/2023-05-30/index.md
matifali 6d9e8ae
Update changelogs/2023-05-30/index.md
matifali 92d93b9
Update changelogs/2023-05-30/index.md
matifali 35f023d
add suggestions
matifali 9221ad1
changes
matifali f996254
update baner from DALL-E
matifali ea07c31
remove Coder embed button screenshot
matifali 2d270e0
update title
matifali 1deb388
reduced pictures
matifali File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
title: What's New in May 2023 | ||
date: May 30, 2023 | ||
author: Muhammad Atif Ali | ||
version: "0.23.7" | ||
--- | ||
|
||
 | ||
|
||
In the last few months, we have been working on exciting new features for Coder. We are excited to share them with you today. | ||
|
||
## Workspace Proxies (Experimental) | ||
|
||
Workspace proxies provide low-latency experiences for geo-distributed teams. | ||
|
||
Coder's networking makes the best effort to connect directly to a workspace. In situations where this is not possible, such as developing with a web IDE (e.g. Jupyter), workspace proxies reduce latency for developers. | ||
|
||
A workspace proxy is a relay connection a developer can use when connecting with their workspace over SSH, a workspace app, port forwarding, etc. Coder automatically selects the best proxy for the developer based on their location and the location of the workspace. | ||
|
||
For deployment instructions, see [Docs](https://coder.com/docs/v2/latest/admin/workspace-proxies). | ||
|
||
 | ||
 | ||
|
||
## Envbox | ||
|
||
[Envbox](https://github.com/coder/envbox) is an image developed and maintained by Coder that bundles the sysbox runtime. It works by starting an outer container that manages the various sysbox daemons and spawns an unprivileged inner container that acts as the user's workspace. The inner container is able to run system-level software similar to a regular virtual machine (e.g., systemd, dockerd, etc.). Envbox offers the following benefits over running sysbox directly on the nodes: | ||
|
||
- No custom runtime installation or management on your Kubernetes nodes. | ||
- No limit to the number of pods that run Envbox. | ||
|
||
Refer to the [docs](https://coder.com/docs/v2/latest/templates/docker-in-workspaces#envbox) for more information. | ||
|
||
## Template Editor | ||
|
||
Edit & duplicate templates directly from the Coder dashboard. This feature is available to all users with the `template-admin` or `owner` role. | ||
|
||
 | ||
|
||
## Fly.io Starter Template | ||
|
||
We have added a new starter template for [Fly.io](https://fly.io/). Fly.io is a platform for running applications globally. It is a great fit for Coder workspaces because it allows you to run them close to your developers. See the blog post [here](https://coder.com/blog/remote-developer-environments-on-fly-io) for more information. | ||
matifali marked this conversation as resolved.
Show resolved
Hide resolved
|
||
 | ||
|
||
## Open in Coder | ||
|
||
Now you can generate _Open In Coder_ buttons for your templates to provide a one-click experience for your developers. See the [docs](https://coder.com/docs/v2/latest/templates/open-in-coder) for more information. | ||
|
||
### Other Exciting Features | ||
|
||
- Ability to use non-localhost addresses with `coder port-forward` [docs](https://coder.com/docs/v2/latest/cli/port-forward) | ||
- Add or remove licenses from the dashboard. | ||
- Added support for X11 forwarding in the Coder CLI. [docs](https://coder.com/docs/v2/latest/cli/ssh) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.