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:
110
110
1 . Do not change the release branch directly; make a PR to the release-X.Y branch with VERSION and any CHANGELOG changes.
111
111
1 . Ensure the ` VERSION ` file has ** no** ` -rc.X ` suffix
112
112
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
115
115
1 . 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.
116
116
1 . Wait until CI pipeline succeeded (once a tag is created, the release process through GitHub actions will be triggered for this tag)
117
117
1 . 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
2
2
GRAFANA_VERSION = 10.4.2
3
3
PROMETHEUS_VERSION = v2.51.2
4
- SEAWEEDFS_VERSION = 3.67
4
+ SEAWEEDFS_VERSION = 3.67
Original file line number Diff line number Diff line change 74
74
"quay.io/cortexproject/cortex:v1.17.0" : nil ,
75
75
"quay.io/cortexproject/cortex:v1.17.1" : nil ,
76
76
"quay.io/cortexproject/cortex:v1.18.0" : nil ,
77
+ "quay.io/cortexproject/cortex:v1.18.1" : nil ,
77
78
}
78
79
)
79
80
You can’t perform that action at this time.
0 commit comments