Skip to content

Releases: letsencrypt/pebble

v2.10.1

20 Apr 20:52
v2.10.1
b1e1ca4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.10.1

v2.10.0

18 Feb 18:11
v2.10.0
b29f2f5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.0...v2.10.0

v2.9.0

18 Dec 20:40
v2.9.0
39065bb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.9.0

v2.8.0

05 Jun 23:26
d52948c

Choose a tag to compare

What's Changed

  • add overriding of ARI response (#501)

Full Changelog: v2.7.0...v2.8.0

v2.7.0

24 Jan 01:38
bbe7775

Choose a tag to compare

What's Changed

  • Reject extra command line args and fix README invocation by @mcpherrinm in #467
  • Simplify KU, EKU, and SKID fields of issued certs by @aarongable in #472
  • Add support for ACME Profiles by @aarongable in #473
  • Various other updates and fixes

Full Changelog: v2.6.0...v2.7.0

v2.6.0

31 May 18:02
ad9e5bb

Choose a tag to compare

What's Changed

  • chore: update golangci-lint workflow by @ldez in #464
  • Implement latest draft-ietf-acme-ari spec by @pgporada in #461
  • Document exposing API and management ports when not using docker-compose.yaml by @pgporada in #465

Full Changelog: v2.5.2...v2.6.0

v2.5.2

23 May 16:28
e87ace7

Choose a tag to compare

What's Changed

This fixes EAB which was broken in v2.5.0 and v2.5.1, and adds dns-account-01 support

  • ci: remove AppVeyor file by @ldez in #449
  • Add "dns-account-01" support from draft-ietf-acme-scoped-dns-challenges by @sheurich in #435
  • Update README.md for ghcr.io docker images by @mcpherrinm in #450
  • Fix broken externalAcountBinding config by @pgporada in #457
  • build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #458
  • docs: missing ghcr.io source for docker image by @buchdag in #460
  • Require HS256, HS384, or HS512 for EAB by @mcpherrinm in #459

New Contributors

Full Changelog: v2.5.0...v2.5.2

v2.5.1

13 Mar 00:57
235473c

Choose a tag to compare

Identical to v2.5.0

v2.5.0

12 Mar 22:45
235473c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

Pebble v2.3.1

28 Oct 21:33
v2.3.1
2c26e5b

Choose a tag to compare

Features

  • Add CORS support to the frontend.
  • Add ability to control the length of Pebble's issuance chains (i.e. add or remove intermediates between the root and the end-entity certificate).
  • Add support for honoring NotBefore/NotAfter in issuance requests.

Fixes

  • Seed PRNG with current time to prevent predictable nonce rejection patterns.

Our heartfelt thanks to @ldez, @alexzorin, @szepeviktor, @cpu, and @meyskens for their contributions to this release.