1
0
Fork 0

Bump version to 5.0.0 across repository for major release

- Updated all references from `4.6.0` to `5.0.0` in Docker, Kubernetes, and Swarm configurations, as well as Helm chart and documentation.
- Updated `RELEASE.md` with new version history and highlights.
- Aligned all deployment examples and documentation with the new version to ensure consistency.
This commit is contained in:
Joao Gilberto Magalhaes 2025-12-04 13:12:12 -05:00
parent be9a99eb79
commit 71ca8f6a9d
30 changed files with 65 additions and 63 deletions

View file

@ -54,7 +54,7 @@ EasyHAProxy follows [Semantic Versioning](https://semver.org/):
- **MINOR**: New features, plugin additions, backward-compatible changes
- **PATCH**: Bug fixes, documentation updates, minor improvements
**Current Version:** `4.6.0` (as of Chart.yaml)
**Current Version:** `5.0.0` (as of Chart.yaml)
## Automated Release (Recommended)
@ -327,11 +327,13 @@ helm show chart byjg/easyhaproxy
### Version History
| Version | Release Date | Type | Highlights |
|---------|-------------|------|------------|
| 4.6.0 | 2024-11-27 | Minor | FastCGI plugin, JWT enhancements |
| 4.5.0 | 2024-XX-XX | Minor | Previous release |
| ... | ... | ... | ... |
| Version | Release Date | Type | Highlights |
|---------|--------------|-------|---------------------------------------------------------------------------------------------------------------------------------------|
| 5.0.0 | 2025-12-04 | Major | Plugin framework (builtin plugins: JWT, FastCGI, Cloudflare, IP whitelist, deny pages, cleanup), docs restructure, examples refreshed |
| 4.6.0 | 2024-11-27 | Minor | FastCGI plugin, JWT enhancements |
| 4.5.0 | 2024-XX-XX | Minor | Previous release |
| ... | ... | ... | ... |
---