Skip to content

Releases: EUCPilots/evergreen-apps

v26.04.16.55

16 Apr 03:51
6936ffd

Choose a tag to compare

Merge pull request #136 from EUCPilots/goto

Pull Request #136

Update GoTo app scripts and manifests

  • Refactor Get-GoToMeeting to resolve the Update URI (latest.yml), extract the version via a new MatchVersion regex, and emit per-architecture download entries (Architecture, Type, URI) by substituting the version into the download URLs #135.
  • Change Get-GoToOpener to return "Latest" on version resolution failure.
  • Update manifests: add Update.Uri and MatchVersion to Manifests/GoToMeeting.json and replace the previous generic download endpoints with explicit x64/x86 MSI URLs (removed prior MatchVersion/Split fields); update Manifests/GoToOpener.json download URI to the new domain path.

Files changed in this release:

  • Apps/Get-GoToConnect.ps1
  • Apps/Get-GoToMeeting.ps1
  • Apps/Get-GoToOpener.ps1
  • Manifests/GoToMeeting.json
  • Manifests/GoToOpener.json

How to update

Use Update-Evergreen to update to this release.

v26.04.07.54

07 Apr 03:41
72c0fcb

Choose a tag to compare

Merge pull request #133 from EUCPilots/architecture

Pull Request #133

Use Get-Architecture/Get-FileType helpers

Replace ad-hoc architecture and file type extraction with helper functions for consistency. Columns that previously used raw architecture strings now call Get-Architecture -String, and LehrerOffice Type now uses Get-FileType -File. Updated files: Apps/Get-KubernetesKubectl.ps1, Apps/Get-LehrerOffice.ps1, Apps/Get-MicrosoftEdge.ps1, Apps/Get-MicrosoftEdgeDriver.ps1, Apps/Get-MicrosoftEdgeForBusiness.ps1, Apps/Get-MicrosoftEdgeWebView2Runtime.ps1, Apps/Get-MicrosoftTeams.ps1. This centralizes parsing and ensures consistent architecture and file type values across scripts.

Files changed in this release:

  • Apps/Get-KubernetesKubectl.ps1
  • Apps/Get-LehrerOffice.ps1
  • Apps/Get-MicrosoftEdge.ps1
  • Apps/Get-MicrosoftEdgeDriver.ps1
  • Apps/Get-MicrosoftEdgeForBusiness.ps1
  • Apps/Get-MicrosoftEdgeWebView2Runtime.ps1
  • Apps/Get-MicrosoftTeams.ps1

How to update

Use Update-Evergreen to update to this release.

v26.04.07.53

07 Apr 01:46
e28756a

Choose a tag to compare

Merge pull request #132 from EUCPilots/adobe

Pull Request #132

Enhance Adobe cmdlets with file type metadata and code cleanup

  • Adds Type to AdobeAcrobat
  • Adds Type to AdobeAcrobatDC, renames existing Type to Product
  • Adds FileType to AdobeAcrobatProStdDC
  • Adds FileType to AdobeAcrobatReaderDC

Files changed in this release:

  • Apps/Get-AdobeAcrobat.ps1
  • Apps/Get-AdobeAcrobatDC.ps1
  • Apps/Get-AdobeAcrobatProStdDC.ps1
  • Apps/Get-AdobeAcrobatReaderDC.ps1
  • Apps/Get-AdobeConnect.ps1

How to update

Use Update-Evergreen to update to this release.

v26.04.07.52

07 Apr 01:45
4ed841c

Choose a tag to compare

Merge pull request #131 from EUCPilots/updates

Pull Request #131

Normalize architecture values in Get-LibreOffice and Get-PaintDotNet scripts

  • Adds Get-Architecture in LibreOffice and PaintDotNet for standardised architecture values

Files changed in this release:

  • Apps/Get-LibreOffice.ps1
  • Apps/Get-PaintDotNet.ps1

How to update

Use Update-Evergreen to update to this release.

v26.04.06.51

06 Apr 12:27
649ec79

Choose a tag to compare

Merge pull request #130 from EUCPilots/Updates

Pull Request #130

