Skip to content

Commit 3fc00e7

Browse files
committed
Finalize version from 0.2.0-rc.1 to 0.2.0
1 parent e45ae6e commit 3fc00e7

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
@@ -31,7 +31,7 @@ hosted [here](https://www.dhs.gov/code.json).
3131
To run the `cisagov/code-gov-update` image via Docker:
3232

3333
```console
34-
docker run cisagov/code-gov-update:0.2.0-rc.1
34+
docker run cisagov/code-gov-update:0.2.0
3535
```
3636

3737
### Running with Docker Compose ###
@@ -44,7 +44,7 @@ docker run cisagov/code-gov-update:0.2.0-rc.1
4444

4545
services:
4646
update:
47-
image: 'cisagov/code-gov-update:0.2.0-rc.1'
47+
image: 'cisagov/code-gov-update:0.2.0'
4848
init: true
4949
environment:
5050
- AWS_CONFIG_FILE=path/to/aws_config
@@ -92,7 +92,7 @@ environment variables. See the
9292
9393
services:
9494
update:
95-
image: 'cisagov/code-gov-update:0.2.0-rc.1'
95+
image: 'cisagov/code-gov-update:0.2.0'
9696
init: true
9797
secrets:
9898
- source: aws_config
@@ -131,7 +131,7 @@ environment variables. See the
131131
1. Pull the new image:
132132

133133
```console
134-
docker pull cisagov/code-gov-update:0.2.0-rc.1
134+
docker pull cisagov/code-gov-update:0.2.0
135135
```
136136

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

141141
The images of this container are tagged with [semantic
142142
versions](https://semver.org). It is recommended that most users use a version
143-
tag (e.g. `:0.2.0-rc.1`).
143+
tag (e.g. `:0.2.0`).
144144

145145
| Image:tag | Description |
146146
|-----------|-------------|
147-
|`cisagov/code-gov-update:0.2.0-rc.1`| An exact release version. |
147+
|`cisagov/code-gov-update:0.2.0`| An exact release version. |
148148
|`cisagov/code-gov-update:0.2`| The most recent release matching the major and minor version numbers. |
149149
|`cisagov/code-gov-update:0`| The most recent release matching the major version number. |
150150
|`cisagov/code-gov-update:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -209,7 +209,7 @@ Build the image locally using this git repository as the [build context](https:/
209209

210210
```console
211211
docker build \
212-
--tag cisagov/code-gov-update:0.2.0-rc.1 \
212+
--tag cisagov/code-gov-update:0.2.0 \
213213
https://github.com/cisagov/code-gov-update.git#develop
214214
```
215215

@@ -240,7 +240,7 @@ Docker:
240240
--file Dockerfile-x \
241241
--platform linux/amd64 \
242242
--output type=docker \
243-
--tag cisagov/code-gov-update:0.2.0-rc.1 .
243+
--tag cisagov/code-gov-update:0.2.0 .
244244
```
245245

246246
## Contributing ##

src/version.txt

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

0 commit comments

Comments
 (0)