From da100ba4cc7a55463faf029cda414b945184febd Mon Sep 17 00:00:00 2001 From: John Prause Date: Thu, 21 Feb 2019 16:21:31 -0500 Subject: [PATCH 1/2] [Changelog] Update for Sprint 105 [skip ci] --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e045f78e81..144ffc6e874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,24 @@ 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/) -## Hammer-2 +## Update as of Sprint 105 ending 2019-02-18 + +### Added +- Targeted refresh for Embedded ansible provider [(#18429)](https://github.com/ManageIQ/manageiq/pull/18429) +- Update host switch association [(#18427)](https://github.com/ManageIQ/manageiq/pull/18427) +- Add empty IP address check to preflight check [(#18425)](https://github.com/ManageIQ/manageiq/pull/18425) +- Add uri_attributes as virtual_attribute to CustomButton [(#18379)](https://github.com/ManageIQ/manageiq/pull/18379) + +### Fixed +- [MiqWorker::worker_settings] Handle number strings [(#18453)](https://github.com/ManageIQ/manageiq/pull/18453) +- Escape characters in SSH URI for virt-v2v [(#18451)](https://github.com/ManageIQ/manageiq/pull/18451) +- Don't retire load balancers [(#18443)](https://github.com/ManageIQ/manageiq/pull/18443) +-Fixed: Timezone set-up in MySettings was not honored when displaying date fields in the report [(#18438)](https://github.com/ManageIQ/manageiq/pull/18438) +-Add check for existence of user for system_context [(#18437)](https://github.com/ManageIQ/manageiq/pull/18437) +- Fix save_inventory error if lan can't be found [(#18433)](https://github.com/ManageIQ/manageiq/pull/18433) +- Let stack_parameters support symbol hash keys for now [(#18373)](https://github.com/ManageIQ/manageiq/pull/18373) + +## Hammer-2 - Released 2019-02-07 ### Fixed - Use the new schema_migrations_ran table to track remote schema migrations [(#18393)](https://github.com/ManageIQ/manageiq/pull/18393) From c6af00fb97a0b6125de2aff5825c9380b4153912 Mon Sep 17 00:00:00 2001 From: John Prause Date: Fri, 22 Feb 2019 14:56:08 -0500 Subject: [PATCH 2/2] Fix spacing issue --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 144ffc6e874..2af6b2e21f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - [MiqWorker::worker_settings] Handle number strings [(#18453)](https://github.com/ManageIQ/manageiq/pull/18453) - Escape characters in SSH URI for virt-v2v [(#18451)](https://github.com/ManageIQ/manageiq/pull/18451) - Don't retire load balancers [(#18443)](https://github.com/ManageIQ/manageiq/pull/18443) --Fixed: Timezone set-up in MySettings was not honored when displaying date fields in the report [(#18438)](https://github.com/ManageIQ/manageiq/pull/18438) --Add check for existence of user for system_context [(#18437)](https://github.com/ManageIQ/manageiq/pull/18437) +- Fixed: Timezone set-up in MySettings was not honored when displaying date fields in the report [(#18438)](https://github.com/ManageIQ/manageiq/pull/18438) +- Add check for existence of user for system_context [(#18437)](https://github.com/ManageIQ/manageiq/pull/18437) - Fix save_inventory error if lan can't be found [(#18433)](https://github.com/ManageIQ/manageiq/pull/18433) - Let stack_parameters support symbol hash keys for now [(#18373)](https://github.com/ManageIQ/manageiq/pull/18373)