Skip to content

Commit 2d918f3

Browse files
authored
Post release doc and code update (#6275)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 1b4045c commit 2d918f3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ To publish a stable release:
110110
1. 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
115115
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.
116116
1. Wait until CI pipeline succeeded (once a tag is created, the release process through GitHub actions will be triggered for this tag)
117117
1. Create a release in GitHub

docs/getting-started/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORTEX_VERSION=v1.17.1
1+
CORTEX_VERSION=v1.18.1
22
GRAFANA_VERSION=10.4.2
33
PROMETHEUS_VERSION=v2.51.2
4-
SEAWEEDFS_VERSION=3.67
4+
SEAWEEDFS_VERSION=3.67

integration/backward_compatibility_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ var (
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

0 commit comments

Comments
 (0)