Skip to content

Commit 7feb7ab

Browse files
committed
πŸ“ Prepare v1.4.2 release
- Update changelog with v1.4.2 release notes - Update release.go fallback constants for go install builds - Ready for release tagging and merge to master
1 parent 7ad8ebe commit 7feb7ab

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.2] - 2026-07-03
11+
1012
### Added
1113

1214
- **CLI Community Scripts**: Added `pvetui community-scripts` commands for enabled Community Scripts plugin users to search available scripts, show script details, preview install plans, and install/deploy a selected script on a chosen Proxmox node over SSH. Deployments support validated Community Scripts `var_*` overrides plus `--yes` non-interactive mode for agent-friendly provisioning; unattended LXC deploys with explicit template/rootfs storage overrides avoid upstream first-run storage prompts and restore any existing Community Scripts defaults afterward. Successful installs refresh guest inventory cache so newly created guests are visible to follow-up CLI commands.

β€Žinternal/version/release.goβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package version
55
// They serve as a fallback for builds that lack ldflags injection and VCS info,
66
// most notably `go install github.com/devnullvoid/pvetui/cmd/pvetui@latest`.
77
const (
8-
releaseVersion = "1.4.1"
9-
releaseCommit = "1fdf077"
10-
releaseDate = "2026-06-08T00:00:00Z"
8+
releaseVersion = "1.4.2"
9+
releaseCommit = "7ad8ebe"
10+
releaseDate = "2026-07-03T00:00:00Z"
1111
)

0 commit comments

Comments
Β (0)