Skip to content

Commit 687ed79

Browse files
committed
Bump version from 1.2.17 to 1.3.0-rc.1
1 parent 9d49814 commit 687ed79

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ expects the secrets in a different location.
2929
To run the `cisagov/pshtt_reporter` image via Docker:
3030

3131
```console
32-
docker run cisagov/pshtt_reporter:1.2.17
32+
docker run cisagov/pshtt_reporter:1.3.0-rc.1
3333
```
3434

3535
### Running with Docker Compose ###
@@ -42,7 +42,7 @@ docker run cisagov/pshtt_reporter:1.2.17
4242

4343
services:
4444
pshtt_reporter:
45-
image: cisagov/pshtt_reporter:1.2.17
45+
image: cisagov/pshtt_reporter:1.3.0-rc.1
4646
volumes:
4747
- type: bind
4848
source: <your_log_dir>
@@ -88,7 +88,7 @@ environment variables. See the
8888
8989
services:
9090
pshtt_reporter:
91-
image: cisagov/pshtt_reporter:1.2.17
91+
image: cisagov/pshtt_reporter:1.3.0-rc.1
9292
volumes:
9393
- type: bind
9494
source: <your_log_dir>
@@ -125,7 +125,7 @@ environment variables. See the
125125
1. Pull the new image:
126126

127127
```console
128-
docker pull cisagov/pshtt_reporter:1.2.17
128+
docker pull cisagov/pshtt_reporter:1.3.0-rc.1
129129
```
130130

131131
1. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -164,11 +164,11 @@ and then update dependencies as you would above.
164164
The images of this container are tagged with [semantic
165165
versions](https://semver.org) of the underlying example project that they
166166
containerize. It is recommended that most users use a version tag (e.g.
167-
`:1.2.17`).
167+
`:1.3.0-rc.1`).
168168

169169
| Image:tag | Description |
170170
|-----------|-------------|
171-
|`cisagov/pshtt_reporter:1.2.17`| An exact release version. |
171+
|`cisagov/pshtt_reporter:1.3.0-rc.1`| An exact release version. |
172172
|`cisagov/pshtt_reporter:1.2`| The most recent release matching the major and minor version numbers. |
173173
|`cisagov/pshtt_reporter:1`| The most recent release matching the major version number. |
174174
|`cisagov/pshtt_reporter:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -232,7 +232,7 @@ Build the image locally using this git repository as the [build context](https:/
232232

233233
```console
234234
docker build \
235-
--tag cisagov/pshtt_reporter:1.2.17 \
235+
--tag cisagov/pshtt_reporter:1.3.0-rc.1 \
236236
https://github.com/cisagov/pshtt_reporter.git#develop
237237
```
238238

@@ -263,7 +263,7 @@ Docker:
263263
--file Dockerfile-x \
264264
--platform linux/amd64 \
265265
--output type=docker \
266-
--tag cisagov/pshtt_reporter:1.2.17 .
266+
--tag cisagov/pshtt_reporter:1.3.0-rc.1 .
267267
```
268268

269269
## Contributing ##

src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.17
1+
1.3.0-rc.1

0 commit comments

Comments
 (0)