From 71c6b1a327f0627e0a490b6b23b52a1c0ac853df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 11:00:43 +0000 Subject: [PATCH 1/4] Bump certbot/dns-route53 from v1.24.0 to v1.32.0 Bumps certbot/dns-route53 from v1.24.0 to v1.32.0. --- updated-dependencies: - dependency-name: certbot/dns-route53 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd0c187..fdbf4c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG VERSION=unspecified -FROM certbot/dns-route53:v1.24.0 +FROM certbot/dns-route53:v1.32.0 ARG VERSION From ecbec8f6ba2019f9686e7acfa75cf27e06c5c157 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Mon, 14 Nov 2022 12:27:31 -0500 Subject: [PATCH 2/4] Update version of python3 APK Version 3.8.10-r0 no longer exists upstream. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fdbf4c7..4f67c4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG VERSION LABEL org.opencontainers.image.authors="mark.feldhousen@cisa.dhs.gov" LABEL org.opencontainers.image.vendor="Cybersecurity and Infrastructure Security Agency" -RUN apk add --no-cache python3=3.8.10-r0 +RUN apk add --no-cache python3=3.10.8-r0 RUN pip3 install --no-cache-dir \ pip==21.3.1 \ setuptools==60.5.0 \ From ed7dce8f17eec8fcd4233c15b47dd8952cc8fc53 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Mon, 14 Nov 2022 12:28:42 -0500 Subject: [PATCH 3/4] Bump version from 0.1.0 to 0.1.1 --- README.md | 14 +++++++------- src/version.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 298a55b..d00cbb6 100644 --- a/README.md +++ b/README.md @@ -170,11 +170,11 @@ want set: The images of this container are tagged with [semantic versions](https://semver.org). It is recommended that most users use -a version tag (e.g. `:0.1.0`). +a version tag (e.g. `:0.1.1`). | Image:tag | Description | |-----------|-------------| -|`cisagov/certboto:0.1.0`| An exact release version. | +|`cisagov/certboto:0.1.1`| An exact release version. | |`cisagov/certboto:0.1`| The most recent release matching the major and minor version numbers. | |`cisagov/certboto:0`| The most recent release matching the major version number. | |`cisagov/certboto:edge` | The most recent image built from a merge into the `develop` branch of this repository. | @@ -237,8 +237,8 @@ Build the image locally using this git repository as the [build context](https:/ ```console docker build \ - --build-arg VERSION=0.1.0 \ - --tag cisagov/certboto:0.1.0 \ + --build-arg VERSION=0.1.1 \ + --tag cisagov/certboto:0.1.1 \ https://github.com/cisagov/certboto-docker.git#develop ``` @@ -268,9 +268,9 @@ Docker: docker buildx build \ --file Dockerfile-x \ --platform linux/amd64 \ - --build-arg VERSION=0.1.0 \ + --build-arg VERSION=0.1.1 \ --output type=docker \ - --tag cisagov/certboto:0.1.0 . + --tag cisagov/certboto:0.1.1 . ``` ## AWS policies ## @@ -370,7 +370,7 @@ This project is in the worldwide [public domain](LICENSE). This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through -the [CC0 1.0 Universal public domain +the [CC0.1.1 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/). All contributions to this project will be released under the CC0 diff --git a/src/version.txt b/src/version.txt index 3dc1f76..485f44a 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" From b10846b516de43193f2aa6be0b25a2abada57dae Mon Sep 17 00:00:00 2001 From: Shane Frasier Date: Mon, 28 Nov 2022 10:57:37 -0500 Subject: [PATCH 4/4] Fix inadvertent version number change Co-authored-by: dav3r --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d00cbb6..29fa96b 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ This project is in the worldwide [public domain](LICENSE). This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through -the [CC0.1.1 Universal public domain +the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/). All contributions to this project will be released under the CC0