Skip to content

Commit a9abdf3

Browse files
gavin-aguiarazure-functions-release[bot]hallvictoriajviau
authored
Python worker 4.40.2 hotfix (#11392)
* Update version to 4.1044.300 * Clear release notes * Update Python Worker Version to 4.40.2 (#11391) * Update node in tests to 22.x (#11388) --------- Co-authored-by: azure-functions-release[bot] <223311270+azure-functions-release[bot]@users.noreply.github.com> Co-authored-by: hallvictoria <[email protected]> Co-authored-by: Jacob Viau <[email protected]>
1 parent 038eba9 commit a9abdf3

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

eng/build/Workers.Python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<ItemGroup>
44
<!-- Python worker does not ship with the host for windows. -->
5-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.40.1" Condition="!$(RuntimeIdentifier.StartsWith('win'))" />
5+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.40.2" Condition="!$(RuntimeIdentifier.StartsWith('win'))" />
66
</ItemGroup>
77

88
</Project>

eng/ci/templates/official/jobs/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- task: UseNode@1
1919
inputs:
20-
version: 14.x
20+
version: 22.x
2121

2222
- task: UsePythonVersion@0
2323
inputs:

eng/ci/templates/official/jobs/run-non-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- task: UseNode@1
1717
inputs:
18-
version: 14.x
18+
version: 22.x
1919

2020
- task: JavaToolInstaller@0
2121
inputs:

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
- Update Python Worker Version to [4.40.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.1)
6+
-->
7+
- Update Python Worker Version to [4.40.2](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.2)
78
- Add JitTrace Files for v4.1044

src/Directory.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>4.1044.200</VersionPrefix>
3+
<VersionPrefix>4.1044.300</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.22.0" />
2727
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
2828
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="8.1.0" />
29-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.40.1" />
29+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.40.2" />
3030
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
3131
<PackageReference Include="Moq" Version="4.18.4" />
3232
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />

0 commit comments

Comments
 (0)