Merge branch 'main' into patch-1

This commit is contained in:
Niek van der Maas 2022-03-25 08:44:16 +01:00 committed by GitHub
commit b60727b205
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## 0.16.0 (2022-xx-xx)
### Changes
- Fix labels cardinality error when registering unknown pre-auth key [#519](https://github.com/juanfont/headscale/pull/519)
## 0.15.0 (2022-03-20)
**Note:** Take a backup of your database before upgrading.

2
api.go
View file

@ -573,7 +573,7 @@ func (h *Headscale) handleAuthKey(
machineRegistrations.WithLabelValues("new", RegisterMethodAuthKey, "error", pak.Namespace.Name).
Inc()
} else {
machineRegistrations.WithLabelValues("new", RegisterMethodAuthKey, "error").Inc()
machineRegistrations.WithLabelValues("new", RegisterMethodAuthKey, "error", "unknown").Inc()
}
return