Skip to content

Commit 3b2ed10

Browse files
committed
update chlog
1 parent 366c8ac commit 3b2ed10

File tree

3 files changed

+10
-20
lines changed

3 files changed

+10
-20
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,24 @@ 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 `Lightning{Flow,Work}.lightningignores` attributes to programmatically ignore files before uploading to the cloud ([#15818](https://github.com/Lightning-AI/lightning/pull/15818))
13-
1413
- Added a progres bar while connecting to an app through the CLI ([#16035](https://github.com/Lightning-AI/lightning/pull/16035))
15-
14+
- Support running on multiple clusters ([#16016](https://github.com/Lightning-AI/lightning/pull/16016))
15+
- Added guards to cluster deletion from cli ([#16053](https://github.com/Lightning-AI/lightning/pull/16053))
1616

1717
### Changed
1818

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

2021
### Fixed
2122

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

2527

2628
## [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)