Skip to content

Commit

Permalink
Bump version from 0.1.0-rc.3 to 0.1.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Mar 10, 2023
1 parent 50463e5 commit 040a796
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ hosted [here](https://www.dhs.gov/code.json).
To run the `cisagov/code-gov-update` image via Docker:

```console
docker run cisagov/code-gov-update:0.1.0-rc.3
docker run cisagov/code-gov-update:0.1.0-rc.4
```

### Running with Docker Compose ###
Expand All @@ -44,7 +44,7 @@ docker run cisagov/code-gov-update:0.1.0-rc.3

services:
update:
image: 'cisagov/code-gov-update:0.1.0-rc.3'
image: 'cisagov/code-gov-update:0.1.0-rc.4'
init: true
environment:
- AWS_CONFIG_FILE=path/to/aws_config
Expand Down Expand Up @@ -92,7 +92,7 @@ environment variables. See the
services:
update:
image: 'cisagov/code-gov-update:0.1.0-rc.3'
image: 'cisagov/code-gov-update:0.1.0-rc.4'
init: true
secrets:
- source: aws_config
Expand Down Expand Up @@ -131,7 +131,7 @@ environment variables. See the
1. Pull the new image:

```console
docker pull cisagov/code-gov-update:0.1.0-rc.3
docker pull cisagov/code-gov-update:0.1.0-rc.4
```

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

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

| Image:tag | Description |
|-----------|-------------|
|`cisagov/code-gov-update:0.1.0-rc.3`| An exact release version. |
|`cisagov/code-gov-update:0.1.0-rc.4`| An exact release version. |
|`cisagov/code-gov-update:0.1`| The most recent release matching the major and minor version numbers. |
|`cisagov/code-gov-update:0`| The most recent release matching the major version number. |
|`cisagov/code-gov-update:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
Expand Down Expand Up @@ -209,7 +209,7 @@ Build the image locally using this git repository as the [build context](https:/

```console
docker build \
--tag cisagov/code-gov-update:0.1.0-rc.3 \
--tag cisagov/code-gov-update:0.1.0-rc.4 \
https://github.com/cisagov/code-gov-update.git#develop
```

Expand Down Expand Up @@ -240,7 +240,7 @@ Docker:
--file Dockerfile-x \
--platform linux/amd64 \
--output type=docker \
--tag cisagov/code-gov-update:0.1.0-rc.3 .
--tag cisagov/code-gov-update:0.1.0-rc.4 .
```

## Contributing ##
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0-rc.3"
__version__ = "0.1.0-rc.4"

0 comments on commit 040a796

Please sign in to comment.