Skip to content
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
165 changes: 165 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@

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

## 0.39.1 (2026-05-05) {: #0.39.1 }



No significant changes.


### Pulp GLUE {: #0.39.1-pulp-glue }


No significant changes.


---

## 0.39.0 (2026-04-08) {: #0.39.0 }


Expand Down Expand Up @@ -50,6 +65,21 @@
- Fixed `PulpEntityContext.update` method to correctly pass `partial=True` to `preprocess_entity`.


---

## 0.38.3 (2026-05-05) {: #0.38.3 }



No significant changes.


### Pulp GLUE {: #0.38.3-pulp-glue }


No significant changes.


---

## 0.38.2 (2026-03-04) {: #0.38.2 }
Expand Down Expand Up @@ -125,6 +155,21 @@ No significant changes.
Quirks are now supposed to work on the raw spec before it is parsed by the `openapi` layer.


---

## 0.37.1 (2026-05-05) {: #0.37.1 }



No significant changes.


### Pulp GLUE {: #0.37.1-pulp-glue }


No significant changes.


---

## 0.37.0 (2026-01-07) {: #0.37.0 }
Expand Down Expand Up @@ -165,6 +210,21 @@ No significant changes.
- Dropped support for python 3.9.


---

## 0.36.4 (2026-05-05) {: #0.36.4 }



No significant changes.


### Pulp GLUE {: #0.36.4-pulp-glue }


No significant changes.


---

## 0.36.3 (2025-12-12) {: #0.36.3 }
Expand Down Expand Up @@ -234,6 +294,21 @@ No significant changes.
No significant changes.


---

## 0.35.2 (2026-05-05) {: #0.35.2 }



No significant changes.


### Pulp GLUE {: #0.35.2-pulp-glue }


No significant changes.


---

## 0.35.1 (2025-10-15) {: #0.35.1 }
Expand Down Expand Up @@ -279,6 +354,21 @@ No significant changes.
- Rename the `PulpContext` `api_kwargs` parameters `validate_certs` to `verify_ssl` and `safe_calls_only` to `dry_run`.


---

## 0.34.2 (2026-05-05) {: #0.34.2 }



No significant changes.


### Pulp GLUE {: #0.34.2-pulp-glue }


No significant changes.


---

## 0.34.1 (2025-10-15) {: #0.34.1 }
Expand Down Expand Up @@ -309,6 +399,21 @@ No significant changes.
No significant changes.


---

## 0.33.2 (2026-05-05) {: #0.33.2 }



No significant changes.


### Pulp GLUE {: #0.33.2-pulp-glue }


No significant changes.


---

## 0.33.1 (2025-10-15) {: #0.33.1 }
Expand Down Expand Up @@ -366,6 +471,21 @@ No significant changes.
- Removed support for gpgcheck, repo_gpgcheck, package_checksum_type and metadata_checksum_type for the RPM plugin for version >=3.30.0


---

## 0.32.4 (2026-05-05) {: #0.32.4 }



No significant changes.


### Pulp GLUE {: #0.32.4-pulp-glue }


No significant changes.


---

## 0.32.3 (2025-05-12) {: #0.32.3 }
Expand Down Expand Up @@ -452,6 +572,21 @@ No significant changes.
No significant changes.


---

## 0.31.3 (2026-05-05) {: #0.31.3 }



No significant changes.


### Pulp GLUE {: #0.31.3-pulp-glue }


No significant changes.


---

## 0.31.2 (2025-05-12) {: #0.31.2 }
Expand Down Expand Up @@ -525,6 +660,21 @@ No significant changes.
[#1125](https://github.com/pulp/pulp-cli/issues/1125)


---

## 0.30.5 (2026-05-05) {: #0.30.5 }



No significant changes.


### Pulp GLUE {: #0.30.5-pulp-glue }


No significant changes.


---

## 0.30.4 (2025-05-12) {: #0.30.4 }
Expand Down Expand Up @@ -652,6 +802,21 @@ No significant changes.
- Declare compatibility with Python 3.13.


---

## 0.29.5 (2026-05-05) {: #0.29.5 }



No significant changes.


### Pulp GLUE {: #0.29.5-pulp-glue }


No significant changes.


---

## 0.29.4 (2025-05-12) {: #0.29.4 }
Expand Down
Loading