Skip to content

Commit cc3b0d4

Browse files
committed
Release 2.26.13
1 parent 0cdc1ce commit cc3b0d4

8 files changed

Lines changed: 15 additions & 8 deletions

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88

99
[//]: # (towncrier release notes start)
1010

11+
## 2.26.13 (2026-04-28) {: #2.26.13 }
12+
13+
#### Bugfixes {: #2.26.13-bugfix }
14+
15+
- Fixed OS and architecture filters being silently ignored when filtering manifest lists in the flatpak index.
16+
- Fixed a cache key collision in the flatpak static index that could serve incorrect results across domains.
17+
- Fixed a serialization issue with the FlatpakIndex cache.
18+
- Fixed flatpak index response to include the domain prefix in image names when domains are enabled.
19+
- Fixed the registry host in the flatpak index response when `CONTENT_ORIGIN=None`.
20+
21+
---
22+
1123
## 2.26.12 (2026-04-24) {: #2.26.12 }
1224

1325
No significant changes.

CHANGES/+flatpak-cache-key.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+flatpak-domain-name.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+flatpak-index-cache.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+flatpak-manifest-list-filter.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+flatpak-registry-host.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

pulp_container/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
2424

2525
name = "pulp_container.app"
2626
label = "container"
27-
version = "2.26.13.dev"
27+
version = "2.26.13"
2828
python_package_name = "pulp-container"
2929
domain_compatible = True
3030

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77

88
[project]
99
name = "pulp-container"
10-
version = "2.26.13.dev"
10+
version = "2.26.13"
1111
description = "Container plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -89,7 +89,7 @@ ignore = [
8989
[tool.bumpversion]
9090
# This section is managed by the plugin template. Do not edit manually.
9191

92-
current_version = "2.26.13.dev"
92+
current_version = "2.26.13"
9393
commit = false
9494
tag = false
9595
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)