All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.1.0 - 2026-03-23
- Switch from
curl | shinstall style to a direct download [#76]
2.0.0 - 2026-03-19
- BREAKING: Update to Node 24 [#40]
- BREAKING: Migrated from CommonJS to ES modules to support @actions/* v3 packages [#75]
- Update dependency @actions/core from ^1.11.1 to ^3.0.0 [#66, #75]
- Update dependency @actions/exec from ^1.1.1 to ^3.0.0 [#66, #75]
- Update dependency @actions/io from ^1.1.3 to ^3.0.2 [#66, #75]
- Reduce dist size [#55]
1.1.1 - 2026-01-13
- Add force flag to plugin install to handle when a plugin is already installed [#62]
1.1.0 - 2025-11-19
- Add support for ubuntu-24.04-ppc64le and ubuntu-24.04-s390x runners [#50]
- Add support for macos-26 runner [#49]
- Check if ibmcloud already exists before installing [#47]
- Fix issue with more than 2 plugins listed [#51]
- Drop support for windows-2019 runner as it's no longer supported by GitHub [#27]
- Drop support for macos-13 runner [#49]
1.0.4 - 2025-05-16
- Drop ubuntu-20.04 now that it's removed by GitHub [#23]
- Bump undici from 5.28.5 to 5.29.0 for CVE-2025-47279 [#24]
1.0.3 - 2025-01-29
- Add windows-2025 runner support [#16]
- Add support for Linux ARM runners: ubuntu-24.04-arm, ubuntu-22.04-arm [#17]
- Update support table now that ubuntu-latest is ubuntu-24.04 [#14]
- Bump undici from 5.28.4 to 5.28.5 for CVE-2025-22150 [#15]
1.0.2 - 2024-12-16
- Add macos-15 runner [#9]
- Remove macos-12 runner [#9]
1.0.1 - 2024-09-26
- Fix issue where version format changed in ibmcloud cli [#8]