Release Notes

jaytee129

Member
Jun 16, 2022
144
10
23
Is there a place on the internet where one can get release notes for proxmox OS updates? I mean a place OTHER than from within proxmox admin page below (which disappears after the upgrade is done).

1669044744294.png

Also, is there a way to cherry pick which upgrade one does, i.e. not do some of them?
 
Hi,

apt changelog [package] shows the changes between package versions.
 
Tried with the packages currently on deck and it's not working.

root@mypx:~# apt changelog pve-container E: Failed to fetch changelog:/pve-container.changelog Changelog unavailable for pve-container=4.3-6 root@mypx:~# apt changelog qemu-server E: Failed to fetch changelog:/qemu-server.changelog Changelog unavailable for qemu-server=7.2-11 root@mypx:~# apt changelog libpve-common-perl E: Failed to fetch changelog:/libpve-common-perl.changelog Changelog unavailable for libpve-common-perl=7.2-8


I checked one via "Changelog" button and there are release notes:

1669045732811.png
 
Strange, which repositories did you configure? Generally, changelogs come from the repository itself [1] (as an example, the no-subscription repository), where each package has a corresponding [package]-[version].changelog file. Alternatively, you can look at the git repositories [2], open the corresponding project and look for the bump version to foo commits (or the debian/changelog file).

[1] http://download.proxmox.com/debian/pve/dists/bullseye/pve-no-subscription/binary-amd64/
[2] https://git.proxmox.com/
 
Last edited: