Skip to content
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

Merged
merged 24 commits into from
Apr 11, 2024
Merged

Patch Release 2.2.2 #19757

merged 24 commits into from
Apr 11, 2024

Conversation

awaelchli
Copy link
Contributor

@awaelchli awaelchli commented Apr 10, 2024

What does this PR do?

Requires also #19755

cc @Borda @carmocca @justusschock @awaelchli

dependabot bot and others added 19 commits April 10, 2024 18:36
…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]>
…/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
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>
@awaelchli awaelchli added bug Something isn't working release labels Apr 10, 2024
@github-actions github-actions bot added docs Documentation related ci Continuous Integration labels Apr 10, 2024
@github-actions github-actions bot added docs Documentation related ci Continuous Integration fabric lightning.fabric.Fabric app (removed) Generic label for Lightning App package pl Generic label for PyTorch Lightning package dependencies Pull requests that update a dependency file package labels Apr 10, 2024
Copy link

codecov bot commented Apr 10, 2024

Codecov Report

Merging #19757 (717366a) into release/stable (093fac1) will increase coverage by 0%.
The diff coverage is 54%.

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     

@tchaton
Copy link
Contributor

tchaton commented Apr 10, 2024

@awaelchli Can we include this one: #19523. Otherwise, litdata won't be used.

Copy link

gitguardian bot commented Apr 10, 2024

⚠️ GitGuardian has uncovered 4 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
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
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. 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


🦉 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]>
@awaelchli awaelchli force-pushed the draft-2-2-2 branch 2 times, most recently from 9eb40be to 4bc7f7e Compare April 11, 2024 00:03
@awaelchli awaelchli changed the title WIP: Patch Release 2.2.2 Patch Release 2.2.2 Apr 11, 2024
@mergify mergify bot added the ready PRs ready to be merged label Apr 11, 2024
@lantiga lantiga merged commit 62e1c6d into release/stable Apr 11, 2024
148 of 150 checks passed
@lantiga lantiga deleted the draft-2-2-2 branch April 11, 2024 13:09
@awaelchli awaelchli mentioned this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app (removed) Generic label for Lightning App package ci Continuous Integration dependencies Pull requests that update a dependency file docs Documentation related fabric lightning.fabric.Fabric package pl Generic label for PyTorch Lightning package ready PRs ready to be merged release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants