Skip to content

Releases: kereis/traefik-certs-dumper

Release v1.7.0

06 Jan 23:42
f584e35
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛🛠

Dependencies ⬆️⬇️

  • chore: Bump arm64v8/docker from 20.10.21 to 20.10.23 in /docker by @dependabot in #133
  • chore: Bump codacy/codacy-analysis-cli-action from 4.2.0 to 4.3.0 by @dependabot in #146
  • chore: Bump actions/cache from 3.0.11 to 3.3.2 by @dependabot in #159
  • chore: Bump docker/setup-qemu-action from 1 to 3 by @dependabot in #160
  • chore: Bump docker/build-push-action from 3 to 5 by @dependabot in #161
  • chore: Bump docker/metadata-action from 4.1.1 to 5.0.0 by @dependabot in #162
  • chore: Bump alpine from 3.17.3 to 3.18.4 in /alpine by @dependabot in #164
  • chore: Bump ldez/traefik-certs-dumper from v2.8.1 to v2.8.3 in /alpine by @dependabot in #176
  • chore: Bump alpine from 3.18.4 to 3.19.0 in /alpine by @dependabot in #175
  • chore: Bump docker from 24.0.6 to 24.0.7 in /docker by @dependabot in #166

Other Changes

Full Changelog: v1.6.1...v1.7.0

Release v1.6.1

04 Dec 12:28
Compare
Choose a tag to compare

This release mainly contains bug fixes.

What's Changed

Bug Fixes 🐛🛠

Dependencies ⬆️⬇️

  • chore: Bump codacy/codacy-analysis-cli-action from 1.1.0 to 4.2.0 by @dependabot in #122
  • chore: Bump docker/build-push-action from 2 to 3 by @dependabot in #104
  • chore: Bump docker from 20.10.16 to 20.10.21 in /docker by @dependabot in #113
  • chore: Bump arm64v8/docker from 20.10.16 to 20.10.21 in /docker by @dependabot in #114
  • chore: Bump docker/metadata-action from 4.0.1 to 4.1.1 by @dependabot in #115
  • chore: Bump actions/cache from 3.0.4 to 3.0.11 by @dependabot in #116

Other Changes

  • Add note about dumping wildcard certificates by @kereis in #119

New Contributors

Full Changelog: v1.6.0...v1.6.1

Release v1.6.0

25 Jun 20:47
Compare
Choose a tag to compare

What's Changed

New Features 🎉✨

Bug Fixes 🐛🛠

Chores 🧹

  • feat: Add development environment by @kereis in #84

Dependencies ⬆️⬇️

  • chore: Bump docker/metadata-action from 3.6.1 to 3.6.2 by @dependabot in #68
  • chore: Bump actions/checkout from 2 to 3 by @dependabot in #76
  • chore: Bump actions/cache from 2 to 3.0.1 by @dependabot in #79
  • chore: Bump arm64v8/docker from 20.10.11 to 20.10.14 in /docker by @dependabot in #81
  • chore: Bump docker from 20.10.11 to 20.10.14 in /docker by @dependabot in #80
  • chore: Bump ldez/traefik-certs-dumper from v2.7.4 to v2.8.1 in /alpine by @dependabot in #69
  • chore: Bump actions/cache from 3.0.1 to 3.0.2 by @dependabot in #87
  • chore: Bump docker/metadata-action from 3.6.2 to 3.8.0 by @dependabot in #88
  • chore: Bump arm64v8/docker from 20.10.14 to 20.10.16 in /docker by @dependabot in #92
  • chore: Bump docker from 20.10.14 to 20.10.16 in /docker by @dependabot in #94
  • chore: Bump docker/metadata-action from 3.8.0 to 4.0.1 by @dependabot in #95
  • chore: Bump docker/setup-qemu-action from 1 to 2 by @dependabot in #96
  • chore: Bump actions/cache from 3.0.2 to 3.0.4 by @dependabot in #100
  • chore: Bump docker/setup-buildx-action from 1 to 2 by @dependabot in #97
  • chore: Bump docker/login-action from 1 to 2 by @dependabot in #93

Other Changes

New Contributors

Full Changelog: v1.5.0...v1.6.0

Release v1.5.0

29 Dec 13:17
Compare
Choose a tag to compare

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

  • Bump docker from 19.03.13 to 20.10.10 in /docker by @dependabot in #51
  • Bump arm64v8/docker from 19.03.13 to 20.10.10 in /docker by @dependabot in #50
  • Bump ldez/traefik-certs-dumper from v2.7.0 to v2.7.4 in /alpine by @dependabot in #48
  • Bump arm64v8/docker from 20.10.10 to 20.10.11 in /docker by @dependabot in #53
  • Bump docker from 20.10.10 to 20.10.11 in /docker by @dependabot in #54
  • Bump crazy-max/ghaction-docker-meta from 1 to 3.6.1 by @dependabot in #52

New Contributors

Full Changelog: v1.4.1...v1.5.0

Hotfix Release v1.4.1

14 Mar 23:43
d2f15d1
Compare
Choose a tag to compare

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)

Release v1.4.0

24 Feb 11:03
5c03bd9
Compare
Choose a tag to compare
Release v1.4.0 Pre-release
Pre-release

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!

Release v1.3.2

10 Jul 20:12
f8ec528
Compare
Choose a tag to compare

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!

Release v1.3.1

03 Jun 13:49
f1f10c4
Compare
Choose a tag to compare
  • Fixes bug where the container would stop if certificates for a domain could not be found.

Release v1.3

27 May 15:16
d7076aa
Compare
Choose a tag to compare
  • 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)

Release v1.2

13 May 15:34
03cb688
Compare
Choose a tag to compare

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.