[ ~/proxmox-sdk/releases/v0.0.5.post1 ]tty0
emerson@netdevops:~/proxmox-sdk$ gh release view v0.0.5.post1 --repo emersonfelipesp/proxmox-sdk
back to releases / back to project
v0.0.5.post1
tag=v0.0.5.post1state=latestpublished=2026-05-16synced=2026-05-21 07:21 UTC
- author
- emersonfelipesp
- created
- 2026-05-16 21:57 UTC
- target
- main
- downloads
- 0
emerson@netdevops:~/proxmox-sdk$ cat RELEASE_NOTES.md
v0.0.5.post1
Post-release fix for service-specific mock container images introduced in v0.0.5.
The v0.0.5 PyPI package was published before the PROXMOX_MOCK_SERVICE feature merged, so the service-specific images (-pve, -pbs, -pdm, -all) could not be built from that immutable package. This post release ships the feature-complete code on PyPI and publishes all four service images.
Changes
- feat:
PROXMOX_MOCK_SERVICEenv var inproxmox_sdk/mock/app.py— selects PVE (full mock) vs PBS/PDM (healthy stub pending schema generation) - feat:
pypi-rawDockerfile stage — installsproxmox-sdkfrom PyPI for service-specific containers - feat:
publish-service-imagesCI job — builds and pushes{version}-{all,pve,pbs,pdm}andlatest-{all,pve,pbs,pdm}images after every PyPI release - fix: Replace experimental
pip index versionsPyPI poll with stablecurl -fs https://pypi.org/pypi/proxmox-sdk/$VERSION/json
Docker images published
emersonfelipesp/proxmox-sdk:0.0.5.post1-all— PVE + PBS + PDM combined (full PVE mock + stubs)emersonfelipesp/proxmox-sdk:0.0.5.post1-pve— PVE-only (full mock, 646 endpoints)emersonfelipesp/proxmox-sdk:0.0.5.post1-pbs— PBS stub (healthy, schema pending)emersonfelipesp/proxmox-sdk:0.0.5.post1-pdm— PDM stub (healthy, schema pending)
Closes #55
emerson@netdevops:~/proxmox-sdk$ gh release download --pattern '*'