pbs_apt_changelog
Retrieve the upstream changelog for a package on a Proxmox Backup Server node. Specify the package name and optionally a version to view release notes.
Instructions
READ-ONLY: get a package's changelog text on a PBS node.
GET /nodes/{node}/apt/changelog?name=…[&version=…]. Smoke-confirm: shape not live-verified. The returned text is UPSTREAM/package-maintainer-authored (not Proxmox-authored) — classified ADVERSARIAL content (taint.ADVERSARIAL_TOOLS), like pve_apt_changelog and pmg_apt_changelog. Proxmox's API deliberately does not expose upgrade execution; the upgrade itself happens at your console. This tool governs visibility only. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name to fetch the changelog for (e.g. as listed by pbs_apt_updates_list). | |
| node | No | PBS node name; defaults to 'localhost' (standard single-node PBS name). | localhost |
| version | No | Specific package version to fetch the changelog for; omit for the latest available. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |