puppetlabs / ruby-pwsh

A ruby gem for interacting with PowerShell
MIT License
15 stars 23 forks source link

Add support for ALMA 8/9 #329

Closed asheth-godaddy closed 18 hours ago

asheth-godaddy commented 4 weeks ago

Use Case

Currently we have powershell module running on CentOS 7 which has puppetlabs/pwshlib listed as a dependency. CentOS 7 is EOL as of June 30, 2024 and we require to rebuild servers to ALMA Linux 8/9. According to the documentation, Powershell module is compatible with ALMA 8, but the pwshlib module does not support ALMA 8/9. Adding support for at least ALMA 8 will help us unblock from OS upgrade challenges.