Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Aug 5, 2022
1 parent a86e3c9 commit ee2f0e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Next version (Unreleased)
## 2.3.0 (August 5, 2022)

FEATURES:

- core: Introduce vagrant-go [GH-12819]

IMPROVEMENTS:

- core: Set rsa-sha2 in kex algorithm set to enable in key exchange [GH-12584]
Expand Down
8 changes: 4 additions & 4 deletions scripts/sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ fi
# Make the checksums
pushd ./pkg/dist
shasum -a256 * > ./vagrant_${VERSION}_SHA256SUMS
if [ -z $NOSIGN ]; then
echo "==> Signing..."
gpg --default-key 348FFC4C --detach-sig ./vagrant_${VERSION}_SHA256SUMS
fi
# if [ -z $NOSIGN ]; then
# echo "==> Signing..."
# gpg --default-key 348FFC4C --detach-sig ./vagrant_${VERSION}_SHA256SUMS
# fi
popd
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.20.dev
2.3.0

0 comments on commit ee2f0e2

Please sign in to comment.