Update dependency ghcr.io/juanfont/headscale to v0.16.0 #965

Merged
tobru merged 1 commit from renovate/ghcr.io-juanfont-headscale-0.x into master 2022-07-25 20:04:07 +00:00
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/juanfont/headscale minor 0.15.0 -> 0.16.0

Release Notes

juanfont/headscale

v0.16.0

Compare Source

BREAKING
  • Old ACL syntax is no longer supported ("users" & "ports" -> "src" & "dst"). Please check the new syntax.
Changes
  • Drop armhf (32-bit ARM) support. #​609
  • Headscale fails to serve if the ACL policy file cannot be parsed #​537
  • Fix labels cardinality error when registering unknown pre-auth key #​519
  • Fix send on closed channel crash in polling #​542
  • Fixed spurious calls to setLastStateChangeToNow from ephemeral nodes #​566
  • Add command for moving nodes between namespaces #​362
  • Added more configuration parameters for OpenID Connect (scopes, free-form paramters, domain and user allowlist)
  • Add command to set tags on a node #​525
  • Add command to view tags of nodes #​356
  • Add --all (-a) flag to enable routes command #​360
  • Fix issue where nodes was not updated across namespaces #​560
  • Add the ability to rename a nodes name #​560
    • Node DNS names are now unique, a random suffix will be added when a node joins
    • This change contains database changes, remember to backup your database before upgrading
  • Add option to enable/disable logtail (Tailscale's logging infrastructure) #​596
    • This change disables the logs by default
  • Use [Prometheus]'s duration parser, supporting days (d), weeks (w) and years (y) #​598
  • Add support for reloading ACLs with SIGHUP #​601
  • Use new ACL syntax #​618
  • Add -c option to specify config file from command line #​285 #​612
  • Add configuration option to allow Tailscale clients to use a random WireGuard port. kb/1181/firewalls #​624
  • Improve obtuse UX regarding missing configuration (ephemeral_node_inactivity_timeout not set) #​639
  • Fix nodes being shown as 'offline' in tailscale status #​648
  • Improve shutdown behaviour #​651
  • Drop Gin as web framework in Headscale 648 677
  • Make tailnet node updates check interval configurable #​675
  • Fix regression with HTTP API #​684
  • nodes ls now print both Hostname and Name(Issue #​647 PR #​687)

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, click this checkbox.

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.15.0` -> `0.16.0` | --- ### Release Notes <details> <summary>juanfont/headscale</summary> ### [`v0.16.0`](https://github.com/juanfont/headscale/blob/HEAD/CHANGELOG.md#&#8203;0160-2022-xx-xx) [Compare Source](https://github.com/juanfont/headscale/compare/v0.15.0...v0.16.0) ##### BREAKING - Old ACL syntax is no longer supported ("users" & "ports" -> "src" & "dst"). Please check [the new syntax](https://tailscale.com/kb/1018/acls/). ##### Changes - **Drop** armhf (32-bit ARM) support. [#&#8203;609](https://github.com/juanfont/headscale/pull/609) - Headscale fails to serve if the ACL policy file cannot be parsed [#&#8203;537](https://github.com/juanfont/headscale/pull/537) - Fix labels cardinality error when registering unknown pre-auth key [#&#8203;519](https://github.com/juanfont/headscale/pull/519) - Fix send on closed channel crash in polling [#&#8203;542](https://github.com/juanfont/headscale/pull/542) - Fixed spurious calls to setLastStateChangeToNow from ephemeral nodes [#&#8203;566](https://github.com/juanfont/headscale/pull/566) - Add command for moving nodes between namespaces [#&#8203;362](https://github.com/juanfont/headscale/issues/362) - Added more configuration parameters for OpenID Connect (scopes, free-form paramters, domain and user allowlist) - Add command to set tags on a node [#&#8203;525](https://github.com/juanfont/headscale/issues/525) - Add command to view tags of nodes [#&#8203;356](https://github.com/juanfont/headscale/issues/356) - Add --all (-a) flag to enable routes command [#&#8203;360](https://github.com/juanfont/headscale/issues/360) - Fix issue where nodes was not updated across namespaces [#&#8203;560](https://github.com/juanfont/headscale/pull/560) - Add the ability to rename a nodes name [#&#8203;560](https://github.com/juanfont/headscale/pull/560) - Node DNS names are now unique, a random suffix will be added when a node joins - This change contains database changes, remember to **backup** your database before upgrading - Add option to enable/disable logtail (Tailscale's logging infrastructure) [#&#8203;596](https://github.com/juanfont/headscale/pull/596) - This change disables the logs by default - Use \[Prometheus]'s duration parser, supporting days (`d`), weeks (`w`) and years (`y`) [#&#8203;598](https://github.com/juanfont/headscale/pull/598) - Add support for reloading ACLs with SIGHUP [#&#8203;601](https://github.com/juanfont/headscale/pull/601) - Use new ACL syntax [#&#8203;618](https://github.com/juanfont/headscale/pull/618) - Add -c option to specify config file from command line [#&#8203;285](https://github.com/juanfont/headscale/issues/285) [#&#8203;612](https://github.com/juanfont/headscale/pull/601) - Add configuration option to allow Tailscale clients to use a random WireGuard port. [kb/1181/firewalls](https://tailscale.com/kb/1181/firewalls) [#&#8203;624](https://github.com/juanfont/headscale/pull/624) - Improve obtuse UX regarding missing configuration (`ephemeral_node_inactivity_timeout` not set) [#&#8203;639](https://github.com/juanfont/headscale/pull/639) - Fix nodes being shown as 'offline' in `tailscale status` [#&#8203;648](https://github.com/juanfont/headscale/pull/648) - Improve shutdown behaviour [#&#8203;651](https://github.com/juanfont/headscale/pull/651) - Drop Gin as web framework in Headscale [648](https://github.com/juanfont/headscale/pull/648) [677](https://github.com/juanfont/headscale/pull/677) - Make tailnet node updates check interval configurable [#&#8203;675](https://github.com/juanfont/headscale/pull/675) - Fix regression with HTTP API [#&#8203;684](https://github.com/juanfont/headscale/pull/684) - nodes ls now print both Hostname and Name(Issue [#&#8203;647](https://github.com/juanfont/headscale/issues/647) PR [#&#8203;687](https://github.com/juanfont/headscale/pull/687)) </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjMyLjEyNi4yIn0=-->
renovate-bot added 1 commit 2022-07-25 16:44:49 +00:00
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
782f27aaed
Update dependency ghcr.io/juanfont/headscale to v0.16.0
tobru merged commit 139e895c31 into master 2022-07-25 20:04:07 +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#965
No description provided.