docs: migration guide

Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
paulfantom
2021-02-24 08:56:06 +01:00
parent 1d2a0e275a
commit 6acc4f6569
3 changed files with 87 additions and 4 deletions

16
.github/workflows/versions.yaml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Sync component versions
on:
schedule:
- cron: '18 8 * * *'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: romoh/dependencies-autoupdate@v1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
update-command: './scripts/generate-versions.sh > jsonnet/kube-prometheus/versions.json'
on-changes-command: 'make --always-make generate'