mirror of
https://github.com/ShaYmez/hblink3-docker-install.git
synced 2025-12-22 13:39:50 +13:00
Merge pull request #16 from ShaYmez/copilot/prepare-for-stable-release
Prepare v1.5.1 stable release with Docker upstream 2.0.2
This commit is contained in:
commit
198b1d1ad5
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
*.backup
|
||||
|
||||
# IDE and editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.sublime-*
|
||||
|
||||
# Python bytecode
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
|
||||
# Distribution / packaging
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
|
||||
# Test and coverage
|
||||
.coverage
|
||||
htmlcov/
|
||||
.pytest_cache/
|
||||
|
||||
# Local development files
|
||||
.env
|
||||
.env.local
|
||||
@ -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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [1.5.1] - 2024-12-14
|
||||
|
||||
### 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
|
||||
@ -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
|
||||
- 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
|
||||
|
||||
### Verified
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
# 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
|
||||
# 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>
|
||||
|
||||
0
usr/local/sbin/uninstall
Normal file → Executable file
0
usr/local/sbin/uninstall
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user