Skip to content

Releases: tisba/fritz-tls

v0.23.0

01 Jul 06:08
Compare
Choose a tag to compare

Changelog

Dependency Updates

  • 5499ef3 Bump actions/setup-go from 5.3.0 to 5.4.0 (#128)
  • 8344157 Bump actions/setup-go from 5.4.0 to 5.5.0 (#134)
  • 552f306 Bump github.com/go-viper/mapstructure/v2 from 2.0.0 to 2.3.0 (#137)
  • ad9bab9 Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#126)
  • 7d56edc Bump golang.org/x/crypto from 0.37.0 to 0.38.0 (#131)
  • e9a1a23 Bump golang.org/x/net from 0.36.0 to 0.38.0 (#130)
  • 06384f7 Bump golang.org/x/text from 0.24.0 to 0.25.0 (#132)
  • 7d15b6d Bump golangci/golangci-lint-action from 6.5.0 to 7.0.0 (#129)
  • 7752e47 Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#133)
  • 1d4805e Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 (#127)

Housekeeping

  • f1fc54c addresses more findings
  • 0cf5eac addresses some zizmor findings
  • 593cd4e bumps FRITZ!OS version in readme
  • f7746ba bumps go version
  • 806f3fa removes removed linter directives
  • 53f2234 simplifies go fmt step
  • b00660b updates Goreleaser config
  • ed907ca uses seperate CI job for goreleaser check

v0.22.0

01 Jun 16:00
Compare
Choose a tag to compare

Changelog

  • 5499ef3 Bump actions/setup-go from 5.3.0 to 5.4.0 (#128)
  • 8344157 Bump actions/setup-go from 5.4.0 to 5.5.0 (#134)
  • ad9bab9 Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#126)
  • 7d56edc Bump golang.org/x/crypto from 0.37.0 to 0.38.0 (#131)
  • e9a1a23 Bump golang.org/x/net from 0.36.0 to 0.38.0 (#130)
  • 06384f7 Bump golang.org/x/text from 0.24.0 to 0.25.0 (#132)
  • 7d15b6d Bump golangci/golangci-lint-action from 6.5.0 to 7.0.0 (#129)
  • 7752e47 Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#133)
  • 1d4805e Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 (#127)
  • a4ab605 bumps FRITZ!OS version in readme
  • 84f1c1e bumps go version
  • 9b489c9 removes removed linter directives

v0.21.0

23 Mar 10:35
Compare
Choose a tag to compare

Changelog

  • Minor update and improvements in README.md (#109)
  • Properly load and parse provided certificate chain and private key for manual mode (#124)
  • 60a793a addresses goreleaser config changes
  • 6d72e7f defaults port for cert checking to 443
  • 9ee8605 fixes snapshot.name_template deprecation
  • 9f4b5b8 strips debug info from release binaries
  • 6763832 switches dependabot update frequency to monthly
  • 5028771 uses fetch-depth: 0 for goreleaser workflow

Dependency Updates

  • 77321c5 Bump actions/checkout from 4.1.7 to 4.2.0 (#95)
  • aecc30b Bump actions/checkout from 4.2.0 to 4.2.1 (#99)
  • aaa4f28 Bump actions/checkout from 4.2.1 to 4.2.2 (#101)
  • 06b3b69 Bump actions/setup-go from 5.0.2 to 5.1.0 (#100)
  • ad76d6f Bump actions/setup-go from 5.1.0 to 5.2.0 (#112)
  • 710a03c Bump actions/setup-go from 5.2.0 to 5.3.0 (#115)
  • c3e8d48 Bump github.com/go-acme/lego/v4 from 4.17.4 to 4.18.0 (#92)
  • 2451890 Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 (#117)
  • b359aef Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#102)
  • e67b198 Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#123)
  • 9a70822 Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#122)
  • e35891b Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#91)
  • 677a489 Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#93)
  • 90ca6ea Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#97)
  • 48d41c6 Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#105)
  • 3120c36 Bump golang.org/x/crypto from 0.29.0 to 0.30.0 (#107)
  • 75c14de Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#108)
  • 8322235 Bump golang.org/x/crypto from 0.31.0 to 0.35.0 (#119)
  • c96ab64 Bump golang.org/x/net from 0.26.0 to 0.33.0 (#113)
  • e27184a Bump golang.org/x/net from 0.33.0 to 0.36.0 (#121)
  • db91e9b Bump golang.org/x/text from 0.16.0 to 0.17.0 (#90)
  • 4c5ec8e Bump golang.org/x/text from 0.17.0 to 0.18.0 (#94)
  • 8cd8827 Bump golang.org/x/text from 0.18.0 to 0.19.0 (#98)
  • 53ea424 Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#96)
  • ba829d3 Bump golangci/golangci-lint-action from 6.1.1 to 6.5.0 (#118)
  • 3800e02 Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 (#103)
  • 6bcf711 Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 (#120)
  • d2c44c5 bumps go to 1.23.4

v0.20.0

05 Aug 07:51
Compare
Choose a tag to compare

Changelog

v0.19.0

04 Jun 12:39
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/go-acme/lego/v4 from 4.13.3 to 4.14.0 by @dependabot in #60
  • Bump actions/checkout from 3 to 4 by @dependabot in #61
  • Bump golang.org/x/text from 0.12.0 to 0.13.0 by @dependabot in #62
  • Bump github.com/go-acme/lego/v4 from 4.14.0 to 4.14.2 by @dependabot in #64
  • Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #63
  • Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #66
  • Bump golang.org/x/net from 0.11.0 to 0.17.0 by @dependabot in #65
  • Bump golang.org/x/text from 0.13.0 to 0.14.0 by @dependabot in #67
  • Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in #68
  • Bump actions/setup-go from 4 to 5 by @dependabot in #69
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #70
  • Bump github.com/go-acme/lego/v4 from 4.14.2 to 4.15.0 by @dependabot in #71
  • Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #72
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #74
  • Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 by @dependabot in #73
  • Bump github.com/go-acme/lego/v4 from 4.15.0 to 4.16.1 by @dependabot in #75
  • Bump golangci/golangci-lint-action from 4.0.1 to 6.0.1 by @dependabot in #80
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #76
  • Bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in #78
  • Bump actions/checkout from 4.1.4 to 4.1.6 by @dependabot in #81
  • Bump github.com/go-acme/lego/v4 from 4.16.1 to 4.17.3 by @dependabot in #82

Full Changelog: v0.18.0...v0.19.0

v0.18.0

05 Aug 13:05
16c5568
Compare
Choose a tag to compare

Changelog

  • 16c5568 Bump golang.org/x/text from 0.11.0 to 0.12.0 (#59)

v0.17.0

25 May 09:54
Compare
Choose a tag to compare

Changelog

v0.16.0

19 Jan 08:05
Compare
Choose a tag to compare

Changelog

  • 00b948e fixes cert check for expired certs

v0.15.0

14 Jan 20:39
Compare
Choose a tag to compare

Changelog

  • fbed97f GHA: Drops actions/cache and use actions/setup-go's cache: true
  • 12b3b5 Add ARM v6 and v7 to releases (#43)

v0.14.0

19 Oct 19:07
Compare
Choose a tag to compare

Changelog

  • b70ff4a Bump actions/cache from 2.1.7 to 3 (#31)
  • 1f9f1d9 Bump actions/checkout from 2 to 3 (#30)
  • 4f4f3ea Bump actions/setup-go from 2 to 3 (#32)
  • 369a13f Bump github.com/go-acme/lego/v4 from 4.6.0 to 4.8.0 (#35)
  • 85fa3f0 Bump github.com/go-acme/lego/v4 from 4.8.0 to 4.9.0 (#36)
  • f721250 Bump golang.org/x/text from 0.3.7 to 0.3.8 (#37)
  • 4e47b0c Bump goreleaser/goreleaser-action from 2 to 3 (#33)
  • 011b664 bumps Go version
  • 6ac92ee fixes typos
  • 51ff3c1 refactors cert verification, adds --verification-url
  • da19e50 skips renewal if cert if valid for long enough + adds --force-renew