From 473fcb4ed1420546363f6d7779fe8d78381bb9a2 Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:51:05 -0500 Subject: [PATCH] Bump version from 0.2.0-dev.5 to 0.2.0-dev.6 --- README.md | 14 +++++++------- src/version.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d9fd89c..ed4548e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Python library. Then it will output CSVs with agency and domain level results. To run the `cisagov/vdp-scanner` image via Docker: ```console -docker run cisagov/vdp-scanner:0.2.0-dev.5 +docker run cisagov/vdp-scanner:0.2.0-dev.6 ``` ### Running with Docker Compose ### @@ -36,7 +36,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.5 services: vdp-scanner: - image: cisagov/vdp-scanner:0.2.0-dev.5 + image: cisagov/vdp-scanner:0.2.0-dev.6 volumes: - .:/task/host_mount ``` @@ -74,7 +74,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.5 1. Pull the new image: ```console - docker pull cisagov/vdp-scanner:0.2.0-dev.5 + docker pull cisagov/vdp-scanner:0.2.0-dev.6 ``` 1. Recreate and run the container by following the [previous instructions](#running-with-docker). @@ -113,11 +113,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.2.0-dev.5`). +`:0.2.0-dev.6`). | Image:tag | Description | |-----------|-------------| -|`cisagov/vdp-scanner:0.2.0-dev.5`| An exact release version. | +|`cisagov/vdp-scanner:0.2.0-dev.6`| An exact release version. | |`cisagov/vdp-scanner:0.2`| The most recent release matching the major and minor version numbers. | |`cisagov/vdp-scanner:0`| The most recent release matching the major version number. | |`cisagov/vdp-scanner:edge` | The most recent image built from a merge into the `develop` branch of this repository. | @@ -183,7 +183,7 @@ Build the image locally using this git repository as the [build context](https:/ ```console docker build \ - --tag cisagov/vdp-scanner:0.2.0-dev.5 \ + --tag cisagov/vdp-scanner:0.2.0-dev.6 \ https://github.com/cisagov/vdp-scanner-docker.git#develop ``` @@ -214,7 +214,7 @@ Docker: --file Dockerfile-x \ --platform linux/amd64 \ --output type=docker \ - --tag cisagov/vdp-scanner:0.2.0-dev.5 . + --tag cisagov/vdp-scanner:0.2.0-dev.6 . ``` ## Contributing ## diff --git a/src/version.txt b/src/version.txt index 92bf7ff..498c4ba 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1 +1 @@ -0.2.0-dev.5 +0.2.0-dev.6