Skip to content

Commit d403059

Browse files
committed
update chlog
1 parent 45b9078 commit d403059

File tree

3 files changed

+10
-19
lines changed

3 files changed

+10
-19
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8-
## [1.8.5] - 2022-12-14
8+
## [1.8.5] - 2022-12-15
99

1010
### Added
1111

1212
- Added a progres bar while connecting to an app through the CLI ([#16035](https://github.com/Lightning-AI/lightning/pull/16035))
13-
13+
- Support running on multiple clusters ([#16016](https://github.com/Lightning-AI/lightning/pull/16016))
14+
- Added guards to cluster deletion from cli ([#16053](https://github.com/Lightning-AI/lightning/pull/16053))
1415

1516
### Changed
1617

18+
- Cleanup cluster waiting ([#16054](https://github.com/Lightning-AI/lightning/pull/16054))
1719

1820
### Fixed
1921

20-
22+
- Fixed `DDPStrategy` import in app framework ([#16029](https://github.com/Lightning-AI/lightning/pull/16029))
2123
- Fixed `AutoScaler` raising an exception when non-default cloud compute is specified ([#15991](https://github.com/Lightning-AI/lightning/pull/15991))
24+
- Fixed and improvements of login flow ([#16052](https://github.com/Lightning-AI/lightning/pull/16052))
2225

2326

2427
## [1.8.4] - 2022-12-08

src/lightning_lite/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8-
## [1.8.5] - 2022-12-14
8+
## [1.8.5] - 2022-12-15
99

10-
### Added
11-
12-
13-
### Changed
14-
15-
16-
### Fixed
10+
- minor cleaning
1711

1812

1913
## [1.8.4] - 2022-12-08

src/pytorch_lightning/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8-
## [1.8.5] - 2022-12-14
8+
## [1.8.5] - 2022-12-15
99

10-
### Added
11-
12-
13-
### Changed
14-
15-
16-
### Fixed
10+
- minor cleaning
1711

1812

1913
## [1.8.4] - 2022-12-08

0 commit comments

Comments
 (0)