From 50d51775b55200b30dafdb7141e52ec3f9231ded Mon Sep 17 00:00:00 2001 From: Maho Takara Date: Wed, 19 Jul 2023 15:46:06 +0900 Subject: [PATCH] Bump version to 1.14.0 (#89) * Bump version to 1.14.0 * change for review comment --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e43891..597eff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.14.0] - 2023-07-19 + +### Changed +- Update dependencies in [#88](https://github.com/cybozu-go/setup-hw/pull/88) + - Change Container image Ubuntu:22.04 from CentOS:7 + - Upgrade OpenManage Server Administrator v11.0.0.0 from v10.2.0.0 + - Add rules for Redfish version 1.17.0 + - Add test case of actual collected data from iDRAC9 / Redfish v1.17.0 + ## [1.13.2] - 2023-02-24 ### Changed @@ -179,7 +188,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Support Redfish version 1.2.0 and 1.4.0 ([#12](https://github.com/cybozu-go/setup-hw/pull/12)) -[Unreleased]: https://github.com/cybozu-go/setup-hw/compare/v1.13.2...HEAD +[Unreleased]: https://github.com/cybozu-go/setup-hw/compare/v1.14.0...HEAD +[1.14.0]: https://github.com/cybozu-go/setup-hw/compare/v1.13.2...v1.14.0 [1.13.2]: https://github.com/cybozu-go/setup-hw/compare/v1.13.1...v1.13.2 [1.13.1]: https://github.com/cybozu-go/setup-hw/compare/v1.13.0...v1.13.1 [1.13.0]: https://github.com/cybozu-go/setup-hw/compare/v1.12.1...v1.13.0