diff --git a/src/lightning_app/CHANGELOG.md b/src/lightning_app/CHANGELOG.md index 7ebe58fd6cb46c..3bac1fb9e1f94e 100644 --- a/src/lightning_app/CHANGELOG.md +++ b/src/lightning_app/CHANGELOG.md @@ -5,22 +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/). -## [1.8.5] - 2022-12-14 +## [1.8.5] - 2022-12-15 ### Added - Added `Lightning{Flow,Work}.lightningignores` attributes to programmatically ignore files before uploading to the cloud ([#15818](https://github.com/Lightning-AI/lightning/pull/15818)) - - Added a progres bar while connecting to an app through the CLI ([#16035](https://github.com/Lightning-AI/lightning/pull/16035)) - +- Support running on multiple clusters ([#16016](https://github.com/Lightning-AI/lightning/pull/16016)) +- Added guards to cluster deletion from cli ([#16053](https://github.com/Lightning-AI/lightning/pull/16053)) ### Changed +- Cleanup cluster waiting ([#16054](https://github.com/Lightning-AI/lightning/pull/16054)) ### Fixed - +- Fixed `DDPStrategy` import in app framework ([#16029](https://github.com/Lightning-AI/lightning/pull/16029)) - Fixed `AutoScaler` raising an exception when non-default cloud compute is specified ([#15991](https://github.com/Lightning-AI/lightning/pull/15991)) +- Fixed and improvements of login flow ([#16052](https://github.com/Lightning-AI/lightning/pull/16052)) ## [1.8.4] - 2022-12-08 diff --git a/src/lightning_lite/CHANGELOG.md b/src/lightning_lite/CHANGELOG.md index 4709b5723f4c50..baae664a95cb29 100644 --- a/src/lightning_lite/CHANGELOG.md +++ b/src/lightning_lite/CHANGELOG.md @@ -5,15 +5,9 @@ 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/). -## [1.8.5] - 2022-12-14 +## [1.8.5] - 2022-12-15 -### Added - - -### Changed - - -### Fixed +- minor cleaning ## [1.8.4] - 2022-12-08 diff --git a/src/pytorch_lightning/CHANGELOG.md b/src/pytorch_lightning/CHANGELOG.md index 5797a4ab10ccd0..7d9559ba97ad9d 100644 --- a/src/pytorch_lightning/CHANGELOG.md +++ b/src/pytorch_lightning/CHANGELOG.md @@ -5,15 +5,9 @@ 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/). -## [1.8.5] - 2022-12-14 +## [1.8.5] - 2022-12-15 -### Added - - -### Changed - - -### Fixed +- minor cleaning ## [1.8.4] - 2022-12-08