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 #5918

Merged
merged 1 commit into from
Oct 17, 2024
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
34 changes: 34 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,40 @@

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

## 3.66.0 (2024-10-16) {: #3.66.0 }

### REST API {: #3.66.0-rest-api }

#### Features {: #3.66.0-rest-api-feature }

- Added OpenPGP keyring repository type and OpenPGP key content type.
[#3024](https://github.com/pulp/pulpcore/issues/3024)
- Re-enabled and refactored the Domain Storage metric emitter.
[#5762](https://github.com/pulp/pulpcore/issues/5762)
- Added a formal "immediate" type of Task and changed workers behavior to prioritize those.
This labeling is exlusive to plugin code and should only be applied where it's known that
the task will finish shortly, like in updates of repositories, remotes, and distributions.
[#5767](https://github.com/pulp/pulpcore/issues/5767)

#### Bugfixes {: #3.66.0-rest-api-bugfix }

- Fixed task purge to not expect a user, when a run has been scheduled by Pulp itself.
[#5881](https://github.com/pulp/pulpcore/issues/5881)

### Plugin API {: #3.66.0-plugin-api }

No significant changes.

### Pulp File {: #3.66.0-pulp-file }

No significant changes.

### Pulp Cert Guard {: #3.66.0-pulp-cert-guard }

No significant changes.

---

## 3.65.0 (2024-10-08) {: #3.65.0 }

### REST API {: #3.65.0-rest-api }
Expand Down