Releases: serversideup/spin
Releases · serversideup/spin
v2.0.0-beta-1
🚀 New Features
Spin has taken a huge leap forward by taking our experience from local development and extending it all the way through CI, Staging, and Production.
🤩 Live Demo
We put together a live demonstration showing the new features and how they all work.
💪 Complete re-write
Everything has been rewritten to support a new and scalable code structure.
🚀 Support Shipping to Production
We wrote an Ansible Collection that will help you provision and maintain your servers. This is as simple as running spin provision
.
✨New Commands
- spin base64 - Encode and decode text files with Base64.
- spin init - Initialize Spin in an existing project
- spin provision - Provision servers using our Ansible Collection
- spin prune - Clear all Docker and Spin cache.
- spin vault - Encrypt files using Ansible Vault.
⚠️ Breaking Changes
These features are still considered "beta" but we are publishing this as the latest release because there should not be any breaking changes. If you do run into any issues, please open an issue.
v2.0.0-alpha-22
Refactor template file path handling in init.sh
v2.0.0-alpha-21
Refactored main command
v2.0.0-alpha-20
Encrypt files with Ansible Vault and ensure ownership
v2.0.0-alpha-19
Add support for GitHub Action templates and update Docker image refer…
v2.0.0-alpha-18
Update Docker user and group settings
v2.0.0-alpha-17
Add PHP action and default users
v2.0.0-alpha-16
Remove unnecessary environment variable from run.sh
v2.0.0-alpha-15
Added spin vault
v2.0.0-alpha-14
Remove update from Docker check