Skip to content

Releases: tisba/fritz-tls

v0.10.0

29 Sep 14:35
Compare
Choose a tag to compare

Changelog

4effb63 Bump github.com/go-acme/lego/v4 from 4.3.1 to 4.4.0 (#24)
b5c1ac1 Bump golang.org/x/text from 0.3.6 to 0.3.7 (#23)
afcc8d3 adds option to specify DNS resolver
8a28eee adds some ideas
c5a9cbb fixes dependency to exoscale/egoscale as they retracted v1.19.0
45863f7 replaces staticcheck and go vet with golangci-lint
07fd6eb switches to ACME-mode by default and make mail optional
fc33061 updates dependencies
bc68e94 updates tested FRITZ!OS versions
620fad9 upgrades linodego to 0.32.1 (1.0.0 was retracted)

v0.9.0

11 Sep 15:43
Compare
Choose a tag to compare

Changelog

61c6f7f Bump actions/cache from 2.1.4 to 2.1.5 (#17)
c9cb5fc Bump actions/cache from 2.1.5 to 2.1.6 (#20)
ed6e80a adds english TLS installation success mesage, fixes #22
a63043d updates to Go 1.17

v0.8.0

30 Mar 18:50
Compare
Choose a tag to compare

Changelog

ab8819f Bump actions/cache from v2 to v2.1.4 (#14)
8ae4cde defaults --domain and --tls-port via --host
9a65a9f removes codeql GHA
8c5f26c updates dependerbot config

v0.7.0

30 Mar 18:15
Compare
Choose a tag to compare

Changelog

0fde4d1 Add dependabot.yml (#11)
db0e97f Create codeql-analysis.yml
8352af6 Delete renovate.json
6ebafe6 Merge remote-tracking branch 'origin/master'
7c8d548 Update README.md
e7173b4 Update README.md
3d24353 Update github.com/howeyc/gopass commit hash to 7cb4b85 (#7)
ca4aa04 Update module golang.org/x/text to v0.3.2 (#8)
310bfb3 Update module golang.org/x/text to v0.3.5 (#12)
f461c95 adds goreleaser check to GHA
ea448cd adds missing err check
cff7256 adds steps to make release to README
b15f774 fixes goreleaser config
159195f fixes release GHA by setting fetch-depth to 0
1537b21 reads go version from go.mod
c9d9c2a refactorings and improved output
e7135b5 replaces Travis badge with GHA
5ab7ab5 stops building freebsd/windows
2ede8c1 try to improve builds further
0b5ca95 updates GHA build/test workflow
605a32e updates GHA release workflow
4683c7b updates README
76d3453 updates dependencies
de46b97 updates goreleaser config
392c560 updates lego dependency
3b7858a uses GH_TOKEN_GORELEASER for GoReleaser

v0.6.0

07 Dec 15:35
Compare
Choose a tag to compare

Changelog

9db328c Add renovate.json (#6)
cc015a5 GitHub Actions 🎉 (#9)
1d8ad14 Merge branch 'master' of github.com:tisba/fritz-tls
7f6dbf3 README: homebrew releases TODO is done :)
4c7e2f5 adds caching to GH Actions Release Workflow
378c2bd fixes gorleaser's GITHUB_TOKEN env
b7a55f4 no longer mark releases as draft first
aacfffa release zip archives by default
c988e9d rename homebrew taps repository
436e60a update README add add homebrew tap
25d3235 update README, add TODO
f11f1f3 updates README with an idea regarding flags
648af66 use GITHUB_TOKEN_GORELEASER to make releases

v0.5.1

28 Jan 08:34
Compare
Choose a tag to compare

Changelog

78b523c no longer mark releases as draft first

v0.4.0

26 Dec 18:48
299d801
Compare
Choose a tag to compare

Changelog

299d801 Update Dependencies and use new lego API (#5)

v0.3.0

26 Dec 08:52
faaf8b3
Compare
Choose a tag to compare

Changelog

faaf8b3 Merge pull request #4 from tisba/using-go-mods
63c1dd2 Update README.md
56bede7 delints README
92c0001 moves to go mod
799680f updates vendor/ by go mod vendor

v0.2.0

26 Oct 17:59
Compare
Choose a tag to compare

Changelog

e96e962 Merge pull request #3 from janpieper/patch-1
d3201b3 fix typo
68213f6 update README (todos and badges)
cefc26e update TODO list
ca2b440 update builds to use go 1.11.1
c51fe83 updated dependencies

v0.1.0

05 Aug 17:54
Compare
Choose a tag to compare

This is the first release :)

Changelog

26bff97 Merge pull request #1 from tisba/dependency-update
bbb238d Merge pull request #2 from tisba/add-letsencrypt
459a786 add --version
d5a3cda add FRITZ!Box 7490 to tested devices
83f9a16 add LICENSE
2bb3ac9 add README
afd8427 add basic TLS verification
779ca4d add lego
b968dde add missing error check
1a44625 add missing github token for releases
70c1157 add options to get a certificate via Let's Encrtypt automatically
ead222b add travis config
39d89cd add vendored dependencies
06e0fad allow user/password login
3758011 configure dep prune correctly and dep ensure again
6bf3143 dep ensure -update
56292d7 disable linter
0f137bd fix README typo
adc9fd6 fixed typo
13888ef ignore maligned linter
eac198d initial commit: tooling
fc8166f initial version
fbb1b4c missed changes to Gopkg.lock after dep ensure -update
6ec7e3a prepare releases with goreleaser
972a33b refactor internal logic and added --insecure
22bca2e rename a/fritzbox/{certificate_management,certificates}.go
95c63f2 run dep ensure && dep prune
95eafdc update Makefile (lint task)
1bfadc1 update README
3f9c573 update REAMDE
6166b22 update goreleaser config