Skip to content

Commit

Permalink
Post release doc and code update (#6275)
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
friedrichg authored Oct 17, 2024
1 parent 1b4045c commit 2d918f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ To publish a stable release:
1. Do not change the release branch directly; make a PR to the release-X.Y branch with VERSION and any CHANGELOG changes.
1. Ensure the `VERSION` file has **no** `-rc.X` suffix
1. Update the Cortex version in the following locations:
- Kubernetes manifests located at `k8s/`
- Documentation located at `docs/`
- `docs/getting-started/.env`
- Bump version in cortex-helm-chart via PR, for example https://github.com/cortexproject/cortex-helm-chart/pull/501
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.
1. Wait until CI pipeline succeeded (once a tag is created, the release process through GitHub actions will be triggered for this tag)
1. Create a release in GitHub
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CORTEX_VERSION=v1.17.1
CORTEX_VERSION=v1.18.1
GRAFANA_VERSION=10.4.2
PROMETHEUS_VERSION=v2.51.2
SEAWEEDFS_VERSION=3.67
SEAWEEDFS_VERSION=3.67
1 change: 1 addition & 0 deletions integration/backward_compatibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ var (
"quay.io/cortexproject/cortex:v1.17.0": nil,
"quay.io/cortexproject/cortex:v1.17.1": nil,
"quay.io/cortexproject/cortex:v1.18.0": nil,
"quay.io/cortexproject/cortex:v1.18.1": nil,
}
)

Expand Down

0 comments on commit 2d918f3

Please sign in to comment.