Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 2.35 KB

pull_request_template.md

File metadata and controls

26 lines (18 loc) · 2.35 KB

Related Issue:

Checklist

In general, the rules for bumping versions are:

  • If the current version is an RC, increment it 0.0.0-rc1 -> 0.0.0-rc2
  • If the current version is not an RC, bump the patch and set it to -rc1 (0.0.0 -> 0.0.1-rc1)

Please fill out this table to identify which fields need to be modified in your PR.

Under Status, either indicate Does Not Apply or Added to this PR.

Field to be modified Why should this be modified? Status
version in rancher-project-monitoring Chart.yaml - You modified the contents of the rancher-project-monitoring chart to make changes
helmProjectOperator.image.tag in prometheus-federator values.yaml Either you modified the rancher-project-monitoring chart or you modified the main.go file
appVersion in prometheus-federator Chart.yaml You modified the helmProjectOperator.image.tag in the above box
version in prometheus-federator Chart.yaml Either you modified the appVersion in the above box or you modified the contents of the prometheus-federator chart to make changes

For Maintainers Releasing The Chart On QA Validation

Please checkmark both of the boxes below to indicate that you have followed the versioning guidelines for prometheus-federator:

  • The -rc tag has been removed from the version in packages/prometheus-federator/charts/Chart.yaml
  • The -rc tag has been removed from the helmProjectOperator.image.tag in packages/prometheus-federator/charts/values.yaml