Skip to content

Commit 42d02c8

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

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.0.3] - 2025-01-29
8+
### Added
9+
* Add windows-2025 runner support [[#16](https://github.com/IBM/actions-ibmcloud-cli/pull/16)]
10+
* Add support for Linux ARM runners: ubuntu-24.04-arm, ubuntu-22.04-arm [[#17](https://github.com/IBM/actions-ibmcloud-cli/pull/17)]
11+
12+
### Changed
13+
* Update support table now that ubuntu-latest is ubuntu-24.04 [[#14](https://github.com/IBM/actions-ibmcloud-cli/pull/14)]
14+
15+
### Security
16+
* Bump undici from 5.28.4 to 5.28.5 for [CVE-2025-22150](https://github.com/advisories/GHSA-c76h-2ccp-4975) [[#15](https://github.com/IBM/actions-ibmcloud-cli/pull/15)]
17+
718
## [1.0.2] - 2024-12-16
819
### Added
920
* Add macos-15 runner [[#9](https://github.com/IBM/actions-ibmcloud-cli/pull/9)]
@@ -22,7 +33,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2233
## [1.0.0] - 2024-06-17
2334
* **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)]
2435

25-
[Unreleased]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.2...HEAD
36+
[Unreleased]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.3...HEAD
37+
[1.0.3]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.2...v1.0.3
2638
[1.0.2]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.1...v1.0.2
2739
[1.0.1]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.0...v1.0.1
2840
[1.0.0]: https://github.com/IBM/actions-ibmcloud-cli/compare/v0.0.8...v1.0.0

0 commit comments

Comments
 (0)