I’m pleased to announce the release of Poweradmin v4.0.4, a focused maintenance release that delivers 8 targeted fixes alongside a major infrastructure improvement for our Docker distribution.
🛠️ What’s Fixed
🔐 Authentication & LDAP Improvements:
Fixed LDAP Authentication with MFA integration issues (#813)
Resolved LDAP Authentication PHP compatibility problems (#812)
🔧 Core System Fixes:
Fixed record comment not being saved while adding records (#814)
Resolved SQL syntax error causing database access violations (#810)
Fixed page crashes when clearing search field (#815)
Added support for automatic splitting of long TXT records (e.g., DKIM) into 255-byte strings with configurable length options (#809)
🔒 DNSSEC Enhancements:
Fixed DNSSEC zone signing functionality (#819)
Resolved errors when using “DS and DNS keys” operations (#818)
🐳 Docker Namespace Migration
PowerAdmin Docker images have officially moved to the poweradmin/poweradmin namespace!
This is an important milestone for our project infrastructure:
What Changed:
New official location:
poweradmin/poweradminon Docker HubPrevious location:
edmondas/poweradmin(remains available for historical versions)All future releases will be published under the official namespace
For Users:
Update your Docker Compose files and deployment scripts
Pull the new image:
docker pull poweradmin/poweradmin:4.0.4Historical tags remain at
edmondas/poweradminfor previous releases
Docker Hub: https://hub.docker.com/r/poweradmin/poweradmin
📦 Upgrade Information
This maintenance release requires no database migrations - simply update your code.
Upgrade Steps:
Backup your current installation
Update to v4.0.4 code
Update Docker references to
poweradmin/poweradminif using containersClear any cached files if applicable
No database changes required.
🚀 Infrastructure as Code: Terraform Provider Development
I’m currently testing a Terraform provider for PowerAdmin that will bring Infrastructure as Code (IaC) capabilities to DNS management. This provider uses an enhanced version of our API and will enable teams to manage DNS records, zones, and configurations alongside their infrastructure deployments. The repository will be made public soon.
🙏 Community
Thank you to everyone who reported issues and provided feedback that made these improvements possible. The Docker namespace migration represents our commitment to professional infrastructure management.
Ready to upgrade? Download v4.0.4 from our GitHub releases page and update your Docker configurations to the official poweradmin/poweradmin namespace.
Remember to update the Docker references in your deployment scripts! 🐳

