-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch Release 2.2.2 #19757
Patch Release 2.2.2 #19757
Conversation
…mplate/ui (#19319) Bump vite in /src/lightning/app/cli/react-ui-template/ui Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.16 to 2.9.17. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v2.9.17/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v2.9.17/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) Co-authored-by: Dimitri <[email protected]> Co-authored-by: awaelchli <[email protected]> Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: Ankit Gola <[email protected]>
…/react-ui-template/ui (#19635) Bump follow-redirects in /src/lightning/app/cli/react-ui-template/ui Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Feat(plugins): adding KeepMachinesAfterStop flag propagation
…efore assertion (#19668) Co-authored-by: Felix Hirwa Nshuti <[email protected]>
Co-authored-by: Jirka Borovec <[email protected]>
Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/lightning-ai/utilities/releases) - [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md) - [Commits](Lightning-AI/utilities@v0.10.1...v0.11.0) --- updated-dependencies: - dependency-name: Lightning-AI/utilities dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholi <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release/stable #19757 +/- ##
=================================================
Coverage 83% 84%
=================================================
Files 452 425 -27
Lines 38116 34953 -3163
=================================================
- Hits 31725 29194 -2531
+ Misses 6391 5759 -632 |
@awaelchli Can we include this one: #19523. Otherwise, litdata won't be used. |
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
5685611 | Triggered | Generic High Entropy Secret | e56cf9e | tests/tests_data/streaming/test_resolver.py | View secret |
5685611 | Triggered | Generic High Entropy Secret | e56cf9e | tests/tests_data/streaming/test_resolver.py | View secret |
5685611 | Triggered | Generic High Entropy Secret | e56cf9e | tests/tests_data/streaming/test_resolver.py | View secret |
5685611 | Triggered | Generic High Entropy Secret | e56cf9e | tests/tests_data/streaming/test_resolver.py | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
Co-authored-by: Carlos Mocholí <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Jirka <[email protected]>
9eb40be
to
4bc7f7e
Compare
What does this PR do?
Requires also #19755
cc @Borda @carmocca @justusschock @awaelchli