Releases: icemarkom/certsync
v0.2.0
What's Changed
- Update .goreleaser.yml: Version 2. by @icemarkom in #25
- Update go.mod to explicitly state patch version of Go. by @icemarkom in #26
- Update release.yaml: Pin action versions. by @icemarkom in #27
- Print help when no flags are supplied. by @icemarkom in #29
- Implement dry run for the client. Fixes #13. by @icemarkom in #30
Full Changelog: v0.1.17...v0.2.0
v0.1.17
Full Changelog: v0.1.16...v0.1.17
v0.1.16
What's Changed
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #21
- Bump github.com/foxcpp/go-mockdns from 1.0.0 to 1.1.0 by @dependabot in #22
- Bump golang.org/x/net from 0.18.0 to 0.23.0 by @dependabot in #23
Full Changelog: v0.1.15...v0.1.16
v0.1.15
Changelog
- 522dba8: Bump github.com/foxcpp/go-mockdns (@dependabot[bot])
- d07795f: Merge pull request #19 from icemarkom/dependabot/go_modules/github.com/foxcpp/go-mockdns-1.0.0 (@icemarkom)
v0.1.14
Changelog
- 90c2890: Create dependabot.yml (@icemarkom)
- b401639: Removed Docker build support. (@icemarkom)
- 862f9b1: Made machine/GenMachineCert.sh more useful. (@icemarkom)
- f203561: Merge pull request #8 from icemarkom/pii (@icemarkom)
- 2800f89: Change install path from /usr/local to /usr. (@icemarkom)
- 87e4730: Change default port number to 82. (@icemarkom)
- 4325d19: Merge pull request #16 from icemarkom/ports (@icemarkom)
- 7e98d6e: Bump Go to 1.20. (@icemarkom)
- deda3d2: Bump golang.org/x/net from 0.0.0-20211203184738-4852103109b8 to 0.7.0 (@dependabot[bot])
- ca77e3d: Fix Makefile to make it actually work. (@icemarkom)
- c3ce0dc: Merge pull request #18 from icemarkom/dependabot/go_modules/golang.org/x/net-0.7.0 (@icemarkom)
- 782ad0c: Updated actions to the latest release. (@icemarkom)
- 3938d63: Go Releaser 4.2.0 (@icemarkom)
- 0241b1c: Update releaser workflow to actual versions. (@icemarkom)
- 45aefc3: Go Releaser to v.4.2.0. (@icemarkom)
- d215589: Fixed deprecated Go Releaser option. (@icemarkom)
- 0bdbc82: Correct Go version. (@icemarkom)
v0.1.13
Changelog
- c0da8bc: Added NewConfig constructor. (@icemarkom)
- 321ab40: Added custom Resolver interface. (@icemarkom)
- 79fe473: NewConfig constructor. (@icemarkom)
- 61f8ecb: Custom Resolver interface. (@icemarkom)
- 20fc9d0: Minor fix to the Makefile. (@icemarkom)
- fd49836: Prepare for tests: Add "test" target to Makefile. (@icemarkom)
- e62d557: Add Tests: validReverse (@icemarkom)
- abb3108: Bug fix: If request is nil, IPFromRequest panics. (@icemarkom)
- f243e85: Improved error handling and reporting. (@icemarkom)
- 1921234: Add Tests: validReverse (@icemarkom)
- 1ae6762: Merge branch 'tests' of https://github.com/icemarkom/certsync into tests (@icemarkom)
- 31dd97f: Tests: IPFromRequest (@icemarkom)
- 4ffc3d0: Initial Tests (@icemarkom)
- 38ebe65: Moved LookupAddresses to be unexported. (@icemarkom)
- 74b9d0b: Simplified ValidateAddresses and added tests. (@icemarkom)
- 736ab77: Dropped lookupAddresses, since it was not needed. (@icemarkom)
- 145eff8: Cosmetic. (@icemarkom)
- ad6590b: Cosmetic. (@icemarkom)
- f3280f5: Added license header to the lookup_test.go. (@icemarkom)
- 7a3248e: Making linter happy. (@icemarkom)
- 43e355b: Upgraded dependencies. (@icemarkom)
- fce8823: Added better handling of X-Forwarded-For. (@icemarkom)
- 3eee76c: Update releaser to create Debian package info. (@icemarkom)
- e4a3eb4: Merge pull request #5 from icemarkom/releaser (@icemarkom)
- 41a2c82: Removed TOKEN reference. (@icemarkom)
- 0fb851f: Fixing token thing. (@icemarkom)
- 59bad81: One more place with a bad token. (@icemarkom)
- 54cef03: Bump Go to 1.19. (@icemarkom)
- cda4e43: Remove multiple platform builds. (@icemarkom)
- c0e0fa1: Remove multiple platform builds. (@icemarkom)
- c0a05bc: GitHuib supports only up to Go 1.17. (@icemarkom)
- 544023b: Create README.md (@icemarkom)
v0.1.2
Changelog
db74ba0: Create LICENSE (@icemarkom)
46172a6: Add licenses to Go files. (@icemarkom)
977c23a: Rename releaser workflow. (@icemarkom)
e79b7b6: Merge Licenses into main branch. v0.1.2 release. (@icemarkom)
v0.1.1
Changelog
4db6a36: Fix automated prober trigger to work on tags only. (@icemarkom)
a4bb21a: Release v0.1.1. (@icemarkom)
v0.1.0
Changelog
ededf16: Hacky script to make client certs. (@icemarkom)
653e96a: Delete machine_cert.go (@icemarkom)
f0372d3: Add client docker. Trying different targets. (@icemarkom)
29f3b66: Improved machine cert generation. (@icemarkom)
c13f04a: Initial client release. (@icemarkom)
1592342: Docker fixes. (@icemarkom)
45cff47: Tadded explicit platforms to Dockerfile. (@icemarkom)
d7de02b: Moved to Makefile. (@icemarkom)
81e0f0a: Cleaned up Dockerfile. (@icemarkom)
fd512b2: Added version and moved to Makefile builds. (@icemarkom)
58b84f2: Added vscode and binaries to .gitignore. (@icemarkom)
182693b: Binary name, and custom usage. (@icemarkom)
cfaf092: Moved binary builds to bin directory. (@icemarkom)
308a0a0: Cosmetic changes. (@icemarkom)
fb9f01d: Moved common binary operations to a package. (@icemarkom)
e4565c4: Added version and common boilerplate to server. (@icemarkom)
6bb9934: Adding a few more potential ignore candidates. (@icemarkom)
fbfd824: Adding initial Go Releaser config. (@icemarkom)
a60125a: Update goreleaser to use GitHub for changelog. (@icemarkom)
b36c2fc: Git commit makes more sense than hash. (@icemarkom)
dbb17c2: Use short commit in Makefile. (@icemarkom)
3265ec2: Updated goreleaser.yaml. (@icemarkom)
a0a2755: Added package support to goreleaser.yaml. (@icemarkom)
48e7e6a: Let's try to automate the releses! (@icemarkom)