You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated ingestion of latest Fleet-maintained app data.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Updates**
* Updated Brave Browser for macOS to version 151.1.93.129.
* Updated IBM Semeru JRE 8 for Windows to version 8.0.502.0.
* Updated NordPass for macOS to version 7.9.3.
* Refreshed installer information, checksums, and version detection for
the updated releases.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: allenhouchins <32207388+allenhouchins@users.noreply.github.com>
Copy file name to clipboardExpand all lines: ee/maintained-apps/outputs/brave-browser/darwin.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
{
2
2
"versions": [
3
3
{
4
-
"version": "150.1.92.144",
4
+
"version": "151.1.93.129",
5
5
"queries": {
6
6
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.brave.Browser';",
7
-
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.brave.Browser' AND version_compare(bundle_short_version, '150.1.92.144') < 0);"
7
+
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.brave.Browser' AND version_compare(bundle_short_version, '151.1.93.129') < 0);"
Copy file name to clipboardExpand all lines: ee/maintained-apps/outputs/ibm-semeru-jre-8/windows.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
{
2
2
"versions": [
3
3
{
4
-
"version": "8.0.492.9",
4
+
"version": "8.0.502.0",
5
5
"queries": {
6
6
"exists": "SELECT 1 FROM programs WHERE name LIKE 'IBM Semeru Runtime Open Edition (JRE)%' AND publisher = 'Semeru' AND version LIKE '8.%';",
7
-
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'IBM Semeru Runtime Open Edition (JRE)%' AND publisher = 'Semeru' AND version LIKE '8.%' AND version_compare(version, '8.0.492.9') < 0);"
7
+
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'IBM Semeru Runtime Open Edition (JRE)%' AND publisher = 'Semeru' AND version LIKE '8.%' AND version_compare(version, '8.0.502.0') < 0);"
Copy file name to clipboardExpand all lines: ee/maintained-apps/outputs/nordpass/darwin.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
{
2
2
"versions": [
3
3
{
4
-
"version": "7.9.2",
4
+
"version": "7.9.3",
5
5
"queries": {
6
6
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.nordsec.nordpass';",
7
-
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.nordsec.nordpass' AND version_compare(bundle_short_version, '7.9.2') < 0);"
7
+
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.nordsec.nordpass' AND version_compare(bundle_short_version, '7.9.3') < 0);"
0 commit comments