Fix VERSION conflict and add v1.5.5 release notes
This commit is contained in:
@@ -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! 🎉
|
||||
Reference in New Issue
Block a user