mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-24 22:56:01 +03:00
[PR #219] Release v2.3.0 #213
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#213
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/219
Author: @jhollowe
Created: 2/7/2026
Status: 🔄 Open
Base:
master← Head:release/2.3.0📝 Commits (10+)
8808b69Add exit_code to Response from command_base and ResourceExceptioncf1bcdeAdjust tests for responses==0.25.5 changesbb2bb91Merge pull request #201 from jhollowe/cmd-exit-codec16375aAdd workaround for brokenpveshoutput.90d091cAdd test forpveshJSON preceded by non-JSON.7052964Merge pull request #205 from reitermarkus/pvesh-workaround442c4f2Update testing to python 3.10 - 3.13 (#214)d5d0f30Update 2FA Mechanism (#158)ef8856dAdd ability to pass proxy configuration to https backend (#206)c3d086fOnly decode response as JSON if call was successful (#204)📊 Changes
21 files changed (+216 additions, -84 deletions)
View changed files
📝
.devcontainer/devcontainer.json(+1 -1)📝
.github/workflows/ci.yaml(+9 -8)📝
.pre-commit-config.yaml(+11 -11)📝
CHANGELOG.md(+8 -0)📝
proxmoxer/__init__.py(+1 -1)📝
proxmoxer/backends/command_base.py(+22 -7)📝
proxmoxer/backends/https.py(+45 -16)📝
proxmoxer/backends/local.py(+1 -1)📝
proxmoxer/backends/openssh.py(+1 -1)📝
proxmoxer/backends/ssh_paramiko.py(+1 -1)📝
proxmoxer/core.py(+4 -1)📝
setup.py(+2 -2)📝
test_requirements.txt(+2 -1)📝
tests/api_mock.py(+25 -5)📝
tests/test_command_base.py(+33 -8)📝
tests/test_core.py(+14 -2)📝
tests/test_https.py(+13 -9)📝
tests/test_local.py(+2 -1)📝
tests/test_openssh.py(+3 -2)📝
tests/test_paramiko.py(+3 -1)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.