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

Update Microsoft.Azure.WebJobs to 3.0.41 and Microsoft.Azure.WebJobs.Host.Storage to 5.0.1 #10287

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

kshyju
Copy link
Member

@kshyju kshyju commented Jul 15, 2024

Upgraded the following package versions

  • Microsoft.Azure.WebJobs updated to 3.0.41
  • Microsoft.Azure.WebJobs.Host.Storage updated to 5.0.1

The following two packages needed to be updated to resolve "package downgrade" errors caused by the new versions of the dependencies introduced by the package upgrades:

  • Microsoft.Extensions.Azure updated to 1.7.1
  • Azure.Storage.Blobs updated to 12.19.1

Verify_DepsJsonChanges

Ran "Verify_DepsJsonChanges" test locally which produced below failure.

Previous file: C:\Dev\OSS\azure-functions-host\out\bin\WebJobs.Script.Tests\debug\Microsoft.Azure.WebJobs.Script.WebHost.deps.json
New file:          C:\Dev\OSS\azure-functions-host\out\bin\WebJobs.Script.WebHost\debug\Microsoft.Azure.WebJobs.Script.WebHost.deps.json

  Changed:
    - Azure.Storage.Blobs.dll: 12.13.0.0/12.1300.22.35704 -> 12.19.1.0/12.1900.123.56305
    - Azure.Storage.Common.dll: 12.12.0.0/12.1200.22.35704 -> 12.18.1.0/12.1800.123.56305
    - Microsoft.Extensions.Azure.dll: 1.7.0.0/1.700.23.40801 -> 1.7.1.0/1.700.123.52701

  Removed:

  Added:

Expected: True
Actual:   False

The second commit in this PR fixes the deps.json used by test.

IMPORTANT: Currently, changes must be backported to the in-proc branch to be included in Core Tools and non-Flex deployments.

kshyju added 2 commits July 15, 2024 11:37
  - Microsoft.Azure.WebJobs updated to 3.0.41
  - Microsoft.Azure.WebJobs.Host.Storage updated to 5.0.1
  - Microsoft.Extensions.Azure updated to 1.7.1
  - Azure.Storage.Blobs updated to 12.19.1
@kshyju kshyju requested review from fabiocav, brettsam, mathewc and a team as code owners July 15, 2024 18:56
@kshyju kshyju merged commit 7fd5ca6 into dev Jul 15, 2024
10 checks passed
@kshyju kshyju deleted the shkr/webjobs_packages branch July 15, 2024 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants