Releases: IBM/actions-ibmcloud-cli
Releases · IBM/actions-ibmcloud-cli
v1.0.3
Added
- Add windows-2025 runner support [#16]
- Add support for Linux ARM runners: ubuntu-24.04-arm, ubuntu-22.04-arm [#17]
Changed
- Update support table now that ubuntu-latest is ubuntu-24.04 [#14]
Security
- Bump undici from 5.28.4 to 5.28.5 for CVE-2025-22150 [#15]
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Changed
- Remove macos-12, Add macos-15 runner [#9]
- Refactor run method into functions [#12]
- Update packages to latest [#13]
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
What's Changed
- Revamp as a Javascript based GitHub Action by @Fryguy