February 23, 2025

UI fixes and new apps

Fixes and Improvements
New Apps
  • Added: Passky-Server - Server for Passky (password manager)
  • Added: slash - An open source, self-hosted platform for sharing and managing your most frequently used links. Easily create customizable, human-readable shortcuts to streamline your link management.
  • Added: fathom - Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.
  • Added: dpaste - The Django project driving dpaste.org
February 22, 2025

SVG support for App logo and docs improvements

Fixes and Improvements
February 15, 2025

Default Branch Synchronization & Multi-Branch Strategy

We are happy to announce that using DeployStack with multiple branches is possible now. With a multi-branch strategy, you can deploy multiple application versions using DeployStack. E.g.: v2, v1 etc...

Please check this in our documentation here: https://deploystack.io/docs/deploystack/multiple-branches

Fixes and Improvements
  • Added: Default Branch Synchronization for Template Updates - you can switch now you default branch [Feature #13]
  • Added: Automatic Topic Synchronization from GitHub Repositories [Feature #14]
  • Added: Automatic Website URL Synchronization for Repository Details [Feature #15]
  • Added: Add support for detecting and handling repository default branch changes [Feature #16]
  • Added: Support Multiple Repository Versions (branches) for IaC Template Generation [Feature #12]
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
  • Added: you can now use emoji from README.md content [#11]
  • Fix: handling images with attributes fix for README.md content
  • Fix: fixed DigitalOcean Database handling by using internal ports [v1.17.1]
New Apps
January 2, 2025

Added IaC Lifecycle + GitHub Application

Fixes and Improvements
December 24, 2024

docker-to-iac update to v1.17.0

Fixes and Improvements
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
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