You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn
Andrew Lytvynov 593c086866
clientupdate: distinguish when auto-updates are possible (#9896)
clientupdate.Updater will have a non-nil Update func in a few cases
where it doesn't actually perform an update:
* on Arch-like distros, where it prints instructions on how to update
* on macOS app store version, where it opens the app store page

Add a new clientupdate.Arguments field to cause NewUpdater to fail when
we hit one of these cases. This results in c2n updates being "not
supported" and `tailscale set --auto-update` returning an error.

Updates #755

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
8 months ago
..
conffile ipn/{conffile,ipnlocal}: start booting tailscaled from a config file w/ auth key 9 months ago
ipnauth all: update copyright and license headers 1 year ago
ipnlocal clientupdate: distinguish when auto-updates are possible (#9896) 8 months ago
ipnserver logpolicy, various: allow overriding log function 12 months ago
ipnstate client/web: restrict full management client behind browser sessions 9 months ago
localapi ipn/ipnlocal: set the push device token correctly 8 months ago
policy ipn: prefer allow/denylist terminology 1 year ago
store cmd/k8s-operator,ipn/store/kubestore: patch secrets instead of updating 10 months ago
backend.go cmd/tailscale,ipn/ipnlocal: print debug component names 9 months ago
conf.go ipn/{conffile,ipnlocal}: start booting tailscaled from a config file w/ auth key 9 months ago
doc.go all: update copyright and license headers 1 year ago
fake_test.go all: update copyright and license headers 1 year ago
ipn_clone.go ipn: add PostureChecks to Prefs 9 months ago
ipn_test.go net/packet: split off checksum munging into different pkg 9 months ago
ipn_view.go ipn: add PostureChecks to Prefs 9 months ago
prefs.go ipn: add PostureChecks to Prefs 9 months ago
prefs_test.go ipn: add PostureChecks to Prefs 9 months ago
serve.go ipn: use NodeCapMap in CheckFunnel 9 months ago
serve_test.go ipn: use NodeCapMap in CheckFunnel 9 months ago
store.go ipn: avoid useless no-op WriteState calls 11 months ago
store_test.go ipn: avoid useless no-op WriteState calls 11 months ago