First, did you know that Gitea–the software used to host the Sovereign Stack git repo, exposes an RSS feed? You should subscribe to the feed if you're interested in updates to the Sovereign Stack code base.
#reckless
.Ok, RSS feed reader informed you of some important updates to the Sovereign stack codebase. Typically this means a GPG-signed git tag
has been applied to the main branch. Sovereign Stack relies exclusively on signed git tags for versioning.
The first thing you should do is go to the main Sovereign Stack git repo on your management machine (usually at ~/sovereign-stack
, then type git pull
. This will pull the latest git commits from git.sovereign-stack.org
.
Next, switch to the version you want to upgrade to with git checkout tags/v0.1.0
, for example. For more important information regarding our releases, visit our Release policy.
Great! You have new code! Always remember to verify new commits / tags! This is IMPORTANT every time you pull down new updates!
ss-update
for the changes to take effect.