Skip to content

Tags: tailscale/codespace

Tags

feature_tailscale_1.0.7

Toggle feature_tailscale_1.0.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
tailscale: add support for auth key secrets

The secrets support here is intended for codespaces where the
TS_AUTH_KEY environment variable is protected by github secrets. Setting
an auth key via the environment in other devcontainer runtimes may pose
additonal security risks associated with secrets in environment
variables.

feature_tailscale_1.0.6

Toggle feature_tailscale_1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix sudo passing environment for firewall mode (#34)

* src/tailscale: pass firewall mode through sudo

* src/tailscale: bump to 1.0.6 for sudo env fix

feature_tailscale_1.0.5

Toggle feature_tailscale_1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for 1.0.5 release (#33)

* src/tailscale: update version string for next release

* README.md: add version parameter to example configuration

feature_tailscale_1.0.4

Toggle feature_tailscale_1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update scripts to be sh compatible (#22)

feature_tailscale_1.0.3

Toggle feature_tailscale_1.0.3's commit message
update templates-namespace

The 1.0.2 version went to both the original namespace
https://github.com/tailscale/codespace/pkgs/container/codespace%2Ftailscale

and to the new, and intended, namespace:
https://github.com/tailscale/codespace/pkgs/container/codespace

Most importantly, the 1.0.2 tag only appears in the original namespace,
and we want it to appear in the new namespace.

Add a templates-namespace declaration, maybe the original namespace is
being used because of the template.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>

feature_tailscale_1.0.2

Toggle feature_tailscale_1.0.2's commit message
Increment semver for new namespace.

I thought that changing the namespace meant it wouldn't find
1.0.1 and would publish it to the new location, but no.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>

feature_tailscale_1.0.1

Toggle feature_tailscale_1.0.1's commit message
Increment semver for 1.36.2.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>