Fix VERSION conflict and add v1.5.5 release notes

This commit is contained in:
2025-09-16 16:08:37 -04:00
parent 768eb01563
commit 220ca3ab5f
2 changed files with 38 additions and 1 deletions
+37
View File
@@ -0,0 +1,37 @@
## NFOGuard v1.5.5 - Complete CI/CD & Docker Hub Integration! 🚀
### Major Updates in v1.5.5:
- **🐋 DOCKER HUB**: Full integration with `sbcrumb/nfoguard` repository
- **🔧 CI/CD FIXED**: Both main and dev pipelines working perfectly
- **🐘 POSTGRESQL**: Added PostgreSQL dependencies for psycopg2-binary
- **🐍 PYTHON 3.11**: Stable Python 3.11-slim base image
- **📦 DUAL REGISTRY**: Pushes to both local Gitea and Docker Hub
- **🎯 DEV PIPELINE**: Separate dev builds with `sbcrumb/nfoguard:dev`
### CI/CD Pipeline Status:
**Main Branch**: Builds and pushes `sbcrumb/nfoguard:latest`
**Dev Branch**: Builds and pushes `sbcrumb/nfoguard:dev`
**Version Tags**: Automatic semantic versioning (v1.5.5)
**Docker Dependencies**: PostgreSQL, libpq-dev, gcc for psycopg2
### Available Images:
```bash
# Stable release
docker pull sbcrumb/nfoguard:latest
# Development version
docker pull sbcrumb/nfoguard:dev
# Specific version
docker pull sbcrumb/nfoguard:v1.5.5
```
### Fixed Issues:
- ✅ Docker build permission errors
- ✅ Missing PostgreSQL dependencies
- ✅ YAML syntax errors in dev CI
- ✅ Python version compatibility
- ✅ TVDB warning suppression
- ✅ Debug logging controls
## 🎉 NFOGuard is now production-ready with full CI/CD automation! 🎉
+1 -1
View File
@@ -1 +1 @@
1.7.0 1.5.5