Add version update verification script for HMAC File Server 3.3.0

- Implemented a bash script to verify all references to version 3.2.x have been updated to 3.3.0.
- The script checks binary version, core source files, configuration files, documentation, ejabberd module, and network resilience documentation.
- Provides a summary of verification results and confirms successful updates across all components.
This commit is contained in:
2025-08-26 16:10:17 +00:00
parent 9b5b3ae820
commit d1928cbb29
24 changed files with 120 additions and 52 deletions

View File

@ -251,7 +251,7 @@ journalctl -u hmac-file-server -f
- **ejabberd** 20.01+ (tested with 23.x)
- **Erlang/OTP** 23+
- **HMAC File Server** 3.2.2+
- **HMAC File Server** 3.3.0+
- **XMPP Client** with XEP-0363 support
## 🔄 Updates
@ -260,8 +260,8 @@ journalctl -u hmac-file-server -f
| Module Version | ejabberd | HMAC Server | Features |
|----------------|----------|-------------|----------|
| 1.0.0 | 20.01+ | 3.2.2+ | Bearer tokens, basic auth |
| 1.1.0 | 23.01+ | 3.2.2+ | User quotas, audit logging |
| 1.0.0 | 20.01+ | 3.3.0+ | Bearer tokens, basic auth |
| 1.1.0 | 23.01+ | 3.3.0+ | User quotas, audit logging |
### Upgrade Path
```bash