[PR #1] [MERGED] release(0.9.9): Create initial test release #1

Closed
opened 2026-03-02 05:14:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gyptazy/proxmox-rebalancing-service/pull/1
Author: @gyptazy
Created: 7/7/2024
Status: Merged
Merged: 7/7/2024
Merged by: @gyptazy

Base: mainHead: release/0.9.0


📝 Commits (1)

  • e3d0005 release(0.9.9): Create initial test release

📊 Changes

20 files changed (+882 additions, -2 deletions)

View changed files

.changelogs/0.9.0/1_initial_release.yaml (+2 -0)
.changelogs/0.9.0/release_meta.yml (+1 -0)
.changelogs/0.9.9/1_initial_release.yaml (+2 -0)
.changelogs/0.9.9/release_meta.yml (+1 -0)
.gitignore (+1 -0)
📝 README.md (+169 -2)
docs/01_Installation.md (+0 -0)
docs/02_Configuration.md (+0 -0)
docs/03_FAQ.md (+23 -0)
packaging/01_package.sh (+14 -0)
packaging/CMakeLists.txt (+41 -0)
packaging/README.md (+14 -0)
packaging/changelog_debian (+5 -0)
packaging/changelog_redhat (+2 -0)
packaging/postinst (+5 -0)
packaging/proxmox-rebalancing-service.service (+6 -0)
proxmox-rebalancing-service (+408 -0)
prs.conf (+12 -0)
tests/README.md (+1 -0)
tests/tests.py (+175 -0)

📄 Description

Release 0.9.9

Creating the initial public development release. This is still WIP and may not fully work.

DO NOT USE ON PRODUCTIONS SYSTEMS YET!


🔄 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/gyptazy/proxmox-rebalancing-service/pull/1 **Author:** [@gyptazy](https://github.com/gyptazy) **Created:** 7/7/2024 **Status:** ✅ Merged **Merged:** 7/7/2024 **Merged by:** [@gyptazy](https://github.com/gyptazy) **Base:** `main` ← **Head:** `release/0.9.0` --- ### 📝 Commits (1) - [`e3d0005`](https://github.com/gyptazy/proxmox-rebalancing-service/commit/e3d0005ae462b352368ecce556adbc649d42ac03) release(0.9.9): Create initial test release ### 📊 Changes **20 files changed** (+882 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.changelogs/0.9.0/1_initial_release.yaml` (+2 -0) ➕ `.changelogs/0.9.0/release_meta.yml` (+1 -0) ➕ `.changelogs/0.9.9/1_initial_release.yaml` (+2 -0) ➕ `.changelogs/0.9.9/release_meta.yml` (+1 -0) ➕ `.gitignore` (+1 -0) 📝 `README.md` (+169 -2) ➕ `docs/01_Installation.md` (+0 -0) ➕ `docs/02_Configuration.md` (+0 -0) ➕ `docs/03_FAQ.md` (+23 -0) ➕ `packaging/01_package.sh` (+14 -0) ➕ `packaging/CMakeLists.txt` (+41 -0) ➕ `packaging/README.md` (+14 -0) ➕ `packaging/changelog_debian` (+5 -0) ➕ `packaging/changelog_redhat` (+2 -0) ➕ `packaging/postinst` (+5 -0) ➕ `packaging/proxmox-rebalancing-service.service` (+6 -0) ➕ `proxmox-rebalancing-service` (+408 -0) ➕ `prs.conf` (+12 -0) ➕ `tests/README.md` (+1 -0) ➕ `tests/tests.py` (+175 -0) </details> ### 📄 Description ## Release 0.9.9 Creating the initial public development release. This is still WIP and may not fully work. DO NOT USE ON PRODUCTIONS SYSTEMS YET! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:14:01 +03:00
Sign in to join this conversation.
No labels
pull-request
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/proxmox-rebalancing-service#1
No description provided.