Releases: letsencrypt/crl-monitor
Releases · letsencrypt/crl-monitor
v0.2.2
What's Changed
- Update to new staging intermediates by @mcpherrinm in #41
We decided to re-issue staging intermediates
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Remove deprecated use of EndpointResolverWithOptions by @mcpherrinm in #33
- Update dependencies by @mcpherrinm in #36
- Add new intermediates by @mcpherrinm in #39
- Update boulder and Go by @mcpherrinm in #40
Full Changelog: v0.1.2...v0.2.1
v0.1.2
What's Changed
- Use errors.Join instead of multierr by @mcpherrinm in #31
- Add a retry loop around obtaining certs by @mcpherrinm in #32
Full Changelog: v0.1.1...v0.1.2
Re-release with fixed permissions on github action
The release.yml workflow needs permission to read the repository (#30) Also bump configure-aws-credentials to the latest major version.
Release crl-monitor to s3
This release adds S3 uploading of the lambda for deployment inside Let's Encrypt.
Tag initial release of crl-monitor
The CRL Monitor is a set of AWS Lambdas for monitoring CRLs stored in S3 buckets.
Its primary features are:
- Issue and revoke certificates, checking that the revoked certificates are added to CRLs on time
- Check that all serial numbers removed from CRLs are after their expiry by diffing with the previous CRL version
- Run lints from Boulder, and transitively zlint, on the CRLs