Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CHANGELOG #98

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,40 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.15.0] - 2023-11-02

### Added

- Add "repair" BMC user in [#96](https://github.com/cybozu-go/setup-hw/pull/96)
- **Breaking change:** This user is mandatory for iDRAC.

## [1.14.3] - 2023-08-15

### Changed

- Disable "iDRAC path through I/F" in [#93](https://github.com/cybozu-go/setup-hw/pull/93)
- Factory setting has been changed that iDRAC path through I/F enabled, but it gives problem to neco setup.

## [1.14.2] - 2023-07-24

### Changed

- Update dependencies in [#92](https://github.com/cybozu-go/setup-hw/pull/92)
- Add ubuntu package curl, Ubuntu22.04 base image does not have curl package

## [1.14.1] - 2023-07-20

### Changed

- Update dependencies in [#90](https://github.com/cybozu-go/setup-hw/pull/90)
- Add ubuntu package kmod

## [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
Expand Down