Skip to content

Commit fc0c096

Browse files
committed
Update Changelog
1 parent 8180078 commit fc0c096

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,36 @@
1010

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

13+
## 0.35.0 (2025-08-05) {: #0.35.0 }
14+
15+
16+
17+
#### Bugfixes {: #0.35.0-bugfix }
18+
19+
- Fixed a bug where Python repository content addition/removal failed due to duplicate filenames.
20+
[#1216](https://github.com/pulp/pulp-cli/issues/1216)
21+
22+
23+
### Pulp GLUE {: #0.35.0-pulp-glue }
24+
25+
26+
#### Features {: #0.35.0-pulp-glue-feature }
27+
28+
- Replaced `debug_callback` with python logging facilities.
29+
30+
31+
#### Bugfixes {: #0.35.0-pulp-glue-bugfix }
32+
33+
- Added remote to the nullable fields of repositories.
34+
35+
36+
#### Deprecations and Removals {: #0.35.0-pulp-glue-removal }
37+
38+
- Rename the `PulpContext` `api_kwargs` parameters `validate_certs` to `verify_ssl` and `safe_calls_only` to `dry_run`.
39+
40+
41+
---
42+
1343
## 0.34.0 (2025-07-09) {: #0.34.0 }
1444

1545

0 commit comments

Comments
 (0)