diff --git a/automatic/mongodb.install/mongodb.install.json b/automatic/mongodb.install/mongodb.install.json
index ca684f141b..ffd8a293e8 100644
--- a/automatic/mongodb.install/mongodb.install.json
+++ b/automatic/mongodb.install/mongodb.install.json
@@ -2,7 +2,7 @@
"4.4-rc": "4.4.25-rc0",
"4.4": "4.4.25",
"4.9-rc": "4.9.0-rc1",
- "5.0-rc": "5.0.22-rc0",
+ "5.0-rc": "5.0.22-rc1",
"5.0": "5.0.21",
"5.1-rc": "5.1.2-rc0",
"5.1": "5.1.1",
@@ -18,7 +18,7 @@
"6.2": "6.2.1",
"6.3-rc": "6.3.2-rc1",
"6.3": "6.3.2",
- "7.0-rc": "7.0.2-rc2",
+ "7.0-rc": "7.0.3-rc1",
"7.0": "7.0.2",
"7.1-rc": "7.1.0-rc4",
"7.1": "7.1.0"
diff --git a/automatic/mongodb.install/mongodb.install.nuspec b/automatic/mongodb.install/mongodb.install.nuspec
index a927c9dde3..b128d1f4b7 100644
--- a/automatic/mongodb.install/mongodb.install.nuspec
+++ b/automatic/mongodb.install/mongodb.install.nuspec
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
- 5.0.22-rc0
+ 7.0.3-rc1
Maurice Kevenaar
@@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
MongoDB Inc
cli database nosql admin
- https://docs.mongodb.org/master/release-notes/5.0/
+ https://docs.mongodb.org/master/release-notes/7.0/
https://www.mongodb.com/community/licensing
false
https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb.install
diff --git a/automatic/mongodb.install/tools/chocolateyInstall.ps1 b/automatic/mongodb.install/tools/chocolateyInstall.ps1
index 89249a85b7..e316ce5f34 100644
--- a/automatic/mongodb.install/tools/chocolateyInstall.ps1
+++ b/automatic/mongodb.install/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
-$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.22-rc0-signed.msi'
-$checksum64 = '50cdb2588d52feee2e736a8113efbec2efeae01ce09306e05b7b64d97d60b6d8'
+$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.3-rc1-signed.msi'
+$checksum64 = 'cf982a2f94e69158769ce620dce75aee1059e5ac33f7304b07f119a23b496a8b'
$checksumType64 = 'sha256'
$silentArgs = 'ADDLOCAL="ServerService,Server,ProductFeature,Router,MiscellaneousTools" /qn /norestart'
$dataPath = "$env:PROGRAMDATA\MongoDB\data\db"
diff --git a/automatic/mongodb.portable/mongodb.portable.json b/automatic/mongodb.portable/mongodb.portable.json
index ca684f141b..ffd8a293e8 100644
--- a/automatic/mongodb.portable/mongodb.portable.json
+++ b/automatic/mongodb.portable/mongodb.portable.json
@@ -2,7 +2,7 @@
"4.4-rc": "4.4.25-rc0",
"4.4": "4.4.25",
"4.9-rc": "4.9.0-rc1",
- "5.0-rc": "5.0.22-rc0",
+ "5.0-rc": "5.0.22-rc1",
"5.0": "5.0.21",
"5.1-rc": "5.1.2-rc0",
"5.1": "5.1.1",
@@ -18,7 +18,7 @@
"6.2": "6.2.1",
"6.3-rc": "6.3.2-rc1",
"6.3": "6.3.2",
- "7.0-rc": "7.0.2-rc2",
+ "7.0-rc": "7.0.3-rc1",
"7.0": "7.0.2",
"7.1-rc": "7.1.0-rc4",
"7.1": "7.1.0"
diff --git a/automatic/mongodb.portable/mongodb.portable.nuspec b/automatic/mongodb.portable/mongodb.portable.nuspec
index c70205e00a..fc2e5ca3f7 100644
--- a/automatic/mongodb.portable/mongodb.portable.nuspec
+++ b/automatic/mongodb.portable/mongodb.portable.nuspec
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
- 5.0.22-rc0
+ 7.0.3-rc1
Maurice Kevenaar
@@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
MongoDB Inc
cli database nosql
- https://docs.mongodb.org/master/release-notes/5.0/
+ https://docs.mongodb.org/master/release-notes/7.0/
https://www.mongodb.com/community/licensing
false
https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb.portable
diff --git a/automatic/mongodb.portable/tools/chocolateyInstall.ps1 b/automatic/mongodb.portable/tools/chocolateyInstall.ps1
index ee5a5d1c80..8019b94feb 100644
--- a/automatic/mongodb.portable/tools/chocolateyInstall.ps1
+++ b/automatic/mongodb.portable/tools/chocolateyInstall.ps1
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
-$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.22-rc0.zip'
-$checksum64 = '16bd2202e178e871e86b1e07b5a26354a2ae992f3b9b3f88b5951dfaa9b9abe2'
+$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.3-rc1.zip'
+$checksum64 = 'dcd1342608b6534110c3ab33719d10b392cbddb9179be828c29fd7c88c949bce'
$checksumType64 = 'sha256'
$binRoot = Get-ToolsLocation
diff --git a/automatic/mongodb/mongodb.json b/automatic/mongodb/mongodb.json
index ca684f141b..ffd8a293e8 100644
--- a/automatic/mongodb/mongodb.json
+++ b/automatic/mongodb/mongodb.json
@@ -2,7 +2,7 @@
"4.4-rc": "4.4.25-rc0",
"4.4": "4.4.25",
"4.9-rc": "4.9.0-rc1",
- "5.0-rc": "5.0.22-rc0",
+ "5.0-rc": "5.0.22-rc1",
"5.0": "5.0.21",
"5.1-rc": "5.1.2-rc0",
"5.1": "5.1.1",
@@ -18,7 +18,7 @@
"6.2": "6.2.1",
"6.3-rc": "6.3.2-rc1",
"6.3": "6.3.2",
- "7.0-rc": "7.0.2-rc2",
+ "7.0-rc": "7.0.3-rc1",
"7.0": "7.0.2",
"7.1-rc": "7.1.0-rc4",
"7.1": "7.1.0"
diff --git a/automatic/mongodb/mongodb.nuspec b/automatic/mongodb/mongodb.nuspec
index 211306b5a4..bdb9b94367 100644
--- a/automatic/mongodb/mongodb.nuspec
+++ b/automatic/mongodb/mongodb.nuspec
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
- 5.0.22-rc0
+ 7.0.3-rc1
Maurice Kevenaar
@@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
MongoDB Inc
cli database nosql admin
- https://docs.mongodb.org/master/release-notes/5.0/
+ https://docs.mongodb.org/master/release-notes/7.0/
https://www.mongodb.com/community/licensing
false
https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb
@@ -75,7 +75,7 @@ let them know the package is no longer updating correctly.
-
+
diff --git a/automatic/vscode-ansible/tools/chocolateyInstall.ps1 b/automatic/vscode-ansible/tools/chocolateyInstall.ps1
index 729bffdc01..eae3a3bc5d 100644
--- a/automatic/vscode-ansible/tools/chocolateyInstall.ps1
+++ b/automatic/vscode-ansible/tools/chocolateyInstall.ps1
@@ -3,4 +3,4 @@
# clean up old extension
Uninstall-VsCodeExtension -extensionId 'vscoss.vscode-ansible'
-Install-VsCodeExtension -extensionId 'redhat.ansible@2.7.98'
+Install-VsCodeExtension -extensionId 'redhat.ansible@2.8.108'
diff --git a/automatic/vscode-ansible/vscode-ansible.nuspec b/automatic/vscode-ansible/vscode-ansible.nuspec
index 359371a266..5122b43d82 100644
--- a/automatic/vscode-ansible/vscode-ansible.nuspec
+++ b/automatic/vscode-ansible/vscode-ansible.nuspec
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
- 2.7.98
+ 2.8.108
Maurice Kevenaar