Release 2.3.0

This commit is contained in:
Chris Roberts 2022-08-04 15:57:30 -07:00
parent a86e3c9917
commit ee2f0e2a70
3 changed files with 8 additions and 6 deletions

View file

@ -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]

View file

@ -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

View file

@ -1 +1 @@
2.2.20.dev
2.3.0