From af6cd8ffeb1b1052589239c8ca237e54482a5a53 Mon Sep 17 00:00:00 2001 From: Alexander King Date: Thu, 12 Jan 2023 14:11:37 -0600 Subject: [PATCH 1/4] Revert version number I overwrote Admiral's version number when rebasing #31. This commit restores the correct version number. --- src/admiral/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admiral/_version.py b/src/admiral/_version.py index 6baaa6f..62d0909 100644 --- a/src/admiral/_version.py +++ b/src/admiral/_version.py @@ -1,2 +1,2 @@ """This file defines the version of this module.""" -__version__ = "0.2.0" +__version__ = "1.1.0" From 0c05c920d7413ba63dfa10fc7357eff7cc938210 Mon Sep 17 00:00:00 2001 From: Alexander King Date: Thu, 12 Jan 2023 14:16:54 -0600 Subject: [PATCH 2/4] Uncomment dependency names I reintroduced the commented out dependency names -- managed by the skeleton-python-library -- when rebasing #31. This commit fixes that mistake. --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5bb8e67..f8e8d44 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,9 +19,9 @@ updates: - dependency-name: actions/setup-python - dependency-name: hashicorp/setup-terraform - dependency-name: mxschmitt/action-tmate - # # Managed by cisagov/skeleton-python-library - # - dependency-name: actions/download-artifact - # - dependency-name: actions/upload-artifact + # Managed by cisagov/skeleton-python-library + - dependency-name: actions/download-artifact + - dependency-name: actions/upload-artifact - package-ecosystem: "pip" directory: "/" From d95d537fd15785e57d30deafa6c6faa0d969ab54 Mon Sep 17 00:00:00 2001 From: Alexander King Date: Thu, 12 Jan 2023 14:54:19 -0600 Subject: [PATCH 3/4] Make status badges refer to the admiral repository When I rebased #31, the status badges reverted to referencing the skelton-python-library repository. This commit changes the references back to the admiral repository. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5983820..b931612 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # admiral 👩‍✈️🚢⚓️ # -[![GitHub Build Status](https://github.com/cisagov/skeleton-python-library/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-python-library/actions) -[![CodeQL](https://github.com/cisagov/skeleton-python-library/workflows/CodeQL/badge.svg)](https://github.com/cisagov/skeleton-python-library/actions/workflows/codeql-analysis.yml) -[![Coverage Status](https://coveralls.io/repos/github/cisagov/skeleton-python-library/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/skeleton-python-library?branch=develop) -[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/skeleton-python-library/develop/badge.svg)](https://snyk.io/test/github/cisagov/skeleton-python-library) +[![GitHub Build Status](https://github.com/cisagov/admiral/workflows/build/badge.svg)](https://github.com/cisagov/admiral/actions) +[![CodeQL](https://github.com/cisagov/admiral/workflows/CodeQL/badge.svg)](https://github.com/cisagov/admiral/actions/workflows/codeql-analysis.yml) +[![Coverage Status](https://coveralls.io/repos/github/cisagov/admiral/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/admiral?branch=develop) +[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/admiral/develop/badge.svg)](https://snyk.io/test/github/cisagov/admiral) This project implements a distributed certificate transparency log harvester. From 6d98461ba2412e0cc43f5428b63a688231faaa0c Mon Sep 17 00:00:00 2001 From: Alexander King Date: Fri, 13 Jan 2023 12:05:56 -0600 Subject: [PATCH 4/4] Bump version from 1.1.0 to 1.2.0 --- src/admiral/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admiral/_version.py b/src/admiral/_version.py index 62d0909..6482454 100644 --- a/src/admiral/_version.py +++ b/src/admiral/_version.py @@ -1,2 +1,2 @@ """This file defines the version of this module.""" -__version__ = "1.1.0" +__version__ = "1.2.0"