Releases: theohbrothers/docker-certbot-dns-cron
Releases · theohbrothers/docker-certbot-dns-cron
20240302.0.0
20230926.0.0
Changes
🚀 Features
- Enhancement (ci): Add support for incremental variants @leojonathanoh (#28)
🖊️ Refactors
- Refactor (ci): Use a
job_group_key
to group jobs @leojonathanoh (#29)
🧰 Maintenance
- Chore (ci): Remove unneeded
.gitlab-ci.yml
template @leojonathanoh (#27)
20230304.0.0
Changes
🚀 Features
- Enhancement (ci): Add
change
label torelease-drafter.yml
@leojonathanoh (#26)
🖊️ Refactors
- Refactor (ci): Use
docker/setup-buildx-action@v2
, simpler tag determination inprep
, anddocker/login-action@v2
@leojonathanoh (#25)
📝 Documentation
- Docs (readme): Fix Tags table
Dockerfile Build Context
column markdown formatting @leojonathanoh (#24)
20230207.0.0
Changes
🐛 Bug Fixes
- Fix (ci): Run
update-dockerhub-description
job only onmaster
@leojonathanoh (#23)
20230127.0.0
Changes
🚀 Features
- Enhancement (ci): Add
test-nogitdiff
andupdate-dockerhub-description
jobs @leojonathanoh (#22)
🐛 Bug Fixes
- Fix (ci): Fix caching for
docker buildx
@leojonathanoh (#21)
20221030.0.0
Changes
🐛 Bug Fixes
- Fix: Regenerate build contexts with correct permissions for
app/scripts/*.sh
@leojonathanoh (#19) - Fix: Fix PLUGIN_DNS_PROVIDER value in docker-compose.yml sample files @leojonathanoh (#16)
- Fix (readme): Fix readme generation @leojonathanoh (#18)
🖊️ Refactors
- Refactor (ci): Remove unneeded
ci-release.yml
github workflow @leojonathanoh (#17)
📝 Documentation
- Docs (readme): Add deprecation notice @leojonathanoh (#20)
v0.1.0
Changes
🚀 Features
- Feature: Add separate entrypoint script: deploy.sh @leojonathanoh (#6)
- Feature: Add copying of fullchain.pem and chain.pem in deploy stage @leojonathanoh (#10)
🐛 Bug Fixes
- Fix: Regenerate all variants to fix cert and key mixed up in deploy script @leojonathanoh (#8)
- Fix: Fix stray vars.sh in init.sh @leojonathanoh (#15)
- Fix: Fix cert and key mixed up in deploy script @leojonathanoh (#5)
- Fix: Add executable bit to all entrypoint scripts @leojonathanoh (#7)
🖊️ Refactors
- Refactor: Remove vars.sh @leojonathanoh (#13)
- Refactor: Break up main script stages into individual functions @leojonathanoh (#14)