diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index bf55d99..39e0ece 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -196,7 +196,7 @@ jobs: binary: architect # renovate: datasource=github-tags depName=giantswarm/architect version: v8.2.1 - download_url: "https://github.com/giantswarm/architect/releases/download/${version}/architect-${version}-linux-amd64.tar.gz" + download_url: "https://github.com/giantswarm/architect/releases/download/${version}/architect-${version}-linux-amd64" - name: Checkout code uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2108db1..b18b56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), however this project does not use Semantic Versioning and there are no releases. Instead this file uses a date-based structure. +## 2026-06-18 + +### Fixed + +- Download `architect` binary instead of tarball when installing it. + ## 2026-06-08 ### Fixed