Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Changelog #1885

Merged
merged 1 commit into from
Jan 9, 2025
Merged
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
77 changes: 77 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@

---

## 2.21.2 (2025-01-07) {: #2.21.2 }

No significant changes.

---

## 2.21.1 (2024-10-25) {: #2.21.1 }

#### Bugfixes {: #2.21.1-bugfix }
Expand Down Expand Up @@ -101,6 +107,19 @@

---

## 2.20.5 (2025-01-07) {: #2.20.5 }

#### Bugfixes {: #2.20.5-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)

---

## 2.20.4 (2024-10-25) {: #2.20.4 }

#### Bugfixes {: #2.20.4-bugfix }
Expand Down Expand Up @@ -172,6 +191,31 @@ No significant changes.

---

## 2.19.4 (2025-01-07) {: #2.19.4 }

#### Bugfixes {: #2.19.4-bugfix }

- Added ``application/vnd.docker.distribution.manifest.v1+prettyjws`` to the list of accepted
media types retrieved from a remote registry.
[#1444](https://github.com/pulp/pulp_container/issues/1444)
- Fixed sync failure due to ignored certs during registry signature extentions API check.
[#1552](https://github.com/pulp/pulp_container/issues/1552)
- Fixed a bug that disallowed users from leveraging the remote authentication.
[#1577](https://github.com/pulp/pulp_container/issues/1577)
- Fixed a bug that caused the registry to not accept requests from anonymous users when token
authentication was disabled.
[#1605](https://github.com/pulp/pulp_container/issues/1605)
- Fixed the long accept header limit exceed during sync.
[#1696](https://github.com/pulp/pulp_container/issues/1696)
- 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)

---

## 2.19.3 (2024-04-23) {: #2.19.3 }

### Bugfixes
Expand Down Expand Up @@ -290,6 +334,16 @@ No significant changes.

---

## 2.16.10 (2025-01-07) {: #2.16.10 }

#### Bugfixes {: #2.16.10-bugfix }

- 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)

---

## 2.16.9 (2024-07-09) {: #2.16.9 }


Expand Down Expand Up @@ -414,6 +468,19 @@ No significant changes.

---

## 2.15.7 (2025-01-07) {: #2.15.7 }

#### Bugfixes {: #2.15.7-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)

---

## 2.15.6 (2024-03-15) {: #2.15.6 }

### Bugfixes
Expand Down Expand Up @@ -529,6 +596,16 @@ No significant changes.

---

## 2.14.17 (2025-01-07) {: #2.14.17 }

#### Bugfixes {: #2.14.17-bugfix }

- 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)

---

## 2.14.16 (2024-07-24) {: #2.14.16 }


Expand Down
Loading