pmg_apt_changelog
Retrieve the changelog text for a package on a PMG node to review version history and change details before performing upgrades.
Instructions
READ-ONLY: get a package's changelog text on a PMG 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 pbs_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_PMG_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name to fetch the changelog for (e.g. as listed by pmg_apt_updates_list). | |
| node | No | PMG node name; 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 |