Skip to content

Commit 9e67616

Browse files
authored
Merge pull request #20 from coder/2023-05-30-changelog
2 parents dd0fe7e + 1deb388 commit 9e67616

File tree

6 files changed

+53
-0
lines changed

6 files changed

+53
-0
lines changed

changelogs/2023-05-30/index.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: What's New in May 2023
3+
date: May 30, 2023
4+
author: Muhammad Atif Ali
5+
version: "0.23.7"
6+
---
7+
8+
![banner](.\static\banner.png)
9+
10+
In the last few months, we have been working on exciting new features for Coder. We are excited to share them with you today.
11+
12+
## Workspace Proxies (Experimental)
13+
14+
Workspace proxies provide low-latency experiences for geo-distributed teams.
15+
16+
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.
17+
18+
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.
19+
20+
For deployment instructions, see [Docs](https://coder.com/docs/v2/latest/admin/workspace-proxies).
21+
22+
![workspace proxies selection page](.\static\worksapce-proxies.png)
23+
![workspace proxies selection page](.\static\proxydiagram.png)
24+
25+
## Envbox
26+
27+
[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:
28+
29+
- No custom runtime installation or management on your Kubernetes nodes.
30+
- No limit to the number of pods that run Envbox.
31+
32+
Refer to the [docs](https://coder.com/docs/v2/latest/templates/docker-in-workspaces#envbox) for more information.
33+
34+
## Template Editor
35+
36+
Edit & duplicate templates directly from the Coder dashboard. This feature is available to all users with the `template-admin` or `owner` role.
37+
38+
![template editor screenshot](.\static\template-editor.gif)
39+
40+
## Fly.io Starter Template
41+
42+
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.
43+
![Fly.io regions map and starter template](./static/fly-regions.png)
44+
45+
## Open in Coder
46+
47+
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.
48+
49+
### Other Exciting Features
50+
51+
- Ability to use non-localhost addresses with `coder port-forward` [docs](https://coder.com/docs/v2/latest/cli/port-forward)
52+
- Add or remove licenses from the dashboard.
53+
- Added support for X11 forwarding in the Coder CLI. [docs](https://coder.com/docs/v2/latest/cli/ssh)
759 KB
Loading
586 KB
Loading
700 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)