Update version to 1.5.1 and prepare stable release

Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-12-14 01:49:58 +00:00
parent 2c3f988c6e
commit 9884186a99
3 changed files with 10 additions and 4 deletions

View File

@ -4,7 +4,7 @@ All notable changes to the hblink3-docker-install project will be documented in
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.5.1] - 2024-12-14
### Changed ### Changed
- **BREAKING CHANGE - Modern Python Package Management**: For Debian 12+ (Bookworm/Trixie), HBMonv2 now uses a Python virtual environment instead of system-wide package installation - **BREAKING CHANGE - Modern Python Package Management**: For Debian 12+ (Bookworm/Trixie), HBMonv2 now uses a Python virtual environment instead of system-wide package installation
@ -31,6 +31,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Virtual environment is automatically activated during installation - Virtual environment is automatically activated during installation
- pip is upgraded within the virtual environment for latest features - pip is upgraded within the virtual environment for latest features
### Release Information
- Docker upstream repository version: 2.0.2
- Docker version: alpine-3.20
- Installer version: 1.5.1 (14122024)
- Full Debian 11, 12, 13 and Ubuntu 22.04, 24.04 LTS support confirmed
## [1.5.0] - 2024-12-13 ## [1.5.0] - 2024-12-13
### Verified ### Verified

View File

@ -1 +1 @@
1.5.0 1.5.1

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
# Docker version alpine-3.20 # Docker version alpine-3.20
# Version 1.5.0 (13122025) hblink3-docker-installer # Version 1.5.1 (14122024) hblink3-docker-installer
# Docker upstream repo version 2.0.2 # Docker upstream repo version 2.0.2
# Release: Debian 13 (Trixie) Support Verified # Release: Stable Release - Python Virtual Environment Support
# #
################################################################################## ##################################################################################
# Copyright (C) 2021-2025 Shane Daley, M0VUB aka ShaYmez. <shane@freestar.network> # Copyright (C) 2021-2025 Shane Daley, M0VUB aka ShaYmez. <shane@freestar.network>