Skip to content

Commit 0270a53

Browse files
committed
Add may 2023 changelog
1 parent dd0fe7e commit 0270a53

File tree

6 files changed

+49
-0
lines changed

6 files changed

+49
-0
lines changed

changelogs/2023-05-30/index.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: What is New in May 2023
3+
date: May 30, 2023
4+
authors:
5+
- { name: Muhammad Atif Ali, avatar: https://github.com/matifali.png }
6+
- { name: Ben Potter, avatar: https://github.com/bpmct.png }
7+
version: "0.23.7"
8+
---
9+
10+
![banner](.\static\banner.png)
11+
12+
In the last few months, we have been working on exciting new features for Coder. We are excited to share them with you today.
13+
14+
## Workspace Proxies
15+
16+
Workspace proxies provide low-latency experiences for geo-distributed teams.
17+
18+
Coder's networking makes the best effort to connect directly to a workspace. In situations where this is not possible, such as dashboard connections, workspace proxies can reduce the distance the network traffic needs to travel.
19+
20+
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.
21+
22+
For deployment instructions, see [Docs](https://coder.com/docs/v2/latest/admin/workspace-proxies).
23+
24+
![workspace proxies](.\static\worksapce-proxies.png)
25+
26+
## Envbox
27+
28+
[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:
29+
30+
- No custom runtime installation or management on your Kubernetes nodes.
31+
- No limit to the number of pods that run envbox.
32+
33+
## Template Editor
34+
35+
The template editor is a new feature that allows you to edit and duplicate templates directly from the Coder dashboard. This feature is available to all users with the `template-admin` or `owner` role.
36+
37+
![template editor](.\static\template-editor.gif)
38+
39+
## Fly.io Starter Template
40+
41+
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.
42+
![Fly.io Starter Template](.\static\fly-io-starter-template.png)
43+
44+
### Other Exciting Features
45+
46+
- Ability to use non-localhost addresses with `coder port-forward` [docs](https://coder.com/docs/v2/latest/cli/port-forward)
47+
- Generate _Open In Coder_ buttons for your templates to provide a one-click experience for your developers. [#7501](https://github.com/coder/coder/pull/7501)
48+
- Add or remove licenses from the dashboard.
49+
- Added support for X11 forwarding in the Coder CLI. [docs](https://coder.com/docs/v2/latest/cli/ssh)
139 KB
Loading
210 KB
Binary file not shown.
Loading
Loading

0 commit comments

Comments
 (0)