From 20de6843fc450a1da4c934271e94580ed3885b8e Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:22:03 -0500 Subject: [PATCH] Bump version from 0.3.0-rc.1 to 0.3.0-rc.2 --- README.md | 16 ++++++++-------- src/version.txt | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 427c9c2..a7d5022 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.3.0-rc.1 +docker run cisagov/code-gov-update:0.3.0-rc.2 ``` ### Running with Docker Compose ### @@ -44,7 +44,7 @@ docker run cisagov/code-gov-update:0.3.0-rc.1 services: update: - image: cisagov/code-gov-update:0.3.0-rc.1 + image: cisagov/code-gov-update:0.3.0-rc.2 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.3.0-rc.1 + image: cisagov/code-gov-update:0.3.0-rc.2 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.3.0-rc.1 + docker pull cisagov/code-gov-update:0.3.0-rc.2 ``` 1. Recreate and run the container by following the [previous instructions](#running-with-docker). @@ -170,11 +170,11 @@ and then update dependencies as you would above. The images of this container are tagged with [semantic versions](https://semver.org) of the underlying example project that they containerize. It is recommended that most users use a version tag (e.g. -`:0.3.0-rc.1`). +`:0.3.0-rc.2`). | Image:tag | Description | |-----------|-------------| -|`cisagov/code-gov-update:0.3.0-rc.1`| An exact release version. | +|`cisagov/code-gov-update:0.3.0-rc.2`| An exact release version. | |`cisagov/code-gov-update:0.3`| 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. | @@ -239,7 +239,7 @@ Build the image locally using this git repository as the [build context](https:/ ```console docker build \ - --tag cisagov/code-gov-update:0.3.0-rc.1 \ + --tag cisagov/code-gov-update:0.3.0-rc.2 \ https://github.com/cisagov/code-gov-update.git#develop ``` @@ -270,7 +270,7 @@ Docker: --file Dockerfile-x \ --platform linux/amd64 \ --output type=docker \ - --tag cisagov/code-gov-update:0.3.0-rc.1 . + --tag cisagov/code-gov-update:0.3.0-rc.2 . ``` ## Contributing ## diff --git a/src/version.txt b/src/version.txt index 8f2e859..c23d448 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1 +1 @@ -0.3.0-rc.1 +0.3.0-rc.2