Releases: davidramiro/frigabun
Releases · davidramiro/frigabun
v3.1.0
Changelog
- 2e25253 Merge pull request #28 from davidramiro/dependabot/go_modules/github.com/stretchr/testify-1.10.0
- 370e89c build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
- 037c4b8 chore: change required coverage
- a9ee623 feat: allow omitting subdomain
- thanks to @katidiot for the suggestion!
v3.0.2
Changelog
- 836e8ca Merge branch 'master' into dependabot/go_modules/github.com/rs/zerolog-1.33.0
- 8496994 Merge pull request #22 from davidramiro/dependabot/go_modules/github.com/stretchr/testify-1.9.0
- 397f972 Merge pull request #23 from davidramiro/dependabot/go_modules/github.com/labstack/echo/v4-4.12.0
- 886b42d Merge pull request #24 from davidramiro/dependabot/go_modules/github.com/rs/zerolog-1.33.0
- 8323cc7 Merge pull request #25 from davidramiro/dependabot/go_modules/github.com/spf13/viper-1.19.0
- 8f73091 Merge pull request #26 from eyalzek/feat/docker-multi-stage-build
- f04e277 Merge pull request #27 from eyalzek/feat/update-porkbun-hostname
- 84eda73 Update Dockerfile to use multi-stage build
- 1a98f49 Update porkbun API host in sample config
- 659dc51 build(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0
- 420ccbc build(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0
- 88043a3 build(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0
- 578113a build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
- b82efb7 doc: add ha repo instructions
v3.0.1
v3.0.0
Changelog
- accb5d3 Merge pull request #20 from davidramiro/feat/cloudflare
- bdf45fa Merge pull request #21 from davidramiro/refactor/v3
- 382cb0f build(deps): bump github.com/go-faker/faker/v4 from 4.0.0 to 4.1.0
- aa3b85f build(deps): bump github.com/labstack/echo/v4 from 4.10.1 to 4.10.2
- 8fcbdcf build(deps): bump github.com/rs/zerolog from 1.29.0 to 1.29.1
- 3549a9f build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2
- 9acabfa build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4
- 51e7c51 chore: code style, update deps
- d927232 ci: add test coverage check
- c77dd4f doc: add api key instructions to readme
- 1327858 doc: add cloudflare to readme, update API doc
- 936001c feat: add cloudflare support
- b3d1395 feat: add more params to logger
- 4c282dc feat: use viper for config
- f05318c fix: param naming for porkbun secret api key, #12
- 87be43d fix: prevent porkbun rate limit
- fa9ed00 refactor: add service interface and factory
- 32d4980 refactor: implement service interface
- 21ad5d5 refactor: move service factory
- 9701368 refactor: query porkbun record before create
- 618b449 refactor: refine error handling, add registered services to status endpoint
- a677a49 refactor: simplify logging
- 11cde81 refactor: use methods for dns structs
- b80ea4c refactor: use service factory in api handler