From 3e08055df87c093da7fcdc54b92275fc1acb383d Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 29 Apr 2026 04:10:47 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 11ea9d990..15b2696be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,18 @@ [//]: # (towncrier release notes start) +## 2.27.8 (2026-04-28) {: #2.27.8 } + +#### Bugfixes {: #2.27.8-bugfix } + +- Fixed OS and architecture filters being silently ignored when filtering manifest lists in the flatpak index. +- Fixed a cache key collision in the flatpak static index that could serve incorrect results across domains. +- Fixed a serialization issue with the FlatpakIndex cache. +- Fixed flatpak index response to include the domain prefix in image names when domains are enabled. +- Fixed the registry host in the flatpak index response when `CONTENT_ORIGIN=None`. + +--- + ## 2.27.7 (2026-04-24) {: #2.27.7 } No significant changes. @@ -95,6 +107,18 @@ No significant changes. --- +## 2.26.13 (2026-04-28) {: #2.26.13 } + +#### Bugfixes {: #2.26.13-bugfix } + +- Fixed OS and architecture filters being silently ignored when filtering manifest lists in the flatpak index. +- Fixed a cache key collision in the flatpak static index that could serve incorrect results across domains. +- Fixed a serialization issue with the FlatpakIndex cache. +- Fixed flatpak index response to include the domain prefix in image names when domains are enabled. +- Fixed the registry host in the flatpak index response when `CONTENT_ORIGIN=None`. + +--- + ## 2.26.12 (2026-04-24) {: #2.26.12 } No significant changes.