# proxmox-sdk v0.0.5.post1

v0.0.5.post1

| Field |Value |
| --- | --- |
| Canonical URL | https://emersonfelipesp.com/proxmox-sdk/releases/v0.0.5.post1 |
| GitHub URL | https://github.com/emersonfelipesp/proxmox-sdk/releases/tag/v0.0.5.post1 |
| Tag | v0.0.5.post1 |
| State | latest |
| Author | emersonfelipesp |
| Created | 2026-05-16 21:57 UTC |
| Published | 2026-05-16 21:57 UTC |
| Target | main |
| Synced | 2026-05-21 07:21 UTC |
| Assets | 0 |

## Release notes

## 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_SERVICE` env var in `proxmox_sdk/mock/app.py` — selects PVE (full mock) vs PBS/PDM (healthy stub pending schema generation)
- **feat**: `pypi-raw` Dockerfile stage — installs `proxmox-sdk` from PyPI for service-specific containers
- **feat**: `publish-service-images` CI job — builds and pushes `{version}-{all,pve,pbs,pdm}` and `latest-{all,pve,pbs,pdm}` images after every PyPI release
- **fix**: Replace experimental `pip index versions` PyPI poll with stable `curl -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

## Assets

No binary assets attached.

Source archives:

| Format |URL |
| --- | --- |
| zip | https://api.github.com/repos/emersonfelipesp/proxmox-sdk/zipball/v0.0.5.post1 |
| tar.gz | https://api.github.com/repos/emersonfelipesp/proxmox-sdk/tarball/v0.0.5.post1 |