mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-19 02:10:04 +09:00
Release docs 0.24 (#2349)
* correct changelog date Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * update docs version and copyright Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * fix deprecated goreleaser key and DRY Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --------- Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
e88406e837
commit
8076c94444
3 changed files with 10 additions and 51 deletions
|
@ -82,7 +82,9 @@ nfpms:
|
||||||
|
|
||||||
kos:
|
kos:
|
||||||
- id: ghcr
|
- id: ghcr
|
||||||
repository: ghcr.io/juanfont/headscale
|
repositories:
|
||||||
|
- ghcr.io/juanfont/headscale
|
||||||
|
- headscale/headscale
|
||||||
|
|
||||||
# bare tells KO to only use the repository
|
# bare tells KO to only use the repository
|
||||||
# for tagging and naming the container.
|
# for tagging and naming the container.
|
||||||
|
@ -110,31 +112,11 @@ kos:
|
||||||
- '{{ trimprefix .Tag "v" }}'
|
- '{{ trimprefix .Tag "v" }}'
|
||||||
- "sha-{{ .ShortCommit }}"
|
- "sha-{{ .ShortCommit }}"
|
||||||
|
|
||||||
- id: dockerhub
|
|
||||||
build: headscale
|
|
||||||
base_image: gcr.io/distroless/base-debian12
|
|
||||||
repository: headscale/headscale
|
|
||||||
bare: true
|
|
||||||
platforms:
|
|
||||||
- linux/amd64
|
|
||||||
- linux/386
|
|
||||||
- linux/arm64
|
|
||||||
- linux/arm/v7
|
|
||||||
tags:
|
|
||||||
- "{{ if not .Prerelease }}latest{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}{{ .Major }}.{{ .Minor }}.{{ .Patch }}{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}{{ .Major }}.{{ .Minor }}{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}{{ .Major }}{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}v{{ .Major }}.{{ .Minor }}.{{ .Patch }}{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}v{{ .Major }}.{{ .Minor }}{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}v{{ .Major }}{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}stable{{ else }}unstable{{ end }}"
|
|
||||||
- "{{ .Tag }}"
|
|
||||||
- '{{ trimprefix .Tag "v" }}'
|
|
||||||
- "sha-{{ .ShortCommit }}"
|
|
||||||
|
|
||||||
- id: ghcr-debug
|
- id: ghcr-debug
|
||||||
repository: ghcr.io/juanfont/headscale
|
repositories:
|
||||||
|
- ghcr.io/juanfont/headscale
|
||||||
|
- headscale/headscale
|
||||||
|
|
||||||
bare: true
|
bare: true
|
||||||
base_image: gcr.io/distroless/base-debian12:debug
|
base_image: gcr.io/distroless/base-debian12:debug
|
||||||
build: headscale
|
build: headscale
|
||||||
|
@ -159,29 +141,6 @@ kos:
|
||||||
- '{{ trimprefix .Tag "v" }}-debug'
|
- '{{ trimprefix .Tag "v" }}-debug'
|
||||||
- "sha-{{ .ShortCommit }}-debug"
|
- "sha-{{ .ShortCommit }}-debug"
|
||||||
|
|
||||||
- id: dockerhub-debug
|
|
||||||
build: headscale
|
|
||||||
base_image: gcr.io/distroless/base-debian12:debug
|
|
||||||
repository: headscale/headscale
|
|
||||||
bare: true
|
|
||||||
platforms:
|
|
||||||
- linux/amd64
|
|
||||||
- linux/386
|
|
||||||
- linux/arm64
|
|
||||||
- linux/arm/v7
|
|
||||||
tags:
|
|
||||||
- "{{ if not .Prerelease }}latest-debug{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}{{ .Major }}.{{ .Minor }}.{{ .Patch }}-debug{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}{{ .Major }}.{{ .Minor }}-debug{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}{{ .Major }}-debug{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}v{{ .Major }}.{{ .Minor }}.{{ .Patch }}-debug{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}v{{ .Major }}.{{ .Minor }}-debug{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}v{{ .Major }}-debug{{ end }}"
|
|
||||||
- "{{ if not .Prerelease }}stable-debug{{ else }}unstable-debug{{ end }}"
|
|
||||||
- "{{ .Tag }}-debug"
|
|
||||||
- '{{ trimprefix .Tag "v" }}-debug'
|
|
||||||
- "sha-{{ .ShortCommit }}-debug"
|
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "checksums.txt"
|
name_template: "checksums.txt"
|
||||||
snapshot:
|
snapshot:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Next
|
## Next
|
||||||
|
|
||||||
## 0.24.0 (2024-01-17)
|
## 0.24.0 (2025-01-17)
|
||||||
|
|
||||||
### Security fix: OIDC changes in Headscale 0.24.0
|
### Security fix: OIDC changes in Headscale 0.24.0
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ repo_name: juanfont/headscale
|
||||||
repo_url: https://github.com/juanfont/headscale
|
repo_url: https://github.com/juanfont/headscale
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
copyright: Copyright © 2024 Headscale authors
|
copyright: Copyright © 2025 Headscale authors
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
theme:
|
theme:
|
||||||
|
@ -106,7 +106,7 @@ extra:
|
||||||
- icon: fontawesome/brands/discord
|
- icon: fontawesome/brands/discord
|
||||||
link: https://discord.gg/c84AZQhmpx
|
link: https://discord.gg/c84AZQhmpx
|
||||||
headscale:
|
headscale:
|
||||||
version: 0.23.0
|
version: 0.24.0
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
|
Loading…
Reference in a new issue