Skip to content

Commit

Permalink
feat: prepare 3.0 release (#12509)
Browse files Browse the repository at this point in the history
Release-As: 3.0.0
  • Loading branch information
trevorwhitney authored Apr 8, 2024
1 parent a233fb0 commit b7132db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 834 deletions.
6 changes: 3 additions & 3 deletions .github/release-workflows.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local imageJobs = {
querytee: build.image('loki-query-tee', 'cmd/querytee', platform=['linux/amd64']),
};

local buildImage = 'grafana/loki-build-image:0.33.0';
local buildImage = 'grafana/loki-build-image:0.33.1';
local golangCiLintVersion = 'v1.55.1';

local imageBuildTimeoutMin = 40;
Expand Down Expand Up @@ -67,7 +67,7 @@ local imagePrefix = 'grafana';
),
'three-zero-release.yml': std.manifestYamlDoc(
lokiRelease.releasePRWorkflow(
branches=['main'],
branches=['release-3.0.x'],
buildImage=buildImage,
checkTemplate=checkTemplate,
golangCiLintVersion=golangCiLintVersion,
Expand All @@ -79,7 +79,7 @@ local imagePrefix = 'grafana';
skipArm=false,
skipValidation=false,
useGitHubAppToken=true,
releaseAs='3.0.0-rc.1',
releaseAs='3.0.0',
) + {
name: 'Prepare Loki 3.0 release',
}, false, false
Expand Down
Loading

0 comments on commit b7132db

Please sign in to comment.