Skip to content

Commit 0267fe8

Browse files
committed
VERSION.txt: this is v1.78.0
Signed-off-by: Nick Khyl <[email protected]>
1 parent 87546a5 commit 0267fe8

File tree

554 files changed

+44582
-44582
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

554 files changed

+44582
-44582
lines changed

.bencher/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
suppress_failure_on_regression: true
1+
suppress_failure_on_regression: true

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
go.mod filter=go-mod
2-
*.go diff=golang
1+
go.mod filter=go-mod
2+
*.go diff=golang
Lines changed: 81 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,81 @@
1-
name: Bug report
2-
description: File a bug report. If you need help, contact support instead
3-
labels: [needs-triage, bug]
4-
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
Need help with your tailnet? [Contact support](https://tailscale.com/contact/support) instead.
9-
Otherwise, please check if your bug is [already filed](https://github.com/tailscale/tailscale/issues) before filing a new one.
10-
- type: textarea
11-
id: what-happened
12-
attributes:
13-
label: What is the issue?
14-
description: What happened? What did you expect to happen?
15-
validations:
16-
required: true
17-
- type: textarea
18-
id: steps
19-
attributes:
20-
label: Steps to reproduce
21-
description: What are the steps you took that hit this issue?
22-
validations:
23-
required: false
24-
- type: textarea
25-
id: changes
26-
attributes:
27-
label: Are there any recent changes that introduced the issue?
28-
description: If so, what are those changes?
29-
validations:
30-
required: false
31-
- type: dropdown
32-
id: os
33-
attributes:
34-
label: OS
35-
description: What OS are you using? You may select more than one.
36-
multiple: true
37-
options:
38-
- Linux
39-
- macOS
40-
- Windows
41-
- iOS
42-
- Android
43-
- Synology
44-
- Other
45-
validations:
46-
required: false
47-
- type: input
48-
id: os-version
49-
attributes:
50-
label: OS version
51-
description: What OS version are you using?
52-
placeholder: e.g., Debian 11.0, macOS Big Sur 11.6, Synology DSM 7
53-
validations:
54-
required: false
55-
- type: input
56-
id: ts-version
57-
attributes:
58-
label: Tailscale version
59-
description: What Tailscale version are you using?
60-
placeholder: e.g., 1.14.4
61-
validations:
62-
required: false
63-
- type: textarea
64-
id: other-software
65-
attributes:
66-
label: Other software
67-
description: What [other software](https://github.com/tailscale/tailscale/wiki/OtherSoftwareInterop) (networking, security, etc) are you running?
68-
validations:
69-
required: false
70-
- type: input
71-
id: bug-report
72-
attributes:
73-
label: Bug report
74-
description: Please run [`tailscale bugreport`](https://tailscale.com/kb/1080/cli/?q=Cli#bugreport) and share the bug identifier. The identifier is a random string which allows Tailscale support to locate your account and gives a point to focus on when looking for errors.
75-
placeholder: e.g., BUG-1b7641a16971a9cd75822c0ed8043fee70ae88cf05c52981dc220eb96a5c49a8-20210427151443Z-fbcd4fd3a4b7ad94
76-
validations:
77-
required: false
78-
- type: markdown
79-
attributes:
80-
value: |
81-
Thanks for filing a bug report!
1+
name: Bug report
2+
description: File a bug report. If you need help, contact support instead
3+
labels: [needs-triage, bug]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Need help with your tailnet? [Contact support](https://tailscale.com/contact/support) instead.
9+
Otherwise, please check if your bug is [already filed](https://github.com/tailscale/tailscale/issues) before filing a new one.
10+
- type: textarea
11+
id: what-happened
12+
attributes:
13+
label: What is the issue?
14+
description: What happened? What did you expect to happen?
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: steps
19+
attributes:
20+
label: Steps to reproduce
21+
description: What are the steps you took that hit this issue?
22+
validations:
23+
required: false
24+
- type: textarea
25+
id: changes
26+
attributes:
27+
label: Are there any recent changes that introduced the issue?
28+
description: If so, what are those changes?
29+
validations:
30+
required: false
31+
- type: dropdown
32+
id: os
33+
attributes:
34+
label: OS
35+
description: What OS are you using? You may select more than one.
36+
multiple: true
37+
options:
38+
- Linux
39+
- macOS
40+
- Windows
41+
- iOS
42+
- Android
43+
- Synology
44+
- Other
45+
validations:
46+
required: false
47+
- type: input
48+
id: os-version
49+
attributes:
50+
label: OS version
51+
description: What OS version are you using?
52+
placeholder: e.g., Debian 11.0, macOS Big Sur 11.6, Synology DSM 7
53+
validations:
54+
required: false
55+
- type: input
56+
id: ts-version
57+
attributes:
58+
label: Tailscale version
59+
description: What Tailscale version are you using?
60+
placeholder: e.g., 1.14.4
61+
validations:
62+
required: false
63+
- type: textarea
64+
id: other-software
65+
attributes:
66+
label: Other software
67+
description: What [other software](https://github.com/tailscale/tailscale/wiki/OtherSoftwareInterop) (networking, security, etc) are you running?
68+
validations:
69+
required: false
70+
- type: input
71+
id: bug-report
72+
attributes:
73+
label: Bug report
74+
description: Please run [`tailscale bugreport`](https://tailscale.com/kb/1080/cli/?q=Cli#bugreport) and share the bug identifier. The identifier is a random string which allows Tailscale support to locate your account and gives a point to focus on when looking for errors.
75+
placeholder: e.g., BUG-1b7641a16971a9cd75822c0ed8043fee70ae88cf05c52981dc220eb96a5c49a8-20210427151443Z-fbcd4fd3a4b7ad94
76+
validations:
77+
required: false
78+
- type: markdown
79+
attributes:
80+
value: |
81+
Thanks for filing a bug report!

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
blank_issues_enabled: true
2-
contact_links:
3-
- name: Support
4-
url: https://tailscale.com/contact/support/
5-
about: Contact us for support
6-
- name: Troubleshooting
7-
url: https://tailscale.com/kb/1023/troubleshooting
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Support
4+
url: https://tailscale.com/contact/support/
5+
about: Contact us for support
6+
- name: Troubleshooting
7+
url: https://tailscale.com/kb/1023/troubleshooting
88
about: See the troubleshooting guide for help addressing common issues
Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
name: Feature request
2-
description: Propose a new feature
3-
title: "FR: "
4-
labels: [needs-triage, fr]
5-
body:
6-
- type: markdown
7-
attributes:
8-
value: |
9-
Please check if your feature request is [already filed](https://github.com/tailscale/tailscale/issues).
10-
Tell us about your idea!
11-
- type: textarea
12-
id: problem
13-
attributes:
14-
label: What are you trying to do?
15-
description: Tell us about the problem you're trying to solve.
16-
validations:
17-
required: false
18-
- type: textarea
19-
id: solution
20-
attributes:
21-
label: How should we solve this?
22-
description: If you have an idea of how you'd like to see this feature work, let us know.
23-
validations:
24-
required: false
25-
- type: textarea
26-
id: alternative
27-
attributes:
28-
label: What is the impact of not solving this?
29-
description: (How) Are you currently working around the issue?
30-
validations:
31-
required: false
32-
- type: textarea
33-
id: context
34-
attributes:
35-
label: Anything else?
36-
description: Any additional context to share, e.g., links
37-
validations:
38-
required: false
39-
- type: markdown
40-
attributes:
41-
value: |
42-
Thanks for filing a feature request!
1+
name: Feature request
2+
description: Propose a new feature
3+
title: "FR: "
4+
labels: [needs-triage, fr]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please check if your feature request is [already filed](https://github.com/tailscale/tailscale/issues).
10+
Tell us about your idea!
11+
- type: textarea
12+
id: problem
13+
attributes:
14+
label: What are you trying to do?
15+
description: Tell us about the problem you're trying to solve.
16+
validations:
17+
required: false
18+
- type: textarea
19+
id: solution
20+
attributes:
21+
label: How should we solve this?
22+
description: If you have an idea of how you'd like to see this feature work, let us know.
23+
validations:
24+
required: false
25+
- type: textarea
26+
id: alternative
27+
attributes:
28+
label: What is the impact of not solving this?
29+
description: (How) Are you currently working around the issue?
30+
validations:
31+
required: false
32+
- type: textarea
33+
id: context
34+
attributes:
35+
label: Anything else?
36+
description: Any additional context to share, e.g., links
37+
validations:
38+
required: false
39+
- type: markdown
40+
attributes:
41+
value: |
42+
Thanks for filing a feature request!

.github/dependabot.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# Documentation for this file can be found at:
2-
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
3-
version: 2
4-
updates:
5-
## Disabled between releases. We reenable it briefly after every
6-
## stable release, pull in all changes, and close it again so that
7-
## the tree remains more stable during development and the upstream
8-
## changes have time to soak before the next release.
9-
# - package-ecosystem: "gomod"
10-
# directory: "/"
11-
# schedule:
12-
# interval: "daily"
13-
# commit-message:
14-
# prefix: "go.mod:"
15-
# open-pull-requests-limit: 100
16-
- package-ecosystem: "github-actions"
17-
directory: "/"
18-
schedule:
19-
interval: "weekly"
20-
commit-message:
21-
prefix: ".github:"
1+
# Documentation for this file can be found at:
2+
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
3+
version: 2
4+
updates:
5+
## Disabled between releases. We reenable it briefly after every
6+
## stable release, pull in all changes, and close it again so that
7+
## the tree remains more stable during development and the upstream
8+
## changes have time to soak before the next release.
9+
# - package-ecosystem: "gomod"
10+
# directory: "/"
11+
# schedule:
12+
# interval: "daily"
13+
# commit-message:
14+
# prefix: "go.mod:"
15+
# open-pull-requests-limit: 100
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"
20+
commit-message:
21+
prefix: ".github:"

AUTHORS

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# This is the official list of Tailscale
2-
# authors for copyright purposes.
3-
#
4-
# Names should be added to this file as one of
5-
# Organization's name
6-
# Individual's name <submission email address>
7-
# Individual's name <submission email address> <email2> <emailN>
8-
#
9-
# Please keep the list sorted.
10-
#
11-
# You do not need to add entries to this list, and we don't actively
12-
# populate this list. If you do want to be acknowledged explicitly as
13-
# a copyright holder, though, then please send a PR referencing your
14-
# earlier contributions and clarifying whether it's you or your
15-
# company that owns the rights to your contribution.
16-
17-
Tailscale Inc.
1+
# This is the official list of Tailscale
2+
# authors for copyright purposes.
3+
#
4+
# Names should be added to this file as one of
5+
# Organization's name
6+
# Individual's name <submission email address>
7+
# Individual's name <submission email address> <email2> <emailN>
8+
#
9+
# Please keep the list sorted.
10+
#
11+
# You do not need to add entries to this list, and we don't actively
12+
# populate this list. If you do want to be acknowledged explicitly as
13+
# a copyright holder, though, then please send a PR referencing your
14+
# earlier contributions and clarifying whether it's you or your
15+
# company that owns the rights to your contribution.
16+
17+
Tailscale Inc.

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/tailcfg/ @tailscale/control-protocol-owners
1+
/tailcfg/ @tailscale/control-protocol-owners

0 commit comments

Comments
 (0)