Skip to content

Commit 7b805ba

Browse files
authored
fix(ci): Pull in latest 2.9-specific release code (#18019)
1 parent 6297508 commit 7b805ba

File tree

9 files changed

+241
-36
lines changed

9 files changed

+241
-36
lines changed

.github/jsonnetfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"subdir": "workflows"
99
}
1010
},
11-
"version": "510aa7aca03db13e0a6b627987b17599e33ac6c7"
11+
"version": "49df16ec1479c49409acab2fe9f18b278807fbfd"
1212
}
1313
],
1414
"legacyImports": true

.github/jsonnetfile.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"subdir": "workflows"
99
}
1010
},
11-
"version": "510aa7aca03db13e0a6b627987b17599e33ac6c7",
12-
"sum": "Jxte3yc4U616jguaT6l0M3ruKVayZrMZ8/tA4wvA0p4="
11+
"version": "49df16ec1479c49409acab2fe9f18b278807fbfd",
12+
"sum": "B1qquMlqQdCOGnj3fVijKRvsorHhhX56cfIDmvlXtU8="
1313
}
1414
],
1515
"legacyImports": false

.github/vendor/github.com/grafana/loki-release/workflows/build.libsonnet

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/vendor/github.com/grafana/loki-release/workflows/common.libsonnet

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/vendor/github.com/grafana/loki-release/workflows/release.libsonnet

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"jobs":
22
"check":
3-
"uses": "grafana/loki-release/.github/workflows/check.yml@510aa7aca03db13e0a6b627987b17599e33ac6c7"
3+
"uses": "grafana/loki-release/.github/workflows/check.yml@49df16ec1479c49409acab2fe9f18b278807fbfd"
44
"with":
55
"build_image": "grafana/loki-build-image:0.34.3-loki-2.9.x"
66
"golang_ci_lint_version": "v1.60.3"
7-
"release_lib_ref": "510aa7aca03db13e0a6b627987b17599e33ac6c7"
7+
"release_lib_ref": "49df16ec1479c49409acab2fe9f18b278807fbfd"
88
"skip_validation": false
99
"use_github_app_token": true
1010
"name": "check"

0 commit comments

Comments
 (0)