Kereis Traefik Certs Dumper Versions Save

Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json.

v1.7.0

4 months ago

What's Changed

Bug Fixes ๐Ÿ›๐Ÿ› 

Dependencies โฌ†๏ธโฌ‡๏ธ

Other Changes

Full Changelog: https://github.com/kereis/traefik-certs-dumper/compare/v1.6.1...v1.7.0

v1.6.1

1 year ago

This release mainly contains bug fixes.

What's Changed

Bug Fixes ๐Ÿ›๐Ÿ› 

Dependencies โฌ†๏ธโฌ‡๏ธ

Other Changes

New Contributors

Full Changelog: https://github.com/kereis/traefik-certs-dumper/compare/v1.6.0...v1.6.1

v1.6.0

1 year ago

What's Changed

New Features ๐ŸŽ‰โœจ

Bug Fixes ๐Ÿ›๐Ÿ› 

Chores ๐Ÿงน

Dependencies โฌ†๏ธโฌ‡๏ธ

Other Changes

New Contributors

Full Changelog: https://github.com/kereis/traefik-certs-dumper/compare/v1.5.0...v1.6.0

v1.5.0

2 years ago

This release was recreated as the previous one did not trigger a GitHub Workflow pipeline

Finally, we get a new release for this image. ๐Ÿฅณ ๐ŸŽ‰ Thanks everyone for contributing.

What's Changed

Dependency Updates

New Contributors

Full Changelog: https://github.com/kereis/traefik-certs-dumper/compare/v1.4.1...v1.5.0

v1.4.1

3 years ago

Functionalities were not changed! For the changelog of v1.4.0, see GitHub release v1.4.0 (#) This version fixes the issue of using the wrong Dockerfile when building the image flavor with Docker (#35)

v1.4.0

3 years ago

ATTENTION This release is broken due to wrongly used images in Dockerfiles (#35) Do not use this version. Please refer to upcoming version 1.4.1 instead! You have been warned!!

This release covers the following changes: (+) Support multi-arch releases (#21) (+) Add slim image variant without Docker for less disk space usage (#8)

โ— Please check README.md for further details on available Docker tags.

(+) Implement health check (#17) (+) Add ability to restart Docker Swarm services (#25) (+) Add feature to concatenate private key and public certificate (#30) (+) Add ability to dump all certificates if environment variable DOMAIN is not set (#15)

(#) Fix ambiguity when looking up container IDs if two containers contain each other's name (#24) (#) Fix issue where bash test's brackets were set incorrectly (#30/#31)

Thanks to everyone for contributing to this release!

v1.3.2

3 years ago

This release fixes the following issues:

  • Ownership and permission changes are not applied to all output files. (See #9)
  • Container would restart containers specified by --restart-containers although no changes to a domain's certificate could be found. (#10)

Thanks to the people reporting and contributing to fixing the issues!

v1.3.1

3 years ago
  • Fixes bug where the container would stop if certificates for a domain could not be found.

v1.3

4 years ago
  • Adds support for multiple domains dumping (set environment variable DOMAIN to a comma-separated list.)

Thanks to @yashodhank for the feature request! (See issue #5)

v1.2

4 years ago

This update adds the ability to change the ownership of the extracted certificate files. Set the environment variables OVERRIDE_UID and OVERRIDE_GID to your desired UID and GID. Thanks to @maxxie85 for their feature and pull request.