Skip to content

Commit 8291dc8

Browse files
committed
Release v2.1.0
Changed: - Switch from `curl | sh` install style to a direct download [#76] Signed-off-by: Jason Frey <fryguy9@gmail.com>
1 parent 742c9f4 commit 8291dc8

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [2.1.0] - 2026-03-23
8+
### Changed
9+
* Switch from `curl | sh` install style to a direct download [[#76](https://github.com/IBM/actions-ibmcloud-cli/pull/76)]
10+
711
## [2.0.0] - 2026-03-19
812
### Changed
913
* **BREAKING**: Update to Node 24 [[#40](https://github.com/IBM/actions-ibmcloud-cli/pull/40)]
@@ -70,7 +74,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7074
## [1.0.0] - 2024-06-17
7175
* **BREAKING**: Revamp as a Javascript based GitHub Action [[#2](https://github.com/IBM/actions-ibmcloud-cli/pull/2)], [[#3](https://github.com/IBM/actions-ibmcloud-cli/pull/3)], [[#4](https://github.com/IBM/actions-ibmcloud-cli/pull/4)], [[#5](https://github.com/IBM/actions-ibmcloud-cli/pull/5)], [[#6](https://github.com/IBM/actions-ibmcloud-cli/pull/6)]
7276

73-
[Unreleased]: https://github.com/IBM/actions-ibmcloud-cli/compare/v2.0.0...HEAD
77+
[Unreleased]: https://github.com/IBM/actions-ibmcloud-cli/compare/v2.1.0...HEAD
78+
[2.1.0]: https://github.com/IBM/actions-ibmcloud-cli/compare/v2.0.0...v2.1.0
7479
[2.0.0]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.1.1...v2.0.0
7580
[1.1.1]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.1.0...v1.1.1
7681
[1.1.0]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.4...v1.1.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actions-ibmcloud-cli",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Install and configure the IBM Cloud CLI for working with IBM Cloud",
55
"author": "IBM Authors",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)