Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
with:
binary: architect
# renovate: datasource=github-tags depName=giantswarm/architect
version: v8.2.1
version: v8.3.0
download_url: "https://github.com/giantswarm/architect/releases/download/${version}/architect-linux-amd64"
- name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-07-14

### Changed

- `create-release-pr.yaml` — bumped `architect` to `v8.3.0`, which aggregates release-candidate changelogs when promoting to a stable release. On an RC → stable promotion, `architect prepare-release` now merges every `## [X.Y.Z-rc.N]` section into the promoted stable section, so the GitHub release page (built from that version's section) shows the full change set instead of the often-empty delta. No workflow logic is needed — the behavior lives in the binary that already writes `CHANGELOG.md`.

## 2026-07-07

### Fixed
Expand Down