File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ To publish a stable release:
1101101 . Do not change the release branch directly; make a PR to the release-X.Y branch with VERSION and any CHANGELOG changes.
111111 1 . Ensure the ` VERSION ` file has ** no** ` -rc.X ` suffix
112112 1 . Update the Cortex version in the following locations:
113- - Kubernetes manifests located at ` k8s/ `
114- - Documentation located at ` docs/ `
113+ - ` docs/getting-started/.env `
114+ - Bump version in cortex-helm-chart via PR, for example https://github.com/cortexproject/cortex-helm-chart/pull/501
1151151 . After merging your PR to release branch, ` git tag ` the new release (see [ How to tag a release] ( #how-to-tag-a-release ) ) from release branch.
1161161 . Wait until CI pipeline succeeded (once a tag is created, the release process through GitHub actions will be triggered for this tag)
1171171 . Create a release in GitHub
Original file line number Diff line number Diff line change 1- CORTEX_VERSION = v1.17 .1
1+ CORTEX_VERSION = v1.18 .1
22GRAFANA_VERSION = 10.4.2
33PROMETHEUS_VERSION = v2.51.2
4- SEAWEEDFS_VERSION = 3.67
4+ SEAWEEDFS_VERSION = 3.67
Original file line number Diff line number Diff line change 7474 "quay.io/cortexproject/cortex:v1.17.0" : nil ,
7575 "quay.io/cortexproject/cortex:v1.17.1" : nil ,
7676 "quay.io/cortexproject/cortex:v1.18.0" : nil ,
77+ "quay.io/cortexproject/cortex:v1.18.1" : nil ,
7778 }
7879)
7980
You can’t perform that action at this time.
0 commit comments