Changelogยป
Changes between v2.1.1 and v2.2.0ยป
Featuresยป
- Our bulk actions feature has been reworked, making it simpler to perform actions on multiple items at once.
- We've added support for OIDC Based API Keys to provide a more secure way of accessing our API without requiring static credentials.
- We've added the ability to add custom headers to your audit trail webhooks, making it easier than ever to integrate with external systems.
- We've added an option to
config.json
to setload_balancer.subnet_placement
to either public (default) or private. If the option is omitted, the default remains public.
Fixesยป
- We've added a new check that automatically fails the run if a Kubernetes worker pod exits without properly marking the run as finished or failed.
Changes between v2.1.0 and v2.1.1ยป
Fixesยป
- Use
boostMatches
when trying to find a branch in Bitbucket Datacenter. This fixes an issue where we could fail to find the stack's tracked branch if there were too many other branches in the repo with a similar name (for exampledevelopment
,development-123
, etc). The exact number of similar branches depends on your Bitbucket configuration, but defaults to 25. - Fixed an issue with the Raw Git integration that caused a
server does not support exact SHA1 refspec
error to be returned when using a Git server that doesn't support cloning with an exact SHA1 refspec.
Changes between v2.0.0 and v2.1.0ยป
Warning
You must upgrade to v2.0.0 before installing v2.1.0. If you attempt to upgrade an existing installation running a version older than v2.0.0, the installer will report an error and exit without making any changes.
If you are currently on a version older than v2.0.0 and don't have access to the v2.0.0 installer anymore, please reach out to our support team for new download links.
Featuresยป
- The stack and module settings have been revamped, making it simpler and more efficient to manage your stacks and modules. One of the standout additions is the new Scheduling and Policies tabs, which have moved from the stack settings to the main stack view. Your schedules and policies are now more easily discoverable, and can also be viewed by team members who donโt have access to stack settings.
Fixesยป
- We've fixed an issue with our initial Disaster Recovery support that meant that IoT policies would not be added to your secondary region when resetting an existing worker pool that was created before DR was configured. The impact of this would have been that workers from the affected pools would not be able to connect to your IoT broker after failing over. No user intervention is required to resolve this - the v2.1.0 installation process will fix any affected worker pools.
- We've fixed an issue affecting Bitbucket Data Center that prevented branches being retrieved correctly if the repository contained more than 25 branches that contained your stack's branch name as part of their name (for example if a stack has a tracked branch called
dev
, and other branches exist in the repository likedevelopment
,dev-1
,dev-2
, etc). This could prevent the stack settings for an affected stack from being saved.
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ยป
- Added the ability to provide a custom database connection string during install/upgrade. This allows you to take full control over the database used by Spacelift.
- Added multi-region disaster recovery support.
- Added support for OpenTofu 1.8.0.
- Various other small features and improvements.
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ยป
- Added OpenTofu support for Terragrunt
- Important note: in order to use this new feature, you need to recycle your worker pools. This is because new launcher versions are downloaded during the instance startup, and the old launchers do not support this new feature. Note: we recommend recycling the worker pools after each release anyway. The native Kubernetes workers are an exception to this rule since each run starts a new container running the latest launcher image for your Self-Hosted instance.
- Added
Trigger always
flag to Stack Dependencies - Disabled the rate limiting for policy sampling
- Added LaunchPad, a dashboard for new Spacelift users that provides a guided tour of the platform
- Added support for OPA v0.64
- Support for moved and imported Terraform resources
- Installation script:
- We added support for defining custom retention periods for all of the S3 buckets. If you don't specify it, they remain untouched.
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ยป
- Beta Terragrunt support
- Enhanced VCS integrations
- OpenTofu v1.6.2 support
- New run history view
- Redesigned stack creation view
Fixesยป
- Various backend and frontend fixes and improvements
Changes between v0.0.12 and v1.0.0ยป
Featuresยป
- User Management
- Terraform Provider Registry
- The settings page is now split into Organization and Personal settings
- OpenTofu v1.6.1 support
- PR stack locking
- Support for deploying workers via the Kubernetes operator
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ยป
- OpenTofu v1.6.0 support
- PRs as notification targets
- Run prioritization through Push Policy (
prioritize
keyword) - Add state size (in bytes) to
ManagedStateVersion
type in GraphQL
Fixesยป
- Various backend and frontend fixes and improvements
Changes between v0.0.10 and v0.0.11ยป
Featuresยป
- New stack creation view
- Auto Attaching Contexts
- Context Hooks
- Additional project globs
- Pull request default behaviour change
- Spacelift will start handling pull request events and creating proposed runs if no push policy is set as the default behaviour
Fixesยป
- Various backend and frontend fixes and improvements
Changes between v0.0.9 and v0.0.10ยป
Featuresยป
- Stack Dependencies with output/input references.
- Ready run state.
- Targeted replan support.
- New detailed terraform changes view.
- Worker Pool Management views.
- Add OpenTofu and custom workflows support for terraform.
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ยป
- Update CloudFormation worker pool template to allow a custom instance role to be provided.
- Update CloudFormation worker pool template to allow poweroff on crash to be disabled to aid debugging.
- Update CloudFormation worker pool template to allow custom user data to be provided.
- Update frontend and backend to the latest versions.
- Adding support for Terraform versions up to v1.5.4 and kubectl up to v1.27.4.
- Added support for External Dependencies.
- Added support for Raw Git source code provider.
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.