Update scripts and manifests for improved functionality and accuracy

  • AdvancedInstaller: Fix Unicode decoding of the update INI feed — switch to Invoke-EvergreenWebRequest and decode the raw byte response with [System.Text.Encoding]::Unicode.GetString before parsing
  • jrsoftware InnoSetup: Refactor to use the shared Get-GitHubRepoRelease helper; update manifest to point at the GitHub releases API, broaden MatchVersion regex, and add MatchFileTypes for .exe/.msi
  • ESETPROTECTServer: Correct manifest Name from "ESET Endpoint Antivirus" to "ESET PROTECT Server"
  • MicrosoftTeams: Remove (new) suffix from manifest Name — now simply "Microsoft Teams"
  • PritunlOpenVPNClient: Update Get.Uri to point to the pritunl/pritunl-client repository (away from the old pritunl-client-electron repo)

Files changed in this release:

  • Apps/Get-AdvancedInstaller.ps1
  • Apps/Get-jrsoftwareInnoSetup.ps1
  • Manifests/ESETPROTECTServer.json
  • Manifests/MicrosoftTeams.json
  • Manifests/PritunlOpenVPNClient.json
  • Manifests/jrsoftwareInnoSetup.json

How to update

Use Update-Evergreen to update to this release.

v26.04.06.50

06 Apr 12:15
e871fb5

Choose a tag to compare

Merge pull request #129 from EUCPilots/update-sql-driver-urls

Pull Request #129

MicrosoftOLEDBDriver / MicrosoftODBCDriver

Automated Update: Microsoft SQL Server Driver URLs

This PR updates the download URLs for Microsoft OLE DB Driver 19 and Microsoft ODBC Driver 18 for SQL Server.

Changes:

  • Updated OLE DB x64 and Arm64 download URL
  • Updated OLE DB x86 download URL
  • Updated ODBC x64 download URL
  • Updated ODBC x86 download URL
  • Updated ODBC ARM64 download URL

Sources:

Auto-generated by: GitHub Actions workflow

Files changed in this release:

  • Manifests/MicrosoftODBCDriverForSQLServer.json

How to update

Use Update-Evergreen to update to this release.

v26.04.03.49

03 Apr 11:49
589fd91

Choose a tag to compare

Merge pull request #128 from EUCPilots/updates

Pull Request #128

Updates and fixes

  • Change Slack to MSIX downloads as-per Slack documentation. Fix #127
  • Delete redundant DownloadType property assignment from AdobeAcrobat

Files changed in this release:

  • Apps/Get-AdobeAcrobat.ps1
  • Apps/Get-Slack.ps1
  • Manifests/Slack.json

How to update

Use Update-Evergreen to update to this release.

v26.04.02.48

02 Apr 22:18
59b23bb

Choose a tag to compare

Merge pull request #126 from EUCPilots/fixes

Pull Request #126

Fixes and new apps

  • Adds KinoveaKinovea #118
  • Update URI in KubernetesKubectl.json #115
  • Rename CitrixShareFile artifacts to ProgressShareFile
  • Fix JabraDirect #122

Files changed in this release:

  • Apps/Get-7ZipZS.ps1
  • Apps/Get-AdobeAcrobat.ps1
  • Apps/Get-JabraDirect.ps1
  • Apps/Get-KinoveaKinovea.ps1
  • Apps/Get-ProgressShareFile.ps1
  • Manifests/7ZipZS.json
  • Manifests/KinoveaKinovea.json
  • Manifests/KubernetesKubectl.json
  • Manifests/ProgressShareFile.json

How to update

Use Update-Evergreen to update to this release.

v26.03.24.47

24 Mar 20:59
f0d5b6a

Choose a tag to compare

Merge pull request #123 from EUCPilots/update-ssms-versions

Pull Request #123

Update SQL Server Management Studio (SSMS) Versions

Automated Update: SSMS Versions

This PR updates the version numbers for Microsoft SQL Server Management Studio (SSMS) 22.

Changes:

  • Updated SSMS 22 version in Manifests/MicrosoftSsms.json

Sources:

Auto-generated by: GitHub Actions workflow

Files changed in this release:

  • Manifests/MicrosoftSsms.json

How to update

Use Update-Evergreen to update to this release.

v26.03.17.45

17 Mar 21:24
61e9958

Choose a tag to compare

Merge pull request #117 from EUCPilots/update-ssms-versions

Pull Request #117

Update SQL Server Management Studio (SSMS) Versions

Automated Update: SSMS Versions

This PR updates the version numbers for Microsoft SQL Server Management Studio (SSMS) 22.

Changes:

  • Updated SSMS 22 version in Manifests/MicrosoftSsms.json

Sources:

Auto-generated by: GitHub Actions workflow

Files changed in this release:

  • Manifests/MicrosoftSsms.json

How to update

Use Update-Evergreen to update to this release.