From 6fc6355d66ab23d56609df799a0abf08492beb0c Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 29 Nov 2021 17:31:19 +0000 Subject: [PATCH 1/6] Add initial CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f296981b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# CHANGELOG + +**Unreleased: 0.12.0:** + +**BREAKING**: +- Upgrade to Tailscale 1.18 [#229](https://github.com/juanfont/headscale/pull/229) + - This change requires a new format for private key, private keys are now generated automatically: + 1. Delete your current key + 2. Restart `headscale`, a new key will be generated. + 3. Restart all Tailscale clients to fetch the new key + + + +**Changes**: +- Unifi configuration example [#197](https://github.com/juanfont/headscale/pull/197) +- Add gRPC and API (API is currently unavailable) [#204](https://github.com/juanfont/headscale/pull/204) +- Use gRPC between the CLI and the server [#206](https://github.com/juanfont/headscale/pull/206) [#212](https://github.com/juanfont/headscale/pull/212) +- Add stricter linting and formatting [#223](https://github.com/juanfont/headscale/pull/223) From 2e2fb687158c3c299a975523bc7c1cc8a19a5665 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 29 Nov 2021 17:32:05 +0000 Subject: [PATCH 2/6] Remove unreleased --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f296981b..7ed77b65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -**Unreleased: 0.12.0:** +**0.12.0:** **BREAKING**: - Upgrade to Tailscale 1.18 [#229](https://github.com/juanfont/headscale/pull/229) From 42eb6b9e01fdbd8eaa509894087d7f3b7000905c Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 29 Nov 2021 17:34:41 +0000 Subject: [PATCH 3/6] format --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed77b65..bfb29df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,15 @@ **0.12.0:** **BREAKING**: + - Upgrade to Tailscale 1.18 [#229](https://github.com/juanfont/headscale/pull/229) - - This change requires a new format for private key, private keys are now generated automatically: - 1. Delete your current key - 2. Restart `headscale`, a new key will be generated. - 3. Restart all Tailscale clients to fetch the new key - - + - This change requires a new format for private key, private keys are now generated automatically: + 1. Delete your current key + 2. Restart `headscale`, a new key will be generated. + 3. Restart all Tailscale clients to fetch the new key **Changes**: + - Unifi configuration example [#197](https://github.com/juanfont/headscale/pull/197) - Add gRPC and API (API is currently unavailable) [#204](https://github.com/juanfont/headscale/pull/204) - Use gRPC between the CLI and the server [#206](https://github.com/juanfont/headscale/pull/206) [#212](https://github.com/juanfont/headscale/pull/212) From 6350d528a7ec51b783a632f5498e6b162e07cf01 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 29 Nov 2021 19:45:31 +0000 Subject: [PATCH 4/6] Change changelog format --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb29df9..a150b16b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -**0.12.0:** +**TBD (TBD):** **BREAKING**: @@ -16,3 +16,9 @@ - Add gRPC and API (API is currently unavailable) [#204](https://github.com/juanfont/headscale/pull/204) - Use gRPC between the CLI and the server [#206](https://github.com/juanfont/headscale/pull/206) [#212](https://github.com/juanfont/headscale/pull/212) - Add stricter linting and formatting [#223](https://github.com/juanfont/headscale/pull/223) + +**0.11.0 (2021-10-25):** + +**BREAKING**: + +- Make headscale fetch DERP map from URL and file [#196](https://github.com/juanfont/headscale/pull/196) From acaab7a3dee0fbd4d92610c07074e0cdc542f2b1 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Tue, 30 Nov 2021 09:16:09 +0000 Subject: [PATCH 5/6] Add Open ID connect to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a150b16b..ddd94e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ - Use gRPC between the CLI and the server [#206](https://github.com/juanfont/headscale/pull/206) [#212](https://github.com/juanfont/headscale/pull/212) - Add stricter linting and formatting [#223](https://github.com/juanfont/headscale/pull/223) +**Features**: + +- Beta OpenID Connect support [#126](https://github.com/juanfont/headscale/pull/126) [#227](https://github.com/juanfont/headscale/pull/227) + **0.11.0 (2021-10-25):** **BREAKING**: From 3435d95c80f2c425f068f95772d2b889f10d4713 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Tue, 30 Nov 2021 09:17:21 +0000 Subject: [PATCH 6/6] Clarify and formatting --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd94e40..cdc9f55b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,14 @@ **Changes**: -- Unifi configuration example [#197](https://github.com/juanfont/headscale/pull/197) -- Add gRPC and API (API is currently unavailable) [#204](https://github.com/juanfont/headscale/pull/204) -- Use gRPC between the CLI and the server [#206](https://github.com/juanfont/headscale/pull/206) [#212](https://github.com/juanfont/headscale/pull/212) +- Unify configuration example [#197](https://github.com/juanfont/headscale/pull/197) - Add stricter linting and formatting [#223](https://github.com/juanfont/headscale/pull/223) **Features**: -- Beta OpenID Connect support [#126](https://github.com/juanfont/headscale/pull/126) [#227](https://github.com/juanfont/headscale/pull/227) +- Add gRPC and HTTP API (HTTP API is currently disabled) [#204](https://github.com/juanfont/headscale/pull/204) +- Use gRPC between the CLI and the server [#206](https://github.com/juanfont/headscale/pull/206), [#212](https://github.com/juanfont/headscale/pull/212) +- Beta OpenID Connect support [#126](https://github.com/juanfont/headscale/pull/126), [#227](https://github.com/juanfont/headscale/pull/227) **0.11.0 (2021-10-25):**