Skip to content

Releases: serversideup/spin

v2.0.0-beta5

Choose a tag to compare

@jaydrogers jaydrogers released this 24 Apr 20:47
c1244b0

🐛 Fixes

  • Fixed syntax error in Laravel template #78

v2.0.0-beta4

Choose a tag to compare

@jaydrogers jaydrogers released this 24 Apr 17:09
934ac40

🐛 Fixes

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

v2.0.0-beta-3

Choose a tag to compare

@jaydrogers jaydrogers released this 08 Jan 23:15

🐛 Fixes

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

v2.0.0-beta-2

Choose a tag to compare

@jaydrogers jaydrogers released this 04 Jan 04:50

🐛 Fixes

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

v2.0.0-beta-1

Choose a tag to compare

@jaydrogers jaydrogers released this 04 Jan 03:39
7209749

🚀 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

v2.0.0-alpha-22 Pre-release
Pre-release

Choose a tag to compare

@jaydrogers jaydrogers released this 02 Jan 15:50
Refactor template file path handling in init.sh

v2.0.0-alpha-21

v2.0.0-alpha-21 Pre-release
Pre-release

Choose a tag to compare

@jaydrogers jaydrogers released this 21 Dec 23:48
Refactored main command

v2.0.0-alpha-20

v2.0.0-alpha-20 Pre-release
Pre-release

Choose a tag to compare

@jaydrogers jaydrogers released this 21 Dec 23:30
Encrypt files with Ansible Vault and ensure ownership

v2.0.0-alpha-19

v2.0.0-alpha-19 Pre-release
Pre-release

Choose a tag to compare

@jaydrogers jaydrogers released this 21 Dec 22:53
Add support for GitHub Action templates and update Docker image refer…

v2.0.0-alpha-18

v2.0.0-alpha-18 Pre-release
Pre-release

Choose a tag to compare

@jaydrogers jaydrogers released this 21 Dec 15:29
Update Docker user and group settings