pve_apt_changelog
Retrieve the changelog of a Debian package on a Proxmox VE node to review upstream changes before updating.
Instructions
READ-ONLY: get a package's changelog text on a PVE 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), unlike the other six pve_apt_* tools. Proxmox's API deliberately does not expose upgrade execution; the upgrade itself happens at your console. This tool governs visibility only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name to fetch the changelog for (e.g. as listed by pve_apt_updates_list). | |
| node | No | PVE node name to query; defaults to the configured node if omitted. | |
| 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 |