[PR #429] [MERGED] Lxc SHA1 #464

Closed
opened 2026-02-28 00:42:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/429
Author: @Tinyblargon
Created: 6/19/2025
Status: Merged
Merged: 6/19/2025
Merged by: @Tinyblargon

Base: masterHead: lxc-sha1


📝 Commits (2)

  • 457c739 feat: digest type to set sha1 hash during update
  • fc64f31 Add TODO

📊 Changes

7 files changed (+86 additions, -2 deletions)

View changed files

📝 proxmox/config_group.go (+1 -0)
📝 proxmox/config_lxc_new.go (+24 -1)
📝 proxmox/config_lxc_new_test.go (+32 -1)
📝 proxmox/config_pool.go (+1 -0)
📝 proxmox/config_qemu.go (+1 -0)
📝 proxmox/config_user.go (+1 -0)
proxmox/type_digest.go (+26 -0)

📄 Description

add a digest type to set the digest during update, this ensures no concurrent changes are happening.


🔄 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/Telmate/proxmox-api-go/pull/429 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 6/19/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `lxc-sha1` --- ### 📝 Commits (2) - [`457c739`](https://github.com/Telmate/proxmox-api-go/commit/457c7393a622e9a2bae5599f238d1ead0501e32b) feat: digest type to set sha1 hash during update - [`fc64f31`](https://github.com/Telmate/proxmox-api-go/commit/fc64f31cc2c2675f9975ae662b975a9594ef0558) Add TODO ### 📊 Changes **7 files changed** (+86 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config_group.go` (+1 -0) 📝 `proxmox/config_lxc_new.go` (+24 -1) 📝 `proxmox/config_lxc_new_test.go` (+32 -1) 📝 `proxmox/config_pool.go` (+1 -0) 📝 `proxmox/config_qemu.go` (+1 -0) 📝 `proxmox/config_user.go` (+1 -0) ➕ `proxmox/type_digest.go` (+26 -0) </details> ### 📄 Description add a `digest` type to set the digest during update, this ensures no concurrent changes are happening. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:42:17 +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/proxmox-api-go#464
No description provided.