⚠️ IMPORTANT
Caution
We recommend you to delete and re-install Spin to upgrade to this version.
🤔 Why delete and re-install?
This release comes with a ton of improvements to how we handle file permissions between containers. We've dropped permissions to match your running UID and GID. Instead of giving you step by step instructions to change file permissions, by far the easiest is deleting and re-installing since the install of Spin is so easy.
👉 How to upgrade
First thing you need to do is delete your existing version of Spin:
Delete Spin
# You may have to prepend `sudo` to this if you get errors
rm -rf ~/.spin
Install Spin
Use the install instructions to install again:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/serversideup/spin/main/tools/install.sh)"
☝️ If you're running Windows, be sure to run this in your WSL2 shell.
🤩 What's new
- Fixed issues with
spin prune
not clearing collections or registry cache (#121) - Downgraded container privileges to run as unprivileged user
- Add support for SSH Authentication Sockets on Linux & WSL2
Full Changelog: v2.2.2...v2.3.0