From 62fb2e1da159d84e2fb3e4dd741d66a9c39737f6 Mon Sep 17 00:00:00 2001 From: Brtbr Date: Mon, 17 Mar 2025 23:36:37 +0100 Subject: [PATCH 1/2] feat: add stackitcli --- lib/utils.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.bash b/lib/utils.bash index eb615d7..74018b7 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -42,7 +42,7 @@ download_release() { filename="$2" # TODO: Adapt the release URL convention for stackitcli - url="$GH_REPO/archive/v${version}.tar.gz" + url="$GH_REPO/archive/stackit-cli_${version}_linux_amd64.tar.gz" echo "* Downloading $TOOL_NAME release $version..." curl "${curl_opts[@]}" -o "$filename" -C - "$url" || fail "Could not download $url" From 67631215e28e8babc8c04dee9834e7161b984dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:49:50 +0000 Subject: [PATCH 2/2] build(deps): bump GoogleCloudPlatform/release-please-action from 3 to 4 Bumps [GoogleCloudPlatform/release-please-action](https://github.com/googlecloudplatform/release-please-action) from 3 to 4. - [Release notes](https://github.com/googlecloudplatform/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/googlecloudplatform/release-please-action/compare/v3...v4) --- updated-dependencies: - dependency-name: GoogleCloudPlatform/release-please-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 454ce7a..e410d54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,6 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v3 + - uses: GoogleCloudPlatform/release-please-action@v4 with: release-type: simple