Skip to content

Commit 19cbe39

Browse files
committed
Bump version from 0.2.0-dev.2 to 0.2.0-rc.1
1 parent 57171be commit 19cbe39

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Python library. Then it will output CSVs with agency and domain level results.
2323
To run the `cisagov/vdp-scanner` image via Docker:
2424

2525
```console
26-
docker run cisagov/vdp-scanner:0.2.0-dev.2
26+
docker run cisagov/vdp-scanner:0.2.0-rc.1
2727
```
2828

2929
### Running with Docker Compose ###
@@ -36,7 +36,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.2
3636

3737
services:
3838
vdp-scanner:
39-
image: 'cisagov/vdp-scanner:0.2.0-dev.2'
39+
image: 'cisagov/vdp-scanner:0.2.0-rc.1'
4040
volumes:
4141
- .:/task/host_mount
4242
```
@@ -74,7 +74,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.2
7474
1. Pull the new image:
7575

7676
```console
77-
docker pull cisagov/vdp-scanner:0.2.0-dev.2
77+
docker pull cisagov/vdp-scanner:0.2.0-rc.1
7878
```
7979

8080
1. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -83,11 +83,11 @@ docker run cisagov/vdp-scanner:0.2.0-dev.2
8383

8484
The images of this container are tagged with
8585
[semantic versions](https://semver.org). It is recommended that most users use
86-
a version tag (e.g. `:0.2.0-dev.2`).
86+
a version tag (e.g. `:0.2.0-rc.1`).
8787

8888
| Image:tag | Description |
8989
|-----------|-------------|
90-
|`cisagov/vdp-scanner:0.2.0-dev.2`| An exact release version. |
90+
|`cisagov/vdp-scanner:0.2.0-rc.1`| An exact release version. |
9191
|`cisagov/vdp-scanner:0.2`| The most recent release matching the major and minor version numbers. |
9292
|`cisagov/vdp-scanner:0`| The most recent release matching the major version number. |
9393
|`cisagov/vdp-scanner:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -153,7 +153,7 @@ Build the image locally using this git repository as the [build context](https:/
153153

154154
```console
155155
docker build \
156-
--tag cisagov/vdp-scanner:0.2.0-dev.2 \
156+
--tag cisagov/vdp-scanner:0.2.0-rc.1 \
157157
https://github.com/cisagov/vdp-scanner-docker.git#develop
158158
```
159159

@@ -184,7 +184,7 @@ Docker:
184184
--file Dockerfile-x \
185185
--platform linux/amd64 \
186186
--output type=docker \
187-
--tag cisagov/vdp-scanner:0.2.0-dev.2 .
187+
--tag cisagov/vdp-scanner:0.2.0-rc.1 .
188188
```
189189

190190
## Contributing ##

src/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0-dev.2"
1+
__version__ = "0.2.0-rc.1"

0 commit comments

Comments
 (0)