[PR #26] [MERGED] Version 1.1.0 #140

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

📋 Pull Request Information

Original PR: https://github.com/proxmoxer/proxmoxer/pull/26
Author: @jhollowe
Created: 5/21/2020
Status: Merged
Merged: 5/21/2020
Merged by: @jhollowe

Base: masterHead: release/1.1.0


📝 Commits (10+)

  • 5b2eca5 Merge branch 'master' into develop
  • 5e54a52 Update setup.py with PIP package info (#21)
  • 72bf4f4 handle empty stderr from ssh connections
  • 272a9d3 API Token Auth for HTTPS (#20)
  • 6789a47 Add Token Refresh to Https Backend (#16)
  • 0d54875 Merge pull request #22 from morph027/18-ssh-backend-broken
  • 171c27f Fix get_tokens() error with API tokens (#24)
  • 24c04fa Depricate existing token auth
  • 0c4f3b0 Refactor names to be distinct
  • 95c9268 Fix renaming error

📊 Changes

8 files changed (+156 additions, -73 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 README.rst (+48 -38)
📝 proxmoxer/__init__.py (+1 -1)
📝 proxmoxer/backends/base_ssh.py (+11 -9)
📝 proxmoxer/backends/https.py (+83 -22)
📝 proxmoxer/core.py (+1 -1)
📝 setup.py (+4 -1)
📝 tests/https_tests.py (+6 -1)

📄 Description

finalizing version 1.1.0


🔄 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/26 **Author:** [@jhollowe](https://github.com/jhollowe) **Created:** 5/21/2020 **Status:** ✅ Merged **Merged:** 5/21/2020 **Merged by:** [@jhollowe](https://github.com/jhollowe) **Base:** `master` ← **Head:** `release/1.1.0` --- ### 📝 Commits (10+) - [`5b2eca5`](https://github.com/proxmoxer/proxmoxer/commit/5b2eca55e2ac7d17bc01b135df41c40cf9c7d35e) Merge branch 'master' into develop - [`5e54a52`](https://github.com/proxmoxer/proxmoxer/commit/5e54a5206050bac2ab1766ce4ddbc701c4b4141e) Update setup.py with PIP package info (#21) - [`72bf4f4`](https://github.com/proxmoxer/proxmoxer/commit/72bf4f4db42c6c15ce1374859f893a410016f325) handle empty stderr from ssh connections - [`272a9d3`](https://github.com/proxmoxer/proxmoxer/commit/272a9d39f0faa91fbdff57d65eebfe73d5540672) API Token Auth for HTTPS (#20) - [`6789a47`](https://github.com/proxmoxer/proxmoxer/commit/6789a4742c83c902bd036765cc45bbe768a47c5b) Add Token Refresh to Https Backend (#16) - [`0d54875`](https://github.com/proxmoxer/proxmoxer/commit/0d548754f2b15da52d566abd6deea85197515b2d) Merge pull request #22 from morph027/18-ssh-backend-broken - [`171c27f`](https://github.com/proxmoxer/proxmoxer/commit/171c27f68495370d98a28e4f41d89555528fcef5) Fix get_tokens() error with API tokens (#24) - [`24c04fa`](https://github.com/proxmoxer/proxmoxer/commit/24c04fa42cd5ab7b9b0d0f788ccb1615176fe54e) Depricate existing token auth - [`0c4f3b0`](https://github.com/proxmoxer/proxmoxer/commit/0c4f3b0b1b68602059960fd8812793b58a16c255) Refactor names to be distinct - [`95c9268`](https://github.com/proxmoxer/proxmoxer/commit/95c9268d7081aaedb0dd61cc538add546106c4ec) Fix renaming error ### 📊 Changes **8 files changed** (+156 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `README.rst` (+48 -38) 📝 `proxmoxer/__init__.py` (+1 -1) 📝 `proxmoxer/backends/base_ssh.py` (+11 -9) 📝 `proxmoxer/backends/https.py` (+83 -22) 📝 `proxmoxer/core.py` (+1 -1) 📝 `setup.py` (+4 -1) 📝 `tests/https_tests.py` (+6 -1) </details> ### 📄 Description finalizing version 1.1.0 --- <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:39 +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#140
No description provided.