mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 15:16:01 +03:00
[PR #169] [MERGED] Release v2.1.0 #197
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#197
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/169
Author: @jhollowe
Created: 8/10/2024
Status: ✅ Merged
Merged: 8/10/2024
Merged by: @jhollowe
Base:
master← Head:release/2.1.0📝 Commits (10+)
eedfe7eMerge branch 'master' into develop33f78b2Fix BytesWarning when logging response status/contentd547b6dUpdate Readme with updated exampleef08243Merge pull request #132 from trekie86/develop9c69d8bAdd start of Files tools (checksum gather)d6af694Adjust Tasks polling_interval3bd428dComplete Files file and fix pre-commit631564aAdd tests for Files toolse9c09c4Set devcontainer to oldest supported py version (3.7)958e63fAdd upload function to Files tools📊 Changes
29 files changed (+1131 additions, -80 deletions)
View changed files
📝
.devcontainer/Dockerfile(+2 -2)📝
.devcontainer/devcontainer.json(+28 -24)📝
.github/workflows/ci.yaml(+1 -1)📝
.pre-commit-config.yaml(+9 -9)📝
.vscode/tasks.json(+27 -2)📝
CHANGELOG.md(+11 -0)📝
README.rst(+2 -2)📝
proxmoxer/__init__.py(+1 -1)📝
proxmoxer/backends/command_base.py(+5 -1)📝
proxmoxer/backends/https.py(+6 -4)📝
proxmoxer/backends/local.py(+1 -0)📝
proxmoxer/backends/openssh.py(+1 -0)📝
proxmoxer/backends/ssh_paramiko.py(+1 -0)📝
proxmoxer/core.py(+8 -7)📝
proxmoxer/tools/__init__.py(+1 -0)➕
proxmoxer/tools/files.py(+279 -0)📝
proxmoxer/tools/tasks.py(+2 -2)📝
setup.py(+0 -6)📝
tests/api_mock.py(+142 -3)➕
tests/files_mock.py(+127 -0)...and 9 more files
📄 Description
2.1.0 (2024-08-10)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.