Skip to content

Commit

Permalink
Release 2.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pulpbot committed Jan 22, 2025
1 parent 3c40acb commit 35dced7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@

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

## 2.22.1 (2025-01-22) {: #2.22.1 }

#### Bugfixes {: #2.22.1-bugfix }

- Fixed a bug where the authentication scheme in the authorization header
was not being parsed correctly.
[#1812](https://github.com/pulp/pulp_container/issues/1812)
- Fixed an issue in `DOCKER_MANIFEST_V1_SCHEMA` definition where the optional `jwk` header parameter
was defined as required.
[#1874](https://github.com/pulp/pulp_container/issues/1874)
- Fixed flatpak index returning 500 when Manifest content was on_demand or had been reclaimed.
[#1887](https://github.com/pulp/pulp_container/issues/1887)

---

## 2.22.0 (2024-11-01) {: #2.22.0 }

#### Features {: #2.22.0-feature }
Expand Down
2 changes: 0 additions & 2 deletions CHANGES/1812.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGES/1874.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1887.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion pulp_container/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):

name = "pulp_container.app"
label = "container"
version = "2.22.1.dev"
version = "2.22.1"
python_package_name = "pulp-container"

def ready(self):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ignore = [
[tool.bumpversion]
# This section is managed by the plugin template. Do not edit manually.

current_version = "2.22.1.dev"
current_version = "2.22.1"
commit = false
tag = false
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="pulp-container",
version="2.22.1.dev",
version="2.22.1",
description="Container plugin for the Pulp Project",
long_description=long_description,
license="GPLv2+",
Expand Down

0 comments on commit 35dced7

Please sign in to comment.