Release Notes¶
P-KISS-SBC¶
Latest Changes¶
4.2.0 2026¶
Security
- Security hardening of the install script (
deploy/pks): input validation for IP addresses and domain, SHA256 integrity check on downloadeddocker-compose.yml - Removed hardcoded fallback password
pa55wordfromdocker-compose.yml—POSTGRES_PASSWORDis now mandatory - Redis authentication support:
REDIS_PASSWORDgenerated at install time and propagated to Kamailio pks-rtpcontainer: replacedprivileged: truewith minimal capabilities (NET_ADMIN,SYS_NICE)- Pinned Docker image tags (
caddy:2.8, versioned images) to prevent tag hijacking - Patched CVE in SVGO (XXE/entity expansion) via dependency override
Infrastructure
- Repository cleaned up: Dockerfiles, Makefile, build artifacts, test fixtures and legacy configs moved to the dedicated build repository
- GitHub Actions workflow replaced: Docker build pipeline removed, new
validate.ymlruns ShellCheck ondeploy/pksand yamllint oninfra/docker-compose.yml docker-compose.yml: removed unusednetworks: maindeclaration, defaultENVIRONMENTchanged fromdevtoprod
Documentation
- MkDocs and all plugins updated to latest compatible versions
- Added
Makefilefor venv-based local doc workflow (make serve,make build,make test) - Jampack upgraded to
0.34.0and configured for Netlify hosting (image optimization, critical CSS inlining, prefetch) - Fixed yamllint and ShellCheck CI warnings
4.1.4 December 18, 2024¶
- Kamailio update: add SDP management for Re-INVITE and reply
- pks-admin update to
1.4.0: misc updates - Documentation: primary/secondary setup how-to added
4.1.3 November 12, 2024¶
- Dockerfile: add
curlto base image - pks-admin update to
1.3.1 - Security:
bracesdependency updated (CVE fix)
4.1.2 April 30, 2024¶
- Install script: update to always fetch the latest stable version
- Fix: remove R-URI number validation causing routing issues
4.1.1 April 18, 2024¶
- Fix: error in Kamailio configuration file
4.1.0 April 18, 2024¶
- pks-admin update to
1.3.0: call accounting (ACC) reporting added
4.0.4 April 18, 2024¶
- Fix: bug in external routing rules
- pks-admin update to
1.3.0:kamcmdtranslate command added, enum fix on rule types
4.0.3 April 18, 2024¶
- Fix: version mismatch in
pksscript - Documentation: Docker Hub badges added to README
4.0.2 April 16, 2024¶
- pks-admin update to
1.2.1 - Install script: fix Caddy directory creation
- feat: HTTP status endpoint and JSON-RPC API commands added to
pks-sip - Documentation: 404 redirects configured
4.0.1 March 08, 2024¶
- Deployment updated: reverse proxy added for HTTPS (Caddy)
- pks-admin
1.1.0 - Kamailio update:
5.7.4
4.0.0 March 05, 2024¶
First release of P-KISS-SBC.