diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000..fa1c06da
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,10 @@
+* @juanfont @kradalby
+
+*.md @ohdearaugustin
+*.yml @ohdearaugustin
+*.yaml @ohdearaugustin
+Dockerfile* @ohdearaugustin
+.goreleaser.yaml @ohdearaugustin
+/docs/ @ohdearaugustin
+/.github/workflows/ @ohdearaugustin
+/.github/renovate.json @ohdearaugustin
diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml
index e27b6eda..4a73009b 100644
--- a/.github/workflows/contributors.yml
+++ b/.github/workflows/contributors.yml
@@ -4,13 +4,13 @@ on:
push:
branches:
- main
-
+ workflow_dispatch:
jobs:
add-contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - uses: BobAnkh/add-contributors@master
+ - uses: BobAnkh/add-contributors@v0.2.2
with:
CONTRIBUTOR: "## Contributors"
COLUMN_PER_ROW: "6"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd582afd..7cf99d9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,8 +20,7 @@ This is a part of aligning `headscale`'s behaviour with Tailscale's upstream beh
- Tags should now work correctly and adding a host to Headscale should now reload the rules.
- The documentation have a [fictional example](docs/acls.md) that should cover some use cases of the ACLs features
-
-**0.13.0 (2022-xx-xx):**
+**0.13.0 (2022-02-18):**
**Features**:
diff --git a/README.md b/README.md
index 1d86380e..e7ba6649 100644
--- a/README.md
+++ b/README.md
@@ -122,13 +122,6 @@ make build
-
-
-
-
- Juan Font
-
- |
@@ -136,6 +129,13 @@ make build
Kristoffer Dalby
|
+
+
+
+
+ Juan Font
+
+ |
@@ -150,6 +150,13 @@ make build
ohdearaugustin
|
+
+
+
+
+ Alessandro (Ale) Segala
+
+ |
@@ -157,6 +164,15 @@ make build
unreality
|
+
+
+
+
+
+
+ Eugen Biegler
+
+ |
@@ -164,8 +180,27 @@ make build
Aaron Bieber
|
-
-
+
+
+
+
+ Fernando De Lucchi
+
+ |
+
+
+
+
+ Hoàng Đức Hiếu
+
+ |
+
+
+
+
+ Michael G.
+
+ |
@@ -173,6 +208,8 @@ make build
Paul Tötterman
|
+
+
@@ -187,6 +224,20 @@ make build
Silver Bullet
|
+
+
+
+
+ Stefan Majer
+
+ |
+
+
+
+
+ lachy-2849
+
+ |
@@ -194,6 +245,29 @@ make build
thomas
|
+
+
+
+
+ Abraham Ingersoll
+
+ |
+
+
+
+
+
+
+ Adrien Raffin-Caboisse
+
+ |
+
+
+
+
+ Artem Klevtsov
+
+ |
@@ -201,6 +275,13 @@ make build
Arthur Woimbée
|
+
+
+
+
+ Bryan Stenson
+
+ |
@@ -208,8 +289,6 @@ make build
Felix Kronlage-Dammers
|
-
-
@@ -217,6 +296,43 @@ make build
Felix Yan
|
+
+
+
+
+
+
+ JJGadgets
+
+ |
+
+
+
+
+ Jim Tittsler
+
+ |
+
+
+
+
+ Pierre Carru
+
+ |
+
+
+
+
+ rcursaru
+
+ |
+
+
+
+
+ Ryan Fowler
+
+ |
@@ -224,6 +340,15 @@ make build
Shaanan Cohney
|
+
+
+
+
+
+
+ Tanner
+
+ |
@@ -252,8 +377,6 @@ make build
Tjerk Woudsma
|
-
-
@@ -261,6 +384,15 @@ make build
Zakhar Bessarab
|
+
+
+
+
+
+
+ ZiYuan
+
+ |
@@ -268,6 +400,13 @@ make build
derelm
|
+
+
+
+
+ e-zk
+
+ |
@@ -275,6 +414,22 @@ make build
ignoramous
|
+
+
+
+
+ lion24
+
+ |
+
+
+
+
+ Wakeful-Cloud
+
+ |
+
+
diff --git a/docs/README.md b/docs/README.md
index 4b5d0842..7a3080e3 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -10,7 +10,7 @@ please ask on [Discord](https://discord.gg/XcQxk2VHjx) instead of opening an Iss
### How-to
- [Running headscale on Linux](running-headscale-linux.md)
-- [Control headscale remotly](remote-cli.md)
+- [Control headscale remotely](remote-cli.md)
- [Using a Windows client with headscale](windows-client.md)
### References
|