Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
prometheus-operator
kube-prometheus
Commits
45f56819
Commit
45f56819
authored
Aug 16, 2023
by
Simon Pasquier
Browse files
Options
Downloads
Patches
Plain Diff
chore: fix versions action
Signed-off-by:
Simon Pasquier
<
spasquie@redhat.com
>
parent
b102f7b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/versions.yaml
+7
-2
7 additions, 2 deletions
.github/workflows/versions.yaml
with
7 additions
and
2 deletions
.github/workflows/versions.yaml
+
7
−
2
View file @
45f56819
...
@@ -31,10 +31,15 @@ jobs:
...
@@ -31,10 +31,15 @@ jobs:
# Write to temporary file to make update atomic
# Write to temporary file to make update atomic
scripts/generate-versions.sh > /tmp/versions.json
scripts/generate-versions.sh > /tmp/versions.json
mv /tmp/versions.json jsonnet/kube-prometheus/versions.json
mv /tmp/versions.json jsonnet/kube-prometheus/versions.json
# Display the raw diff between versions.
git diff
# 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
new_changelogs=$(scripts/get-new-changelogs.sh)
{
echo "new_changelogs=$new_changelogs" >> $GITHUB_OUTPUT
echo 'new_changelogs<<EOF'
echo $(scripts/get-new-changelogs.sh)
echo EOF
} >> $GITHUB_OUTPUT
if
:
matrix.branch == 'main'
if
:
matrix.branch == 'main'
-
name
:
Update jsonnet dependencies
-
name
:
Update jsonnet dependencies
run
:
|
run
:
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment