Skip to content

Using generic CI/CD tools for your IaC automation? 🤖⚙️

Download the Build vs Buy Guide→

Changelog»

Changes between v1.3.0 and v2.0.0»

Warning

This release of Self-Hosted involves mandatory downtime during the installation process. We expect that downtime to be between 5 and 10 minutes, but it's important that you do not start the installation at a time you cannot afford Spacelift to be unavailable.

v2.0.0 introduces multi-region failover support to Self-Hosted to help as part of a disaster recovery process. One of these changes involves converting the single-region KMS key used to encrypt sensitive data like stack and context secrets to a multi-region key. In order to do that, the installation includes a migration to convert the data from one key to another.

The migration is performed inside a transaction, and in the case of any errors the changes will be rolled back to avoid a situation where data is encrypted using both old and new keys.

Although we have safeguards in place to ensure the migration is successful, we recommend taking a snapshot of your RDS cluster before performing the installation in case anything goes wrong.

Features»

Fixes»

  • Fixed a misconfiguration that was causing the server logs to be filled with messages containing failed to record HTTP transaction.

Changes between v1.2.1 and v1.3.0»

Features»

  • Added ability to view spaces as a list view, you can now switch between Diagram and List view using the toggle in the page header
  • Added Account details drawer (under user menu) with self hosted version, license information and identity provider data.
  • Updated documentation links to use the currently used self hosted version immediately
  • Added list view customization
  • Added stack settings scheduling and policies tabs
  • Added module list and form redesign

Fixes»

  • Fix: Raw Git does not work with terraform modules

Changes between v1.2.0 and v1.2.1»

Fixes»

  • Fix for an issue where a commit to Bitbucket Datacenter could trigger more stacks than necessary
  • Fix for an issue where crashed workers left runs in a hanging state
  • If custom certificates are defined, Spacelift's internal HTTP client will use those for AWS-related requests as well

Changes between v1.1.0-hotfix.1 and v1.2.0»

Features»

Fixes»

  • Fixed a bug where some of the runs weren't scheduled because we attempted to checkout the same license from License Manager at the same time in parallel. Now license checkouts are serialized to avoid this issue.

Changes between v1.1.0 and v1.1.0-hotfix.1»

Fixes»

  • Fixed an issue where license check-out could fail when multiple runs were scheduled at the same time

Changes between v1.0.0 and v1.1.0»

Features»

Fixes»

  • Various backend and frontend fixes and improvements

Changes between v0.0.12 and v1.0.0»

Features»

Fixes»

  • Improved license check-out logic
  • Fix stale logs display for targeted replans
  • Allow to persist roles and collections installed during run initialization for Ansible stacks automatically
  • Various other backend and frontend fixes and improvements

Changes between v0.0.11 and v0.0.12»

Features»

Fixes»

  • Various backend and frontend fixes and improvements

Changes between v0.0.10 and v0.0.11»

Features»

Fixes»

  • Various backend and frontend fixes and improvements

Changes between v0.0.9 and v0.0.10»

Features»

Fixes»

  • Do not re-create SAML certificate during each install

Changes between v0.0.8 and v0.0.9»

Features»

  • Increase worker default disk size to 40GB.
  • Adding support for Terraform versions up to v1.5.7.
  • Update frontend and backend to the latest versions.

Fixes»

  • Enforce bucket policy to prevent objects getting fetched not using HTTPS.
  • Updated no account ID message to indicate that it is caused by missing AWS credentials in the install script.

Changes between v0.0.7 and v0.0.8»

Features»

Removals»

  • Remove the unused ecs-state-handler Lambda.

Fixes»

  • Improve warning message during installation when changeset contains no changes.
  • Fix role assumption and automatic ECR login in GovCloud regions.
  • Don't incorrectly attempt to report errors to Bugsnag in Self-Hosting (errors were never reported, but this could cause some misleading log entries).
  • Fix crash on run startup if the runner image was missing the ps command.
  • Increase default worker pool size to t3.medium.
  • Increase minimum drain instances to 3 to provide more resilience.