proxcli 0.13.1__tar.gz → 0.13.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {proxcli-0.13.1 → proxcli-0.13.2}/.github/workflows/ci.yml +4 -2
- {proxcli-0.13.1 → proxcli-0.13.2}/CHANGELOG.md +2 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/PKG-INFO +1 -1
- {proxcli-0.13.1 → proxcli-0.13.2}/pyproject.toml +1 -1
- {proxcli-0.13.1 → proxcli-0.13.2}/uv.lock +2 -2
- {proxcli-0.13.1 → proxcli-0.13.2}/.env.example +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/.gitignore +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/.python-version +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/AGENTS.md +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/PLAN.md +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/PROJECT.md +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/PROMPT.md +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/README.md +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/TODO.md +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/docs/api-coverage.md +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/docs/api-permissions.md +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/docs/cloud-init.md +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/__init__.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/__init__.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/acl.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/auth.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/backup.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/ceph.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/cluster.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/completion.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/container.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/firewall_helpers.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/main.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/network.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/node.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/pool.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/role.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/storage.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/tasks.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/user.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/vm.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/cli/vm_spec.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/client/__init__.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/client/auth.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/client/client.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/client/exceptions.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/config/__init__.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/config/config.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/config/models.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/output/__init__.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/output/formatter.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/output/json_fmt.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/output/log_fmt.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/output/table_fmt.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/output/yaml_fmt.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/utils/__init__.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/utils/helpers.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/proxmox/utils/logging.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/__init__.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/conftest.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_auth.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_cli/__init__.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_cli/test_backup.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_cli/test_ceph.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_cli/test_main.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_cli/test_network.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_cli/test_node_system.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_cli/test_role_acl.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_cli/test_user.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_client.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_config.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_integration/__init__.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_output/__init__.py +0 -0
- {proxcli-0.13.1 → proxcli-0.13.2}/tests/test_output/test_formatter.py +0 -0
|
@@ -5,6 +5,8 @@ on:
|
|
|
5
5
|
branches: [main]
|
|
6
6
|
pull_request:
|
|
7
7
|
branches: [main]
|
|
8
|
+
release:
|
|
9
|
+
types: [published]
|
|
8
10
|
|
|
9
11
|
jobs:
|
|
10
12
|
lint:
|
|
@@ -55,7 +57,7 @@ jobs:
|
|
|
55
57
|
|
|
56
58
|
publish:
|
|
57
59
|
runs-on: ubuntu-24.04
|
|
58
|
-
if: github.
|
|
60
|
+
if: github.event_name == 'release'
|
|
59
61
|
needs: [build]
|
|
60
62
|
environment: pypi
|
|
61
63
|
steps:
|
|
@@ -70,4 +72,4 @@ jobs:
|
|
|
70
72
|
name: dist
|
|
71
73
|
path: dist/
|
|
72
74
|
|
|
73
|
-
- run: uv publish --token "${{ secrets.PYPI_TOKEN }}"
|
|
75
|
+
- run: uv publish --token "${{ secrets.PYPI_TOKEN }}"
|
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.13.1] - 2026-06-21
|
|
11
|
+
|
|
10
12
|
### Fixed
|
|
11
13
|
- **``proxmox auth setup``**: now uses the correct ``tokens`` (plural) form
|
|
12
14
|
parameter for token ACLs instead of ``tokenid``, which Proxmox's REST API
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
version = 1
|
|
2
|
-
revision =
|
|
2
|
+
revision = 3
|
|
3
3
|
requires-python = ">=3.10"
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
@@ -254,7 +254,7 @@ wheels = [
|
|
|
254
254
|
|
|
255
255
|
[[package]]
|
|
256
256
|
name = "proxcli"
|
|
257
|
-
version = "0.13.
|
|
257
|
+
version = "0.13.2"
|
|
258
258
|
source = { editable = "." }
|
|
259
259
|
dependencies = [
|
|
260
260
|
{ name = "httpx" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|