Skip to content

Commit e0c4669

Browse files
committed
Release 2.24.11
1 parent 00ac675 commit e0c4669

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGES.md

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

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

11+
## 2.24.11 (2026-04-29) {: #2.24.11 }
12+
13+
#### Bugfixes {: #2.24.11-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 the registry host in the flatpak index response when `CONTENT_ORIGIN=None`.
19+
20+
---
21+
1122
## 2.24.10 (2026-04-24) {: #2.24.10 }
1223

1324
No significant changes.

CHANGES/+flatpak-cache-key.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.24.11.dev"
27+
version = "2.24.11"
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.24.11.dev"
10+
version = "2.24.11"
1111
description = "Container plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -90,7 +90,7 @@ ignore = [
9090
[tool.bumpversion]
9191
# This section is managed by the plugin template. Do not edit manually.
9292

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

0 commit comments

Comments
 (0)