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

Commit

Permalink
Bump version from 0.1.0-rc.1 to 0.1.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Feb 14, 2023
1 parent 861bd35 commit 6fb7de7
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 @@ -21,7 +21,7 @@ certificates.
To run the `cisagov/client-cert-update` image via Docker:

```console
docker run cisagov/client-cert-update:0.1.0-rc.1
docker run cisagov/client-cert-update:0.1.0-rc.2
```

### Running with Docker Compose ###
Expand All @@ -34,7 +34,7 @@ docker run cisagov/client-cert-update:0.1.0-rc.1

services:
update:
image: cisagov/client-cert-update:0.1.0-rc.1
image: cisagov/client-cert-update:0.1.0-rc.2
init: true
environment:
- AWS_CONFIG_FILE=path/to/aws_config
Expand Down Expand Up @@ -82,7 +82,7 @@ environment variables. See the
services:
update:
image: cisagov/client-cert-update:0.1.0-rc.1
image: cisagov/client-cert-update:0.1.0-rc.2
init: true
environment:
- AWS_CONFIG_FILE=/run/secrets/aws_config
Expand Down Expand Up @@ -121,7 +121,7 @@ environment variables. See the
1. Pull the new image:

```console
docker pull cisagov/client-cert-update:0.1.0-rc.1
docker pull cisagov/client-cert-update:0.1.0-rc.2
```

1. Recreate and run the container by following the [previous instructions](#running-with-docker).
Expand All @@ -130,11 +130,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.1`).
tag (e.g. `:0.1.0-rc.2`).

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

```console
docker build \
--tag cisagov/client-cert-update:0.1.0-rc.1 \
--tag cisagov/client-cert-update:0.1.0-rc.2 \
https://github.com/cisagov/client-cert-update.git#develop
```

Expand Down Expand Up @@ -227,7 +227,7 @@ Docker:
--file Dockerfile-x \
--platform linux/amd64 \
--output type=docker \
--tag cisagov/client-cert-update:0.1.0-rc.1 .
--tag cisagov/client-cert-update:0.1.0-rc.2 .
```

## 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.1"
__version__ = "0.1.0-rc.2"

0 comments on commit 6fb7de7

Please sign in to comment.