Feature #32156
Deprecate agent-based APIs
Related issues
Associated revisions
History
#1
Updated by Jonathon Turel about 2 years ago
- Blocks Tracker #32155: Deprecate agent-based APIs and Hammer commands added
#2
Updated by Jonathon Turel about 2 years ago
Katello APIs affected
/api/v2/hosts/:host_id/packages/{install,upgrade,upgrade_all,remove}
/api/v2/hosts/:host_id/errata/apply
/api/v2/hosts/bulk/{install_content, update_content, remove_content}
#3
Updated by Ian Ballou about 2 years ago
- Triaged changed from No to Yes
- Category set to API
#4
Updated by The Foreman Bot almost 2 years ago
- Assignee set to Jeremy Lenz
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9263 added
#5
Updated by The Foreman Bot almost 2 years ago
- Fixed in Releases Katello 4.2.0 added
#6
Updated by Jeremy Lenz almost 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|ceb432709b885df401dc36f377b170c9d7a227fa.
Fixes #32156 - update katello-agent deprecation warnings (#9263)
- Introduce / update API deprecation warnings for actions that use katello-agent
- Raise an error when katello-agent is disabled and requests are made to those endpoints
This change covers only the Katello API. The hammer changes will be in a future hammer-cli-katello update.
Katello API endpoints affected:
/api/v2/hosts/:host_id/packages/{install,upgrade,upgrade_all,remove}
/api/v2/hosts/:host_id/errata/apply
/api/v2/hosts/bulk/{install_content, update_content, remove_content}