Releases: sofmeright/DD-UI
Latest "Stable" v0.6.9
PrecisionPlanIT 🌎 — dd-ui:v0.6.9
Release Highlights
Massive Security Overhaul
- Fixed CVE-2023-45853 by migrating to Alpine 3.21.0
- Fixed CVE-2025-22874 & CVE-2025-47907 by building SOPS with Go 1.25.1
- Fixed CVE-2025-54410 by updating Docker SDK to v28.0.0
- Fixed CVE-2025-8556 by forcing SOPS to use cloudflare/circl v1.6.1
Notable Changes
Features
- feat: DD-UI now passes trivy vulnerability scans with no known vulnerabilities. I can not promise this low vulnerabilities can be maintained with release of new features but am happy to announce that for this release! The container also is based on the latest alpine now as well! (SoFMeRight)
Images & Artifacts Availability
Assets available:
images
Security Status
🛡️ Security Scan: ✅ Passed
No critical or high vulnerabilities detected.
📦 Software Bill of Materials (SBOM) has been generated and attached to container registries where supported.
Installation
- For installation and usage instructions, see the README
Contributing
If you find this useful, you can help:
- Submit a Merge Request with new features or fixes
- Report bugs or issues on Issues
- You can donate funds to help with my operating cost.
Changelog
- [8be8a9a] feat: DD-UI now passes trivy vulnerability scans with no known vulnerabilities. I can not promise this low vulnerabilities can be maintained with release of new features but am happy to announce that for this release! The container also is based on the latest alpine now as well! (SoFMeRight)
Release v0.6.0
prplanit/ddui:v0.6.0
Release Highlights
This Release marks a point when we believe Auto DevOps is functional in our tests.
The API is a deliberate design not just what worked as we threw this together.
The GUI is still a WIP.
There are placeholders for views we want to prioritize creating/finishing.
Docker functionality AFAIK, already supports unlimited hosts so long as you can write an ansible inventory file.
Group functionality should come soon we hope.
There is a lot more to discuss for sure, but this is a general update from off the top of my head.
- We will update the API docs hopefully soon.
Remember we have only had 2 WEEKS OF DDUI!! THIS IS ONLY THE BEGINNING!
Notable Changes
Fixes
- fix: Auto Deploy tweaks. UI tweaks. Just checking in... (SoFMeRight)
Images & Artifacts Availability
Assets available:
images
Installation
- For installation and usage instructions, see the README
Contributing
If you find this useful, you can help:
- Submit a Merge Request with new features or fixes
- Report bugs or issues on Issues
- You can donate funds to help with my operating cost.
Changelog
- [de9cce5] fix: Auto Deploy tweaks. UI tweaks. Just checking in... (SoFMeRight)
Release v0.5.6
prplanit/ddui:v0.5.6
Release Highlights
Multi-Host Management works.
- No GUI available, configure by ansible inventory for now.
- Working SSH.
- Additional Bugfixes & better controls coming soon.
Notable Changes
Features
- feat: SSH functionality is validated. DDUI is officially multi-host!!!! Bugs may be present but functionality works 100% localhost and stacks load and seem deployable in SSH. The preimplementation plan actually worked! (SoFMeRight)
Images & Artifacts Availability
Assets available:
images
Installation
- For installation and usage instructions, see the README
Contributing
If you find this useful, you can help:
- Submit a Merge Request with new features or fixes
- Report bugs or issues on Issues
- You can donate funds to help with my operating cost.
Changelog
- [c9097b2] feat: SSH functionality is validated. DDUI is officially multi-host!!!! Bugs may be present but functionality works 100% localhost and stacks load and seem deployable in SSH. The preimplementation plan actually worked! (SoFMeRight)
- [bfdb2d1] Add logging Environment Variables to the Readme! (SoFMeRight)
- [dcb8bbc] Remove resolved issues from Planned / Known Issues. (SoFMeRight)
Release v0.5.5
prplanit/ddui:v0.5.5
Release Highlights
I almost drifted into mania!
- Drift correctly displays on stack.
- Drift is calculated between a unique hash we generate as well as a hash that is in the compose container label.
This version also BREAKS the database perhaps. May require a full database reset.
Notable Changes
Features
- feat: definitive drive fix. Stacks correctly track. Some things are not as responsive as I would like. Otherwise... It WORKS! (SoFMeRight)
Fixes
- fix: drift issues. accidentally didnt copy tailwind react assets. (SoFMeRight)
- fix: definitive drift solution. BREAKING CHANGES Reset your database if there are errors! Please. (SoFMeRight)
- fix: drift. (SoFMeRight)
Breaking changes
- fix: definitive drift solution. BREAKING CHANGES Reset your database if there are errors! Please. (SoFMeRight)
Images & Artifacts Availability
Assets available: images
Installation
- For installation and usage instructions, see the README
Contributing
If you find this useful, you can help:
- Submit a Merge Request with new features or fixes
- Report bugs or issues on Issues
- You can donate funds to help with my operating cost.
Changelog
- [0355336] fix: drift issues. accidentally didnt copy tailwind react assets. (SoFMeRight)
- [42bda83] fix: definitive drift solution. BREAKING CHANGES Reset your database if there are errors! Please. (SoFMeRight)
- [430730a] fix: drift. (SoFMeRight)
- [cbb5314] Update file .gitignore (SoFMeRight)
- [1e22a35] feat: definitive drive fix. Stacks correctly track. Some things are not as responsive as I would like. Otherwise... It WORKS! (SoFMeRight)
Release v0.4.9
prplanit/ddui:v0.4.9
Image: `prplanit/ddui:v0.4.9 (Docker Hub)
Release Highlights
PR Release.
- This Version matches the feature set of the last Readme Edit.
- Many issues present with DevOps implementation, but the base Docker functionality is here.