[PR #194] [MERGED] Release v2.2.0 #207

Closed
opened 2026-02-27 15:46:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/proxmoxer/proxmoxer/pull/194
Author: @jhollowe
Created: 12/15/2024
Status: Merged
Merged: 12/15/2024
Merged by: @jhollowe

Base: masterHead: release/2.2.0


📝 Commits (10+)

  • f724666 Merge branch 'master' into develop
  • 767271c fix url for local requests
  • 14a78aa update tests
  • ecd4146 Merge pull request #177 from dainok/fix_local_backend
  • 712a03c Add support to pass in an optional cert/tuple that is used in the connection to proxmox. Usecase: proxmox is behind a service like teleport where it proxies the connection using local certificates after you login.
  • f239422 Merge pull request #183 from gdelaney/develop
  • 5de7c1d Fix commandline backends prefixing with host
  • 80b6bd9 Don't error when Proxmox task ID is returned (#187)
  • d5d1eec fix: decode parameters if needed (#189)
  • 945ca38 Small meta/project changes

📊 Changes

11 files changed (+134 additions, -21 deletions)

View changed files

📝 .vscode/settings.json (+1 -1)
📝 .vscode/tasks.json (+1 -1)
📝 CHANGELOG.md (+10 -3)
📝 proxmoxer/__init__.py (+2 -2)
📝 proxmoxer/backends/command_base.py (+23 -11)
📝 proxmoxer/backends/https.py (+9 -1)
📝 proxmoxer/core.py (+2 -1)
📝 setup.py (+2 -0)
📝 tests/test_command_base.py (+49 -1)
📝 tests/test_core.py (+34 -0)
📝 tests/test_https.py (+1 -0)

📄 Description

  • Bugfix (local,openssh,paramiko): Remove IP/hostname from command path (Andrea Dainese, John Hollowell)
  • Addition (https): Allow passing certificate for TLS verification (gdelaneync)
  • Bugfix (local,openssh,paramiko): Prevent a returned task ID (UPID) from throwing an error (Adam Dorsey, John Hollowell)
  • Improvement (local,openssh,paramiko): Attempt to encode binary payloads as UTF-8 before sending/JSON-ing (Adam Dorsey)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/proxmoxer/proxmoxer/pull/194 **Author:** [@jhollowe](https://github.com/jhollowe) **Created:** 12/15/2024 **Status:** ✅ Merged **Merged:** 12/15/2024 **Merged by:** [@jhollowe](https://github.com/jhollowe) **Base:** `master` ← **Head:** `release/2.2.0` --- ### 📝 Commits (10+) - [`f724666`](https://github.com/proxmoxer/proxmoxer/commit/f72466614a05b0c4f7505d5805a5eb232505cdea) Merge branch 'master' into develop - [`767271c`](https://github.com/proxmoxer/proxmoxer/commit/767271cfa97838b5d362345edab89c3e057fdccd) fix url for local requests - [`14a78aa`](https://github.com/proxmoxer/proxmoxer/commit/14a78aa8be0c8b11a5128c79a38254d563056cdb) update tests - [`ecd4146`](https://github.com/proxmoxer/proxmoxer/commit/ecd41465d33c592ea1517c515e841d3eed6dcd83) Merge pull request #177 from dainok/fix_local_backend - [`712a03c`](https://github.com/proxmoxer/proxmoxer/commit/712a03c54ed0e8b6b1512a3a76519ee8a979c1af) Add support to pass in an optional cert/tuple that is used in the connection to proxmox. Usecase: proxmox is behind a service like teleport where it proxies the connection using local certificates after you login. - [`f239422`](https://github.com/proxmoxer/proxmoxer/commit/f2394226a1a981d5bbbb216fb29f68c2ab8fd9de) Merge pull request #183 from gdelaney/develop - [`5de7c1d`](https://github.com/proxmoxer/proxmoxer/commit/5de7c1d8d641728cf181c4570270195a54e028db) Fix commandline backends prefixing with host - [`80b6bd9`](https://github.com/proxmoxer/proxmoxer/commit/80b6bd931df446f510dd0689a99e25c13e980bea) Don't error when Proxmox task ID is returned (#187) - [`d5d1eec`](https://github.com/proxmoxer/proxmoxer/commit/d5d1eec0aa7cf81f907c7e23787fab998a77ea7c) fix: decode parameters if needed (#189) - [`945ca38`](https://github.com/proxmoxer/proxmoxer/commit/945ca38ce1bdca7cb1ea15be0cb681457b669478) Small meta/project changes ### 📊 Changes **11 files changed** (+134 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -1) 📝 `.vscode/tasks.json` (+1 -1) 📝 `CHANGELOG.md` (+10 -3) 📝 `proxmoxer/__init__.py` (+2 -2) 📝 `proxmoxer/backends/command_base.py` (+23 -11) 📝 `proxmoxer/backends/https.py` (+9 -1) 📝 `proxmoxer/core.py` (+2 -1) 📝 `setup.py` (+2 -0) 📝 `tests/test_command_base.py` (+49 -1) 📝 `tests/test_core.py` (+34 -0) 📝 `tests/test_https.py` (+1 -0) </details> ### 📄 Description * Bugfix (local,openssh,paramiko): Remove IP/hostname from command path ([Andrea Dainese](https://github.com/dainok), [John Hollowell](https://github.com/jhollowe)) * Addition (https): Allow passing certificate for TLS verification ([gdelaneync](https://github.com/gdelaneync)) * Bugfix (local,openssh,paramiko): Prevent a returned task ID (UPID) from throwing an error ([Adam Dorsey](https://github.com/asdorsey), [John Hollowell](https://github.com/jhollowe)) * Improvement (local,openssh,paramiko): Attempt to encode binary payloads as UTF-8 before sending/JSON-ing ([Adam Dorsey](https://github.com/asdorsey)) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:46:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmoxer#207
No description provided.