Compare commits
2 Commits
main
...
versions-f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e2acd6fcd | ||
|
|
0b7a4d100b |
12
.github/workflows/versions.yaml
vendored
12
.github/workflows/versions.yaml
vendored
@@ -12,10 +12,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch:
|
branch:
|
||||||
- 'release-0.9'
|
|
||||||
- 'release-0.10'
|
|
||||||
- 'release-0.11'
|
|
||||||
- 'release-0.12'
|
|
||||||
- 'main'
|
- 'main'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -33,8 +29,12 @@ jobs:
|
|||||||
mv /tmp/versions.json jsonnet/kube-prometheus/versions.json
|
mv /tmp/versions.json jsonnet/kube-prometheus/versions.json
|
||||||
# Get the links to the changelogs of the updated versions and make them
|
# Get the links to the changelogs of the updated versions and make them
|
||||||
# available to the reviewers
|
# available to the reviewers
|
||||||
echo "new_changelogs=$(scripts/get-new-changelogs.sh)" >> $GITHUB_OUTPUT
|
new_changelogs=$(scripts/get-new-changelogs.sh)
|
||||||
if: matrix.branch == 'main'
|
echo "test"
|
||||||
|
echo "$new_changelogs"
|
||||||
|
echo "new_changelogs=$new_changelogs" >> $GITHUB_OUTPUT
|
||||||
|
echo "EOF" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Update jsonnet dependencies
|
- name: Update jsonnet dependencies
|
||||||
run: |
|
run: |
|
||||||
make update
|
make update
|
||||||
|
|||||||
Reference in New Issue
Block a user