You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -451,10 +451,10 @@ Upstream is not fixing CVEs reported by security scanners, but not applicable to
451
451
These false positives can be fixed by cutting tetrate specific patch releases as follows:
452
452
- Push a commit to a release branch in our fork (e.g. `release-v0.18.1` branch) with the changes to fix the CVEs.
453
453
- 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.
456
455
- 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
+
458
458
Further details for troubleshooting:
459
459
- tag push triggers the `publish_images` custom job in CircleCI that can be found in the `.circleci/config.yml` file.
460
460
- This job uses the [prometheus/publish_release_images](https://circleci.com/developer/orbs/orb/prometheus/publish_release_images) CircleCI orb.
0 commit comments