Logo
Explore Help
Sign In
MrMeeb/certbot-cron-docker
1
0
Fork 0
You've already forked certbot-cron-docker
Code Issues 3 Pull Requests Actions Packages Projects Releases 7 Wiki Activity

7 Releases 7 Tags

RSS Feed
  • 1.3.0 a09b5471bf

    1.3.0
    All checks were successful
    Test Pull Request / Build Image (pull_request) Successful in 3m11s
    Details
    Test Pull Request / Notify (pull_request) Successful in 3s
    Details
    renovate/stability-days Updates have met minimum release age requirement
    Details
    Build Image / Validate Image (push) Successful in 2m30s
    Details
    Build Image / Publish Image (push) Successful in 3m42s
    Details
    Build Image / Notify (push) Successful in 3s
    Details
    Build Tagged Release Image / Build Image (push) Successful in 4m3s
    Details
    Build Tagged Release Image / Create Release (push) Successful in 38s
    Details
    Build Tagged Release Image / Notify (push) Successful in 2s
    Details
    Stable

    MrMeeb released this 2025-01-15 22:02:09 +00:00 | 11 commits to master since this release

    Certbot Cron v1.3.0

    Docker Image:

    git.mrmeeb.stream/mrmeeb/certbot-cron:1.3.0

    Changelog

    • 9b848e7 Delay Renovate from picking up new releases by 7 days (#31)
    • c52e066 Fix formatting in Dockerfile (#43)
    • a09b547 Update alpine Docker tag to v3.21.2
    • b05b79f Update certbot to v3 (major) (#42)
    • 659f5c4 Update dependency apprise to v1.9.2
    • 7935535 Update dependency just-containers/s6-overlay to v3.2.0.2
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.2.1 f6d067b561

    1.2.1
    All checks were successful
    Build Image / Validate Image (push) Successful in 2m29s
    Details
    Build Image / Publish Image (push) Successful in 4m58s
    Details
    Build Image / Notify (push) Successful in 3s
    Details
    Build Tagged Release Image / Build Image (push) Successful in 4m46s
    Details
    Build Tagged Release Image / Create Release (push) Successful in 19s
    Details
    Build Tagged Release Image / Notify (push) Successful in 2s
    Details
    Stable

    MrMeeb released this 2024-06-15 16:08:22 +00:00 | 25 commits to master since this release

    Certbot Cron v1.2.1

    Docker Image:

    git.mrmeeb.stream/mrmeeb/certbot-cron:1.2.1

    Changelog

    • f6d067b Fix s6-overlay format error (#29)
    • 535a335 Update certbot to v2.11.0
    • 2962b45 Update dependency just-containers/s6-overlay to v3.2.0.0
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.2.0 c187e05fad

    1.2.0
    All checks were successful
    Build Image / Validate Image (push) Successful in 36s
    Details
    Build Tagged Release Image / Build Image (push) Successful in 5m14s
    Details
    Build Image / Publish Image (push) Successful in 4m57s
    Details
    Build Image / Notify (push) Successful in 2s
    Details
    Build Tagged Release Image / Create Release (push) Successful in 52s
    Details
    Build Tagged Release Image / Notify (push) Successful in 2s
    Details
    Stable

    MrMeeb released this 2024-06-04 18:07:07 +00:00 | 28 commits to master since this release

    Certbot Cron v1.2.0

    Docker Image:

    git.mrmeeb.stream/mrmeeb/certbot-cron:1.2.0

    Changelog

    • c187e05 Add logrotate (#25)
    • d4dd1c5 Add renewal notifications (#24)
    • 6a2cca0 Enable Renovate
    • b810f98 Update alpine Docker tag to v3.20.0 (#19)
    • aa4bbc7 Move to Feature Branch Workflow (#23)
    • ef7fff2 Update S6 to 3.1.6.2
    • 3c2d85b Update certbot to v2.10.0
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.1.2 1ea5213bb9

    1.1.2
    Some checks reported errors
    continuous-integration/drone/tag Build was killed
    Details
    Stable

    MrMeeb released this 2023-08-02 11:54:14 +00:00 | 56 commits to master since this release

    Changelog

    • 75488a4 Merge pull request '1.1.2' (#7) from develop into master
    • b962b65 add ONE_SHOT so container exits after run
    • 0614aa0 fix build issues due to cython 3.0.0 release
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.1.1 def9460540

    1.1.1
    Some checks reported errors
    continuous-integration/drone/tag Build was killed
    Details
    Stable

    MrMeeb released this 2023-07-16 18:07:08 +00:00 | 59 commits to master since this release

    Changelog

    • 961f218 further small tweak to log formatting
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.1.0 3dbf0983f6

    1.1.0
    Some checks failed
    continuous-integration/drone/tag Build is failing
    Details
    Stable

    MrMeeb released this 2023-07-16 17:08:41 +00:00 | 61 commits to master since this release

    Changelog

    • 5d14d16 add multi-certificate support
    • 36b71a0 add standalone and webroot methods
    • 3a64666 enable tracking of env vars between runs
    • ada326f tweak log formatting
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.0.0 53935f50a1

    1.0.0
    Some checks failed
    continuous-integration/drone/tag Build is failing
    Details
    Stable

    MrMeeb released this 2023-06-21 18:20:15 +00:00 | 66 commits to master since this release

    Changelog

    • 90f5095 Add '.drone.yml'
    • 375cf5d Add GENERATE_DHPARAM
    • 09eb18a Added PROPOGATION_TIME variable
    • e0da513 Merge pull request '1.0.0' (#4) from develop into master
    • e130fc0 Prevented dhparams regenerating if they already exist
    • 3c3cc47 add CLOUDFLARE_TOKEN to env vars
    • 053cef4 add build dependencies for arm
    • e859aa7 add goreleaser
    • e7bd87d change to alpine
    • a4b59c3 change to s6
    • df56fcf make CLOUDFLARE_TOKEN override instead of append
    • a41c409 update build logic
    • b6d93c1 update readme
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.23.6 Page: 121ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API