Skip to content

Commit ee2f0e2

Browse files
committed
Release 2.3.0
1 parent a86e3c9 commit ee2f0e2

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## Next version (Unreleased)
1+
## 2.3.0 (August 5, 2022)
22

33
FEATURES:
44

5+
- core: Introduce vagrant-go [GH-12819]
6+
57
IMPROVEMENTS:
68

79
- core: Set rsa-sha2 in kex algorithm set to enable in key exchange [GH-12584]

scripts/sign.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ fi
1919
# Make the checksums
2020
pushd ./pkg/dist
2121
shasum -a256 * > ./vagrant_${VERSION}_SHA256SUMS
22-
if [ -z $NOSIGN ]; then
23-
echo "==> Signing..."
24-
gpg --default-key 348FFC4C --detach-sig ./vagrant_${VERSION}_SHA256SUMS
25-
fi
22+
# if [ -z $NOSIGN ]; then
23+
# echo "==> Signing..."
24+
# gpg --default-key 348FFC4C --detach-sig ./vagrant_${VERSION}_SHA256SUMS
25+
# fi
2626
popd

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.20.dev
1+
2.3.0

0 commit comments

Comments
 (0)