Skip to content

Releases: serversideup/spin

v2.0.0-beta5

24 Apr 20:47
c1244b0
Compare
Choose a tag to compare

🐛 Fixes

  • Fixed syntax error in Laravel template #78

v2.0.0-beta4

24 Apr 17:09
934ac40
Compare
Choose a tag to compare

🐛 Fixes

  • Update Laravel templates to support newest beta of Docker PHP images (#76)

v2.0.0-beta-3

08 Jan 23:15
Compare
Choose a tag to compare

🐛 Fixes

  • Improved experience with lineinfile on spin init (4c045df)

v2.0.0-beta-2

04 Jan 04:50
Compare
Choose a tag to compare

🐛 Fixes

  • Fixed issue where v1.1.0 was being shipped with new projects

v2.0.0-beta-1

04 Jan 03:39
7209749
Compare
Choose a tag to compare

🚀 New Features

image
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.

Youtube player

💪 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

02 Jan 15:50
Compare
Choose a tag to compare
v2.0.0-alpha-22 Pre-release
Pre-release
Refactor template file path handling in init.sh

v2.0.0-alpha-21

21 Dec 23:48
Compare
Choose a tag to compare
v2.0.0-alpha-21 Pre-release
Pre-release
Refactored main command

v2.0.0-alpha-20

21 Dec 23:30
Compare
Choose a tag to compare
v2.0.0-alpha-20 Pre-release
Pre-release
Encrypt files with Ansible Vault and ensure ownership

v2.0.0-alpha-19

21 Dec 22:53
Compare
Choose a tag to compare
v2.0.0-alpha-19 Pre-release
Pre-release
Add support for GitHub Action templates and update Docker image refer…

…ences

v2.0.0-alpha-18

21 Dec 15:29
Compare
Choose a tag to compare
v2.0.0-alpha-18 Pre-release
Pre-release
Update Docker user and group settings