Skip to content

0.3.0

Compare
Choose a tag to compare
@yarlson yarlson released this 25 Jan 16:29
· 5 commits to main since this release
0.3.0
dca8214

Changelog

Features

  • Implemented HTTP server for handling ACME challenges and HTTPS redirects

Improvements

  • Added Dockerfile and configured multi-arch Docker builds for AMD64 and ARM64
  • Refactored cron functionality into a dedicated package for improved modularity
  • Updated GoReleaser configuration to support multi-arch Docker builds
  • Enhanced certificate management process with challenge handler callback

Commits

  • dca8214 feat(docker): add Dockerfile and configure multi-arch Docker builds
  • 54f2b98 feat(server): add HTTP server for ACME challenges and HTTPS redirects
  • f41da6f refactor(cron): extract cron functionality into dedicated package for improved modularity
  • 7548af6 chore: Add .gitignore to exclude /dist/ directory