Fabián Heredia Montiel
6a52e8ec7f
tailscale: 1.74.0 -> 1.74.1 ( #342881 )
2024-09-25 09:14:07 -06:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Ashish SHUKLA
d74bb82cca
tailscale: 1.74.0 -> 1.74.1
...
Changes: https://tailscale.com/changelog#2024-09-18
2024-09-19 02:00:18 +05:30
Ashish SHUKLA
40a20e6af1
tailscale: 1.72.1 -> 1.74.0
...
- switch to go 1.23.0
Changes: https://tailscale.com/changelog#2024-09-12
2024-09-13 07:18:25 +05:30
Ashish SHUKLA
eb19b36ec4
tailscale: 1.72.0 -> 1.72.1
...
Changes: https://tailscale.com/changelog#2024-08-22
2024-08-23 00:40:02 +05:30
Ashish SHUKLA
354dc1e807
tailscale: 1.70.0 -> 1.72.0
...
Changes: https://tailscale.com/changelog#2024-08-19
2024-08-20 08:45:29 +05:30
Aleksana
22456af36b
Merge pull request #328029 from SFrijters/tailscale-completions
...
tailscale: only generate shell completions if possible
2024-08-08 11:34:24 +08:00
Stefan Frijters
b41e59ef28
tailscale: only generate shell completions if possible
2024-07-17 23:25:28 +02:00
Pyrox
d97f6cdd02
tailscale: 1.68.2 -> 1.70.0
2024-07-17 17:05:17 -04:00
Sandro Jäckel
f8cbb648de
tailscale: test tailscale-nginx-auth
2024-07-09 16:08:22 +02:00
R. Ryantm
203fb14ff3
tailscale: 1.68.1 -> 1.68.2
2024-07-03 04:32:48 +00:00
Pol Dellaiera
ca3274ea13
Merge pull request #319894 from peterablehmann/tailscale
...
tailscale: add shell completions
2024-06-16 22:20:46 +02:00
Pyrox
b7e8cdd6d7
tailscale: 1.68.0 -> 1.68.1
...
https://github.com/tailscale/tailscale/releases/tag/v1.68.1
2024-06-15 12:56:15 -04:00
Peter Lehmann
7c0b81b097
tailscale: add shell completions
2024-06-14 21:15:11 +02:00
Ashish SHUKLA
f9c317b8a5
tailscale: 1.66.4 -> 1.68.0
2024-06-12 22:00:20 +02:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Sandro
4c4f6f1395
Merge pull request #311176 from SuperSandro2000/tailscale-ssh
2024-05-28 11:03:59 +02:00
Ashish SHUKLA
6168f663c8
tailscale: 1.66.3 -> 1.66.4
2024-05-21 03:45:22 +02:00
R. Ryantm
bb3cb8c66d
tailscale: 1.66.1 -> 1.66.3
2024-05-15 21:30:42 +00:00
Sandro Jäckel
d2eeeb450a
tailscale: fix tailscale ssh
...
Closes #310950
2024-05-14 14:28:05 +02:00
Ashish SHUKLA
308965944a
tailscale: 1.66.0 -> 1.66.1
2024-05-09 22:35:31 +00:00
R. Ryantm
4c2a5ce41f
tailscale: 1.64.2 -> 1.66.0
2024-05-09 03:26:04 +00:00
Danielle
1cc23f964d
Revert "tailscale: apply basic systemd hardening ( #306241 )"
...
This reverts commit b247c414c4
.
2024-05-04 23:31:47 +02:00
Guanran928
b247c414c4
tailscale: apply basic systemd hardening ( #306241 )
...
https://github.com/tailscale/tailscale/issues/77
2024-05-02 13:18:58 +00:00
Tom
97bb1199c0
maintainers: remove twitchyliquid64
...
Yall won't miss me. The packages I leave orphaned are trivially updated as dependents need the new versions.
But passively endorsing the direction this organization and its leadership is something I can't do.
To those who still have faith in turning this around, you da real MVP 🖖
2024-04-26 22:48:31 -07:00
Dave Anderson
308cb342c9
maintainers: drop danderson
2024-04-26 11:36:50 -07:00
Sandro Jäckel
ccf4d0c623
tailscale: combine client and daemon binary
...
to save size
2024-04-24 15:30:15 +02:00
R. Ryantm
cd7bb6126c
tailscale: 1.64.1 -> 1.64.2
2024-04-22 14:25:29 +00:00
R. Ryantm
b95450cd18
tailscale: 1.64.0 -> 1.64.1
2024-04-16 05:15:18 +00:00
Muhammad Falak R Wani
bc840c4c4b
tailscale: 1.62.1 -> 1.64.0
...
Diff: https://github.com/tailscale/tailscale/compare/v1.62.1...1.64.0
2024-04-12 08:50:39 +05:30
R. Ryantm
bbf2235337
tailscale: 1.62.0 -> 1.62.1
2024-03-27 03:56:08 +00:00
R. Ryantm
9afa636102
tailscale: 1.60.1 -> 1.62.0
2024-03-14 02:06:29 +00:00
R. Ryantm
ed16a70aca
tailscale: 1.60.0 -> 1.60.1
2024-02-29 23:19:08 +00:00
Muhammad Falak R Wani
0adbce5f2a
tailscale: 1.58.2 -> 1.60.0
...
Diff: https://github.com/tailscale/tailscale/compare/v1.58.2...v1.60.0
Changelog: https://github.com/tailscale/tailscale/releases/tag/v1.60.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-02-16 13:14:01 +05:30
maxine
fa1f4ab8c3
Merge pull request #283368 from dotlambda/tailscale-passthru-tests
...
tailscale: add passthru.tests
2024-01-24 22:48:01 +01:00
Robert Schütz
a04e0bd8a8
tailscale: add passthru.tests
2024-01-23 18:08:41 -08:00
Maxine Aubrey
8bd18571b3
tailscale: 1.58.0 → 1.58.2
2024-01-24 01:50:11 +01:00
Ashish SHUKLA
9380c30d78
tailscale: 1.56.1 -> 1.58.0
2024-01-18 23:32:48 +01:00
Muhammad Falak R Wani
7a59ba2894
tailscale: 1.56.0 -> 1.56.1
...
Diff: https://github.com/tailscale/tailscale/compare/v1.56.0...v1.56.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-12-16 13:14:55 +05:30
Ashish SHUKLA
102500d2ba
tailscale: 1.54.1 -> 1.56.0
2023-12-14 08:39:27 +05:30
Muhammad Falak R Wani
32538c96b9
tailscale: 1.54.0 -> 1.54.1
...
Diff: https://github.com/tailscale/tailscale/compare/v1.54.0...v1.54.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-12-01 08:51:54 +05:30
Muhammad Falak R Wani
fb64f07881
tailscale: 1.52.1 -> 1.54.0
...
Diff: https://github.com/tailscale/tailscale/compare/v1.52.1...v1.54.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-11-16 08:26:59 +05:30
Muhammad Falak R Wani
1dfb3f5263
tailscale: 1.52.0 -> 1.52.1
...
Diff: https://github.com/tailscale/tailscale/compare/v1.52.0...v1.52.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-11-03 09:38:54 +05:30
Thomas Gerbet
baae0f8e0f
tailscale: 1.50.1 -> 1.52.0
...
https://github.com/tailscale/tailscale/releases/tag/v1.52.0
2023-10-30 21:41:00 +01:00
seth
b206b0817c
tailscale: 1.50.0 -> 1.50.1
...
Diff: https://github.com/tailscale/tailscale/compare/v1.50.0...v1.50.1
2023-10-02 17:33:39 -04:00
Muhammad Falak R Wani
66c2b22c81
tailscale: 1.48.2 -> 1.50.0
...
Diff: https://github.com/tailscale/tailscale/compare/v1.48.2...v1.50.0
Changelog: https://github.com/tailscale/tailscale/releases/tag/v1.50.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-09-26 07:47:25 +05:30
Ashish SHUKLA
d69b47088a
tailscale: 1.48.1 -> 1.48.2
2023-09-12 08:19:06 +02:00
Muhammad Falak R Wani
4cb26e2c47
tailscale: use buildGo121Module
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-08-23 08:32:33 +05:30
Muhammad Falak R Wani
069c21c203
tailscale: 1.46.1 -> 1.48.1
...
Diff: https://github.com/tailscale/tailscale/compare/v1.46.1...v1.48.1
Changelog: https://github.com/tailscale/tailscale/releases/tag/v1.48.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-08-23 08:32:33 +05:30
Muhammad Falak R Wani
3f141be99c
tailscale: add mfrw as maintainer
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-08-23 08:32:33 +05:30