Skip to content

Commit 1fb6603

Browse files
committed
Release 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: * 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] Signed-off-by: Jason Frey <[email protected]>
1 parent a59b8e6 commit 1fb6603

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.1.0] - 2025-11-19
8+
### Added
9+
* Add support for ubuntu-24.04-ppc64le and ubuntu-24.04-s390x runners [[#50](https://github.com/IBM/actions-ibmcloud-cli/pull/50)]
10+
* Add support for macos-26 runner [[#49](https://github.com/IBM/actions-ibmcloud-cli/pull/49)]
11+
12+
### Changed
13+
* Update dependency @vercel/ncc to v0.38.4 [[#39](https://github.com/IBM/actions-ibmcloud-cli/pull/39)]
14+
* Add detection of the default resource group [[#52](https://github.com/IBM/actions-ibmcloud-cli/pull/52)]
15+
16+
### Fixed
17+
* Check if ibmcloud already exists before installing [[#47](https://github.com/IBM/actions-ibmcloud-cli/pull/47)]
18+
* Fix issue with more than 2 plugins listed [[#51](https://github.com/IBM/actions-ibmcloud-cli/pull/51)]
19+
20+
### Removed
21+
* Drop support for windows-2019 runner as it's no longer supported by GitHub [[#27](https://github.com/IBM/actions-ibmcloud-cli/pull/27)]
22+
* Drop support for macos-13 runner [[#49](https://github.com/IBM/actions-ibmcloud-cli/pull/49)]
23+
724
## [1.0.4] - 2025-05-16
825
### Removed
926
* Drop ubuntu-20.04 now that it's removed by GitHub [[#23](https://github.com/IBM/actions-ibmcloud-cli/pull/23)]
@@ -40,7 +57,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4057
## [1.0.0] - 2024-06-17
4158
* **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)]
4259

43-
[Unreleased]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.4...HEAD
60+
[Unreleased]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.1.0...HEAD
61+
[1.1.0]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.4...v1.1.0
4462
[1.0.4]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.3...v1.0.4
4563
[1.0.3]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.2...v1.0.3
4664
[1.0.2]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.1...v1.0.2

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": "1.0.4",
3+
"version": "1.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)