From 45e46174fb872ca14b678d25f0d40e62f2e2ad20 Mon Sep 17 00:00:00 2001 From: John Prause Date: Thu, 5 Jul 2018 13:38:03 -0400 Subject: [PATCH 1/2] [Changelog] Update for Sprint 89 [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52546f9f9..dc4fddf2e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## Unreleased as of Sprint 89 ending 2018-07-02 + +### Added +- Add ems_ref to lans to help with unique listing [(#226)](https://github.com/ManageIQ/manageiq-schema/pull/226) +- Add Firmware Type to Hardwares [(#221)](https://github.com/ManageIQ/manageiq-schema/pull/221) +- Add a Status column to Storages [(#220)](https://github.com/ManageIQ/manageiq-schema/pull/220) +- Add two columns title and cves to OpenscapRuleResults table [(#214)](https://github.com/ManageIQ/manageiq-schema/pull/214) +- Adding column on physical_network_ports table to connect other ports [(#208)](https://github.com/ManageIQ/manageiq-schema/pull/208) +- Add index on STI type columns [(#190)](https://github.com/ManageIQ/manageiq-schema/pull/190) +- Add configuration_script_sources.last_update_error [(#187)](https://github.com/ManageIQ/manageiq-schema/pull/187) + +### Fixed +- Fix the quadicon settings migration for users without quadicon settings [(#225)](https://github.com/ManageIQ/manageiq-schema/pull/225) +- Convert user quadicon settings from the old format to the new one [(#213)](https://github.com/ManageIQ/manageiq-schema/pull/213) + ## Unreleased as of Sprint 88 ending 2018-06-18 ### Fixed From 423dbd8fd3720f1a4080cc1fe4d9c376b6f97551 Mon Sep 17 00:00:00 2001 From: John Prause Date: Tue, 31 Jul 2018 14:32:24 -0400 Subject: [PATCH 2/2] [Changelog] Update for Sprint 91 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4fddf2e..9c94ff43d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## Unreleased as of Sprint 91 ending 2018-07-30 + +### Added +- Adding Location LED name to asset_details table [(#231)](https://github.com/ManageIQ/manageiq-schema/pull/231) +- Add physical_switch_id and physical_chassis_id column to event stream table [(#229)](https://github.com/ManageIQ/manageiq-schema/pull/229) +- Enable PhysicalStorage inside PhysicalChassis [(#224)](https://github.com/ManageIQ/manageiq-schema/pull/224) +- Create table for Cloud Volume Types [(#223)](https://github.com/ManageIQ/manageiq-schema/pull/223) +- Allow FloatingIp to relate directly to NetworkRouter [(#217)](https://github.com/ManageIQ/manageiq-schema/pull/217) + +### Removed +- Remove Settings.product.transformation [(#236)](https://github.com/ManageIQ/manageiq-schema/pull/236) + ## Unreleased as of Sprint 89 ending 2018-07-02 ### Added