version after this has been rebased to official 1.5.0 with gitops items removed; use docker tag of 2025.03.03
or gitops
(ie: cmcooper1980/dockge:gitops) for this specific release
⭐ Merged Features
- PR louislam#387: Global.env editor and usage in docker operations (by: @syko9000)
- PR louislam#670: GitOps with multiple stacks (by: @Felioh)
- PR louislam#687: Support for nested stacks directory (by: @mkoo21)
✅ Merged Fixes
- PR #2: Add missing endpoints for PR louislam#649 - fixes container control buttons not working (by: @tobi1449)
- PR #6: Small fixes (by: @tobi1449)
- Don't show "Save Stack" button if the stack is a gitops stack that is yet to be deployed
- Only fill json properties for git repos if the stack is actually based on a git repo
- Don't call requestServiceStatus if the initially shown page on load is the add stack page
- Return an empty stack list for getServiceStatusList if the stack does not exist (yet)
- PR #7: Fix code that went missing during merge of PR louislam#83 (by: @tobi1449)
- PR #9: Additional bugfixes (by: @tobi1449)
- Fixed issue when trying to create a new stack, introduced by PR louislam#687
- Fixed issue with displaying container stats and ports, introduced with #5
- Fixed code for the container control buttons that was missed when merging PR #2
- Removed unnecessary spaces introduced with the previous PRs
- Added missing spaces to notifications from PR louislam#649
- Added missing props and emits definitions for the container control buttons
- Removed duplicated entry for PR louislam#687
🔧 Modified
- Added git to main image for GitOps functionality to work
What's Changed
- Add missing endpoints for PR louislam#649 by @tobi1449 in #2
- Fix code that went missing during merge of PR louislam#83 by @tobi1449 in #7
- Revert "Fix code that went missing during merge of PR louislam#83" by @cmcooper1980 in #8
- Merge PR louislam#687: Support for nested stacks directory by @tobi1449 in #3
- Merge PR louislam#670: GitOps with multiple stacks by @tobi1449 in #4
- Merge louislam#387: Global.env editor and usage in docker operations by @tobi1449 in #5
- Small fixes by @tobi1449 in #6
- Additional bugfixes by @tobi1449 in #9
New Contributors
- @tobi1449 made their first contribution in #2
- @cmcooper1980 made their first contribution in #8
Full Changelog: 2025.01.21...2025.03.03