Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 91e69a9

Browse files
committed
Bump version from 0.1.0 to 0.1.0-rc.1
1 parent 3aaf67f commit 91e69a9

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
@@ -21,7 +21,7 @@ certificates.
2121
To run the `cisagov/client-cert-update` image via Docker:
2222

2323
```console
24-
docker run cisagov/client-cert-update:0.1.0
24+
docker run cisagov/client-cert-update:0.1.0-rc.1
2525
```
2626

2727
### Running with Docker Compose ###
@@ -34,7 +34,7 @@ docker run cisagov/client-cert-update:0.1.0
3434

3535
services:
3636
update:
37-
image: cisagov/client-cert-update:0.1.0
37+
image: cisagov/client-cert-update:0.1.0-rc.1
3838
init: true
3939
environment:
4040
- AWS_CONFIG_FILE=path/to/aws_config
@@ -82,7 +82,7 @@ environment variables. See the
8282
8383
services:
8484
update:
85-
image: cisagov/client-cert-update:0.1.0
85+
image: cisagov/client-cert-update:0.1.0-rc.1
8686
init: true
8787
environment:
8888
- AWS_CONFIG_FILE=/run/secrets/aws_config
@@ -121,7 +121,7 @@ environment variables. See the
121121
1. Pull the new image:
122122

123123
```console
124-
docker pull cisagov/client-cert-update:0.1.0
124+
docker pull cisagov/client-cert-update:0.1.0-rc.1
125125
```
126126

127127
1. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -130,11 +130,11 @@ environment variables. See the
130130

131131
The images of this container are tagged with [semantic
132132
versions](https://semver.org). It is recommended that most users use a version
133-
tag (e.g. `:0.1.0`).
133+
tag (e.g. `:0.1.0-rc.1`).
134134

135135
| Image:tag | Description |
136136
|-----------|-------------|
137-
|`cisagov/client-cert-update:0.1.0`| An exact release version. |
137+
|`cisagov/client-cert-update:0.1.0-rc.1`| An exact release version. |
138138
|`cisagov/client-cert-update:0.0`| The most recent release matching the major and minor version numbers. |
139139
|`cisagov/client-cert-update:0`| The most recent release matching the major version number. |
140140
|`cisagov/client-cert-update:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -196,7 +196,7 @@ Build the image locally using this git repository as the [build context](https:/
196196

197197
```console
198198
docker build \
199-
--tag cisagov/client-cert-update:0.1.0 \
199+
--tag cisagov/client-cert-update:0.1.0-rc.1 \
200200
https://github.com/cisagov/client-cert-update.git#develop
201201
```
202202

@@ -227,7 +227,7 @@ Docker:
227227
--file Dockerfile-x \
228228
--platform linux/amd64 \
229229
--output type=docker \
230-
--tag cisagov/client-cert-update:0.1.0 .
230+
--tag cisagov/client-cert-update:0.1.0-rc.1 .
231231
```
232232

233233
## Contributing ##

src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.0-rc.1"

0 commit comments

Comments
 (0)