Update Fleet-maintained apps (#46446)
Automated ingestion of latest Fleet-maintained app data. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated AWS VPN Client to version 5.3.6 * Updated Postman to version 12.12.6 on macOS * Updated Postman to version 12.12.5 on Windows <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/46446?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: allenhouchins <32207388+allenhouchins@users.noreply.github.com>
This commit is contained in:
co-authored by
allenhouchins
parent
4462067be2
commit
b01208b2ab
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "5.3.5",
|
||||
"version": "5.3.6",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM programs WHERE name = 'AWS VPN Client' AND publisher = 'Amazon';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'AWS VPN Client' AND publisher = 'Amazon' AND version_compare(version, '5.3.5') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'AWS VPN Client' AND publisher = 'Amazon' AND version_compare(version, '5.3.6') < 0);"
|
||||
},
|
||||
"installer_url": "https://d20adtppz83p9s.cloudfront.net/WPF/5.3.5/AWS_VPN_Client.msi",
|
||||
"installer_url": "https://d20adtppz83p9s.cloudfront.net/WPF/5.3.6/AWS_VPN_Client.msi",
|
||||
"install_script_ref": "8959087b",
|
||||
"uninstall_script_ref": "4a75ca68",
|
||||
"sha256": "8cfc8f5d7de80c5b4673d1c9874b150ecc3133e9628e17208b5a4de30a050608",
|
||||
"sha256": "a16212bdde30c1547acb33aae45a72b12615dc6e30839eb0b1a36d815279e95b",
|
||||
"default_categories": [
|
||||
"Productivity"
|
||||
],
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "12.12.3",
|
||||
"version": "12.12.6",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac' AND version_compare(bundle_short_version, '12.12.3') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac' AND version_compare(bundle_short_version, '12.12.6') < 0);"
|
||||
},
|
||||
"installer_url": "https://dl.pstmn.io/download/version/12.12.3/osx_arm64",
|
||||
"installer_url": "https://dl.pstmn.io/download/version/12.12.6/osx_arm64",
|
||||
"install_script_ref": "96d73870",
|
||||
"uninstall_script_ref": "5b41187d",
|
||||
"sha256": "db3999953c53c20d7a22f6bb32c0ad67496c6e106f13eb1afadb7fd363be5ba3",
|
||||
"sha256": "5c53d8678b9d8b6bbe4f1243c58a98613edbc2a8f6a7d0a20756bd75afbbd41a",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "12.12.4",
|
||||
"version": "12.12.5",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM programs WHERE name LIKE 'Postman x64 %' AND publisher = 'Postman';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'Postman x64 %' AND publisher = 'Postman' AND version_compare(version, '12.12.4') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'Postman x64 %' AND publisher = 'Postman' AND version_compare(version, '12.12.5') < 0);"
|
||||
},
|
||||
"installer_url": "https://dl.pstmn.io/download/version/12.12.4/windows_64",
|
||||
"installer_url": "https://dl.pstmn.io/download/version/12.12.5/windows_64",
|
||||
"install_script_ref": "538f63bf",
|
||||
"uninstall_script_ref": "cd01b68f",
|
||||
"sha256": "14acc0589b3f925441f9ed4a782454854dc8da9d8b095603e564d715350b3df0",
|
||||
"sha256": "cc8f8729547dc977c97cd3b2988a9cc9e79a01e88c47d0657bdb2f5c90e31f76",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user