@@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 1.16.1] - 2024-03-15
9
+
10
+ ### Changed
11
+
12
+ - Update dependencies ([ #105 ] ( https://github.com/cybozu-go/setup-hw/pull/105 ) )
13
+ - Update Dockerfile
14
+ - Update go module dependencies
15
+
8
16
## [ 1.16.0] - 2024-01-24
9
17
10
18
### Breaking Changes
@@ -46,7 +54,7 @@ The [quay.io/cybozu/setup-hw](https://quay.io/repository/cybozu/setup-hw) will n
46
54
### Changed
47
55
48
56
- Disable "iDRAC path through I/F" in [ #93 ] ( https://github.com/cybozu-go/setup-hw/pull/93 )
49
- - Factory setting has been changed that iDRAC path through I/F enabled, but it gives problem to neco setup.
57
+ - Factory setting has been changed that iDRAC path through I/F enabled, but it gives problem to neco setup.
50
58
51
59
## [ 1.14.2] - 2023-07-24
52
60
@@ -61,7 +69,7 @@ The [quay.io/cybozu/setup-hw](https://quay.io/repository/cybozu/setup-hw) will n
61
69
62
70
- Update dependencies in [ #90 ] ( https://github.com/cybozu-go/setup-hw/pull/90 )
63
71
- Add ubuntu package kmod
64
-
72
+
65
73
## [ 1.14.0] - 2023-07-19
66
74
67
75
### Changed
@@ -246,7 +254,8 @@ The [quay.io/cybozu/setup-hw](https://quay.io/repository/cybozu/setup-hw) will n
246
254
### Added
247
255
- Support Redfish version 1.2.0 and 1.4.0 ([ #12 ] ( https://github.com/cybozu-go/setup-hw/pull/12 ) )
248
256
249
- [ Unreleased ] : https://github.com/cybozu-go/setup-hw/compare/v1.16.0...HEAD
257
+ [ Unreleased ] : https://github.com/cybozu-go/setup-hw/compare/v1.16.1...HEAD
258
+ [ 1.16.1 ] : https://github.com/cybozu-go/setup-hw/compare/v1.16.0...v1.16.1
250
259
[ 1.16.0 ] : https://github.com/cybozu-go/setup-hw/compare/v1.15.2...v1.16.0
251
260
[ 1.15.2 ] : https://github.com/cybozu-go/setup-hw/compare/v1.15.1...v1.15.2
252
261
[ 1.15.1 ] : https://github.com/cybozu-go/setup-hw/compare/v1.15.0...v1.15.1
0 commit comments