Skip to content

Commit 8a5bbf2

Browse files
authored
Prepare for 1.0.5 release (#33)
* src/tailscale: update version string for next release * README.md: add version parameter to example configuration
1 parent 76dd558 commit 8a5bbf2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ to your `devcontainer.json`:
1111
```json
1212
"runArgs": ["--device=/dev/net/tun"],
1313
"features": {
14-
"ghcr.io/tailscale/codespace/tailscale": {}
14+
"ghcr.io/tailscale/codespace/tailscale": {
15+
"version": "latest"
16+
}
1517
}
1618
```
1719

src/tailscale/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Tailscale",
33
"id": "tailscale",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"description": "Connect to your tailnet in your development container",
66
"documentationURL": "https://tailscale.com/kb/1160/github-codespaces/",
77
"licenseURL": "https://github.com/tailscale/codespace/blob/main/LICENSE",

0 commit comments

Comments
 (0)