Commit graph

42 commits

Author SHA1 Message Date
Jonathan Ringer b09e311591
tailscale: fix runtime dependency on procps
```
sudo tailscale up --advertise-exit-node
Warning: couldn't check net.ipv4.ip_forward (exec: "sysctl": executable file not found in $PATH).
```
2021-08-09 00:14:07 -07:00
Phillip Cloud c97e7e1380
tailscale: 1.12.2 -> 1.12.3 2021-08-07 15:39:26 -04:00
zowoq a6b80311eb tailscale: buildFlagsArray -> ldflags, tags 2021-08-07 12:28:40 +10:00
Phillip Cloud e1788dc3b9 tailscale: 1.12.1 -> 1.12.2 2021-08-04 21:52:44 +09:00
Thomas Gerbet b6d9edca7d tailscale: 1.12.0 -> 1.12.1
https://github.com/tailscale/tailscale/releases/tag/v1.12.1
2021-07-28 08:46:31 +02:00
Thomas Gerbet 8f85e89c03 tailscale: 1.10.2 -> 1.12.0
https://github.com/tailscale/tailscale/releases/tag/v1.12.0
2021-07-28 12:00:27 +09:00
Bernardo Meurer 7642d0b427 tailscale: 1.10.1 -> 1.10.2 2021-07-16 12:15:46 +02:00
蛇崩乃音 6d76f54b64
tailscale: 1.10.0 -> 1.10.1 2021-07-05 22:41:26 +02:00
蛇崩乃音 cbe2ac46a4
tailscale: 1.8.8 -> 1.10.0 2021-06-25 17:03:27 +02:00
蛇崩乃音 3e5b5ef7e6
tailscale: 1.8.7 -> 1.8.8 2021-06-24 13:32:36 +02:00
蛇崩乃音 e738529752 tailscale: 1.8.6 -> 1.8.7 2021-06-10 12:03:32 +09:00
蛇崩乃音 57f67a8ec0
tailscale: 1.8.3 -> 1.8.5 2021-05-28 16:47:33 +02:00
蛇崩乃音 c6913eeb39 tailscale: 1.8.3 -> 1.8.5 2021-05-21 16:21:26 -07:00
Thomas Gerbet a3c9fd29fe tailscale: 1.8.0 -> 1.8.3 2021-05-11 22:29:56 +02:00
Julian Stecklina 5686421c0a tailscale: 1.6.0 -> 1.8.0 2021-05-06 21:26:11 +02:00
Sandro Jäckel 9378fdf87e
iproute: deprecate alias 2021-04-04 01:43:46 +02:00
Thomas Gerbet ce403df042 tailscale: 1.4.5 -> 1.6.0 2021-03-17 08:54:09 +01:00
Wael Nasreddine d470cd98c1
tailscale: 1.4.4 -> 1.4.5 (#114420) 2021-02-25 15:19:33 -08:00
Mario Rodas a4f9ea1e51 tailscale: remove tagHash reference 2021-02-12 04:20:00 -05:00
R. RyanTM 6768c30e70 tailscale: 1.4.2 -> 1.4.4 2021-02-11 23:45:45 +00:00
Bruno Bigras 13efa4feac tailscale: 1.4.1 -> 1.4.2 2021-02-01 20:23:03 -05:00
Bruno Bigras b9c84bccf7 tailscale: 1.4.0 -> 1.4.1 2021-01-28 17:23:16 -05:00
Bruno Bigras 0cdef78c4e tailscale: 1.2.10 -> 1.4.0 2021-01-27 21:20:09 -05:00
Bernardo Meurer 6612d859a2
tailscale: 1.2.8 -> 1.2.10 2020-12-14 18:34:43 -08:00
David Anderson 168f36153b tailscale: 1.2.6 -> 1.2.8
Signed-off-by: David Anderson <dave@natulte.net>
2020-11-16 16:46:16 -08:00
David Anderson 027bcf83c7 tailscale: 1.2.1 -> 1.2.6
Signed-off-by: David Anderson <dave@natulte.net>
2020-11-12 23:17:47 -08:00
David Anderson 503caab776 nixos/tailscale: use upstream systemd service config.
Signed-off-by: David Anderson <dave@natulte.net>
2020-11-03 19:37:48 -08:00
David Anderson 4571671de3 tailscale: 1.0.5 -> 1.2.1 2020-11-03 17:25:01 -08:00
Danielle Lancashire 7526ae55d7
tailscale: Include version in build flags
This commit adds the user-facing version to the tailscale version
output.

Prior to this change, it used a hardcoded fallback that is fairly
infrequently updated (https://github.com/tailscale/tailscale/commits/main/version/version.go).

After this change, we print the user-friendlier tag version, which is
helpful when wanting to e.g check to see if you have a version that is
compatible with a feature like [magic dns][magic-dns].

E.g:

```
[nixpkgs(dani/tailscale-version)] $ ./result/bin/tailscale version
1.0.5
```

[magic-dns]: https://tailscale.com/kb/1081/magic-dns
2020-10-22 22:47:18 +02:00
R. RyanTM 71f860dc71 tailscale: 1.0.3 -> 1.0.5 2020-08-31 02:47:41 +00:00
Ryan Mulligan 08db595fa1
Merge pull request #95186 from r-ryantm/auto-update/tailscale
tailscale: 1.0.0 -> 1.0.3
2020-08-12 05:53:41 -07:00
Timothy Stott ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
R. RyanTM 998d0764f9 tailscale: 1.0.0 -> 1.0.3 2020-08-11 15:00:13 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
David Anderson 19661efa6a tailscale: 0.100.0-153 -> 1.0.0
Signed-off-by: David Anderson <dave@natulte.net>
2020-07-30 02:43:04 +00:00
David Anderson 107a1b2a7a tailscale: 0.99.1-0 -> 0.100.0-153
Signed-off-by: David Anderson <dave@natulte.net>
2020-07-20 00:11:25 +00:00
David Anderson e77c586dbc tailscale: 0.97-219 -> 0.99.1-0
Signed-off-by: David Anderson <dave@natulte.net>
2020-06-04 04:23:58 +00:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
David Anderson 0d0dd76a7a tailscale: 0.97-0 -> 0.97-219.
Signed-off-by: David Anderson <dave@natulte.net>
2020-04-21 19:43:32 +02:00
David Anderson 3fa813e820 tailscale: switch version and git ref to use a tag.
The tag points to the same commit hash, so the binary
is unchanged.

Signed-off-by: David Anderson <dave@natulte.net>
2020-03-23 12:11:14 -07:00
David Anderson 1e593070cd tailscale: 0.96-33 -> 0.97-0.
Fixes a severe bug with subnet routing.

Signed-off-by: David Anderson <dave@natulte.net>
2020-03-18 06:08:20 +00:00
Martin Baillie 6e055c9f4a tailscale: init at 0.96-33
Signed-off-by: Martin Baillie <martin@baillie.email>
2020-03-18 05:07:47 +00:00