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

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

## 0.32.0 (2025-03-31) {: #0.32.0 }



#### Features {: #0.32.0-feature }

- Added support for checkpoint distributions and publications.
[#1129](https://github.com/pulp/pulp-cli/issues/1129)
- Add support for content label commands, requires pulpcore 3.73.2 or later.
[#1137](https://github.com/pulp/pulp-cli/issues/1137)


#### Bugfixes {: #0.32.0-bugfix }

- Fix a bug when header values weren't allowed to contain other than alphanumeric characters.
Also combine the headers from setting and the commandline.
[#1139](https://github.com/pulp/pulp-cli/issues/1139)


#### Improved Documentation {: #0.32.0-doc }

- Removed "supported workflows" from user reference material.
[#1148](https://github.com/pulp/pulp-cli/issues/1148)


#### Deprecations and Removals {: #0.32.0-removal }

- The module `generic` moved from `pulpcore.cli.common.generic` to `pulp_cli.generic`.
The old import path is still available for compatibility reasons.


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


No significant changes.


---

## 0.31.1 (2025-03-10) {: #0.31.1 }


Expand Down Expand Up @@ -64,6 +103,32 @@ No significant changes.
[#1125](https://github.com/pulp/pulp-cli/issues/1125)


---

## 0.30.3 (2025-03-31) {: #0.30.3 }



#### Misc {: #0.30.3-misc }

- Changed the upper version bound of `packaging` to the last available version according to CalVer.
[#1125](https://github.com/pulp/pulp-cli/issues/1125)


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


#### Bugfixes {: #0.30.3-pulp-glue-bugfix }

- Fixed validation failure with `additionalProperties`.


#### Misc {: #0.30.3-pulp-glue-misc }

- Changed the upper version bound of `packaging` to the last available version according to CalVer.
[#1125](https://github.com/pulp/pulp-cli/issues/1125)


---

## 0.30.2 (2025-01-20) {: #0.30.2 }
Expand Down Expand Up @@ -148,6 +213,25 @@ No significant changes.
- Declare compatibility with Python 3.13.


---

## 0.29.3 (2025-03-31) {: #0.29.3 }



#### Misc {: #0.29.3-misc }

- [#1125](https://github.com/pulp/pulp-cli/issues/1125)


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


#### Misc {: #0.29.3-pulp-glue-misc }

- [#1125](https://github.com/pulp/pulp-cli/issues/1125)


---

## 0.29.2 (2024-09-23) {: #0.29.2 }
Expand Down Expand Up @@ -226,6 +310,25 @@ No significant changes.
- Use BasicAuth for token retrieval to comply with RFC6749.


---

## 0.28.5 (2025-03-31) {: #0.28.5 }



#### Misc {: #0.28.5-misc }

- [#1125](https://github.com/pulp/pulp-cli/issues/1125)


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


#### Misc {: #0.28.5-pulp-glue-misc }

- [#1125](https://github.com/pulp/pulp-cli/issues/1125)


---

## 0.28.4 (2024-09-13) {: #0.28.4 }
Expand Down Expand Up @@ -345,6 +448,25 @@ No significant changes.
- Fixed the api spec of the RPM copy command so it does not collide with other copy implementations.


---

## 0.27.4 (2025-03-31) {: #0.27.4 }



#### Misc {: #0.27.4-misc }

- [#1125](https://github.com/pulp/pulp-cli/issues/1125)


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


#### Misc {: #0.27.4-pulp-glue-misc }

- [#1125](https://github.com/pulp/pulp-cli/issues/1125)


---

## 0.27.3 (2024-09-12) {: #0.27.3 }
Expand Down Expand Up @@ -437,6 +559,31 @@ No significant changes.
A `NotImplementedFake` exception will be issued in that case.


---

## 0.26.1 (2025-03-31) {: #0.26.1 }



#### Bugfixes {: #0.26.1-bugfix }

- Fixed the interactive config generation in the face of options allowing multiple values.
[#1008](https://github.com/pulp/pulp-cli/issues/1008)


#### Misc {: #0.26.1-misc }

- [#1125](https://github.com/pulp/pulp-cli/issues/1125)


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


#### Misc {: #0.26.1-pulp-glue-misc }

- [#1125](https://github.com/pulp/pulp-cli/issues/1125)


---

## 0.26.0 (2024-07-01) {: #0.26.0 }
Expand Down Expand Up @@ -497,6 +644,25 @@ No significant changes.
Accordingly, `PulpEntityContext` should only be used when that API is defined by a `NamedModelViewset`.


---

## 0.25.8 (2025-03-31) {: #0.25.8 }



#### Misc {: #0.25.8-misc }

- [#1125](https://github.com/pulp/pulp-cli/issues/1125)


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


#### Misc {: #0.25.8-pulp-glue-misc }

- [#1125](https://github.com/pulp/pulp-cli/issues/1125)


---

## 0.25.7 (2024-06-20) {: #0.25.7 }
Expand Down Expand Up @@ -678,6 +844,25 @@ No significant changes.
- Removed unused `format` parameter from `PulpContext`.


---

## 0.24.4 (2025-03-31) {: #0.24.4 }



#### Misc {: #0.24.4-misc }

- [#1125](https://github.com/pulp/pulp-cli/issues/1125)


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


#### Misc {: #0.24.4-pulp-glue-misc }

- [#1125](https://github.com/pulp/pulp-cli/issues/1125)


---

## 0.24.3 (2024-05-22) {: #0.24.3 }
Expand Down
Loading