pytorch-lightning
b73087c5 - Releasing app 0.7 (#15197)

Commit
3 years ago
Releasing app 0.7 (#15197) * Support Injecting Secrets into Apps Running in the Cloud (#14612) Adds a new '--secret' flag to 'lightning run app': lightning run app --cloud --secret MY_SECRET=my-secret-name app.py When the Lightning App runs in the cloud, the 'MY_SECRET' environment variable will be populated with the value of the referenced Secret. The value of the Secret is encrypted in the database, and will only be decrypted and accessible to the Flow/Work processes in the cloud. Co-authored-by: Sherin Thomas <sherin@grid.ai> Co-authored-by: Noha Alon <nohalon@gmail.com> Co-authored-by: thomas chaton <thomas@grid.ai> (cherry picked from commit 71719b9960403322cdb43aa2dc13a2e62d840be9) * secrets docs (#14951) * secrets docs * Update docs/source-app/glossary/secrets.rst Co-authored-by: Yurij Mikhalevich <yurij@grid.ai> * Apply suggestions from code review Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com> * Update secrets.rst * links Co-authored-by: Yurij Mikhalevich <yurij@grid.ai> Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com> Co-authored-by: Jirka <jirka.borovec@seznam.cz> (cherry picked from commit 8715cd034615f7d2c631cd0724173026134f8e08) # Conflicts: # docs/source-app/glossary/secrets.rst * Add support for command descriptions (#15193) (cherry picked from commit 4acb10f981a5adfca55498f81e7cc8a719aa465a) * docs: temp drop S3 from index (#15099) Co-authored-by: awaelchli <aedu.waelchli@gmail.com> (cherry picked from commit 05d91c8e756d6c3280700a64ae80faaf5c40899f) * version 0.7.0 * chlog join 0.6.3 & 0.7 Co-authored-by: Alec Merdler <alecmerdler@gmail.com> Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com> Co-authored-by: Ethan Harris <ethanwharris@gmail.com>
Author
Parents
Loading