mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
Bumped version to v1.1.0 across all project files. 🏗️ Infrastructure & Templates: - 🐳 Docker Compose: Enhanced security, added persistent volume support. - 📋 Cosmos templates: Updated with new environment variable defaults. 🛠️ Scripts: - dashboard.sh: Implemented API token authentication, improved error handling, and added a notification UI. - fingerprint.sh: Refactored for clearer output formatting, robust validation, and a comprehensive help message. ✨ General: - Improved configuration management, health checks, and monitoring integration.
43 lines
799 B
YAML
43 lines
799 B
YAML
changelog:
|
|
exclude:
|
|
labels:
|
|
- ignore-for-release
|
|
- dependencies
|
|
authors:
|
|
- dependabot
|
|
categories:
|
|
- title: 🎉 New Features
|
|
labels:
|
|
- feature
|
|
- enhancement
|
|
- new
|
|
- title: 🐛 Bug Fixes
|
|
labels:
|
|
- bug
|
|
- fix
|
|
- bugfix
|
|
- title: 📚 Documentation
|
|
labels:
|
|
- documentation
|
|
- docs
|
|
- title: 🔒 Security
|
|
labels:
|
|
- security
|
|
- title: ⚡ Performance
|
|
labels:
|
|
- performance
|
|
- optimization
|
|
- title: 🔧 Maintenance
|
|
labels:
|
|
- maintenance
|
|
- chore
|
|
- refactor
|
|
- title: 🏗️ Infrastructure
|
|
labels:
|
|
- ci
|
|
- build
|
|
- docker
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|