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

Bump tensorflow from 2.4.0 to 2.4.1 #706

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps tensorflow from 2.4.0 to 2.4.1.

Release notes

Sourced from tensorflow's releases.

TensorFlow 2.4.1

Release 2.4.1

This release removes the AVX2 requirement from TF 2.4.0.

Changelog

Sourced from tensorflow's changelog.

Release 2.4.1

  • This release removes the AVX2 requirement from TF 2.4.0.

Release 2.3.2

Bug Fixes and Other Changes

  • Fixes an access to unitialized memory in Eigen code (CVE-2020-26266)
  • Fixes a security vulnerability caused by lack of validation in tf.raw_ops.DataFormatVecPermute and tf.raw_ops.DataFormatDimMap (CVE-2020-26267)
  • Fixes a vulnerability caused by attempting to write to immutable memory region in tf.raw_ops.ImmutableConst (CVE-2020-26268
  • Fixes a CHECK-fail in LSTM with zero-length input (CVE-2020-26270)
  • Fixes a security vulnerability caused by accessing heap data outside of bounds when loading a specially crafted SavedModel (CVE-2020-26271)
  • Solves an OOM issue on TPUs when XLA contexts use fused average updates
  • Updates libjpeg-turbo to 2.0.5 to handle CVE-2020-13790.
  • Updates junit to 4.13.1 to handle CVE-2020-15250.
  • Updates PCRE to 8.44 to handle CVE-2019-20838 and CVE-2020-14155.
  • Updates sqlite3 to 3.44.0 to keep in sync with master branch.

Release 2.2.2

Bug Fixes and Other Changes

  • Fixes an access to unitialized memory in Eigen code (CVE-2020-26266)
  • Fixes a security vulnerability caused by lack of validation in tf.raw_ops.DataFormatVecPermute and tf.raw_ops.DataFormatDimMap (CVE-2020-26267)
  • Fixes a vulnerability caused by attempting to write to immutable memory region in tf.raw_ops.ImmutableConst (CVE-2020-26268
  • Fixes a CHECK-fail in LSTM with zero-length input (CVE-2020-26270)
  • Fixes a security vulnerability caused by accessing heap data outside of bounds when loading a specially crafted SavedModel (CVE-2020-26271)
  • Prevents memory leaks in loading SavedModels that import functions
  • Updates libjpeg-turbo to 2.0.5 to handle CVE-2020-13790.

... (truncated)

Commits
  • 85c8b2a Merge pull request #46560 from tensorflow-jenkins/version-numbers-2.4.1-3958
  • b44a7e3 Update version numbers to 2.4.1
  • fd24839 Merge pull request #46557 from tensorflow-jenkins/relnotes-2.4.1-3926
  • 4072b0d Update RELEASE.md
  • 20be98a Insert release notes place-fill
  • 5c849f2 Merge pull request #46542 from tensorflow/cp_351470659
  • 6a05d5c [CherryPick:r2.4] Pass cc_opt_flags to host_copt.
  • 863cb7a Merge pull request #46229 from tensorflow/cherrypick_350241208
  • ed76f96 Merge branch 'r2.4' into cherrypick_350241208
  • eef9521 Merge pull request #45614 from foxik/cherry_pick_respect_venvs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 22, 2021
@github-actions
Copy link

Locust summary

Git references

Initial: 00181ad
Terminal: f41dc0c

@codecov
Copy link

codecov bot commented Mar 22, 2021

Codecov Report

Merging #706 (f41dc0c) into master (00181ad) will increase coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #706      +/-   ##
==========================================
+ Coverage   89.09%   89.18%   +0.09%     
==========================================
  Files          58       58              
  Lines        4299     4299              
==========================================
+ Hits         3830     3834       +4     
+ Misses        469      465       -4     
Impacted Files Coverage Δ
hub/api/dataset.py 89.94% <0.00%> (+0.36%) ⬆️
hub/client/hub_control.py 91.93% <0.00%> (+3.22%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00181ad...f41dc0c. Read the comment docs.

@kristinagrig06 kristinagrig06 merged commit 04c0265 into master Mar 23, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/tensorflow-2.4.1 branch March 23, 2021 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant