mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 07:06:00 +03:00
[PR #127] [MERGED] Release v2.0.0 #186
Labels
No labels
backend:https
backend:local
backend:openssh
backend:ssh_paramiko
pull-request
status:ansible-issue
status:help-wanted
status:info-needed
status:proxmox-issue
status:review-needed
type:bug 🐞
type:dependency ⛓️
type:docs 📝
type:enhancement ⏫
type:maintenance 🛠️
type:meta
type:question ❓
type:request ✋
type:testing 🧪
version:1.x
version:latest
version:py2
version:py3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmoxer#186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/proxmoxer/proxmoxer/pull/127
Author: @jhollowe
Created: 11/27/2022
Status: ✅ Merged
Merged: 11/28/2022
Merged by: @jhollowe
Base:
master← Head:release/2.0.0📝 Commits (10+)
3a72934Remove now-unsupported python versions from CIb1ea20cFix config file not being used in opensshe3ab813Remove deprecated ProxmoxHTTPTicketAuth1c68c64Merge pull request #94 from jhollowe/openssh-config-file0e91346Merge pull request #95 from jhollowe/remove-ticket-authbc9a13bAdd docstring extension and fix devcontainer setup9719fd1Update test requirements for pytest14ae72bRemove old nose testsb92676fAdd https helper tests and start of https tests8fe079dAdd platform detection before using shlex functions📊 Changes
43 files changed (+2979 additions, -1172 deletions)
View changed files
➕
.bandit(+8 -0)➖
.coveragerc(+0 -3)📝
.devcontainer/devcontainer.json(+4 -2)📝
.devcontainer/setup.sh(+4 -0)📝
.github/workflows/ci.yaml(+9 -8)📝
.pre-commit-config.yaml(+4 -4)➖
.travis.yml(+0 -13)📝
.vscode/settings.json(+22 -1)➕
.vscode/tasks.json(+95 -0)📝
CHANGELOG.md(+23 -1)📝
README.rst(+10 -5)📝
proxmoxer/__init__.py(+1 -1)📝
proxmoxer/backends/command_base.py(+38 -29)📝
proxmoxer/backends/https.py(+69 -104)📝
proxmoxer/backends/local.py(+4 -0)📝
proxmoxer/backends/openssh.py(+16 -13)📝
proxmoxer/backends/ssh_paramiko.py(+8 -4)📝
proxmoxer/core.py(+70 -44)➕
proxmoxer/tools/__init__.py(+6 -0)➕
proxmoxer/tools/tasks.py(+84 -0)...and 23 more files
📄 Description
2.0.0 (2022-11-27)
path_prefixargument which is appended after the root of the URL (beforeapi2/) (John Hollowell)Breaking Changes
ProxmoxResourceBaseremovedproxmoxer.backends.https.AuthenticationErrormoved toproxmoxer.AuthenticationErrorProxmoxHTTPTicketAuthand its argumentsauth_tokenandcsrf_token🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.