Releases: IBM/actions-ibmcloud-cli
Releases · IBM/actions-ibmcloud-cli
v1.1.0
Added
- Add support for ubuntu-24.04-ppc64le and ubuntu-24.04-s390x runners [#50]
- Add support for macos-26 runner [#49]
Changed
Fixed
- Check if ibmcloud already exists before installing [#47]
- Fix issue with more than 2 plugins listed [#51]
Removed
- Drop support for windows-2019 runner as it's no longer supported by GitHub [#27]
- Drop support for macos-13 runner [#49]
Full Changelog: v1.0.4...v1.1.0
v1.0.4
Removed
- Drop ubuntu-20.04 now that it's removed by GitHub [#23]
Security
- Bump undici from 5.28.5 to 5.29.0 for CVE-2025-47279 [#24]
Full Changelog: v1.0.3...v1.0.4
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