Skip to content

Commit 41bc2b6

Browse files
committed
Release v1.0.4
Removed * Drop ubuntu-20.04 now that it's removed by GitHub [#23] Security * Bump undici from 5.28.5 to 5.29.0 for CVE-2025-47279 [#24] Signed-off-by: Jason Frey <fryguy9@gmail.com>
1 parent 97755e1 commit 41bc2b6

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.0.4] - 2025-05-16
8+
### Removed
9+
* Drop ubuntu-20.04 now that it's removed by GitHub [[#23](https://github.com/IBM/actions-ibmcloud-cli/pull/23)]
10+
11+
### Security
12+
* Bump undici from 5.28.5 to 5.29.0 for [CVE-2025-47279](https://github.com/advisories/GHSA-cxrh-j4jr-qwg3) [[#24](https://github.com/IBM/actions-ibmcloud-cli/pull/24)]
13+
714
## [1.0.3] - 2025-01-29
815
### Added
916
* Add windows-2025 runner support [[#16](https://github.com/IBM/actions-ibmcloud-cli/pull/16)]
@@ -33,7 +40,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3340
## [1.0.0] - 2024-06-17
3441
* **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)]
3542

36-
[Unreleased]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.3...HEAD
43+
[Unreleased]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.4...HEAD
44+
[1.0.4]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.3...v1.0.4
3745
[1.0.3]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.2...v1.0.3
3846
[1.0.2]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.1...v1.0.2
3947
[1.0.1]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.0...v1.0.1

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