mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-03 20:39:27 -05:00
Release 2.3.0
This commit is contained in:
parent
a86e3c9917
commit
ee2f0e2a70
3 changed files with 8 additions and 6 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.2.20.dev
|
||||
2.3.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue