Releases: EUCPilots/evergreen-apps
v26.04.16.55
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
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
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
Merge pull request #131 from EUCPilots/updates
Pull Request #131
Normalize architecture values in Get-LibreOffice and Get-PaintDotNet scripts
- Adds Get-Architecture in
LibreOfficeandPaintDotNetfor 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
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-EvergreenWebRequestand decode the raw byte response with[System.Text.Encoding]::Unicode.GetStringbefore parsing - jrsoftware InnoSetup: Refactor to use the shared
Get-GitHubRepoReleasehelper; update manifest to point at the GitHub releases API, broadenMatchVersionregex, and addMatchFileTypesfor.exe/.msi - ESETPROTECTServer: Correct manifest
Namefrom "ESET Endpoint Antivirus" to "ESET PROTECT Server" - MicrosoftTeams: Remove
(new)suffix from manifestName— now simply "Microsoft Teams" - PritunlOpenVPNClient: Update
Get.Urito point to thepritunl/pritunl-clientrepository (away from the oldpritunl-client-electronrepo)
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
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:
- https://learn.microsoft.com/en-us/sql/connect/oledb/download-oledb-driver-for-sql-server
- https://learn.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server
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
Merge pull request #128 from EUCPilots/updates
Pull Request #128
Updates and fixes
- Change
Slackto 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
Merge pull request #126 from EUCPilots/fixes
Pull Request #126
Fixes and new apps
- Adds
KinoveaKinovea#118 - Update URI in
KubernetesKubectl.json#115 - Rename
CitrixShareFileartifacts toProgressShareFile - 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
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
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.