diff --git a/README.md b/README.md index de5a63e..ecbd034 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ hosted [here](https://www.dhs.gov/code.json). To run the `cisagov/code-gov-update` image via Docker: ```console -docker run cisagov/code-gov-update:0.1.2 +docker run cisagov/code-gov-update:0.1.3 ``` ### Running with Docker Compose ### @@ -44,7 +44,7 @@ docker run cisagov/code-gov-update:0.1.2 services: update: - image: 'cisagov/code-gov-update:0.1.2' + image: 'cisagov/code-gov-update:0.1.3' init: true environment: - AWS_CONFIG_FILE=path/to/aws_config @@ -92,7 +92,7 @@ environment variables. See the services: update: - image: 'cisagov/code-gov-update:0.1.2' + image: 'cisagov/code-gov-update:0.1.3' init: true secrets: - source: aws_config @@ -131,7 +131,7 @@ environment variables. See the 1. Pull the new image: ```console - docker pull cisagov/code-gov-update:0.1.2 + docker pull cisagov/code-gov-update:0.1.3 ``` 1. Recreate and run the container by following the [previous instructions](#running-with-docker). @@ -140,11 +140,11 @@ environment variables. See the 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.2`). +tag (e.g. `:0.1.3`). | Image:tag | Description | |-----------|-------------| -|`cisagov/code-gov-update:0.1.2`| An exact release version. | +|`cisagov/code-gov-update:0.1.3`| An exact release version. | |`cisagov/code-gov-update:0.1`| The most recent release matching the major and minor version numbers. | |`cisagov/code-gov-update:0`| The most recent release matching the major version number. | |`cisagov/code-gov-update:edge` | The most recent image built from a merge into the `develop` branch of this repository. | @@ -209,7 +209,7 @@ Build the image locally using this git repository as the [build context](https:/ ```console docker build \ - --tag cisagov/code-gov-update:0.1.2 \ + --tag cisagov/code-gov-update:0.1.3 \ https://github.com/cisagov/code-gov-update.git#develop ``` @@ -240,7 +240,7 @@ Docker: --file Dockerfile-x \ --platform linux/amd64 \ --output type=docker \ - --tag cisagov/code-gov-update:0.1.2 . + --tag cisagov/code-gov-update:0.1.3 . ``` ## Contributing ## diff --git a/src/Pipfile.lock b/src/Pipfile.lock index 8abee12..5cb8d43 100644 --- a/src/Pipfile.lock +++ b/src/Pipfile.lock @@ -18,20 +18,20 @@ "default": { "boto3": { "hashes": [ - "sha256:278d896e9090a976f41ec68da5c572bc4e5b7cb1e515f1898fee8cb2fadfb50d", - "sha256:3ce2225a61832d69831d669d912424ea3863268ca1cfa2a82203bb90952acefa" + "sha256:38658585791f47cca3fc6aad03838de0136778b533e8c71c6a9590aedc60fbde", + "sha256:a8228522c7db33694c0746dec8b48c05473671626359dd62ab6829eb7871eddc" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==1.26.91" + "version": "==1.28.66" }, "botocore": { "hashes": [ - "sha256:6f35d59e230095aed7cd747604fe248fa384bebb7d09549077892f936a8ca3df", - "sha256:988b948be685006b43c4bbd8f5c0cb93e77c66deb70561994e0c5b31b5a67210" + "sha256:70e94a5f9bd46b26b63a41fb441ad35f2ae8862ad9d90765b6fa31ccc02c0a19", + "sha256:8d161a97a25eb381721b4b7251d5126ef4ec57e452114250b3e51ba5e4ff45a4" ], "markers": "python_version >= '3.7'", - "version": "==1.29.165" + "version": "==1.31.66" }, "certifi": { "hashes": [ @@ -355,11 +355,11 @@ }, "s3transfer": { "hashes": [ - "sha256:b014be3a8a2aab98cfe1abc7229cc5a9a0cf05eb9c1f2b86b230fd8df3f78084", - "sha256:cab66d3380cca3e70939ef2255d01cd8aece6a4907a9528740f668c4b0611861" + "sha256:10d6923c6359175f264811ef4bf6161a3156ce8e350e705396a7557d6293c33a", + "sha256:fd3889a66f5fe17299fe75b82eae6cf722554edca744ca5d5fe308b104883d2e" ], "markers": "python_version >= '3.7'", - "version": "==0.6.2" + "version": "==0.7.0" }, "setuptools": { "hashes": [ @@ -393,12 +393,11 @@ }, "urllib3": { "hashes": [ - "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", - "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0" + "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84", + "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e" ], - "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", - "version": "==1.26.18" + "markers": "python_version >= '3.10'", + "version": "==2.0.7" }, "vsts": { "hashes": [ diff --git a/src/version.txt b/src/version.txt index b3f4756..ae73625 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1 +1 @@ -__version__ = "0.1.2" +__version__ = "0.1.3"