Skip to content

Commit b2b87ab

Browse files
awaelchliBorda
authored andcommitted
Prepare changelog for 1.8 (#15111)
* Prepare changelog for 1.8 * update * update Co-authored-by: Jirka Borovec <[email protected]>
1 parent e944ca8 commit b2b87ab

File tree

2 files changed

+32
-241
lines changed

2 files changed

+32
-241
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
99

1010
### Added
1111

12-
- Add `load_state_dict` and `state_dict` ([#14100](https://github.com/Lightning-AI/lightning/pull/14100))
13-
14-
15-
- Add `--secret` option to CLI to allow binding Secrets to app environment variables when running in the cloud ([#14612](https://github.com/Lightning-AI/lightning/pull/14612))
16-
17-
18-
- Add support for running the works without cloud compute in the default container ([#14819](https://github.com/Lightning-AI/lightning/pull/14819))
19-
20-
- Introduce HTTPQueue as an optional replacement for the default redis queue ([#14978](https://github.com/Lightning-AI/lightning/pull/14978)
21-
22-
### Changed
23-
24-
-
12+
- Added `load_state_dict` and `state_dict` hooks for `LightningFlow` components ([#14100](https://github.com/Lightning-AI/lightning/pull/14100))
13+
- Added a `--secret` option to CLI to allow binding secrets to app environment variables when running in the cloud ([#14612](https://github.com/Lightning-AI/lightning/pull/14612))
14+
- Added support for running the works without cloud compute in the default container ([#14819](https://github.com/Lightning-AI/lightning/pull/14819))
15+
- Added an HTTPQueue as an optional replacement for the default redis queue ([#14978](https://github.com/Lightning-AI/lightning/pull/14978)
2516

2617

2718
### Fixed
2819

29-
- CLI usage without arguments errors ([#14877](https://github.com/Lightning-AI/lightning/pull/14877))
30-
31-
20+
- Fixed an issue when using the CLI without arguments ([#14877](https://github.com/Lightning-AI/lightning/pull/14877))
3221
- Fixed a bug where the upload files endpoint would raise an error when running locally ([#14924](https://github.com/Lightning-AI/lightning/pull/14924))
3322

3423

0 commit comments

Comments
 (0)