mirror of
https://github.com/gyptazy/proxmox-rebalancing-service.git
synced 2026-04-26 06:35:56 +03:00
[PR #1] [MERGED] release(0.9.9): Create initial test release #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-rebalancing-service#1
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/gyptazy/proxmox-rebalancing-service/pull/1
Author: @gyptazy
Created: 7/7/2024
Status: ✅ Merged
Merged: 7/7/2024
Merged by: @gyptazy
Base:
main← Head:release/0.9.0📝 Commits (1)
e3d0005release(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.