Update ghcr.io/juanfont/headscale Docker tag to v0.20.0 - autoclosed #1207

Closed
renovate-bot wants to merge 1 commit from renovate/ghcr.io-juanfont-headscale-0.x into master
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/juanfont/headscale minor 0.17.1 -> 0.20.0

Release Notes

juanfont/headscale

v0.20.0

Compare Source

Changes
  • Fix wrong behaviour in exit nodes #​1159
  • Align behaviour of dns_config.restricted_nameservers to tailscale #​1162
  • Make OpenID Connect authenticated client expiry time configurable #​1191
    • defaults to 180 days like Tailscale SaaS
    • adds option to use the expiry time from the OpenID token for the node (see config-example.yaml)
  • Set ControlTime in Map info sent to nodes #​1195
  • Populate Tags field on Node updates sent #​1195

v0.19.0

Compare Source

BREAKING
  • Rename Namespace to User #​1144
    • BACKUP your database before upgrading
  • Command line flags previously taking --namespace or -n will now require --user or -u

v0.18.0

Compare Source

Changes
  • Reworked routing and added support for subnet router failover #​1024
  • Added an OIDC AllowGroups Configuration options and authorization check #​1041
  • Set db_ssl to false by default #​1052
  • Fix duplicate nodes due to incorrect implementation of the protocol #​1058
  • Report if a machine is online in CLI more accurately #​1062
  • Added config option for custom DNS records #​1035
  • Expire nodes based on OIDC token expiry #​1067
  • Remove ephemeral nodes on logout #​1098
  • Performance improvements in ACLs #​1129
  • OIDC client secret can be passed via a file #​1127

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/juanfont/headscale](https://github.com/juanfont/headscale) | minor | `0.17.1` -> `0.20.0` | --- ### Release Notes <details> <summary>juanfont/headscale</summary> ### [`v0.20.0`](https://github.com/juanfont/headscale/blob/HEAD/CHANGELOG.md#&#8203;0200-2023-x-x) [Compare Source](https://github.com/juanfont/headscale/compare/v0.19.0...v0.20.0) ##### Changes - Fix wrong behaviour in exit nodes [#&#8203;1159](https://github.com/juanfont/headscale/pull/1159) - Align behaviour of `dns_config.restricted_nameservers` to tailscale [#&#8203;1162](https://github.com/juanfont/headscale/pull/1162) - Make OpenID Connect authenticated client expiry time configurable [#&#8203;1191](https://github.com/juanfont/headscale/pull/1191) - defaults to 180 days like Tailscale SaaS - adds option to use the expiry time from the OpenID token for the node (see config-example.yaml) - Set ControlTime in Map info sent to nodes [#&#8203;1195](https://github.com/juanfont/headscale/pull/1195) - Populate Tags field on Node updates sent [#&#8203;1195](https://github.com/juanfont/headscale/pull/1195) ### [`v0.19.0`](https://github.com/juanfont/headscale/blob/HEAD/CHANGELOG.md#&#8203;0190-2023-01-29) [Compare Source](https://github.com/juanfont/headscale/compare/v0.18.0...v0.19.0) ##### BREAKING - Rename Namespace to User [#&#8203;1144](https://github.com/juanfont/headscale/pull/1144) - **BACKUP your database before upgrading** - Command line flags previously taking `--namespace` or `-n` will now require `--user` or `-u` ### [`v0.18.0`](https://github.com/juanfont/headscale/blob/HEAD/CHANGELOG.md#&#8203;0180-2023-01-14) [Compare Source](https://github.com/juanfont/headscale/compare/v0.17.1...v0.18.0) ##### Changes - Reworked routing and added support for subnet router failover [#&#8203;1024](https://github.com/juanfont/headscale/pull/1024) - Added an OIDC AllowGroups Configuration options and authorization check [#&#8203;1041](https://github.com/juanfont/headscale/pull/1041) - Set `db_ssl` to false by default [#&#8203;1052](https://github.com/juanfont/headscale/pull/1052) - Fix duplicate nodes due to incorrect implementation of the protocol [#&#8203;1058](https://github.com/juanfont/headscale/pull/1058) - Report if a machine is online in CLI more accurately [#&#8203;1062](https://github.com/juanfont/headscale/pull/1062) - Added config option for custom DNS records [#&#8203;1035](https://github.com/juanfont/headscale/pull/1035) - Expire nodes based on OIDC token expiry [#&#8203;1067](https://github.com/juanfont/headscale/pull/1067) - Remove ephemeral nodes on logout [#&#8203;1098](https://github.com/juanfont/headscale/pull/1098) - Performance improvements in ACLs [#&#8203;1129](https://github.com/juanfont/headscale/pull/1129) - OIDC client secret can be passed via a file [#&#8203;1127](https://github.com/juanfont/headscale/pull/1127) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNS4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIwLjAifQ==-->
renovate-bot added 1 commit 2022-11-26 17:44:07 +00:00
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2311f0fac6
Update ghcr.io/juanfont/headscale Docker tag to v0.17.0
renovate-bot changed title from Update ghcr.io/juanfont/headscale Docker tag to v0.17.0 to Update ghcr.io/juanfont/headscale Docker tag to v0.17.1 2022-12-06 17:43:47 +00:00
renovate-bot force-pushed renovate/ghcr.io-juanfont-headscale-0.x from 2311f0fac6 to 41ec48b100 2022-12-06 17:43:49 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-juanfont-headscale-0.x from 41ec48b100 to 4a86ffb0a1 2023-01-15 17:45:59 +00:00 Compare
renovate-bot changed title from Update ghcr.io/juanfont/headscale Docker tag to v0.17.1 to Update ghcr.io/juanfont/headscale Docker tag to v0.18.0 2023-01-15 17:45:59 +00:00
renovate-bot force-pushed renovate/ghcr.io-juanfont-headscale-0.x from 4a86ffb0a1 to a08564d1b2 2023-01-21 17:44:20 +00:00 Compare
renovate-bot changed title from Update ghcr.io/juanfont/headscale Docker tag to v0.18.0 to Update ghcr.io/juanfont/headscale Docker tag to v0.19.0 2023-01-29 17:45:08 +00:00
renovate-bot force-pushed renovate/ghcr.io-juanfont-headscale-0.x from a08564d1b2 to 0dbdb4fe21 2023-01-29 17:45:09 +00:00 Compare
renovate-bot changed title from Update ghcr.io/juanfont/headscale Docker tag to v0.19.0 to Update ghcr.io/juanfont/headscale Docker tag to v0.20.0 2023-02-03 17:47:07 +00:00
renovate-bot force-pushed renovate/ghcr.io-juanfont-headscale-0.x from 0dbdb4fe21 to 4c5f611f8a 2023-02-03 17:47:08 +00:00 Compare
renovate-bot changed title from Update ghcr.io/juanfont/headscale Docker tag to v0.20.0 to Update ghcr.io/juanfont/headscale Docker tag to v0.20.0 - autoclosed 2023-02-08 17:47:27 +00:00
renovate-bot closed this pull request 2023-02-08 17:47:27 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: tobru/gitops-tbrnt#1207
No description provided.