January 12, 2025
DeployStack GitHub app improvements and docker-to-iac env changes
Fixes and Improvements
- Added: new docker-to-iac release [v1.18.0] - env: enhance environment variable resolution with default values.
- Added: JSON Schema support for .deploystack/config.yml [Feature 8]
- Added: Improve application logo handling [Feature 7]
January 5, 2025
README.md improvements and new app
Fixes and Improvements
New Apps
- Added: LinkAce - Your self-hosted bookmark archive [Kovah/LinkAce] - [c/kovah-linkace]
January 2, 2025
Added IaC Lifecycle + GitHub Application
Fixes and Improvements
- Added: documentation about IaC lifecycle [Infrastructure as Code Lifecycle].
- Added: GitHub Application to enable auto update on docker-compose or docker run command change [GitHub App Integration].
- Added: .deploystack Directory Reference, for streaming to DeployStack GitHub app [.deploystack Directory Reference]
December 24, 2024
docker-to-iac update to v1.17.0
Fixes and Improvements
- Changed: enabled ReadonlyRootFilesystem for AWS CloudFormation templates. Also removed EFS [docker-to-iac v1.16.0]
- Fix: DigitalOcean image fix [docker-to-iac v1.16.1]
- Added: Server support for DigitalOcean [docker-to-iac v1.17.0]
December 22, 2024
Advanced Environment Variable Mapping
Adding advanced environment variable configuration in v1.1.0. This release enables custom environment variable mapping during IaC template generation, with support for value transformations and default configurations.
Fixes and Improvements
- Added: Environment variable mapping for docker-to-iac [docker-to-iac/releases/tag/v1.13.0]
- Added: listServices: refactor for options, you can now add options, i.e. for env vars to listServices [docker-to-iac/releases/tag/v1.14.0]
- Added: app catalog, added "Report issue with template" link to be able to report broken IaC templates
December 20, 2024
Add Volume Support
Full volume mapping support for Docker configurations added across AWS CloudFormation (EFS), Render.com (Persistent Disks) enabling all volume types including named volumes, host path bindings, anonymous volumes, and read-only options.
Original request from https://github.com/deploystackio/feedback/issues/1
Fixes and Improvements
- Added: Full volume mapping support for Docker configurations across all supported cloud providers
- Added: AWS CloudFormation: EFS integration for persistent storage and multi-container access
- Added: Render.com: Persistent disk allocation with configurable mounting paths
- Added: Support for all volume types from Docker configurations: Named volumes, Host path bindings, Anonymous volumes
- Docs: Updated volume mapping guidance in deployment documentation
- Docs: Added examples for each supported volume type
- Docs: Included provider-specific volume configuration references