File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- ## Next version (Unreleased )
1
+ ## 2.3.0 (August 5, 2022 )
2
2
3
3
FEATURES:
4
4
5
+ - core: Introduce vagrant-go [ GH-12819 ]
6
+
5
7
IMPROVEMENTS:
6
8
7
9
- core: Set rsa-sha2 in kex algorithm set to enable in key exchange [ GH-12584 ]
Original file line number Diff line number Diff line change 19
19
# Make the checksums
20
20
pushd ./pkg/dist
21
21
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
26
26
popd
Original file line number Diff line number Diff line change 1
- 2.2.20.dev
1
+ 2.3.0
You can’t perform that action at this time.
0 commit comments