Skip to content

Commit

Permalink
Prepare for 1.0.5 release (#33)
Browse files Browse the repository at this point in the history
* src/tailscale: update version string for next release

* README.md: add version parameter to example configuration
  • Loading branch information
raggi authored Mar 8, 2024
1 parent 76dd558 commit 8a5bbf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ to your `devcontainer.json`:
```json
"runArgs": ["--device=/dev/net/tun"],
"features": {
"ghcr.io/tailscale/codespace/tailscale": {}
"ghcr.io/tailscale/codespace/tailscale": {
"version": "latest"
}
}
```

Expand Down
2 changes: 1 addition & 1 deletion src/tailscale/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Tailscale",
"id": "tailscale",
"version": "1.0.4",
"version": "1.0.5",
"description": "Connect to your tailnet in your development container",
"documentationURL": "https://tailscale.com/kb/1160/github-codespaces/",
"licenseURL": "https://github.com/tailscale/codespace/blob/main/LICENSE",
Expand Down

0 comments on commit 8a5bbf2

Please sign in to comment.