From ac573e758eec32b6232b7d7b0eaa66250c19f7a1 Mon Sep 17 00:00:00 2001 From: humanoid2050 Date: Tue, 21 Feb 2023 21:27:45 -0500 Subject: [PATCH] formatting fixes --- certbot/CHANGELOG.md | 3 +-- tools/docker/deploy_by_arch.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 31053e47a..f9d8fae26 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -10,7 +10,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Changed -* +* Docker build and deploy scripts now generate multiarch manifests for non-architecture-specific tags, instead of defaulting to amd64 images. ### Fixed @@ -31,7 +31,6 @@ More details about these changes can be found on our GitHub repo. * Certbot will now only keep the current and 5 previous certificates in the `/etc/letsencrypt/archive` directory for each certificate lineage. Any prior certificates will be automatically deleted upon renewal. This number may be further lowered in future releases. * As always, users should only reference the certificate files within `/etc/letsencrypt/live` and never use `/etc/letsencrypt/archive` directly. See [Where are my certificates?](https://eff-certbot.readthedocs.io/en/stable/using.html#where-are-my-certificates) in the Certbot User Guide. * `certbot.configuration.NamespaceConfig.key_dir` and `.csr_dir` are now deprecated. -* Docker build and deploy scripts now generate multiarch manifests for non-architecture-specific tags, instead of defaulting to amd64 images. * All Certbot components now require `pytest` to run tests. ### Fixed diff --git a/tools/docker/deploy_by_arch.sh b/tools/docker/deploy_by_arch.sh index fb01de824..4323086a1 100755 --- a/tools/docker/deploy_by_arch.sh +++ b/tools/docker/deploy_by_arch.sh @@ -4,7 +4,7 @@ IFS=$'\n\t' # This script deploys new versions of Certbot and Certbot plugin docker images. -# Usage: ./deploy.sh [TAG] [all|amd64|arm32v6|arm64v8] +# Usage: ./deploy_by_arch.sh [TAG] [all|amd64|arm32v6|arm64v8] # with the [TAG] value corresponding the base of the tag to give the Docker # images and the 2nd value being the architecture to build snaps for. # Values should be something like `v0.34.0` or `nightly`. The given value is