From 79679efd01151ce6315c3e84ea024e239ce96ec1 Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Fri, 14 Mar 2025 08:36:12 -0500 Subject: [PATCH] Updated Google Chrome for Windows software entries (#27133) - Added Google Chrome for Windows (ARM) - Added logic to show Google Chrome to correct processor architecture (x86 vs ARM) --- it-and-security/lib/windows/software/google-chrome-arm.yml | 4 ++++ it-and-security/lib/windows/software/google-chrome.yml | 2 ++ it-and-security/teams/workstations-canary.yml | 3 ++- it-and-security/teams/workstations.yml | 5 +++++ 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 it-and-security/lib/windows/software/google-chrome-arm.yml diff --git a/it-and-security/lib/windows/software/google-chrome-arm.yml b/it-and-security/lib/windows/software/google-chrome-arm.yml new file mode 100644 index 0000000000..d8cd33940f --- /dev/null +++ b/it-and-security/lib/windows/software/google-chrome-arm.yml @@ -0,0 +1,4 @@ +url: https://dl.google.com/tag/s/appguid%3D%7B8A69D345-D564-463C-AFF1-A69D9E530F96%7D%26iid%3D%7BCE64BAB7-08D2-E8C9-2264-42C7D047475F%7D%26lang%3Den%26browser%3D4%26usagestats%3D0%26appname%3DGoogle%2520Chrome%26needsadmin%3Dtrue%26ap%3Darm64-stable-statsdef_0%26brand%3DGCEA/dl/chrome/install/GoogleChromeStandaloneEnterprise_Arm64.msi +self_service: true +labels_include_any: + - "ARM-based Windows hosts" diff --git a/it-and-security/lib/windows/software/google-chrome.yml b/it-and-security/lib/windows/software/google-chrome.yml index 455ce16058..e4f841ba8c 100644 --- a/it-and-security/lib/windows/software/google-chrome.yml +++ b/it-and-security/lib/windows/software/google-chrome.yml @@ -1,2 +1,4 @@ url: https://dl.google.com/tag/s/appguid%3D%7B8A69D345-D564-463C-AFF1-A69D9E530F96%7D%26iid%3D%7B53CCDE8D-FD40-46DE-67E7-61E96CFEFCAA%7D%26lang%3Den%26browser%3D4%26usagestats%3D0%26appname%3DGoogle%2520Chrome%26needsadmin%3Dtrue%26ap%3Dx64-stable-statsdef_0%26brand%3DGCEA/dl/chrome/install/googlechromestandaloneenterprise64.msi self_service: true +labels_include_any: + - "x86-based Windows hosts" diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index 98ee6d1e42..db90f447a9 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -159,6 +159,7 @@ software: packages: - path: ../lib/macos/software/mozilla-firefox.yml # Mozilla Firefox for MacOS (universal) - path: ../lib/macos/software/santa.yml # Santa for macOS + - path: ../lib/macos/software/1password.yml # 1Password for macOS - path: ../lib/linux/software/zoom-deb.yml # Zoom for Ubuntu - path: ../lib/linux/software/zoom-rpm.yml # Zoom for RedHat - path: ../lib/linux/software/slack-deb.yml # Slack for Ubuntu @@ -167,7 +168,7 @@ software: - path: ../lib/windows/software/zoom-arm.yml # Zoom for Windows (ARM) - path: ../lib/windows/software/zoom.yml # Zoom for Windows (x86) - path: ../lib/windows/software/google-chrome.yml # Google Chrome for Windows - - path: ../lib/macos/software/1password.yml # 1Password for macOS + - path: ../lib/windows/software/google-chrome-arm.yml # Google Chrome for Windows (ARM) - path: ../lib/windows/software/1password.yml # 1Password for Windows app_store_apps: - app_store_id: '803453959' # Slack Desktop diff --git a/it-and-security/teams/workstations.yml b/it-and-security/teams/workstations.yml index 0629b6dd21..880def58dd 100644 --- a/it-and-security/teams/workstations.yml +++ b/it-and-security/teams/workstations.yml @@ -107,6 +107,11 @@ software: - path: ../lib/macos/software/zoom.yml # Zoom for macOS - path: ../lib/macos/software/google-chrome.yml # Google Chrome for macOS - path: ../lib/macos/software/1password.yml # 1Password for macOS + - path: ../lib/windows/software/slack.yml # Slack for Windows + - path: ../lib/windows/software/zoom-arm.yml # Zoom for Windows (ARM) + - path: ../lib/windows/software/zoom.yml # Zoom for Windows (x86) + - path: ../lib/windows/software/google-chrome.yml # Google Chrome for Windows + - path: ../lib/windows/software/google-chrome-arm.yml # Google Chrome for Windows (ARM) - path: ../lib/windows/software/1password.yml # 1Password for Windows app_store_apps: - app_store_id: '803453959' # Slack Desktop