Skip to content

Commit fff7ce5

Browse files
authored
Prepare Cortex 1.3.0-rc.0 (#2978) (#2980)
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 90655f4 commit fff7ce5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## master / unreleased
44

55

6-
## 1.3.0 in progress
6+
## 1.3.0-rc.0 / 2020-08-05
77

88
* [CHANGE] Replace the metric `cortex_alertmanager_configs` with `cortex_alertmanager_config_invalid` exposed by Alertmanager. #2960
99
* [CHANGE] Experimental Delete Series: Change target flag for purger from `data-purger` to `purger`. #2777

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SED ?= $(shell which gsed 2>/dev/null || which sed)
3030

3131
# We don't want find to scan inside a bunch of directories, to accelerate the
3232
# 'make: Entering directory '/go/src/github.com/cortexproject/cortex' phase.
33-
DONT_FIND := -name tools -prune -o -name vendor -prune -o -name .git -prune -o -name .cache -prune -o -name .pkg -prune -o
33+
DONT_FIND := -name tools -prune -o -name vendor -prune -o -name .git -prune -o -name .cache -prune -o -name .pkg -prune -o -name packaging -prune -o
3434

3535
# Get a list of directories containing Dockerfiles
3636
DOCKERFILES := $(shell find . $(DONT_FIND) -type f -name 'Dockerfile' -print)

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To prepare release branch, first create new release branch (release-X.Y) in Cort
7373
* `[ENHANCEMENT]`
7474
* `[BUGFIX]`
7575
- Run `./tools/release/check-changelog.sh LAST-RELEASE-TAG...master` and add any missing PR which includes user-facing changes
76-
3. For a major or minor release, update the Cortex version in the following locations:
76+
3. For a major or minor **stable** release, update the Cortex version in the following locations:
7777
- Kubernetes manifests located at `k8s/`
7878
- Documentation located at `docs/`
7979

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0-rc.0

0 commit comments

Comments
 (0)