Skip to content

Commit 45a10a1

Browse files
authored
update chlog after 0.5.5 (#14133)
1 parent f132d44 commit 45a10a1

File tree

1 file changed

+62
-3
lines changed

1 file changed

+62
-3
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 62 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,86 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
99
### Added
1010

1111
- Add support for `Lightning App Commands` through the `configure_commands` hook on the Lightning Flow and the `ClientCommand` ([#13602](https://github.com/Lightning-AI/lightning/pull/13602))
12+
13+
1214
- Add support for Lightning AI BYOC cluster management ([#13835](https://github.com/Lightning-AI/lightning/pull/13835))
15+
16+
1317
- Add support to run Lightning apps on Lightning AI BYOC clusters ([#13894](https://github.com/Lightning-AI/lightning/pull/13894))
18+
19+
1420
- Add support for listing Lightning AI apps ([#13987](https://github.com/Lightning-AI/lightning/pull/13987))
21+
22+
1523
- Adds `LightningTrainingComponent`. `LightningTrainingComponent` orchestrates multi-node training in the cloud ([#13830](https://github.com/Lightning-AI/lightning/pull/13830))
1624
- Add support for printing application logs using CLI `lightning show logs <app_name> [components]` ([#13634](https://github.com/Lightning-AI/lightning/pull/13634))
1725

1826

27+
1928
### Changed
2029

21-
- Update the Lightning App docs ([#13537](https://github.com/Lightning-AI/lightning/pull/13537))
30+
-
31+
2232

2333
### Changed
2434

25-
- Added `LIGHTNING_` prefix to Platform AWS credentials ([#13703](https://github.com/Lightning-AI/lightning/pull/13703))
35+
-
36+
2637

2738
- Run the flow only if the state has changed from the previous execution ([#14076](https://github.com/Lightning-AI/lightning/pull/14076))
2839

2940
### Deprecated
3041

42+
-
43+
44+
3145
### Fixed
3246

33-
- Resolved a bug where the work statuses will grow quickly and be duplicated ([#13970](https://github.com/Lightning-AI/lightning/pull/13970))
47+
-
48+
49+
50+
## [0.5.5] - 2022-08-9
3451

52+
### Deprecated
53+
54+
- Deprecate sheety API ([#14004](https://github.com/Lightning-AI/lightning/pull/14004))
55+
56+
### Fixed
57+
58+
- Resolved a bug where the work statuses will grow quickly and be duplicated ([#13970](https://github.com/Lightning-AI/lightning/pull/13970))
3559
- Resolved a bug about a race condition when sending the work state through the caller_queue ([#14074](https://github.com/Lightning-AI/lightning/pull/14074))
60+
- Fixed Start Lightning App on Cloud if Repo Begins With Name "Lightning" ([#14025](https://github.com/Lightning-AI/lightning/pull/14025))
61+
62+
63+
## [0.5.4] - 2022-08-01
64+
65+
### Changed
66+
67+
- Wrapped imports for traceability ([#13924](https://github.com/Lightning-AI/lightning/pull/13924))
68+
- Set version as today ([#13906](https://github.com/Lightning-AI/lightning/pull/13906))
69+
70+
### Fixed
71+
72+
- Included app templates to the lightning and app packages ([#13731](https://github.com/Lightning-AI/lightning/pull/13731))
73+
- Added UI for install all ([#13732](https://github.com/Lightning-AI/lightning/pull/13732))
74+
- Fixed build meta pkg flow ([#13926](https://github.com/Lightning-AI/lightning/pull/13926))
75+
76+
## [0.5.3] - 2022-07-25
77+
78+
### Changed
79+
80+
- Pruned requirements duplicity ([#13739](https://github.com/Lightning-AI/lightning/pull/13739))
81+
82+
### Fixed
83+
84+
- Use correct python version in lightning component template ([#13790](https://github.com/Lightning-AI/lightning/pull/13790))
85+
86+
## [0.5.2] - 2022-07-18
87+
88+
### Added
89+
90+
- Update the Lightning App docs ([#13537](https://github.com/Lightning-AI/lightning/pull/13537))
91+
92+
### Changed
93+
94+
- Added `LIGHTNING_` prefix to Platform AWS credentials ([#13703](https://github.com/Lightning-AI/lightning/pull/13703))

0 commit comments

Comments
 (0)