Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit e54d877

Browse files
authored
Merge pull request #265 from gouthamve/move-to-main
Move trunk branch to main
2 parents 61afd56 + b326c42 commit e54d877

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## master / unreleased
44

5+
* [CHANGE] Updated the trunk branch from `master` to `main`. You need to run the following in your local fork: #265
6+
```
7+
git branch -m master main
8+
git fetch origin
9+
git branch -u origin/main main
10+
```
511
* [ENHANCEMENT] Add `EtcdAllocatingTooMuchMemory` alert for monitoring etcd memory usage. #261
612

713
## 1.7.0 / 2021-02-24

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test-readme:
3838
tk init --k8s=false && \
3939
jb install github.com/jsonnet-libs/k8s-alpha/1.18 && \
4040
printf '(import "github.com/jsonnet-libs/k8s-alpha/1.18/main.libsonnet")\n+(import "github.com/jsonnet-libs/k8s-alpha/1.18/extensions/kausal-shim.libsonnet")' > lib/k.libsonnet && \
41-
jb install github.com/grafana/cortex-jsonnet/cortex && \
41+
jb install github.com/grafana/cortex-jsonnet/cortex@main && \
4242
rm -fr ./vendor/cortex && \
4343
cp -r ../cortex ./vendor/ && \
4444
cp vendor/cortex/cortex-manifests.jsonnet.example environments/default/main.jsonnet && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To generate the YAMLs for deploying Cortex:
2525
(import "github.com/jsonnet-libs/k8s-alpha/1.18/main.libsonnet")
2626
+ (import "github.com/jsonnet-libs/k8s-alpha/1.18/extensions/kausal-shim.libsonnet")
2727
EOF
28-
$ jb install github.com/grafana/cortex-jsonnet/cortex
28+
$ jb install github.com/grafana/cortex-jsonnet/cortex@main
2929
```
3030

3131
1. Use the example monitoring.jsonnet.example:

0 commit comments

Comments
 (0)