Skip to content

Commit

Permalink
Add UPGRADE instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogg committed Mar 27, 2023
1 parent 8813be0 commit 52edec1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

This file will get you on how to upgrade between breaking changes.

## v5.1.0 -> v5.2+

This version bump I'm leaving behind gnupg with the GPG Agent to move into the
Yubikey Agent.

- Prior upgrading execute `stow --delete gnupg` to remove gnupg configuration
- Install via the `brew.sh` script the dependencies or install the following
dependencies manually
- `brew install yubikey-personalization`
- `brew install yubikey-agent`
- `brew services start yubikey-agent`
- Run `stow zsh` to add the configuration for the Yubikey agent
- Run the `yubikey-agent -setup` to configure the new SSH keys

## v4.99.0 -> v5.0.0

- Prior upgrading execute the uninstall script
Expand Down

0 comments on commit 52edec1

Please sign in to comment.