Update Fleet-maintained apps (#45568)
Automated ingestion of latest Fleet-maintained app data. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated Ollama macOS to version 0.24.0 * Updated Ollama Windows to version 0.24.0 * Updated Zed macOS to version 1.2.4 <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45568) <!-- 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
b5e52ef6cb
commit
91a5b8143a
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "0.23.4",
|
||||
"version": "0.24.0",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.ollama';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.ollama' AND version_compare(bundle_short_version, '0.23.4') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.ollama' AND version_compare(bundle_short_version, '0.24.0') < 0);"
|
||||
},
|
||||
"installer_url": "https://github.com/ollama/ollama/releases/download/v0.23.4/Ollama-darwin.zip",
|
||||
"installer_url": "https://github.com/ollama/ollama/releases/download/v0.24.0/Ollama-darwin.zip",
|
||||
"install_script_ref": "9f174559",
|
||||
"uninstall_script_ref": "f6ad7a9e",
|
||||
"sha256": "6770f08770d8f1d643abccc6dfafcc6d0e72bffb8ac87bab96e7a94a0c805dd8",
|
||||
"sha256": "8073624ec7986f9259f14a1234f5a5818f6285767f08b18cd0fbb4d1136599b1",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "0.23.3",
|
||||
"version": "0.24.0",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM programs WHERE name = 'Ollama' AND publisher = 'Ollama';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Ollama' AND publisher = 'Ollama' AND version_compare(version, '0.23.3') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Ollama' AND publisher = 'Ollama' AND version_compare(version, '0.24.0') < 0);"
|
||||
},
|
||||
"installer_url": "https://github.com/ollama/ollama/releases/download/v0.23.3/OllamaSetup.exe",
|
||||
"installer_url": "https://github.com/ollama/ollama/releases/download/v0.24.0/OllamaSetup.exe",
|
||||
"install_script_ref": "e14c71ee",
|
||||
"uninstall_script_ref": "3f049b5d",
|
||||
"sha256": "f35ee7f9e0cc53a6d2d9603e82d0b56be207c85e109a14a3a498aedbdb1417d7",
|
||||
"sha256": "c445439b0101f0cc6a3419a4a198353472dbef22028843e4fc10203ef7352c75",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'dev.zed.Zed';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'dev.zed.Zed' AND version_compare(bundle_short_version, '1.2.3') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'dev.zed.Zed' AND version_compare(bundle_short_version, '1.2.4') < 0);"
|
||||
},
|
||||
"installer_url": "https://zed.dev/api/releases/stable/1.2.3/Zed-aarch64.dmg",
|
||||
"installer_url": "https://zed.dev/api/releases/stable/1.2.4/Zed-aarch64.dmg",
|
||||
"install_script_ref": "7a64bca0",
|
||||
"uninstall_script_ref": "315158ff",
|
||||
"sha256": "77354c91418a45c9fd427d83b276fe62f0051e4d9ed7aa1805d2ec770f6e6e58",
|
||||
"sha256": "7d46c6eee95ff45506c2228b91cd38d74f4208fa5a9e446c4a186ccafd4aa38b",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user