Skip to content

Latest commit

 

History

History
86 lines (67 loc) · 4.87 KB

File metadata and controls

86 lines (67 loc) · 4.87 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.1.0 - 2026-03-23

Changed

  • Switch from curl | sh install style to a direct download [#76]

2.0.0 - 2026-03-19

Changed

  • 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

Fixed

  • Add force flag to plugin install to handle when a plugin is already installed [#62]

1.1.0 - 2025-11-19

Added

  • Add support for ubuntu-24.04-ppc64le and ubuntu-24.04-s390x runners [#50]
  • Add support for macos-26 runner [#49]

Changed

  • Update dependency @vercel/ncc to v0.38.4 [#39]
  • Add detection of the default resource group [#52]

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]

1.0.4 - 2025-05-16

Removed

  • Drop ubuntu-20.04 now that it's removed by GitHub [#23]

Security

1.0.3 - 2025-01-29

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

1.0.2 - 2024-12-16

Added

  • Add macos-15 runner [#9]

Changed

  • Refactor run method into functions [#12]
  • Update packages to latest [#13]

Removed

  • Remove macos-12 runner [#9]

1.0.1 - 2024-09-26

Fixed

  • Fix issue where version format changed in ibmcloud cli [#8]

1.0.0 - 2024-06-17

  • BREAKING: Revamp as a Javascript based GitHub Action [#2], [#3], [#4], [#5], [#6]