@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
6
6
7
7
8
+ ## [ 1.9.2] - 2023-02-DD
9
+
10
+ ### Added
11
+
12
+ -
13
+
14
+
15
+ ### Changed
16
+
17
+ -
18
+
19
+
20
+ ### Deprecated
21
+
22
+ -
23
+
24
+
25
+ ### Removed
26
+
27
+ -
28
+
29
+
30
+ ### Fixed
31
+
32
+ -
33
+
34
+
35
+
8
36
## [ 1.9.1] - 2023-02-10
9
37
10
38
### Added
@@ -13,10 +41,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
13
41
- Added experimental support for interruptible GPU in the cloud ([ #16399 ] ( https://github.com/Lightning-AI/lightning/pull/16399 ) )
14
42
- Added FileSystem abstraction to simply manipulation of files ([ #16581 ] ( https://github.com/Lightning-AI/lightning/pull/16581 ) )
15
43
- Added Storage Commands ([ #16606 ] ( https://github.com/Lightning-AI/lightning/pull/16606 ) )
16
- * ` ls ` : List files from your Cloud Platform Filesystem
17
- * ` cd ` : Change the current directory within your Cloud Platform filesystem (terminal session based)
18
- * ` pwd ` : Return the current folder in your Cloud Platform Filesystem
19
- * ` cp ` : Copy files between your Cloud Platform Filesystem and local filesystem
44
+ * ` ls ` : List files from your Cloud Platform Filesystem
45
+ * ` cd ` : Change the current directory within your Cloud Platform filesystem (terminal session based)
46
+ * ` pwd ` : Return the current folder in your Cloud Platform Filesystem
47
+ * ` cp ` : Copy files between your Cloud Platform Filesystem and local filesystem
20
48
- Prevent to ` cd ` into non existent folders ([ #16645 ] ( https://github.com/Lightning-AI/lightning/pull/16645 ) )
21
49
- Enabled ` cp ` (upload) at project level ([ #16631 ] ( https://github.com/Lightning-AI/lightning/pull/16631 ) )
22
50
- Enabled ` ls ` and ` cp ` (download) at project level ([ #16622 ] ( https://github.com/Lightning-AI/lightning/pull/16622 ) )
@@ -41,6 +69,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
41
69
- Fixed malformed path when downloading files using ` lightning cp ` ([ #16626 ] ( https://github.com/Lightning-AI/lightning/pull/16626 ) )
42
70
- Fixed app name in URL ([ #16575 ] ( https://github.com/Lightning-AI/lightning/pull/16575 ) )
43
71
72
+
44
73
## [ 1.9.0] - 2023-01-17
45
74
46
75
### Added
0 commit comments