Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(fix-action-names-in-main): release 2.9.5 #11940

Closed
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
43a9adb
fix: release action repo reference
trevorwhitney Jan 26, 2024
361d922
chore: vendor jsonnet dependencies
trevorwhitney Feb 13, 2024
43dd231
feat: latest release process supports prereleases
trevorwhitney Feb 13, 2024
663aeac
feat: add conventional commit PR title checker
trevorwhitney Feb 13, 2024
c8ad24a
Merge branch 'main' into fix-action-names-in-main
trevorwhitney Feb 13, 2024
b72d115
feat: add golangci-lint to pr checks
trevorwhitney Feb 13, 2024
8dcdeed
chore: test release pipeline on this branch
trevorwhitney Feb 13, 2024
ceafa1b
feat: use loki build image
trevorwhitney Feb 13, 2024
859dbb4
chore: run release pipeline on branch
trevorwhitney Feb 13, 2024
e6a4d5d
chore: manually install shellcheck
trevorwhitney Feb 13, 2024
ed6950d
fix: manually install jsonnetfmt
trevorwhitney Feb 13, 2024
3944032
chore: install xz-utils
trevorwhitney Feb 13, 2024
3e03785
chore: try GITHUB_TOKEN
trevorwhitney Feb 13, 2024
7442200
chore: try new token (and skip validation for now)
trevorwhitney Feb 13, 2024
02b95ed
feat: extract version for dist step
trevorwhitney Feb 13, 2024
56561ee
feat: attempt arm builds again
trevorwhitney Feb 14, 2024
5683d3a
feat: update to latest loki-release from main
trevorwhitney Feb 14, 2024
365d405
Merge branch 'main' into fix-action-names-in-main
trevorwhitney Feb 14, 2024
6a1d4eb
feat: add packaging
trevorwhitney Feb 14, 2024
74c6c80
fix: bundle dist and packaging to save duplication
trevorwhitney Feb 14, 2024
71db0de
feat: remove check steps from drone
trevorwhitney Feb 14, 2024
0eae0ce
fix: bring in latest release code for packaging
trevorwhitney Feb 15, 2024
4620bd0
feat: used shared workflow for running checks
trevorwhitney Feb 15, 2024
f3b9583
chore: bump latest loki-release
trevorwhitney Feb 15, 2024
c2110bb
chore: only bring in workflow jsonnet from loki-release
trevorwhitney Feb 15, 2024
85a1bff
fix: dubious ownership during dist
trevorwhitney Feb 15, 2024
8f4917d
chore: try to fix incorrect footer issue
trevorwhitney Feb 15, 2024
b3c630d
fix: missing drone dependency
trevorwhitney Feb 15, 2024
293a79a
chore(fix-action-names-in-main): release 2.9.5
grafanabot Feb 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: manually install jsonnetfmt
  • Loading branch information
trevorwhitney committed Feb 13, 2024
commit ed6950d2f94df04babf46660364306e90f0d21c0
4 changes: 2 additions & 2 deletions .github/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"subdir": ""
}
},
"version": "36ebc075d3f435407ae5de3defb29b467aefabfe",
"sum": "VLe68FGWuHiy2lM51HpF8dgfqdGT72/1AA5zXqJd9YU="
"version": "63abcdd7617a65b250bc348565c97793ba9a2b20",
"sum": "oUVb+owI1ZgnH5gyO+6oW823Mi+fFMStCfsy9uMNVhk="
}
],
"legacyImports": false

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions .github/workflows/minor-release-pr.yml
Original file line number Diff line number Diff line change
@@ -31,6 +31,14 @@ jobs:
tar_args: "xvf"
tarball_binary_path: "*/${binary}"
version: "0.9.0"
- name: "install jsonnetfmt"
uses: "./lib/actions/install-binary"
with:
binary: "jsonnetfmt"
download_url: "https://github.com/google/go-jsonnet/releases/download/v${version}/go-jsonnet_${version}_Linux_x86_64.tar.gz"
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
version: "0.18.0"
- env:
BUILD_IN_CONTAINER: false
if: "${{ !fromJSON(env.SKIP_VALIDATION) }}"
@@ -372,6 +380,14 @@ jobs:
tar_args: "xvf"
tarball_binary_path: "*/${binary}"
version: "0.9.0"
- name: "install jsonnetfmt"
uses: "./lib/actions/install-binary"
with:
binary: "jsonnetfmt"
download_url: "https://github.com/google/go-jsonnet/releases/download/v${version}/go-jsonnet_${version}_Linux_x86_64.tar.gz"
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
version: "0.18.0"
- env:
BUILD_IN_CONTAINER: false
if: "${{ !fromJSON(env.SKIP_VALIDATION) }}"
@@ -1188,6 +1204,14 @@ jobs:
tar_args: "xvf"
tarball_binary_path: "*/${binary}"
version: "0.9.0"
- name: "install jsonnetfmt"
uses: "./lib/actions/install-binary"
with:
binary: "jsonnetfmt"
download_url: "https://github.com/google/go-jsonnet/releases/download/v${version}/go-jsonnet_${version}_Linux_x86_64.tar.gz"
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
version: "0.18.0"
- env:
BUILD_IN_CONTAINER: false
if: "${{ !fromJSON(env.SKIP_VALIDATION) }}"
24 changes: 24 additions & 0 deletions .github/workflows/patch-release-pr.yml
Original file line number Diff line number Diff line change
@@ -31,6 +31,14 @@ jobs:
tar_args: "xvf"
tarball_binary_path: "*/${binary}"
version: "0.9.0"
- name: "install jsonnetfmt"
uses: "./lib/actions/install-binary"
with:
binary: "jsonnetfmt"
download_url: "https://github.com/google/go-jsonnet/releases/download/v${version}/go-jsonnet_${version}_Linux_x86_64.tar.gz"
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
version: "0.18.0"
- env:
BUILD_IN_CONTAINER: false
if: "${{ !fromJSON(env.SKIP_VALIDATION) }}"
@@ -372,6 +380,14 @@ jobs:
tar_args: "xvf"
tarball_binary_path: "*/${binary}"
version: "0.9.0"
- name: "install jsonnetfmt"
uses: "./lib/actions/install-binary"
with:
binary: "jsonnetfmt"
download_url: "https://github.com/google/go-jsonnet/releases/download/v${version}/go-jsonnet_${version}_Linux_x86_64.tar.gz"
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
version: "0.18.0"
- env:
BUILD_IN_CONTAINER: false
if: "${{ !fromJSON(env.SKIP_VALIDATION) }}"
@@ -1188,6 +1204,14 @@ jobs:
tar_args: "xvf"
tarball_binary_path: "*/${binary}"
version: "0.9.0"
- name: "install jsonnetfmt"
uses: "./lib/actions/install-binary"
with:
binary: "jsonnetfmt"
download_url: "https://github.com/google/go-jsonnet/releases/download/v${version}/go-jsonnet_${version}_Linux_x86_64.tar.gz"
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
version: "0.18.0"
- env:
BUILD_IN_CONTAINER: false
if: "${{ !fromJSON(env.SKIP_VALIDATION) }}"
Loading