Skip to content

Commit de137c1

Browse files
committed
update readme
1 parent 8fd95bb commit de137c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,10 @@ Upstream is not fixing CVEs reported by security scanners, but not applicable to
451451
These false positives can be fixed by cutting tetrate specific patch releases as follows:
452452
- Push a commit to a release branch in our fork (e.g. `release-v0.18.1` branch) with the changes to fix the CVEs.
453453
- Include changes to the `VERSION` file to the new version name following the pattern `<current-version>-tetrate-v<patch-number>`. For example `0.18.1-tetrate-v0` is the first CVEs fixing patch for `0.18.1`.
454-
- Once the PR is approved and merged:
455-
- Create the tag and push it to the repository following the pattern `v<new-version>`. For example `v0.18.1-tetrate-v0`.
454+
- Once the PR is approved and merged, create a tag following the pattern `v<new-version>`. For example `v0.18.1-tetrate-v0`. Push it to the repository.
456455
- CircleCI will automatically build the images and push them to the [tetrate docker hub repository](https://hub.docker.com/r/tetrate/postgres-exporter).
457-
- Update tetrate repository to use the new image version.
456+
- Update tetrate repository to use the new image version.
457+
458458
Further details for troubleshooting:
459459
- tag push triggers the `publish_images` custom job in CircleCI that can be found in the `.circleci/config.yml` file.
460460
- This job uses the [prometheus/publish_release_images](https://circleci.com/developer/orbs/orb/prometheus/publish_release_images) CircleCI orb.

0 commit comments

Comments
 (0)