Skip to content

Commit

Permalink
Move trunk branch to main
Browse files Browse the repository at this point in the history
Signed-off-by: Goutham Veeramachaneni <[email protected]>
  • Loading branch information
gouthamve committed Mar 3, 2021
1 parent 61afd56 commit b326c42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## master / unreleased

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

## 1.7.0 / 2021-02-24
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test-readme:
tk init --k8s=false && \
jb install github.com/jsonnet-libs/k8s-alpha/1.18 && \
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 && \
jb install github.com/grafana/cortex-jsonnet/cortex && \
jb install github.com/grafana/cortex-jsonnet/cortex@main && \
rm -fr ./vendor/cortex && \
cp -r ../cortex ./vendor/ && \
cp vendor/cortex/cortex-manifests.jsonnet.example environments/default/main.jsonnet && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To generate the YAMLs for deploying Cortex:
(import "github.com/jsonnet-libs/k8s-alpha/1.18/main.libsonnet")
+ (import "github.com/jsonnet-libs/k8s-alpha/1.18/extensions/kausal-shim.libsonnet")
EOF
$ jb install github.com/grafana/cortex-jsonnet/cortex
$ jb install github.com/grafana/cortex-jsonnet/cortex@main
```

1. Use the example monitoring.jsonnet.example:
Expand Down

0 comments on commit b326c42

Please sign in to comment.