py-pve-cloud 0.13.22__tar.gz → 0.13.23__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.
- {py_pve_cloud-0.13.22/src/py_pve_cloud.egg-info → py_pve_cloud-0.13.23}/PKG-INFO +1 -1
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/README.md +1 -1
- py_pve_cloud-0.13.23/src/pve_cloud/_version.py +1 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23/src/py_pve_cloud.egg-info}/PKG-INFO +1 -1
- py_pve_cloud-0.13.22/src/pve_cloud/_version.py +0 -1
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/LICENSE.md +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/pyproject.toml +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/setup.cfg +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/cli/pvcli.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/cli/pvclu.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/lib/inventory.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/lib/validate.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/alchemy.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/alembic.ini +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/migrations/env.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/migrations/versions/04398db10434_external_cp_extra_sans.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/migrations/versions/0ad803c51325_machine_type_refactor.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/migrations/versions/24a548bfce3e_len_rules_enforcements.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/migrations/versions/27724e407e2b_proxy_fqdn.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/migrations/versions/3c95509a5de9_fix.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/migrations/versions/7868bcd05006_migrate_old.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/migrations/versions/7dea8c4ee39f_init.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/migrations/versions/944a8fd5d5bc_ext_ctrl_plns.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/migrations/versions/d9b711555be8_ext_control_plane.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/migrations/versions/e60b9cc63413_ingress_generic.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/pve_cloud/orm/migrations/versions/fdcb5aa33b76_slop_firewall_seperation.py +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/py_pve_cloud.egg-info/SOURCES.txt +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/py_pve_cloud.egg-info/dependency_links.txt +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/py_pve_cloud.egg-info/entry_points.txt +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/py_pve_cloud.egg-info/requires.txt +0 -0
- {py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/py_pve_cloud.egg-info/top_level.txt +0 -0
|
@@ -18,4 +18,4 @@ PROXY_IP=$(ssh root@$PVE_HOST_IP cat /etc/pve/cloud/cluster_vars.yaml | yq '.pve
|
|
|
18
18
|
export PG_CONN_STR=postgresql+psycopg2://postgres:$PATRONI_PASS@$PROXY_IP:5000/pve_cloud?sslmode=disable
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
To create a new migration the database needs to be on the latest version, run `alembic upgrade head` to upgrade it.
|
|
21
|
+
To create a new migration the database needs to be on the latest version, run `alembic upgrade head` to upgrade it.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.13.23"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.13.22"
|
|
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
|
{py_pve_cloud-0.13.22 → py_pve_cloud-0.13.23}/src/py_pve_cloud.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|