Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d89fba10a |
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Validate JSON Schema
|
||||
shell: pwsh
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Create release for ${{ github.event.client_payload.ReleaseBranchName }}
|
||||
uses: ncipollo/[email protected]6.0
|
||||
uses: ncipollo/[email protected]4.0
|
||||
with:
|
||||
tag: ${{ github.event.client_payload.ReleaseBranchName }}
|
||||
name: ${{ github.event.client_payload.ReleaseTitle }}
|
||||
|
||||
@@ -57,13 +57,9 @@ jobs:
|
||||
- name: Install SYFT tool on Windows
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b D:/syft
|
||||
- name: Install SYFT tool on Ubuntu
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
- name: Install SYFT tool on Ubuntu or macOS
|
||||
if: ${{ runner.os != 'Windows' }}
|
||||
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
|
||||
- name: Install SYFT v1.24.0 on macOS
|
||||
if: ${{ runner.os == 'macOS' }}
|
||||
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin v1.24.0
|
||||
|
||||
#Running section.
|
||||
- name: Run SYFT on Windows
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter/slim@v7
|
||||
uses: github/super-linter/slim@v4
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Validate JSON Schema
|
||||
shell: pwsh
|
||||
|
||||
@@ -12,7 +12,7 @@ defaults:
|
||||
shell: pwsh
|
||||
|
||||
jobs:
|
||||
Windows_2025:
|
||||
Windows_2022:
|
||||
if: github.event.label.name == 'CI windows-all' || github.event.label.name == 'CI windows-2025'
|
||||
uses: ./.github/workflows/trigger-ubuntu-win-build.yml
|
||||
with:
|
||||
|
||||
@@ -1,104 +1,105 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu, MacOS] Breaking change: Updating Azure PowerShell Module version as 12.5.x from 2025-07-04](https://github.com/actions/runner-images/issues/12333) |
|
||||
| [[macOS] Xcode 15.4 will be removed from macOS15 images on May 29th, 2025](https://github.com/actions/runner-images/issues/12195) |
|
||||
| [[macOS] Go version 1.21.* will be removed from all macOS images on May 12, 2025.](https://github.com/actions/runner-images/issues/12032) |
|
||||
***
|
||||
# macOS 13
|
||||
- OS Version: macOS 13.7.6 (22H625)
|
||||
- OS Version: macOS 13.7.5 (22H527)
|
||||
- Kernel Version: Darwin 22.6.0
|
||||
- Image Version: 20250623.1267
|
||||
- Image Version: 20250512.1078
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.411, 9.0.102, 9.0.203, 9.0.301
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.408, 9.0.102, 9.0.203
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 14.0.0
|
||||
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
|
||||
- GCC 12 (Homebrew GCC 12.4.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.4.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.3.0) - available by `gcc-14` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.2.0_1) - available by `gcc-14` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.4.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.2.0_1) - available by `gfortran-14` alias
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.19.2
|
||||
- Node.js 20.19.0
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.8
|
||||
- Python3 3.13.5
|
||||
- PHP 8.4.7
|
||||
- Python3 3.13.3
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.6.9
|
||||
- Bundler 2.6.8
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.8.9
|
||||
- Homebrew 4.5.7
|
||||
- Composer 2.8.8
|
||||
- Homebrew 4.5.2
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.1.1 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.6.9
|
||||
- Vcpkg 2025 (build from commit 0cf34c184c)
|
||||
- RubyGems 3.6.8
|
||||
- Vcpkg 2025 (build from commit ca846b2127)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.10
|
||||
- Gradle 8.14.2
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.1
|
||||
- azcopy 10.29.0
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.14.1
|
||||
- Git 2.50.0
|
||||
- Curl 8.13.0
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.74.2
|
||||
- GitHub CLI 2.72.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- jq 1.8.0
|
||||
- gpg (GnuPG) 2.4.7
|
||||
- jq 1.7.1
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.13.1
|
||||
- pkgconf 2.5.0
|
||||
- Packer 1.12.0
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.0
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.40
|
||||
- AWS SAM CLI 1.141.0
|
||||
- AWS CLI 2.27.12
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI 2.72.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.36.1
|
||||
- Bicep CLI 0.35.1
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.0
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.56.4
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.55.6
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 14.3.1.0.1.1683849156
|
||||
- Xcodes 1.6.2
|
||||
- Xcodes 1.6.0
|
||||
|
||||
### Linters
|
||||
- SwiftLint 0.59.1
|
||||
|
||||
### Browsers
|
||||
- Safari 18.5 (18621.2.5.18.1)
|
||||
- SafariDriver 18.5 (18621.2.5.18.1)
|
||||
- Google Chrome 137.0.7151.120
|
||||
- Google Chrome for Testing 137.0.7151.119
|
||||
- ChromeDriver 137.0.7151.119
|
||||
- Microsoft Edge 137.0.3296.93
|
||||
- Microsoft Edge WebDriver 137.0.3296.93
|
||||
- Mozilla Firefox 139.0.4
|
||||
- Safari 18.4 (18621.1.15.111.1)
|
||||
- SafariDriver 18.4 (18621.1.15.111.1)
|
||||
- Google Chrome 136.0.7103.93
|
||||
- Google Chrome for Testing 136.0.7103.92
|
||||
- ChromeDriver 136.0.7103.92
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge WebDriver 136.0.3240.64
|
||||
- Mozilla Firefox 138.0.1
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.33.0
|
||||
- Selenium server 4.29.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -128,38 +129,38 @@
|
||||
- 3.1.7
|
||||
- 3.2.8
|
||||
- 3.3.8
|
||||
- 3.4.4
|
||||
- 3.4.3
|
||||
|
||||
#### Python
|
||||
- 3.8.18
|
||||
- 3.9.23
|
||||
- 3.10.18
|
||||
- 3.9.22
|
||||
- 3.10.17
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.5
|
||||
- 3.13.3
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.2
|
||||
- 22.16.0
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
- Rust 1.87.0
|
||||
- Rustdoc 1.87.0
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.87
|
||||
- Clippy 0.1.86
|
||||
- Rustfmt 1.8.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.10
|
||||
- PowerShell 7.4.7
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 12.4.0
|
||||
@@ -213,8 +214,8 @@
|
||||
| visionOS 1.0 | xros1.0 | 15.2 |
|
||||
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
|
||||
| Asset Runtime SDK for macOS hosts targeting watchOS 9.4 | assetruntime.host.macosx.target.watchos9.4 | 14.3.1 |
|
||||
| Asset Runtime SDK for macOS hosts targeting tvOS 16.4 | assetruntime.host.macosx.target.appletvos16.4 | 14.3.1 |
|
||||
| Asset Runtime SDK for macOS hosts targeting iOS 16.4 | assetruntime.host.macosx.target.iphoneos16.4 | 14.3.1 |
|
||||
| Asset Runtime SDK for macOS hosts targeting tvOS 16.4 | assetruntime.host.macosx.target.appletvos16.4 | 14.3.1 |
|
||||
| DriverKit 22.1 | driverkit22.1 | 14.1 |
|
||||
| DriverKit 22.2 | driverkit22.2 | 14.2 |
|
||||
| DriverKit 22.4 | driverkit22.4 | 14.3.1 |
|
||||
@@ -268,7 +269,7 @@
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------- | ----------------------------------------------------------------------------------------- |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.2-55975/ParallelsDesktop-20.3.2-55975.dmg |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.0-55895/ParallelsDesktop-20.3.0-55895.dmg |
|
||||
|
||||
##### Notes
|
||||
```
|
||||
|
||||
@@ -1,37 +1,38 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu, MacOS] Breaking change: Updating Azure PowerShell Module version as 12.5.x from 2025-07-04](https://github.com/actions/runner-images/issues/12333) |
|
||||
| [[macOS] Xcode 15.4 will be removed from macOS15 images on May 29th, 2025](https://github.com/actions/runner-images/issues/12195) |
|
||||
| [[macOS] Go version 1.21.* will be removed from all macOS images on May 12, 2025.](https://github.com/actions/runner-images/issues/12032) |
|
||||
***
|
||||
# macOS 13
|
||||
- OS Version: macOS 13.7.6 (22H625)
|
||||
- Kernel Version: Darwin 22.6.0
|
||||
- Image Version: 20250623.1360
|
||||
- Image Version: 20250527.1294
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.411, 9.0.102, 9.0.203, 9.0.301
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.410, 9.0.102, 9.0.203, 9.0.300
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 14.0.0
|
||||
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
|
||||
- GCC 12 (Homebrew GCC 12.4.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.4.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.3.0) - available by `gcc-14` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.2.0) - available by `gcc-14` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.4.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.2.0) - available by `gfortran-14` alias
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.19.2
|
||||
- Perl 5.40.2
|
||||
- Python3 3.13.5
|
||||
- Python3 3.13.3
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.6.9
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 4.5.7
|
||||
- Homebrew 4.5.3
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.1.1 (python 3.13)
|
||||
@@ -41,8 +42,8 @@
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.10
|
||||
- Gradle 8.14.2
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14.1
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
@@ -52,45 +53,45 @@
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.50.0
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.74.2
|
||||
- GitHub CLI 2.73.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- jq 1.8.0
|
||||
- jq 1.7.1
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.13.1
|
||||
- pkgconf 2.5.0
|
||||
- Packer 1.12.0
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.0
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.40
|
||||
- AWS SAM CLI 1.141.0
|
||||
- AWS CLI 2.27.22
|
||||
- AWS SAM CLI 1.139.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI 2.73.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.36.1
|
||||
- Bicep CLI 0.35.1
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.0
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.56.4
|
||||
- CodeQL Action Bundle 2.21.3
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.56.1
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 14.3.1.0.1.1683849156
|
||||
- Xcodes 1.6.2
|
||||
- Xcodes 1.6.0
|
||||
|
||||
### Linters
|
||||
|
||||
### Browsers
|
||||
- Safari 18.5 (18621.2.5.18.1)
|
||||
- SafariDriver 18.5 (18621.2.5.18.1)
|
||||
- Google Chrome 137.0.7151.120
|
||||
- Google Chrome for Testing 137.0.7151.119
|
||||
- ChromeDriver 137.0.7151.119
|
||||
- Mozilla Firefox 139.0.4
|
||||
- Google Chrome 137.0.7151.41
|
||||
- Google Chrome for Testing 137.0.7151.40
|
||||
- ChromeDriver 137.0.7151.40
|
||||
- Mozilla Firefox 138.0.4
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.33.0
|
||||
|
||||
@@ -119,7 +120,7 @@
|
||||
#### Python
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.5
|
||||
- 3.13.3
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
@@ -128,8 +129,8 @@
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
|
||||
@@ -1,31 +1,32 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu, MacOS] Breaking change: Updating Azure PowerShell Module version as 12.5.x from 2025-07-04](https://github.com/actions/runner-images/issues/12333) |
|
||||
| [[macOS] Xcode 15.4 will be removed from macOS15 images on May 29th, 2025](https://github.com/actions/runner-images/issues/12195) |
|
||||
| [[macOS] Go version 1.21.* will be removed from all macOS images on May 12, 2025.](https://github.com/actions/runner-images/issues/12032) |
|
||||
***
|
||||
# macOS 14
|
||||
- OS Version: macOS 14.7.6 (23H626)
|
||||
- OS Version: macOS 14.7.5 (23H527)
|
||||
- Kernel Version: Darwin 23.6.0
|
||||
- Image Version: 20250623.1377
|
||||
- Image Version: 20250513.1230
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.411, 9.0.102, 9.0.203, 9.0.301
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.409, 9.0.102, 9.0.203, 9.0.300
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 15.0.0
|
||||
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
|
||||
- GCC 12 (Homebrew GCC 12.4.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.4.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.3.0) - available by `gcc-14` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.2.0_1) - available by `gcc-14` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.4.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.2.0_1) - available by `gfortran-14` alias
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.19.2
|
||||
- Node.js 20.19.0
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.8
|
||||
- Python3 3.13.5
|
||||
- PHP 8.4.7
|
||||
- Python3 3.13.3
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
@@ -33,57 +34,57 @@
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.8.9
|
||||
- Homebrew 4.5.7
|
||||
- Homebrew 4.5.2
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.1.1 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.6.9
|
||||
- Vcpkg 2025 (build from commit 0cf34c184c)
|
||||
- Vcpkg 2025 (build from commit dbe35ceb30)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.10
|
||||
- Gradle 8.14.2
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.1
|
||||
- azcopy 10.29.0
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.14.1
|
||||
- Git 2.50.0
|
||||
- Curl 8.13.0
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.74.2
|
||||
- GitHub CLI 2.72.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- jq 1.8.0
|
||||
- gpg (GnuPG) 2.4.7
|
||||
- jq 1.7.1
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.13.1
|
||||
- pkgconf 2.5.0
|
||||
- Packer 1.12.0
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.0
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.40
|
||||
- AWS SAM CLI 1.141.0
|
||||
- AWS CLI 2.27.14
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI 2.72.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.36.1
|
||||
- Bicep CLI 0.35.1
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.0
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.56.4
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.56.0
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 16.2.0.0.1.1733547573
|
||||
- Xcodes 1.6.2
|
||||
- Xcodes 1.6.0
|
||||
|
||||
### Linters
|
||||
- SwiftLint 0.59.1
|
||||
@@ -91,14 +92,14 @@
|
||||
### Browsers
|
||||
- Safari 18.5 (19621.2.5.18.1)
|
||||
- SafariDriver 18.5 (19621.2.5.18.1)
|
||||
- Google Chrome 137.0.7151.120
|
||||
- Google Chrome for Testing 137.0.7151.119
|
||||
- ChromeDriver 137.0.7151.119
|
||||
- Microsoft Edge 137.0.3296.93
|
||||
- Microsoft Edge WebDriver 137.0.3296.93
|
||||
- Mozilla Firefox 139.0.4
|
||||
- Google Chrome 136.0.7103.93
|
||||
- Google Chrome for Testing 136.0.7103.92
|
||||
- ChromeDriver 136.0.7103.92
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge WebDriver 136.0.3240.64
|
||||
- Mozilla Firefox 138.0.3
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.33.0
|
||||
- Selenium server 4.29.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -121,33 +122,33 @@
|
||||
- 3.1.7
|
||||
- 3.2.8
|
||||
- 3.3.8
|
||||
- 3.4.4
|
||||
- 3.4.3
|
||||
|
||||
#### Python
|
||||
- 3.9.23
|
||||
- 3.10.18
|
||||
- 3.9.22
|
||||
- 3.10.17
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.5
|
||||
- 3.13.3
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.2
|
||||
- 22.16.0
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
- Rust 1.87.0
|
||||
- Rustdoc 1.87.0
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.87
|
||||
- Clippy 0.1.86
|
||||
- Rustfmt 1.8.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
@@ -232,26 +233,26 @@
|
||||
| DriverKit 24.2 | driverkit24.2 | 16.2 |
|
||||
|
||||
#### Installed Simulators
|
||||
| OS | Simulators |
|
||||
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 17.0 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation) |
|
||||
| iOS 17.2 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation) |
|
||||
| iOS 17.4 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro (12.9-inch) (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 17.5 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| tvOS 17.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 10.0 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.4 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.5 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| OS | Simulators |
|
||||
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| iOS 17.0 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation) |
|
||||
| iOS 17.2 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation) |
|
||||
| iOS 17.4 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air (5th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro (11-inch) (4th generation)<br>iPad Pro (12.9-inch) (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 17.5 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| tvOS 17.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 10.0 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.4 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.5 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
@@ -283,7 +284,7 @@
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------- | ----------------------------------------------------------------------------------------- |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.2-55975/ParallelsDesktop-20.3.2-55975.dmg |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.0-55895/ParallelsDesktop-20.3.0-55895.dmg |
|
||||
|
||||
##### Notes
|
||||
```
|
||||
|
||||
@@ -1,106 +1,104 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu, MacOS] Breaking change: Updating Azure PowerShell Module version as 12.5.x from 2025-07-04](https://github.com/actions/runner-images/issues/12333) |
|
||||
| [[macOS] Go version 1.21.* will be removed from all macOS images on May 12, 2025.](https://github.com/actions/runner-images/issues/12032) |
|
||||
***
|
||||
# macOS 14
|
||||
- OS Version: macOS 14.7.6 (23H626)
|
||||
- OS Version: macOS 14.7.5 (23H527)
|
||||
- Kernel Version: Darwin 23.6.0
|
||||
- Image Version: 20250623.1617
|
||||
- Image Version: 20250505.1431
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.411, 9.0.102, 9.0.203, 9.0.301
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.408, 9.0.102, 9.0.203
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 15.0.0
|
||||
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
|
||||
- GCC 12 (Homebrew GCC 12.4.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.4.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.3.0) - available by `gcc-14` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.2.0_1) - available by `gcc-14` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.4.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.2.0_1) - available by `gfortran-14` alias
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.19.2
|
||||
- Node.js 20.19.0
|
||||
- Perl 5.40.2
|
||||
- Python3 3.13.5
|
||||
- Python3 3.13.3
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.6.9
|
||||
- Bundler 2.6.8
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 4.5.7
|
||||
- Homebrew 4.5.0
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.1.1 (python 3.13)
|
||||
- Pip3 25.0.1 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.6.9
|
||||
- Vcpkg 2025 (build from commit 0cf34c184c)
|
||||
- RubyGems 3.6.8
|
||||
- Vcpkg 2025 (build from commit 41c447cc21)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.10
|
||||
- Gradle 8.14.2
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.1
|
||||
- azcopy 10.29.0
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.50.0
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.74.2
|
||||
- GitHub CLI 2.72.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- jq 1.8.0
|
||||
- gpg (GnuPG) 2.4.7
|
||||
- jq 1.7.1
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.13.1
|
||||
- pkgconf 2.5.0
|
||||
- Packer 1.12.0
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
- yq 4.45.2
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.0
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.40
|
||||
- AWS SAM CLI 1.141.0
|
||||
- AWS CLI 2.27.7
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI 2.71.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.36.1
|
||||
- Bicep CLI 0.34.44
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.0
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.56.4
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Fastlane 2.227.1
|
||||
- SwiftFormat 0.55.6
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 16.2.0.0.1.1733547573
|
||||
- Xcodes 1.6.2
|
||||
- Xcodes 1.6.0
|
||||
|
||||
### Linters
|
||||
|
||||
### Browsers
|
||||
- Safari 18.5 (19621.2.5.18.1)
|
||||
- SafariDriver 18.5 (19621.2.5.18.1)
|
||||
- Google Chrome 137.0.7151.120
|
||||
- Google Chrome for Testing 137.0.7151.119
|
||||
- ChromeDriver 137.0.7151.119
|
||||
- Mozilla Firefox 139.0.4
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.33.0
|
||||
- Safari 18.4 (19621.1.15.111.1)
|
||||
- SafariDriver 18.4 (19621.1.15.111.1)
|
||||
- Google Chrome 136.0.7103.49
|
||||
- Google Chrome for Testing 136.0.7103.49
|
||||
- ChromeDriver 136.0.7103.49
|
||||
- Selenium server 4.29.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| --------------- | --------------------------------------- |
|
||||
| CHROMEWEBDRIVER | /usr/local/share/chromedriver-mac-arm64 |
|
||||
| EDGEWEBDRIVER | |
|
||||
| GECKOWEBDRIVER | /opt/homebrew/opt/geckodriver/bin |
|
||||
| GECKOWEBDRIVER | |
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
@@ -115,35 +113,36 @@
|
||||
- 3.1.7
|
||||
- 3.2.8
|
||||
- 3.3.8
|
||||
- 3.4.4
|
||||
- 3.4.3
|
||||
|
||||
#### Python
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.5
|
||||
- 3.13.3
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.2
|
||||
- 22.16.0
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
- 1.23.8
|
||||
- 1.24.2
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
- Rust 1.87.0
|
||||
- Rustdoc 1.87.0
|
||||
- Rustup 1.28.2
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.87
|
||||
- Clippy 0.1.86
|
||||
- Rustfmt 1.8.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.10
|
||||
- PowerShell 7.4.7
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 12.4.0
|
||||
@@ -254,7 +253,7 @@
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 35.5.10 |
|
||||
| Android Emulator | 35.4.9 |
|
||||
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3)<br>android-33-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3) |
|
||||
| Android SDK Platform-Tools | 35.0.2 |
|
||||
|
||||
+131
-145
@@ -1,103 +1,102 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu, MacOS] CodeQL bundle will contain only platform-specific binaries on 2025-06-30](https://github.com/actions/runner-images/issues/12453) |
|
||||
| [[Windows, Ubuntu, MacOS] Breaking change: Updating Azure PowerShell Module version as 12.5.x from 2025-07-04](https://github.com/actions/runner-images/issues/12333) |
|
||||
| [[macOS] Go version 1.21.* will be removed from all macOS images on May 12, 2025.](https://github.com/actions/runner-images/issues/12032) |
|
||||
***
|
||||
# macOS 15
|
||||
- OS Version: macOS 15.5 (24F5068b)
|
||||
- Kernel Version: Darwin 24.5.0
|
||||
- Image Version: 20250630.1559
|
||||
- OS Version: macOS 15.4.1 (24E263)
|
||||
- Kernel Version: Darwin 24.4.0
|
||||
- Image Version: 20250506.1260
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.411, 9.0.102, 9.0.203, 9.0.301
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.408, 9.0.102, 9.0.203
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 16.0.0
|
||||
- Clang/LLVM 15.0.0
|
||||
- Clang/LLVM (Homebrew) 18.1.8 - available on `$(brew --prefix llvm@18)/bin/clang`
|
||||
- GCC 12 (Homebrew GCC 12.4.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.4.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.3.0) - available by `gcc-14` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.2.0_1) - available by `gcc-14` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.4.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.2.0_1) - available by `gfortran-14` alias
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Node.js 22.17.0
|
||||
- Node.js 22.15.0
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.8
|
||||
- Python3 3.13.5
|
||||
- PHP 8.4.6
|
||||
- Python3 3.13.3
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.6.9
|
||||
- Bundler 2.6.8
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.8.9
|
||||
- Homebrew 4.5.8
|
||||
- Composer 2.8.8
|
||||
- Homebrew 4.5.0
|
||||
- NPM 10.9.2
|
||||
- Pip3 25.1.1 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.6.9
|
||||
- Vcpkg 2025 (build from commit 0cb95c860e)
|
||||
- RubyGems 3.6.8
|
||||
- Vcpkg 2025 (build from commit d8ad13c401)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.10
|
||||
- Gradle 8.14.2
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.1
|
||||
- bazel 8.3.0
|
||||
- azcopy 10.29.0
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.14.1
|
||||
- Git 2.50.0
|
||||
- Git LFS 3.7.0
|
||||
- GitHub CLI 2.74.2
|
||||
- Curl 8.13.0
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.72.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- jq 1.8.0
|
||||
- gpg (GnuPG) 2.4.7
|
||||
- jq 1.7.1
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.13.1
|
||||
- pkgconf 2.5.1
|
||||
- Packer 1.12.0
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
- yq 4.45.2
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.0
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.45
|
||||
- AWS SAM CLI 1.141.0
|
||||
- AWS CLI 2.27.8
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI (azure-devops) 1.0.2
|
||||
- Bicep CLI 0.36.1
|
||||
- Azure CLI 2.71.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.35.1
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.1
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.56.4
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.55.6
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 16.4.0.0.1.1747106510
|
||||
- Xcodes 1.6.2
|
||||
- Xcode Command Line Tools 16.3.0.0.1.1742442376
|
||||
- Xcodes 1.6.0
|
||||
|
||||
### Linters
|
||||
- SwiftLint 0.59.1
|
||||
|
||||
### Browsers
|
||||
- Safari 18.5 (20621.2.5.11.5)
|
||||
- SafariDriver 18.5 (20621.2.5.11.5)
|
||||
- Google Chrome 138.0.7204.50
|
||||
- Google Chrome for Testing 138.0.7204.49
|
||||
- ChromeDriver 138.0.7204.49
|
||||
- Microsoft Edge 138.0.3351.55
|
||||
- Microsoft Edge WebDriver 138.0.3351.55
|
||||
- Mozilla Firefox 140.0.2
|
||||
- Safari 18.4 (20621.1.15.11.10)
|
||||
- SafariDriver 18.4 (20621.1.15.11.10)
|
||||
- Google Chrome 136.0.7103.49
|
||||
- Google Chrome for Testing 136.0.7103.49
|
||||
- ChromeDriver 136.0.7103.49
|
||||
- Microsoft Edge 136.0.3240.50
|
||||
- Microsoft Edge WebDriver 136.0.3240.50
|
||||
- Mozilla Firefox 138.0.1
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.33.0
|
||||
- Selenium server 4.29.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -119,148 +118,135 @@
|
||||
- 3.1.7
|
||||
- 3.2.8
|
||||
- 3.3.8
|
||||
- 3.4.4
|
||||
- 3.4.3
|
||||
|
||||
#### Python
|
||||
- 3.9.23
|
||||
- 3.10.18
|
||||
- 3.9.22
|
||||
- 3.10.17
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.5
|
||||
- 3.13.3
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.3
|
||||
- 22.17.0
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
- 1.23.8
|
||||
- 1.24.2
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.88.0
|
||||
- Rust 1.88.0
|
||||
- Rustdoc 1.88.0
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.88
|
||||
- Clippy 0.1.86
|
||||
- Rustfmt 1.8.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.11
|
||||
- PowerShell 7.4.7
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 12.5.0
|
||||
- Az: 12.4.0
|
||||
- Pester: 5.7.1
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
### Xcode
|
||||
| Version | Build | Path | Symlinks |
|
||||
| -------------- | -------- | ------------------------------- | ----------------------------------------------------------------------------------------- |
|
||||
| 26.0 (beta) | 17A5241e | /Applications/Xcode_26_beta.app | /Applications/Xcode_26.0.0.app<br>/Applications/Xcode_26.0.app |
|
||||
| 16.4 | 16F6 | /Applications/Xcode_16.4.app | /Applications/Xcode_16.4.0.app |
|
||||
| 16.3 | 16E140 | /Applications/Xcode_16.3.app | /Applications/Xcode_16.3.0.app |
|
||||
| 16.2 | 16C5032a | /Applications/Xcode_16.2.app | /Applications/Xcode_16.2.0.app |
|
||||
| 16.1 | 16B40 | /Applications/Xcode_16.1.app | /Applications/Xcode_16.1.0.app |
|
||||
| 16.0 (default) | 16A242d | /Applications/Xcode_16.app | /Applications/Xcode_16.0.0.app<br>/Applications/Xcode_16.0.app<br>/Applications/Xcode.app |
|
||||
| Version | Build | Path | Symlinks |
|
||||
| -------------- | -------- | ---------------------------- | ----------------------------------------------------------------------------------------- |
|
||||
| 16.3 | 16E140 | /Applications/Xcode_16.3.app | /Applications/Xcode_16.3.0.app |
|
||||
| 16.2 | 16C5032a | /Applications/Xcode_16.2.app | /Applications/Xcode_16.2.0.app |
|
||||
| 16.1 | 16B40 | /Applications/Xcode_16.1.app | /Applications/Xcode_16.1.0.app |
|
||||
| 16.0 (default) | 16A242d | /Applications/Xcode_16.app | /Applications/Xcode_16.0.0.app<br>/Applications/Xcode_16.0.app<br>/Applications/Xcode.app |
|
||||
| 15.4 | 15F31d | /Applications/Xcode_15.4.app | /Applications/Xcode_15.4.0.app |
|
||||
|
||||
#### Installed SDKs
|
||||
| SDK | SDK Name | Xcode Version |
|
||||
| ------------------------- | -------------------- | ------------- |
|
||||
| macOS 15.0 | macosx15.0 | 16.0 |
|
||||
| macOS 15.1 | macosx15.1 | 16.1 |
|
||||
| macOS 15.2 | macosx15.2 | 16.2 |
|
||||
| macOS 15.4 | macosx15.4 | 16.3 |
|
||||
| macOS 15.5 | macosx15.5 | 16.4 |
|
||||
| macOS 26.0 | macosx26.0 | 26.0 |
|
||||
| iOS 18.0 | iphoneos18.0 | 16.0 |
|
||||
| iOS 18.1 | iphoneos18.1 | 16.1 |
|
||||
| iOS 18.2 | iphoneos18.2 | 16.2 |
|
||||
| iOS 18.4 | iphoneos18.4 | 16.3 |
|
||||
| iOS 18.5 | iphoneos18.5 | 16.4 |
|
||||
| iOS 26.0 | iphoneos26.0 | 26.0 |
|
||||
| Simulator - iOS 18.0 | iphonesimulator18.0 | 16.0 |
|
||||
| Simulator - iOS 18.1 | iphonesimulator18.1 | 16.1 |
|
||||
| Simulator - iOS 18.2 | iphonesimulator18.2 | 16.2 |
|
||||
| Simulator - iOS 18.4 | iphonesimulator18.4 | 16.3 |
|
||||
| Simulator - iOS 18.5 | iphonesimulator18.5 | 16.4 |
|
||||
| Simulator - iOS 26.0 | iphonesimulator26.0 | 26.0 |
|
||||
| tvOS 18.0 | appletvos18.0 | 16.0 |
|
||||
| tvOS 18.1 | appletvos18.1 | 16.1 |
|
||||
| tvOS 18.2 | appletvos18.2 | 16.2 |
|
||||
| tvOS 18.4 | appletvos18.4 | 16.3 |
|
||||
| tvOS 18.5 | appletvos18.5 | 16.4 |
|
||||
| tvOS 26.0 | appletvos26.0 | 26.0 |
|
||||
| Simulator - tvOS 18.0 | appletvsimulator18.0 | 16.0 |
|
||||
| Simulator - tvOS 18.1 | appletvsimulator18.1 | 16.1 |
|
||||
| Simulator - tvOS 18.2 | appletvsimulator18.2 | 16.2 |
|
||||
| Simulator - tvOS 18.4 | appletvsimulator18.4 | 16.3 |
|
||||
| Simulator - tvOS 18.5 | appletvsimulator18.5 | 16.4 |
|
||||
| Simulator - tvOS 26.0 | appletvsimulator26.0 | 26.0 |
|
||||
| watchOS 11.0 | watchos11.0 | 16.0 |
|
||||
| watchOS 11.1 | watchos11.1 | 16.1 |
|
||||
| watchOS 11.2 | watchos11.2 | 16.2 |
|
||||
| watchOS 11.4 | watchos11.4 | 16.3 |
|
||||
| watchOS 11.5 | watchos11.5 | 16.4 |
|
||||
| watchOS 26.0 | watchos26.0 | 26.0 |
|
||||
| Simulator - watchOS 11.0 | watchsimulator11.0 | 16.0 |
|
||||
| Simulator - watchOS 11.1 | watchsimulator11.1 | 16.1 |
|
||||
| Simulator - watchOS 11.2 | watchsimulator11.2 | 16.2 |
|
||||
| Simulator - watchOS 11.4 | watchsimulator11.4 | 16.3 |
|
||||
| Simulator - watchOS 11.5 | watchsimulator11.5 | 16.4 |
|
||||
| Simulator - watchOS 26.0 | watchsimulator26.0 | 26.0 |
|
||||
| visionOS 2.0 | xros2.0 | 16.0 |
|
||||
| visionOS 2.1 | xros2.1 | 16.1 |
|
||||
| visionOS 2.2 | xros2.2 | 16.2 |
|
||||
| visionOS 2.4 | xros2.4 | 16.3 |
|
||||
| visionOS 2.5 | xros2.5 | 16.4 |
|
||||
| visionOS 26.0 | xros26.0 | 26.0 |
|
||||
| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
|
||||
| Simulator - visionOS 2.1 | xrsimulator2.1 | 16.1 |
|
||||
| Simulator - visionOS 2.2 | xrsimulator2.2 | 16.2 |
|
||||
| Simulator - visionOS 2.4 | xrsimulator2.4 | 16.3 |
|
||||
| Simulator - visionOS 2.5 | xrsimulator2.5 | 16.4 |
|
||||
| Simulator - visionOS 26.0 | xrsimulator26.0 | 26.0 |
|
||||
| DriverKit 24.0 | driverkit24.0 | 16.0 |
|
||||
| DriverKit 24.1 | driverkit24.1 | 16.1 |
|
||||
| DriverKit 24.2 | driverkit24.2 | 16.2 |
|
||||
| DriverKit 24.4 | driverkit24.4 | 16.3 |
|
||||
| DriverKit 24.5 | driverkit24.5 | 16.4 |
|
||||
| DriverKit 25.0 | driverkit25.0 | 26.0 |
|
||||
| SDK | SDK Name | Xcode Version |
|
||||
| ------------------------ | -------------------- | ------------- |
|
||||
| macOS 14.5 | macosx14.5 | 15.4 |
|
||||
| macOS 15.0 | macosx15.0 | 16.0 |
|
||||
| macOS 15.1 | macosx15.1 | 16.1 |
|
||||
| macOS 15.2 | macosx15.2 | 16.2 |
|
||||
| macOS 15.4 | macosx15.4 | 16.3 |
|
||||
| iOS 17.5 | iphoneos17.5 | 15.4 |
|
||||
| iOS 18.0 | iphoneos18.0 | 16.0 |
|
||||
| iOS 18.1 | iphoneos18.1 | 16.1 |
|
||||
| iOS 18.2 | iphoneos18.2 | 16.2 |
|
||||
| iOS 18.4 | iphoneos18.4 | 16.3 |
|
||||
| Simulator - iOS 17.5 | iphonesimulator17.5 | 15.4 |
|
||||
| Simulator - iOS 18.0 | iphonesimulator18.0 | 16.0 |
|
||||
| Simulator - iOS 18.1 | iphonesimulator18.1 | 16.1 |
|
||||
| Simulator - iOS 18.2 | iphonesimulator18.2 | 16.2 |
|
||||
| Simulator - iOS 18.4 | iphonesimulator18.4 | 16.3 |
|
||||
| tvOS 17.5 | appletvos17.5 | 15.4 |
|
||||
| tvOS 18.0 | appletvos18.0 | 16.0 |
|
||||
| tvOS 18.1 | appletvos18.1 | 16.1 |
|
||||
| tvOS 18.2 | appletvos18.2 | 16.2 |
|
||||
| tvOS 18.4 | appletvos18.4 | 16.3 |
|
||||
| Simulator - tvOS 17.5 | appletvsimulator17.5 | 15.4 |
|
||||
| Simulator - tvOS 18.0 | appletvsimulator18.0 | 16.0 |
|
||||
| Simulator - tvOS 18.1 | appletvsimulator18.1 | 16.1 |
|
||||
| Simulator - tvOS 18.2 | appletvsimulator18.2 | 16.2 |
|
||||
| Simulator - tvOS 18.4 | appletvsimulator18.4 | 16.3 |
|
||||
| watchOS 10.5 | watchos10.5 | 15.4 |
|
||||
| watchOS 11.0 | watchos11.0 | 16.0 |
|
||||
| watchOS 11.1 | watchos11.1 | 16.1 |
|
||||
| watchOS 11.2 | watchos11.2 | 16.2 |
|
||||
| watchOS 11.4 | watchos11.4 | 16.3 |
|
||||
| Simulator - watchOS 10.5 | watchsimulator10.5 | 15.4 |
|
||||
| Simulator - watchOS 11.0 | watchsimulator11.0 | 16.0 |
|
||||
| Simulator - watchOS 11.1 | watchsimulator11.1 | 16.1 |
|
||||
| Simulator - watchOS 11.2 | watchsimulator11.2 | 16.2 |
|
||||
| Simulator - watchOS 11.4 | watchsimulator11.4 | 16.3 |
|
||||
| visionOS 1.2 | xros1.2 | 15.4 |
|
||||
| visionOS 2.0 | xros2.0 | 16.0 |
|
||||
| visionOS 2.1 | xros2.1 | 16.1 |
|
||||
| visionOS 2.2 | xros2.2 | 16.2 |
|
||||
| visionOS 2.4 | xros2.4 | 16.3 |
|
||||
| Simulator - visionOS 1.2 | xrsimulator1.2 | 15.4 |
|
||||
| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
|
||||
| Simulator - visionOS 2.1 | xrsimulator2.1 | 16.1 |
|
||||
| Simulator - visionOS 2.2 | xrsimulator2.2 | 16.2 |
|
||||
| Simulator - visionOS 2.4 | xrsimulator2.4 | 16.3 |
|
||||
| DriverKit 23.5 | driverkit23.5 | 15.4 |
|
||||
| DriverKit 24.0 | driverkit24.0 | 16.0 |
|
||||
| DriverKit 24.1 | driverkit24.1 | 16.1 |
|
||||
| DriverKit 24.2 | driverkit24.2 | 16.2 |
|
||||
| DriverKit 24.4 | driverkit24.4 | 16.3 |
|
||||
|
||||
#### Installed Simulators
|
||||
| OS | Simulators |
|
||||
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 17.5 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.0 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.3 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.4 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.5 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 26.0 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| tvOS 17.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 26.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 10.5 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.0 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.4 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.5 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 26.0 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 16.0 |
|
||||
| Android Emulator | 35.6.11 |
|
||||
| Android Emulator | 35.4.9 |
|
||||
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1 |
|
||||
| Android SDK Platforms | android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3)<br>android-33-ext5 (rev 1)<br>android-33-ext4 (rev 1) |
|
||||
| Android SDK Platform-Tools | 36.0.0 |
|
||||
| Android SDK Platform-Tools | 35.0.2 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.31.5 |
|
||||
| Google Play services | 49 |
|
||||
@@ -282,7 +268,7 @@
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------- | ----------------------------------------------------------------------------------------- |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.4.0-55980/ParallelsDesktop-20.4.0-55980.dmg |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.0-55895/ParallelsDesktop-20.3.0-55895.dmg |
|
||||
|
||||
##### Notes
|
||||
```
|
||||
|
||||
@@ -1,104 +1,102 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu, MacOS] Breaking change: Updating Azure PowerShell Module version as 12.5.x from 2025-07-04](https://github.com/actions/runner-images/issues/12333) |
|
||||
| [[macOS] Go version 1.21.* will be removed from all macOS images on May 12, 2025.](https://github.com/actions/runner-images/issues/12032) |
|
||||
***
|
||||
# macOS 15
|
||||
- OS Version: macOS 15.5 (24F74)
|
||||
- Kernel Version: Darwin 24.5.0
|
||||
- Image Version: 20250623.1849
|
||||
- OS Version: macOS 15.4.1 (24E263)
|
||||
- Kernel Version: Darwin 24.4.0
|
||||
- Image Version: 20250506.1412
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.411, 9.0.102, 9.0.203, 9.0.301
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.408, 9.0.102, 9.0.203
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 16.0.0
|
||||
- Clang/LLVM 15.0.0
|
||||
- Clang/LLVM (Homebrew) 18.1.8 - available on `$(brew --prefix llvm@18)/bin/clang`
|
||||
- GCC 12 (Homebrew GCC 12.4.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.4.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.3.0) - available by `gcc-14` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.2.0_1) - available by `gcc-14` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.4.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.2.0_1) - available by `gfortran-14` alias
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Node.js 22.16.0
|
||||
- Node.js 22.15.0
|
||||
- Perl 5.40.2
|
||||
- Python3 3.13.5
|
||||
- Python3 3.13.3
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.6.9
|
||||
- Bundler 2.6.8
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 4.5.7
|
||||
- Homebrew 4.5.0
|
||||
- NPM 10.9.2
|
||||
- Pip3 25.1.1 (python 3.13)
|
||||
- Pip3 25.0.1 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.6.9
|
||||
- Vcpkg 2025 (build from commit 0cf34c184c)
|
||||
- RubyGems 3.6.8
|
||||
- Vcpkg 2025 (build from commit d8ad13c401)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.10
|
||||
- Gradle 8.14.2
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.1
|
||||
- azcopy 10.29.0
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.50.0
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.74.2
|
||||
- GitHub CLI 2.72.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- jq 1.8.0
|
||||
- gpg (GnuPG) 2.4.7
|
||||
- jq 1.7.1
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.13.1
|
||||
- pkgconf 2.5.0
|
||||
- Packer 1.12.0
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
- yq 4.45.2
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.0
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.40
|
||||
- AWS SAM CLI 1.141.0
|
||||
- AWS CLI 2.27.8
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI 2.71.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.36.1
|
||||
- Bicep CLI 0.35.1
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.0
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.56.4
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.55.6
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 16.4.0.0.1.1747106510
|
||||
- Xcodes 1.6.2
|
||||
- Xcode Command Line Tools 16.3.0.0.1.1742442376
|
||||
- Xcodes 1.6.0
|
||||
|
||||
### Linters
|
||||
|
||||
### Browsers
|
||||
- Safari 18.5 (20621.2.5.11.8)
|
||||
- SafariDriver 18.5 (20621.2.5.11.8)
|
||||
- Google Chrome 137.0.7151.120
|
||||
- Google Chrome for Testing 137.0.7151.119
|
||||
- ChromeDriver 137.0.7151.119
|
||||
- Mozilla Firefox 139.0.4
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.33.0
|
||||
- Safari 18.4 (20621.1.15.11.10)
|
||||
- SafariDriver 18.4 (20621.1.15.11.10)
|
||||
- Google Chrome 136.0.7103.49
|
||||
- Google Chrome for Testing 136.0.7103.49
|
||||
- ChromeDriver 136.0.7103.49
|
||||
- Selenium server 4.29.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| --------------- | --------------------------------------- |
|
||||
| CHROMEWEBDRIVER | /usr/local/share/chromedriver-mac-arm64 |
|
||||
| EDGEWEBDRIVER | |
|
||||
| GECKOWEBDRIVER | /opt/homebrew/opt/geckodriver/bin |
|
||||
| GECKOWEBDRIVER | |
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
@@ -113,35 +111,36 @@
|
||||
- 3.1.7
|
||||
- 3.2.8
|
||||
- 3.3.8
|
||||
- 3.4.4
|
||||
- 3.4.3
|
||||
|
||||
#### Python
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.5
|
||||
- 3.13.3
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.2
|
||||
- 22.16.0
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
- 1.23.8
|
||||
- 1.24.2
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
- Rust 1.87.0
|
||||
- Rustdoc 1.87.0
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.87
|
||||
- Clippy 0.1.86
|
||||
- Rustfmt 1.8.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.10
|
||||
- PowerShell 7.4.7
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 12.4.0
|
||||
@@ -149,110 +148,99 @@
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
|
||||
### Xcode
|
||||
| Version | Build | Path | Symlinks |
|
||||
| -------------- | -------- | ------------------------------- | ----------------------------------------------------------------------------------------- |
|
||||
| 26.0 (beta) | 17A5241e | /Applications/Xcode_26_beta.app | /Applications/Xcode_26.0.0.app<br>/Applications/Xcode_26.0.app |
|
||||
| 16.4 | 16F6 | /Applications/Xcode_16.4.app | /Applications/Xcode_16.4.0.app |
|
||||
| 16.3 | 16E140 | /Applications/Xcode_16.3.app | /Applications/Xcode_16.3.0.app |
|
||||
| 16.2 | 16C5032a | /Applications/Xcode_16.2.app | /Applications/Xcode_16.2.0.app |
|
||||
| 16.1 | 16B40 | /Applications/Xcode_16.1.app | /Applications/Xcode_16.1.0.app |
|
||||
| 16.0 (default) | 16A242d | /Applications/Xcode_16.app | /Applications/Xcode_16.0.0.app<br>/Applications/Xcode_16.0.app<br>/Applications/Xcode.app |
|
||||
| Version | Build | Path | Symlinks |
|
||||
| -------------- | -------- | ---------------------------- | ----------------------------------------------------------------------------------------- |
|
||||
| 16.3 | 16E140 | /Applications/Xcode_16.3.app | /Applications/Xcode_16.3.0.app |
|
||||
| 16.2 | 16C5032a | /Applications/Xcode_16.2.app | /Applications/Xcode_16.2.0.app |
|
||||
| 16.1 | 16B40 | /Applications/Xcode_16.1.app | /Applications/Xcode_16.1.0.app |
|
||||
| 16.0 (default) | 16A242d | /Applications/Xcode_16.app | /Applications/Xcode_16.0.0.app<br>/Applications/Xcode_16.0.app<br>/Applications/Xcode.app |
|
||||
| 15.4 | 15F31d | /Applications/Xcode_15.4.app | /Applications/Xcode_15.4.0.app |
|
||||
|
||||
#### Installed SDKs
|
||||
| SDK | SDK Name | Xcode Version |
|
||||
| ------------------------- | -------------------- | ------------- |
|
||||
| macOS 15.0 | macosx15.0 | 16.0 |
|
||||
| macOS 15.1 | macosx15.1 | 16.1 |
|
||||
| macOS 15.2 | macosx15.2 | 16.2 |
|
||||
| macOS 15.4 | macosx15.4 | 16.3 |
|
||||
| macOS 15.5 | macosx15.5 | 16.4 |
|
||||
| macOS 26.0 | macosx26.0 | 26.0 |
|
||||
| iOS 18.0 | iphoneos18.0 | 16.0 |
|
||||
| iOS 18.1 | iphoneos18.1 | 16.1 |
|
||||
| iOS 18.2 | iphoneos18.2 | 16.2 |
|
||||
| iOS 18.4 | iphoneos18.4 | 16.3 |
|
||||
| iOS 18.5 | iphoneos18.5 | 16.4 |
|
||||
| iOS 26.0 | iphoneos26.0 | 26.0 |
|
||||
| Simulator - iOS 18.0 | iphonesimulator18.0 | 16.0 |
|
||||
| Simulator - iOS 18.1 | iphonesimulator18.1 | 16.1 |
|
||||
| Simulator - iOS 18.2 | iphonesimulator18.2 | 16.2 |
|
||||
| Simulator - iOS 18.4 | iphonesimulator18.4 | 16.3 |
|
||||
| Simulator - iOS 18.5 | iphonesimulator18.5 | 16.4 |
|
||||
| Simulator - iOS 26.0 | iphonesimulator26.0 | 26.0 |
|
||||
| tvOS 18.0 | appletvos18.0 | 16.0 |
|
||||
| tvOS 18.1 | appletvos18.1 | 16.1 |
|
||||
| tvOS 18.2 | appletvos18.2 | 16.2 |
|
||||
| tvOS 18.4 | appletvos18.4 | 16.3 |
|
||||
| tvOS 18.5 | appletvos18.5 | 16.4 |
|
||||
| tvOS 26.0 | appletvos26.0 | 26.0 |
|
||||
| Simulator - tvOS 18.0 | appletvsimulator18.0 | 16.0 |
|
||||
| Simulator - tvOS 18.1 | appletvsimulator18.1 | 16.1 |
|
||||
| Simulator - tvOS 18.2 | appletvsimulator18.2 | 16.2 |
|
||||
| Simulator - tvOS 18.4 | appletvsimulator18.4 | 16.3 |
|
||||
| Simulator - tvOS 18.5 | appletvsimulator18.5 | 16.4 |
|
||||
| Simulator - tvOS 26.0 | appletvsimulator26.0 | 26.0 |
|
||||
| watchOS 11.0 | watchos11.0 | 16.0 |
|
||||
| watchOS 11.1 | watchos11.1 | 16.1 |
|
||||
| watchOS 11.2 | watchos11.2 | 16.2 |
|
||||
| watchOS 11.4 | watchos11.4 | 16.3 |
|
||||
| watchOS 11.5 | watchos11.5 | 16.4 |
|
||||
| watchOS 26.0 | watchos26.0 | 26.0 |
|
||||
| Simulator - watchOS 11.0 | watchsimulator11.0 | 16.0 |
|
||||
| Simulator - watchOS 11.1 | watchsimulator11.1 | 16.1 |
|
||||
| Simulator - watchOS 11.2 | watchsimulator11.2 | 16.2 |
|
||||
| Simulator - watchOS 11.4 | watchsimulator11.4 | 16.3 |
|
||||
| Simulator - watchOS 11.5 | watchsimulator11.5 | 16.4 |
|
||||
| Simulator - watchOS 26.0 | watchsimulator26.0 | 26.0 |
|
||||
| visionOS 2.0 | xros2.0 | 16.0 |
|
||||
| visionOS 2.1 | xros2.1 | 16.1 |
|
||||
| visionOS 2.2 | xros2.2 | 16.2 |
|
||||
| visionOS 2.4 | xros2.4 | 16.3 |
|
||||
| visionOS 2.5 | xros2.5 | 16.4 |
|
||||
| visionOS 26.0 | xros26.0 | 26.0 |
|
||||
| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
|
||||
| Simulator - visionOS 2.1 | xrsimulator2.1 | 16.1 |
|
||||
| Simulator - visionOS 2.2 | xrsimulator2.2 | 16.2 |
|
||||
| Simulator - visionOS 2.4 | xrsimulator2.4 | 16.3 |
|
||||
| Simulator - visionOS 2.5 | xrsimulator2.5 | 16.4 |
|
||||
| Simulator - visionOS 26.0 | xrsimulator26.0 | 26.0 |
|
||||
| DriverKit 24.0 | driverkit24.0 | 16.0 |
|
||||
| DriverKit 24.1 | driverkit24.1 | 16.1 |
|
||||
| DriverKit 24.2 | driverkit24.2 | 16.2 |
|
||||
| DriverKit 24.4 | driverkit24.4 | 16.3 |
|
||||
| DriverKit 24.5 | driverkit24.5 | 16.4 |
|
||||
| DriverKit 25.0 | driverkit25.0 | 26.0 |
|
||||
| SDK | SDK Name | Xcode Version |
|
||||
| ------------------------ | -------------------- | ------------- |
|
||||
| macOS 14.5 | macosx14.5 | 15.4 |
|
||||
| macOS 15.0 | macosx15.0 | 16.0 |
|
||||
| macOS 15.1 | macosx15.1 | 16.1 |
|
||||
| macOS 15.2 | macosx15.2 | 16.2 |
|
||||
| macOS 15.4 | macosx15.4 | 16.3 |
|
||||
| iOS 17.5 | iphoneos17.5 | 15.4 |
|
||||
| iOS 18.0 | iphoneos18.0 | 16.0 |
|
||||
| iOS 18.1 | iphoneos18.1 | 16.1 |
|
||||
| iOS 18.2 | iphoneos18.2 | 16.2 |
|
||||
| iOS 18.4 | iphoneos18.4 | 16.3 |
|
||||
| Simulator - iOS 17.5 | iphonesimulator17.5 | 15.4 |
|
||||
| Simulator - iOS 18.0 | iphonesimulator18.0 | 16.0 |
|
||||
| Simulator - iOS 18.1 | iphonesimulator18.1 | 16.1 |
|
||||
| Simulator - iOS 18.2 | iphonesimulator18.2 | 16.2 |
|
||||
| Simulator - iOS 18.4 | iphonesimulator18.4 | 16.3 |
|
||||
| tvOS 17.5 | appletvos17.5 | 15.4 |
|
||||
| tvOS 18.0 | appletvos18.0 | 16.0 |
|
||||
| tvOS 18.1 | appletvos18.1 | 16.1 |
|
||||
| tvOS 18.2 | appletvos18.2 | 16.2 |
|
||||
| tvOS 18.4 | appletvos18.4 | 16.3 |
|
||||
| Simulator - tvOS 17.5 | appletvsimulator17.5 | 15.4 |
|
||||
| Simulator - tvOS 18.0 | appletvsimulator18.0 | 16.0 |
|
||||
| Simulator - tvOS 18.1 | appletvsimulator18.1 | 16.1 |
|
||||
| Simulator - tvOS 18.2 | appletvsimulator18.2 | 16.2 |
|
||||
| Simulator - tvOS 18.4 | appletvsimulator18.4 | 16.3 |
|
||||
| watchOS 10.5 | watchos10.5 | 15.4 |
|
||||
| watchOS 11.0 | watchos11.0 | 16.0 |
|
||||
| watchOS 11.1 | watchos11.1 | 16.1 |
|
||||
| watchOS 11.2 | watchos11.2 | 16.2 |
|
||||
| watchOS 11.4 | watchos11.4 | 16.3 |
|
||||
| Simulator - watchOS 10.5 | watchsimulator10.5 | 15.4 |
|
||||
| Simulator - watchOS 11.0 | watchsimulator11.0 | 16.0 |
|
||||
| Simulator - watchOS 11.1 | watchsimulator11.1 | 16.1 |
|
||||
| Simulator - watchOS 11.2 | watchsimulator11.2 | 16.2 |
|
||||
| Simulator - watchOS 11.4 | watchsimulator11.4 | 16.3 |
|
||||
| visionOS 1.2 | xros1.2 | 15.4 |
|
||||
| visionOS 2.0 | xros2.0 | 16.0 |
|
||||
| visionOS 2.1 | xros2.1 | 16.1 |
|
||||
| visionOS 2.2 | xros2.2 | 16.2 |
|
||||
| visionOS 2.4 | xros2.4 | 16.3 |
|
||||
| Simulator - visionOS 1.2 | xrsimulator1.2 | 15.4 |
|
||||
| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
|
||||
| Simulator - visionOS 2.1 | xrsimulator2.1 | 16.1 |
|
||||
| Simulator - visionOS 2.2 | xrsimulator2.2 | 16.2 |
|
||||
| Simulator - visionOS 2.4 | xrsimulator2.4 | 16.3 |
|
||||
| DriverKit 23.5 | driverkit23.5 | 15.4 |
|
||||
| DriverKit 24.0 | driverkit24.0 | 16.0 |
|
||||
| DriverKit 24.1 | driverkit24.1 | 16.1 |
|
||||
| DriverKit 24.2 | driverkit24.2 | 16.2 |
|
||||
| DriverKit 24.4 | driverkit24.4 | 16.3 |
|
||||
|
||||
#### Installed Simulators
|
||||
| OS | Simulators |
|
||||
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 18.0 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.3 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.4 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.5 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| tvOS 18.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 11.0 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.4 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.5 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| visionOS 2.0 | Apple Vision Pro |
|
||||
| visionOS 2.1 | Apple Vision Pro |
|
||||
| visionOS 2.2 | Apple Vision Pro |
|
||||
| visionOS 2.3 | Apple Vision Pro |
|
||||
| visionOS 2.4 | Apple Vision Pro |
|
||||
| visionOS 2.5 | Apple Vision Pro |
|
||||
| OS | Simulators |
|
||||
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 17.5 | iPhone 15<br>iPhone 15 Plus<br>iPhone 15 Pro<br>iPhone 15 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.0 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (6th generation)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.1 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.2 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad Air 11-inch (M2)<br>iPad Air 13-inch (M2)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.3 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| iOS 18.4 | iPhone 16<br>iPhone 16 Plus<br>iPhone 16 Pro<br>iPhone 16 Pro Max<br>iPhone 16e<br>iPhone SE (3rd generation)<br>iPad (10th generation)<br>iPad (A16)<br>iPad Air 11-inch (M2)<br>iPad Air 11-inch (M3)<br>iPad Air 13-inch (M2)<br>iPad Air 13-inch (M3)<br>iPad mini (A17 Pro)<br>iPad Pro 11-inch (M4)<br>iPad Pro 13-inch (M4) |
|
||||
| tvOS 17.5 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.1 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.2 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 10.5 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 5 (40mm)<br>Apple Watch Series 5 (44mm)<br>Apple Watch Series 6 (40mm)<br>Apple Watch Series 6 (44mm)<br>Apple Watch Series 7 (41mm)<br>Apple Watch Series 7 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.0 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.1 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.2 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.4 | Apple Watch SE (40mm) (2nd generation)<br>Apple Watch SE (44mm) (2nd generation)<br>Apple Watch Series 10 (42mm)<br>Apple Watch Series 10 (46mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| visionOS 1.2 | Apple Vision Pro |
|
||||
| visionOS 2.0 | Apple Vision Pro |
|
||||
| visionOS 2.1 | Apple Vision Pro |
|
||||
| visionOS 2.2 | Apple Vision Pro |
|
||||
| visionOS 2.3 | Apple Vision Pro |
|
||||
| visionOS 2.4 | Apple Vision Pro |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 16.0 |
|
||||
| Android Emulator | 35.5.10 |
|
||||
| Android Emulator | 35.4.9 |
|
||||
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1 |
|
||||
| Android SDK Platforms | android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3)<br>android-33-ext5 (rev 1)<br>android-33-ext4 (rev 1) |
|
||||
| Android SDK Platform-Tools | 35.0.2 |
|
||||
|
||||
@@ -30,7 +30,7 @@ bundle_tag_name="codeql-bundle-v$bundle_version"
|
||||
echo "Downloading CodeQL bundle $bundle_version..."
|
||||
# Note that this is the all-platforms CodeQL bundle, to support scenarios where customers run
|
||||
# different operating systems within containers.
|
||||
archive_path=$(download_with_retry "https://github.com/github/codeql-action/releases/download/$bundle_tag_name/codeql-bundle-osx64.tar.gz")
|
||||
archive_path=$(download_with_retry "https://github.com/github/codeql-action/releases/download/$bundle_tag_name/codeql-bundle.tar.gz")
|
||||
|
||||
codeql_toolcache_path=$AGENT_TOOLSDIRECTORY/CodeQL/$bundle_version/x64
|
||||
mkdir -p "$codeql_toolcache_path"
|
||||
|
||||
@@ -3,17 +3,16 @@ Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1"
|
||||
$os = Get-OSVersion
|
||||
|
||||
Describe "Disk free space" {
|
||||
It "Image has more than 25GB free space" {
|
||||
# we should have at least 25 GB of free space on macOS images
|
||||
It "Image has more than 30GB free space" {
|
||||
# we should have at least 30 GB of free space on macOS images
|
||||
# 10GB here: https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops#capabilities-and-limitations
|
||||
# 14GB here: https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
|
||||
# 30GB due to: https://github.com/actions/runner-images/issues/10511
|
||||
# 25GB is the current minimum due to the size of Xcode 16.4 and it's dependencies
|
||||
$diskInfo = Get-PSDrive "/"
|
||||
$totalSpaceGB = [math]::Floor(($diskInfo.Used + $diskInfo.Free) / 1GB)
|
||||
$freeSpaceGB = [math]::Floor($diskInfo.Free / 1GB)
|
||||
Write-Host " [i] Disk size: ${totalSpaceGB} GB; Free space: ${freeSpaceGB} GB"
|
||||
$freeSpaceGB | Should -BeGreaterOrEqual 25
|
||||
$freeSpaceGB | Should -BeGreaterOrEqual 30
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
{
|
||||
"name": "Az",
|
||||
"versions": [
|
||||
"12.5.0"
|
||||
"12.4.0"
|
||||
]
|
||||
},
|
||||
{ "name": "Pester" },
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
{
|
||||
"name": "Az",
|
||||
"versions": [
|
||||
"12.5.0"
|
||||
"12.4.0"
|
||||
]
|
||||
},
|
||||
{ "name": "Pester" },
|
||||
|
||||
@@ -4,27 +4,14 @@
|
||||
"x64": {
|
||||
"versions": [
|
||||
{
|
||||
"link": "26_beta",
|
||||
"version": "26.0.0-Beta+17A5241e",
|
||||
"symlinks": ["26.0"],
|
||||
"sha256": "664ad6ec7a3139e9c43b95620c73f8950a802c3d469bb47e6d89f3eab9541b1c",
|
||||
"install_runtimes": "default"
|
||||
},
|
||||
{
|
||||
"link": "16.4",
|
||||
"version": "16.4.0+16F6",
|
||||
"sha256": "2dbf65ba28fb85b34e72c14c529a42d5c3189ab0f11fb29fdebd5f4ee6c87900",
|
||||
"install_runtimes": [
|
||||
{ "iOS": ["18.0", "18.1", "18.2", "18.3.1", "18.4", "18.5"] },
|
||||
{ "watchOS": ["11.0", "11.1", "11.2", "11.4", "11.5"] },
|
||||
{ "tvOS": ["18.0", "18.1", "18.2", "18.4", "18.5"] }
|
||||
]
|
||||
},
|
||||
{
|
||||
"link": "16.3",
|
||||
"link": "16.3",
|
||||
"version": "16.3+16E140",
|
||||
"sha256": "c593177b73e45f31e1cf7ced131760d8aa8e1532f5bbf8ba11a4ded01da14fbb",
|
||||
"install_runtimes": "none"
|
||||
"install_runtimes": [
|
||||
{ "iOS": ["18.0", "18.1", "18.2", "18.3.1", "18.4"] },
|
||||
{ "watchOS": ["11.0", "11.1", "11.2", "11.4"] },
|
||||
{ "tvOS": ["18.0", "18.1", "18.2", "18.4"] }
|
||||
]
|
||||
},
|
||||
{
|
||||
"link": "16.2",
|
||||
@@ -44,34 +31,27 @@
|
||||
"sha256": "4a26c3d102a55c7222fb145e0ee1503249c9c26c6e02dc64d783c8810b37b1e3",
|
||||
"symlinks": ["16.0"],
|
||||
"install_runtimes": "none"
|
||||
},
|
||||
{
|
||||
"link": "15.4",
|
||||
"version": "15.4.0+15F31d",
|
||||
"sha256": "82d3d61804ff3f4c7c82085e91dc701037ddaa770e542848b2477e22f4e8aa7a",
|
||||
"install_runtimes": "default"
|
||||
}
|
||||
]
|
||||
},
|
||||
"arm64":{
|
||||
"versions": [
|
||||
{
|
||||
"link": "26_beta",
|
||||
"version": "26.0.0-Beta+17A5241e",
|
||||
"symlinks": ["26.0"],
|
||||
"sha256": "664ad6ec7a3139e9c43b95620c73f8950a802c3d469bb47e6d89f3eab9541b1c",
|
||||
"install_runtimes": "none"
|
||||
},
|
||||
{
|
||||
"link": "16.4",
|
||||
"version": "16.4.0+16F6",
|
||||
"sha256": "2dbf65ba28fb85b34e72c14c529a42d5c3189ab0f11fb29fdebd5f4ee6c87900",
|
||||
"install_runtimes": [
|
||||
{ "iOS": ["18.0", "18.1", "18.2", "18.3.1", "18.4", "18.5"] },
|
||||
{ "watchOS": ["11.0", "11.1", "11.2", "11.4", "11.5"] },
|
||||
{ "tvOS": ["18.0", "18.1", "18.2", "18.4", "18.5"] },
|
||||
{ "visionOS": ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5"] }
|
||||
]
|
||||
},
|
||||
{
|
||||
"link": "16.3",
|
||||
"link": "16.3",
|
||||
"version": "16.3+16E140",
|
||||
"sha256": "c593177b73e45f31e1cf7ced131760d8aa8e1532f5bbf8ba11a4ded01da14fbb",
|
||||
"install_runtimes": "none"
|
||||
"install_runtimes": [
|
||||
{ "iOS": ["18.0", "18.1", "18.2", "18.3.1", "18.4"] },
|
||||
{ "watchOS": ["11.0", "11.1", "11.2", "11.4"] },
|
||||
{ "tvOS": ["18.0", "18.1", "18.2", "18.4"] },
|
||||
{ "visionOS": ["2.0", "2.1", "2.2", "2.3", "2.4"] }
|
||||
]
|
||||
},
|
||||
{
|
||||
"link": "16.2",
|
||||
@@ -91,6 +71,12 @@
|
||||
"sha256": "4a26c3d102a55c7222fb145e0ee1503249c9c26c6e02dc64d783c8810b37b1e3",
|
||||
"symlinks": ["16.0"],
|
||||
"install_runtimes": "none"
|
||||
},
|
||||
{
|
||||
"link": "15.4",
|
||||
"version": "15.4.0+15F31d",
|
||||
"sha256": "82d3d61804ff3f4c7c82085e91dc701037ddaa770e542848b2477e22f4e8aa7a",
|
||||
"install_runtimes": "default"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -128,7 +114,7 @@
|
||||
{
|
||||
"name": "Az",
|
||||
"versions": [
|
||||
"12.5.0"
|
||||
"12.4.0"
|
||||
]
|
||||
},
|
||||
{ "name": "Pester" },
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu, MacOS] Breaking change: Updating Azure PowerShell Module version as 12.5.x from 2025-07-04](https://github.com/actions/runner-images/issues/12333) |
|
||||
| [[Windows & Ubuntu] .NET 6 will be removed from the images on 2025-08-01.](https://github.com/actions/runner-images/issues/12241) |
|
||||
| [[Ubuntu] Go version 1.21 will be removed from the images on 2025-06-13 and updated to the latest version 1.24 ,setting it as the default.](https://github.com/actions/runner-images/issues/12176) |
|
||||
| [[Ubuntu 22.04 and Windows 2022] Default Nodejs version will be set to 20 on 2025-06-02](https://github.com/actions/runner-images/issues/12143) |
|
||||
| [[Windows, Ubuntu] Python 3.8.x will be removed from 2025-06-06](https://github.com/actions/runner-images/issues/12034) |
|
||||
***
|
||||
# Ubuntu 22.04
|
||||
- OS Version: 22.04.5 LTS
|
||||
- Kernel Version: 6.8.0-1029-azure
|
||||
- Image Version: 20250622.1.0
|
||||
- Systemd version: 249.11-0ubuntu3.16
|
||||
- Kernel Version: 6.8.0-1027-azure
|
||||
- Image Version: 20250511.1.0
|
||||
- Systemd version: 249.11-0ubuntu3.15
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -23,16 +24,16 @@
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Mono 6.12.0.200
|
||||
- MSBuild 16.10.1.31701 (Mono 6.12.0.200)
|
||||
- Node.js 20.19.2
|
||||
- Node.js 18.20.8
|
||||
- Perl 5.34.0
|
||||
- Python 3.10.12
|
||||
- Ruby 3.0.2p107
|
||||
- Swift 6.1.2
|
||||
- Swift 6.1
|
||||
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.18.3
|
||||
- Homebrew 4.5.7
|
||||
- Helm 3.17.3
|
||||
- Homebrew 4.5.2
|
||||
- Miniconda 25.3.1
|
||||
- Npm 10.8.2
|
||||
- NuGet 6.6.1.2
|
||||
@@ -40,7 +41,7 @@
|
||||
- Pip3 22.0.2
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.3.5
|
||||
- Vcpkg (build from commit 0cf34c184c)
|
||||
- Vcpkg (build from commit ca846b2127)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -59,71 +60,71 @@ to accomplish this.
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.12
|
||||
- Gradle 8.14.2
|
||||
- Gradle 8.14
|
||||
- Lerna 8.2.2
|
||||
- Maven 3.9.10
|
||||
- Sbt 1.11.2
|
||||
- Maven 3.9.9
|
||||
- Sbt 1.10.11
|
||||
|
||||
### Tools
|
||||
- Ansible 2.17.12
|
||||
- Ansible 2.17.11
|
||||
- apt-fast 1.10.0
|
||||
- AzCopy 10.29.1 - available by `azcopy` and `azcopy10` aliases
|
||||
- AzCopy 10.29.0 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 8.2.1
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.36.1
|
||||
- Bicep 0.35.1
|
||||
- Buildah 1.23.1
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.0
|
||||
- Docker Amazon ECR Credential Helper 0.10.0
|
||||
- Docker Compose v2 2.36.2
|
||||
- Docker-Buildx 0.25.0
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Docker Amazon ECR Credential Helper 0.9.1
|
||||
- Docker Compose v2 2.35.1
|
||||
- Docker-Buildx 0.23.0
|
||||
- Docker Client 28.0.4
|
||||
- Docker Server 28.0.4
|
||||
- Fastlane 2.228.0
|
||||
- Fastlane 2.227.2
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.14
|
||||
- Heroku 10.10.1
|
||||
- Heroku 10.7.0
|
||||
- jq 1.6
|
||||
- Kind 0.29.0
|
||||
- Kubectl 1.33.2
|
||||
- Kind 0.27.0
|
||||
- Kubectl 1.33.0
|
||||
- Kustomize 5.6.0
|
||||
- Leiningen 2.11.2
|
||||
- MediaInfo 21.09
|
||||
- Mercurial 6.1.1
|
||||
- Minikube 1.34.0
|
||||
- n 10.2.0
|
||||
- n 10.1.0
|
||||
- Newman 6.2.1
|
||||
- nvm 0.40.3
|
||||
- OpenSSL 3.0.2-0ubuntu1.19
|
||||
- Packer 1.13.1
|
||||
- Parcel 2.15.4
|
||||
- Packer 1.12.0
|
||||
- Parcel 2.14.4
|
||||
- Podman 3.4.4
|
||||
- Pulumi 3.178.0
|
||||
- R 4.5.1
|
||||
- Pulumi 3.169.0
|
||||
- R 4.5.0
|
||||
- Skopeo 1.4.1
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- SVN 1.14.1
|
||||
- Terraform 1.12.2
|
||||
- Terraform 1.11.4
|
||||
- yamllint 1.37.1
|
||||
- yq 4.45.4
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.0
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.284
|
||||
- AWS CLI 2.27.40
|
||||
- Alibaba Cloud CLI 3.0.275
|
||||
- AWS CLI 2.27.12
|
||||
- AWS CLI Session Manager Plugin 1.2.707.0
|
||||
- AWS SAM CLI 1.141.0
|
||||
- Azure CLI 2.74.0
|
||||
- AWS SAM CLI 1.138.0
|
||||
- Azure CLI 2.72.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.74.2
|
||||
- Google Cloud CLI 527.0.0
|
||||
- Netlify CLI 22.1.3
|
||||
- OpenShift CLI 4.19.0
|
||||
- GitHub CLI 2.72.0
|
||||
- Google Cloud CLI 521.0.0
|
||||
- Netlify CLI 21.2.1
|
||||
- OpenShift CLI 4.18.12
|
||||
- ORAS CLI 1.2.3
|
||||
- Vercel CLI 43.3.0
|
||||
- Vercel CLI 41.7.4
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
@@ -135,7 +136,7 @@ to accomplish this.
|
||||
|
||||
### PHP Tools
|
||||
- PHP: 8.1.2
|
||||
- Composer 2.8.9
|
||||
- Composer 2.8.8
|
||||
- PHPUnit 8.5.42
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
@@ -144,30 +145,30 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
### Haskell Tools
|
||||
- Cabal 3.14.2.0
|
||||
- GHC 9.12.2
|
||||
- GHCup 0.1.50.2
|
||||
- GHCup 0.1.50.1
|
||||
- Stack 3.5.1
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
- Rust 1.87.0
|
||||
- Rustdoc 1.87.0
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- Bindgen 0.72.0
|
||||
- Bindgen 0.71.1
|
||||
- Cargo audit 0.21.2
|
||||
- Cargo clippy 0.1.87
|
||||
- Cargo clippy 0.1.86
|
||||
- Cargo outdated 0.17.0
|
||||
- Cbindgen 0.29.0
|
||||
- Cbindgen 0.28.0
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 137.0.7151.119
|
||||
- ChromeDriver 137.0.7151.119
|
||||
- Chromium 137.0.7151.0
|
||||
- Microsoft Edge 137.0.3296.93
|
||||
- Microsoft Edge WebDriver 137.0.3296.93
|
||||
- Selenium server 4.33.0
|
||||
- Google Chrome 136.0.7103.92
|
||||
- ChromeDriver 136.0.7103.92
|
||||
- Chromium 136.0.7103.0
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge WebDriver 136.0.3240.64
|
||||
- Selenium server 4.32.0
|
||||
- Mozilla Firefox 136.0.4
|
||||
- Geckodriver 0.36.0
|
||||
|
||||
@@ -180,7 +181,7 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
| SELENIUM_JAR_PATH | /usr/share/java/selenium-server.jar |
|
||||
|
||||
### .NET Tools
|
||||
- .NET Core SDK: 6.0.428, 8.0.411, 9.0.203
|
||||
- .NET Core SDK: 6.0.428, 8.0.408, 9.0.203
|
||||
- nbgv 3.7.115+d31f50f4d1
|
||||
|
||||
### Databases
|
||||
@@ -210,21 +211,22 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
### Cached Tools
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
- 1.23.9
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.2
|
||||
- 22.16.0
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
|
||||
#### Python
|
||||
- 3.9.23
|
||||
- 3.10.18
|
||||
- 3.11.13
|
||||
- 3.12.11
|
||||
- 3.13.5
|
||||
- 3.8.18
|
||||
- 3.9.22
|
||||
- 3.10.17
|
||||
- 3.11.12
|
||||
- 3.12.10
|
||||
- 3.13.3
|
||||
|
||||
#### PyPy
|
||||
- 3.7.13 [PyPy 7.3.9]
|
||||
@@ -238,7 +240,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
- 3.3.8
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.10
|
||||
- PowerShell 7.4.7
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 12.1.0
|
||||
@@ -284,16 +286,16 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| alpine:3.18 | sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f | 2025-02-14 |
|
||||
| alpine:3.19 | sha256:e5d0aea7f7d2954678a9a6269ca2d06e06591881161961ea59e974dff3f12377 | 2025-02-14 |
|
||||
| debian:10 | sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225 | 2024-06-13 |
|
||||
| debian:11 | sha256:0d3279ff38fb2024358b2f24fbb99122f9a9a40618bb526b614527e998bcda28 | 2025-06-10 |
|
||||
| moby/buildkit:latest | sha256:dbc2dfd9342fd5c891ea94e9774c15cab985681e5ff995a9e366066aa0b9b2b4 | 2025-06-20 |
|
||||
| node:18 | sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783 | 2025-03-27 |
|
||||
| debian:11 | sha256:2a7f95bcf104c8410bf4d3b13c52f6e0e4334bb2edf8d80c7f9881e49447effe | 2025-04-28 |
|
||||
| moby/buildkit:latest | sha256:87afb62ed6a762bb65b85d53819f3b341fb74a36d1fc0a1153a64f367637bfda | 2025-04-29 |
|
||||
| node:18 | sha256:867be01f97d45cb7d89a8ef0b328d23e8207412ebec4564441ed8cabc8cc4ecd | 2025-03-27 |
|
||||
| node:18-alpine | sha256:8d6421d663b4c28fd3ebc498332f249011d118945588d0a35cb9bc4b8ca09d9e | 2025-03-27 |
|
||||
| node:20 | sha256:ba077fe891ce516b24bdbbd66d27d1e8e8c5a6e6b31ec7e7e559b45c3fca0643 | 2025-05-15 |
|
||||
| node:20-alpine | sha256:d3507a213936fe4ef54760a186e113db5188472d9efdf491686bd94580a1c1e8 | 2025-05-30 |
|
||||
| node:22 | sha256:71bcbb3b215b3fa84b5b167585675072f4c270855e37a599803f1a58141a0716 | 2025-05-21 |
|
||||
| node:22-alpine | sha256:41e4389f3d988d2ed55392df4db1420ad048ae53324a8e2b7c6d19508288107e | 2025-05-30 |
|
||||
| node:20 | sha256:6f076db82169a365abca591093bdf020f9e8827a8add8ea3826556c290b340c0 | 2025-04-22 |
|
||||
| node:20-alpine | sha256:c628bdc7ebc7f95b1b23249a445eb415ce68ae9def8b68364b35ee15e3065b0f | 2025-04-22 |
|
||||
| node:22 | sha256:a1f1274dadd49738bcd4cf552af43354bb781a7e9e3bc984cfeedc55aba2ddd8 | 2025-04-23 |
|
||||
| node:22-alpine | sha256:ad1aedbcc1b0575074a91ac146d6956476c1f9985994810e4ee02efd932a68fd | 2025-04-23 |
|
||||
| ubuntu:20.04 | sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214 | 2025-04-08 |
|
||||
| ubuntu:22.04 | sha256:01a3ee0b5e413cefaaffc6abe68c9c37879ae3cced56a8e088b1649e5b269eee | 2025-05-30 |
|
||||
| ubuntu:22.04 | sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240 | 2025-04-28 |
|
||||
|
||||
### Installed apt packages
|
||||
| Name | Version |
|
||||
@@ -329,7 +331,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| lib32z1 | 1:1.2.11.dfsg-2ubuntu9.2 |
|
||||
| libc++-dev | 1:14.0-55\~exp2 |
|
||||
| libc++abi-dev | 1:14.0-55\~exp2 |
|
||||
| libc6-dev | 2.35-0ubuntu3.10 |
|
||||
| libc6-dev | 2.35-0ubuntu3.9 |
|
||||
| libcurl4 | 7.81.0-1ubuntu1.20 |
|
||||
| libgbm-dev | 23.2.1-1ubuntu3.1\~22.04.3 |
|
||||
| libgconf-2-4 | 3.2.6-7ubuntu2 |
|
||||
@@ -339,20 +341,20 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| libmagickcore-dev | 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5 |
|
||||
| libmagickwand-dev | 8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5 |
|
||||
| libsecret-1-dev | 0.20.5-2 |
|
||||
| libsqlite3-dev | 3.37.2-2ubuntu0.4 |
|
||||
| libsqlite3-dev | 3.37.2-2ubuntu0.3 |
|
||||
| libssl-dev | 3.0.2-0ubuntu1.19 |
|
||||
| libtool | 2.4.6-15build2 |
|
||||
| libunwind8 | 1.3.2-2build2.1 |
|
||||
| libxkbfile-dev | 1:1.1.0-1build3 |
|
||||
| libxss1 | 1:1.2.3-1build2 |
|
||||
| libyaml-dev | 0.2.2-1build2 |
|
||||
| locales | 2.35-0ubuntu3.10 |
|
||||
| locales | 2.35-0ubuntu3.9 |
|
||||
| lz4 | 1.9.3-2build2 |
|
||||
| m4 | 1.4.18-5ubuntu2 |
|
||||
| make | 4.3-4.1build1 |
|
||||
| mediainfo | 22.03-1 |
|
||||
| mercurial | 6.1.1-1ubuntu1 |
|
||||
| net-tools | 1.60+git20181103.0eebece-1ubuntu5.4 |
|
||||
| net-tools | 1.60+git20181103.0eebece-1ubuntu5 |
|
||||
| netcat | 1.218-4ubuntu1 |
|
||||
| openssh-client | 1:8.9p1-3ubuntu0.13 |
|
||||
| p7zip-full | 16.02+dfsg-8 |
|
||||
@@ -368,24 +370,24 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| rsync | 3.2.7-0ubuntu0.22.04.4 |
|
||||
| shellcheck | 0.8.0-2 |
|
||||
| sphinxsearch | 2.2.11-8 |
|
||||
| sqlite3 | 3.37.2-2ubuntu0.4 |
|
||||
| sqlite3 | 3.37.2-2ubuntu0.3 |
|
||||
| ssh | 1:8.9p1-3ubuntu0.13 |
|
||||
| sshpass | 1.09-1 |
|
||||
| subversion | 1.14.1-3ubuntu0.22.04.1 |
|
||||
| sudo | 1.9.9-1ubuntu2.4 |
|
||||
| swig | 4.0.2-1ubuntu1 |
|
||||
| systemd-coredump | 249.11-0ubuntu3.16 |
|
||||
| systemd-coredump | 249.11-0ubuntu3.15 |
|
||||
| tar | 1.34+dfsg-1ubuntu0.1.22.04.2 |
|
||||
| telnet | 0.17-44build1 |
|
||||
| texinfo | 6.8-4build1 |
|
||||
| time | 1.9-0.1build2 |
|
||||
| tk | 8.6.11+1build2 |
|
||||
| tzdata | 2025b-0ubuntu0.22.04.1 |
|
||||
| tzdata | 2025b-0ubuntu0.22.04 |
|
||||
| unzip | 6.0-26ubuntu3.2 |
|
||||
| upx | 3.96-3 |
|
||||
| wget | 1.21.2-2ubuntu1.1 |
|
||||
| xorriso | 1.5.4-2 |
|
||||
| xvfb | 2:21.1.4-2ubuntu1.7\~22.04.15 |
|
||||
| xvfb | 2:21.1.4-2ubuntu1.7\~22.04.14 |
|
||||
| xz-utils | 5.2.5-2ubuntu1 |
|
||||
| zip | 3.0-12build2 |
|
||||
| zsync | 0.6.2-3ubuntu1 |
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu, MacOS] Breaking change: Updating Azure PowerShell Module version as 12.5.x from 2025-07-04](https://github.com/actions/runner-images/issues/12333) |
|
||||
| [[Windows & Ubuntu] .NET 6 will be removed from the images on 2025-08-01.](https://github.com/actions/runner-images/issues/12241) |
|
||||
| [[Ubuntu] Go version 1.21 will be removed from the images on 2025-06-13 and updated to the latest version 1.24 ,setting it as the default.](https://github.com/actions/runner-images/issues/12176) |
|
||||
| [[Ubuntu 22.04 and Windows 2022] Default Nodejs version will be set to 20 on 2025-06-02](https://github.com/actions/runner-images/issues/12143) |
|
||||
| [[Windows, Ubuntu] Python 3.8.x will be removed from 2025-06-06](https://github.com/actions/runner-images/issues/12034) |
|
||||
***
|
||||
# Ubuntu 24.04
|
||||
- OS Version: 24.04.2 LTS
|
||||
- Kernel Version: 6.11.0-1015-azure
|
||||
- Image Version: 20250622.1.0
|
||||
- Systemd version: 255.4-1ubuntu8.8
|
||||
- Kernel Version: 6.11.0-1014-azure
|
||||
- Image Version: 20250511.1.0
|
||||
- Systemd version: 255.4-1ubuntu8.6
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -21,23 +22,23 @@
|
||||
- GNU Fortran: 12.3.0, 13.3.0, 14.2.0
|
||||
- Julia 1.11.5
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Node.js 20.19.2
|
||||
- Node.js 20.19.1
|
||||
- Perl 5.38.2
|
||||
- Python 3.12.3
|
||||
- Ruby 3.2.3
|
||||
- Swift 6.1.2
|
||||
- Swift 6.1
|
||||
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.18.3
|
||||
- Homebrew 4.5.7
|
||||
- Helm 3.17.3
|
||||
- Homebrew 4.5.2
|
||||
- Miniconda 25.3.1
|
||||
- Npm 10.8.2
|
||||
- Pip 24.0
|
||||
- Pip3 24.0
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.4.20
|
||||
- Vcpkg (build from commit 0cf34c184c)
|
||||
- Vcpkg (build from commit ca846b2127)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -56,59 +57,59 @@ to accomplish this.
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.14
|
||||
- Gradle 8.14.2
|
||||
- Gradle 8.14
|
||||
- Lerna 8.2.2
|
||||
- Maven 3.9.10
|
||||
- Maven 3.9.9
|
||||
|
||||
### Tools
|
||||
- Ansible 2.18.6
|
||||
- AzCopy 10.29.1 - available by `azcopy` and `azcopy10` aliases
|
||||
- Ansible 2.18.5
|
||||
- AzCopy 10.29.0 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 8.2.1
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.36.1
|
||||
- Bicep 0.35.1
|
||||
- Buildah 1.33.7
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.0
|
||||
- Docker Amazon ECR Credential Helper 0.10.0
|
||||
- Docker Compose v2 2.36.2
|
||||
- Docker-Buildx 0.25.0
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Docker Amazon ECR Credential Helper 0.9.1
|
||||
- Docker Compose v2 2.35.1
|
||||
- Docker-Buildx 0.23.0
|
||||
- Docker Client 28.0.4
|
||||
- Docker Server 28.0.4
|
||||
- Fastlane 2.228.0
|
||||
- Fastlane 2.227.2
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.14
|
||||
- jq 1.7
|
||||
- Kind 0.29.0
|
||||
- Kubectl 1.33.2
|
||||
- Kind 0.27.0
|
||||
- Kubectl 1.33.0
|
||||
- Kustomize 5.6.0
|
||||
- MediaInfo 24.01
|
||||
- Mercurial 6.7.2
|
||||
- Minikube 1.34.0
|
||||
- n 10.2.0
|
||||
- n 10.1.0
|
||||
- Newman 6.2.1
|
||||
- nvm 0.40.3
|
||||
- OpenSSL 3.0.13-0ubuntu3.5
|
||||
- Packer 1.13.1
|
||||
- Parcel 2.15.4
|
||||
- Packer 1.12.0
|
||||
- Parcel 2.14.4
|
||||
- Podman 4.9.3
|
||||
- Pulumi 3.178.0
|
||||
- Pulumi 3.169.0
|
||||
- Skopeo 1.13.3
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- yamllint 1.37.1
|
||||
- yq 4.45.4
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.0
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.27.40
|
||||
- AWS CLI 2.27.12
|
||||
- AWS CLI Session Manager Plugin 1.2.707.0
|
||||
- AWS SAM CLI 1.141.0
|
||||
- Azure CLI 2.74.0
|
||||
- AWS SAM CLI 1.138.0
|
||||
- Azure CLI 2.72.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.74.2
|
||||
- Google Cloud CLI 527.0.0
|
||||
- GitHub CLI 2.72.0
|
||||
- Google Cloud CLI 521.0.0
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
@@ -120,7 +121,7 @@ to accomplish this.
|
||||
|
||||
### PHP Tools
|
||||
- PHP: 8.3.6
|
||||
- Composer 2.8.9
|
||||
- Composer 2.8.8
|
||||
- PHPUnit 8.5.42
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
@@ -129,26 +130,26 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
### Haskell Tools
|
||||
- Cabal 3.14.2.0
|
||||
- GHC 9.12.2
|
||||
- GHCup 0.1.50.2
|
||||
- GHCup 0.1.50.1
|
||||
- Stack 3.5.1
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
- Rust 1.87.0
|
||||
- Rustdoc 1.87.0
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 137.0.7151.119
|
||||
- ChromeDriver 137.0.7151.119
|
||||
- Chromium 137.0.7151.0
|
||||
- Microsoft Edge 137.0.3296.93
|
||||
- Microsoft Edge WebDriver 137.0.3296.93
|
||||
- Selenium server 4.33.0
|
||||
- Mozilla Firefox 139.0.4
|
||||
- Google Chrome 136.0.7103.92
|
||||
- ChromeDriver 136.0.7103.92
|
||||
- Chromium 136.0.7103.0
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge WebDriver 136.0.3240.64
|
||||
- Selenium server 4.32.0
|
||||
- Mozilla Firefox 138.0.1
|
||||
- Geckodriver 0.36.0
|
||||
|
||||
#### Environment variables
|
||||
@@ -160,7 +161,7 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
| SELENIUM_JAR_PATH | /usr/share/java/selenium-server.jar |
|
||||
|
||||
### .NET Tools
|
||||
- .NET Core SDK: 8.0.117
|
||||
- .NET Core SDK: 8.0.115
|
||||
- nbgv 3.7.115+d31f50f4d1
|
||||
|
||||
### Databases
|
||||
@@ -186,21 +187,21 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
### Cached Tools
|
||||
|
||||
#### Go
|
||||
- 1.21.13
|
||||
- 1.22.12
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
- 1.23.9
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.2
|
||||
- 22.16.0
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
|
||||
#### Python
|
||||
- 3.9.23
|
||||
- 3.10.18
|
||||
- 3.11.13
|
||||
- 3.12.11
|
||||
- 3.13.5
|
||||
- 3.9.22
|
||||
- 3.10.17
|
||||
- 3.11.12
|
||||
- 3.12.10
|
||||
- 3.13.3
|
||||
|
||||
#### PyPy
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
@@ -211,7 +212,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
- 3.3.8
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.10
|
||||
- PowerShell 7.4.7
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 12.1.0
|
||||
@@ -278,7 +279,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| iproute2 | 6.1.0-1ubuntu6 |
|
||||
| iputils-ping | 3:20240117-1build1 |
|
||||
| jq | 1.7.1-3build1 |
|
||||
| libsqlite3-dev | 3.45.1-1ubuntu2.3 |
|
||||
| libsqlite3-dev | 3.45.1-1ubuntu2.1 |
|
||||
| libssl-dev | 3.0.13-0ubuntu3.5 |
|
||||
| libtool | 2.4.7-7build1 |
|
||||
| libyaml-dev | 0.2.5-1build1 |
|
||||
@@ -288,9 +289,9 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| make | 4.3-4.1build2 |
|
||||
| mediainfo | 24.01.1-1build2 |
|
||||
| mercurial | 6.7.2-1ubuntu2.2 |
|
||||
| net-tools | 2.10-0.1ubuntu4.4 |
|
||||
| net-tools | 2.10-0.1ubuntu4 |
|
||||
| netcat | 1.226-1ubuntu2 |
|
||||
| openssh-client | 1:9.6p1-3ubuntu13.12 |
|
||||
| openssh-client | 1:9.6p1-3ubuntu13.11 |
|
||||
| p7zip-full | 16.02+transitional.1 |
|
||||
| p7zip-rar | 16.02+transitional.1 |
|
||||
| parallel | 20231122+ds-1 |
|
||||
@@ -303,23 +304,23 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| rsync | 3.2.7-1ubuntu1.2 |
|
||||
| shellcheck | 0.9.0-1 |
|
||||
| sphinxsearch | 2.2.11-8build1 |
|
||||
| sqlite3 | 3.45.1-1ubuntu2.3 |
|
||||
| ssh | 1:9.6p1-3ubuntu13.12 |
|
||||
| sqlite3 | 3.45.1-1ubuntu2.1 |
|
||||
| ssh | 1:9.6p1-3ubuntu13.11 |
|
||||
| sshpass | 1.09-1 |
|
||||
| sudo | 1.9.15p5-3ubuntu5 |
|
||||
| swig | 4.2.0-2ubuntu1 |
|
||||
| systemd-coredump | 255.4-1ubuntu8.8 |
|
||||
| systemd-coredump | 255.4-1ubuntu8.6 |
|
||||
| tar | 1.35+dfsg-3build1 |
|
||||
| telnet | 0.17+2.5-3ubuntu4 |
|
||||
| texinfo | 7.1-3build2 |
|
||||
| time | 1.9-0.2build1 |
|
||||
| tk | 8.6.14build1 |
|
||||
| tree | 2.1.1-2ubuntu3 |
|
||||
| tzdata | 2025b-0ubuntu0.24.04.1 |
|
||||
| tzdata | 2025b-0ubuntu0.24.04 |
|
||||
| unzip | 6.0-28ubuntu4.1 |
|
||||
| upx | 4.2.2-3 |
|
||||
| wget | 1.21.4-1ubuntu4.1 |
|
||||
| xvfb | 2:21.1.12-1ubuntu1.4 |
|
||||
| xvfb | 2:21.1.12-1ubuntu1.3 |
|
||||
| xz-utils | 5.6.1+really5.4.5-1ubuntu0.2 |
|
||||
| zip | 3.0-13ubuntu0.2 |
|
||||
| zsync | 0.6.2-5build1 |
|
||||
|
||||
@@ -13,12 +13,12 @@ printf "https://archive.ubuntu.com/ubuntu/\tpriority:2\n" | tee -a /etc/apt/apt-
|
||||
printf "https://security.ubuntu.com/ubuntu/\tpriority:3\n" | tee -a /etc/apt/apt-mirrors.txt
|
||||
|
||||
if is_ubuntu24; then
|
||||
sed -i 's|http://azure\.archive\.ubuntu\.com/ubuntu/|mirror+file:/etc/apt/apt-mirrors.txt|' /etc/apt/sources.list.d/ubuntu.sources
|
||||
sed -i 's/http:\/\/azure.archive.ubuntu.com\/ubuntu\//mirror+file:\/etc\/apt\/apt-mirrors.txt/' /etc/apt/sources.list.d/ubuntu.sources
|
||||
|
||||
# Apt changes to survive Cloud Init
|
||||
cp -f /etc/apt/sources.list.d/ubuntu.sources /etc/cloud/templates/sources.list.ubuntu.deb822.tmpl
|
||||
else
|
||||
sed -i 's|http://azure\.archive\.ubuntu\.com/ubuntu/|mirror+file:/etc/apt/apt-mirrors.txt|' /etc/apt/sources.list
|
||||
sed -i 's/http:\/\/azure.archive.ubuntu.com\/ubuntu\//mirror+file:\/etc\/apt\/apt-mirrors.txt/' /etc/apt/sources.list
|
||||
|
||||
# Apt changes to survive Cloud Init
|
||||
cp -f /etc/apt/sources.list /etc/cloud/templates/sources.list.ubuntu.tmpl
|
||||
|
||||
@@ -30,7 +30,7 @@ bundle_tag_name="codeql-bundle-v$bundle_version"
|
||||
echo "Downloading CodeQL bundle $bundle_version..."
|
||||
# Note that this is the all-platforms CodeQL bundle, to support scenarios where customers run
|
||||
# different operating systems within containers.
|
||||
codeql_archive=$(download_with_retry "https://github.com/github/codeql-action/releases/download/$bundle_tag_name/codeql-bundle-linux64.tar.gz")
|
||||
codeql_archive=$(download_with_retry "https://github.com/github/codeql-action/releases/download/$bundle_tag_name/codeql-bundle.tar.gz")
|
||||
|
||||
codeql_toolcache_path="$AGENT_TOOLSDIRECTORY/CodeQL/$bundle_version/x64"
|
||||
mkdir -p "$codeql_toolcache_path"
|
||||
|
||||
@@ -129,7 +129,7 @@ function Invoke-DownloadWithRetry {
|
||||
for ($retries = 20; $retries -gt 0; $retries--) {
|
||||
try {
|
||||
$attemptStartTime = Get-Date
|
||||
Invoke-WebRequest -Uri $Url -Outfile $DestinationPath
|
||||
(New-Object System.Net.WebClient).DownloadFile($Url, $DestinationPath)
|
||||
$attemptSeconds = [math]::Round(($(Get-Date) - $attemptStartTime).TotalSeconds, 2)
|
||||
Write-Host "Package downloaded in $attemptSeconds seconds"
|
||||
break
|
||||
|
||||
@@ -9,13 +9,7 @@ Describe "Disk free space" -Skip:(-not [String]::IsNullOrEmpty($env:AGENT_NAME)
|
||||
|
||||
Describe "fwupd removed" {
|
||||
It "Is not present on box" {
|
||||
$systemctlOutput = & systemctl list-unit fwupd-refresh.timer --no-legend
|
||||
# When disabled the output looks like this:
|
||||
#❯ systemctl list-units fwupd-refresh.timer --no-legend
|
||||
#● fwupd-refresh.timer masked failed failed fwupd-refresh.timer
|
||||
# When enabled the output looks like this:
|
||||
#❯ systemctl list-units fwupd-refresh.timer --no-legend
|
||||
#fwupd-refresh.timer loaded active waiting Refresh fwupd metadata regularly
|
||||
$systemctlOutput | Should -Not -Match "active"
|
||||
$systemctlOutput = & systemctl list-unit-files fwupd-refresh.timer
|
||||
$systemctlOutput | Should -Match "masked"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
"platform_version": "22.04",
|
||||
"arch": "x64",
|
||||
"versions": [
|
||||
"3.8.*",
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
@@ -42,11 +43,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "linux",
|
||||
"versions": [
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
"1.23.*"
|
||||
],
|
||||
"default": "1.24.*"
|
||||
"default": "1.23.*"
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
@@ -70,7 +71,7 @@
|
||||
"java": {
|
||||
"default": "11",
|
||||
"versions": [ "8", "11", "17", "21"],
|
||||
"maven": "3.9.10"
|
||||
"maven": "3.9.9"
|
||||
},
|
||||
"android": {
|
||||
"cmdline-tools": "commandlinetools-linux-9477386_latest.zip",
|
||||
@@ -105,7 +106,7 @@
|
||||
{
|
||||
"name": "az",
|
||||
"versions": [
|
||||
"12.5.0"
|
||||
"12.1.0"
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -250,7 +251,7 @@
|
||||
},
|
||||
{
|
||||
"plugin": "compose",
|
||||
"version": "2.36.2",
|
||||
"version": "2.35.1",
|
||||
"asset": "linux-x86_64"
|
||||
}
|
||||
]
|
||||
@@ -314,7 +315,7 @@
|
||||
"version": "4"
|
||||
},
|
||||
"node": {
|
||||
"default": "20"
|
||||
"default": "18"
|
||||
},
|
||||
"node_modules": [
|
||||
{
|
||||
|
||||
@@ -40,11 +40,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "linux",
|
||||
"versions": [
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
"1.23.*"
|
||||
],
|
||||
"default": "1.24.*"
|
||||
"default": "1.23.*"
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
@@ -67,7 +67,7 @@
|
||||
"java": {
|
||||
"default": "17",
|
||||
"versions": [ "8", "11", "17", "21"],
|
||||
"maven": "3.9.10"
|
||||
"maven": "3.9.9"
|
||||
},
|
||||
"android": {
|
||||
"cmdline-tools": "commandlinetools-linux-11076708_latest.zip",
|
||||
@@ -99,7 +99,7 @@
|
||||
{
|
||||
"name": "az",
|
||||
"versions": [
|
||||
"12.5.0"
|
||||
"12.1.0"
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -210,7 +210,7 @@
|
||||
},
|
||||
{
|
||||
"plugin": "compose",
|
||||
"version": "2.36.2",
|
||||
"version": "2.36.0",
|
||||
"asset": "linux-x86_64"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu, MacOS] CodeQL bundle will contain only platform-specific binaries on 2025-06-30](https://github.com/actions/runner-images/issues/12453) |
|
||||
| [[Windows Server 2025] image will no longer have D:/ drive accessible to users from 2025-07-14](https://github.com/actions/runner-images/issues/12416) |
|
||||
| [[Windows, Ubuntu, MacOS] Breaking change: Updating Azure PowerShell Module version as 12.5.x from 2025-07-04](https://github.com/actions/runner-images/issues/12333) |
|
||||
| [[Windows & Ubuntu] .NET 6 will be removed from the images on 2025-08-01.](https://github.com/actions/runner-images/issues/12241) |
|
||||
| [[Ubuntu 22.04 and Windows 2022] Default Nodejs version will be set to 20 on 2025-06-02](https://github.com/actions/runner-images/issues/12143) |
|
||||
| [The Windows 2019 Actions runner image will begin deprecation on 2025-06-01 and will be fully unsupported by 2025-06-30](https://github.com/actions/runner-images/issues/12045) |
|
||||
| [[Windows, Ubuntu] Python 3.8.x will be removed from 2025-06-06](https://github.com/actions/runner-images/issues/12034) |
|
||||
| [[Windows 19 and 22] Ruby version 3.0 will be removed from Windows images on 2025-06-06](https://github.com/actions/runner-images/issues/12033) |
|
||||
| [[Windows-2025] LLVM will be updated to version 20 on 2025-06-06](https://github.com/actions/runner-images/issues/12001) |
|
||||
| [Windows Server 2025 is now available](https://github.com/actions/runner-images/issues/11228) |
|
||||
***
|
||||
# Windows Server 2019
|
||||
- OS Version: 10.0.17763 Build 7434
|
||||
- Image Version: 20250623.2.0
|
||||
- OS Version: 10.0.17763 Build 7240
|
||||
- Image Version: 20250511.1.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -18,27 +18,27 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.4
|
||||
- Julia 1.11.5
|
||||
- Go 1.24.3
|
||||
- Julia 1.10.5
|
||||
- Kotlin 2.1.10
|
||||
- LLVM 18.1.8
|
||||
- Node 18.20.8
|
||||
- Perl 5.32.1
|
||||
- PHP 8.4.8
|
||||
- PHP 8.4.7
|
||||
- Python 3.9.13
|
||||
- Ruby 3.3.8
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Chocolatey 2.4.3
|
||||
- Composer 2.8.9
|
||||
- Helm 3.18.2
|
||||
- Composer 2.8.8
|
||||
- Helm 3.17.3
|
||||
- Miniconda 25.3.1 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.14.0.116
|
||||
- NuGet 6.13.2.1
|
||||
- pip 25.1.1 (python 3.9)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.5.22
|
||||
- Vcpkg (build from commit 2e58bb35ff)
|
||||
- RubyGems 3.2.33
|
||||
- Vcpkg (build from commit ca846b2127)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -50,31 +50,31 @@
|
||||
### Project Management
|
||||
- Ant 1.10.15
|
||||
- Gradle 8.14
|
||||
- Maven 3.9.10
|
||||
- sbt 1.11.2
|
||||
- Maven 3.9.9
|
||||
- sbt 1.10.11
|
||||
|
||||
### Tools
|
||||
- 7zip 24.09
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.1
|
||||
- Bazel 8.3.0
|
||||
- azcopy 10.29.0
|
||||
- Bazel 8.2.1
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.36.1
|
||||
- Bicep 0.35.1
|
||||
- Cabal 3.14.2.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.0
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.2
|
||||
- Docker-wincred 0.9.3
|
||||
- ghc 9.12.2
|
||||
- Git 2.50.0.windows.1
|
||||
- Git 2.49.0.windows.1
|
||||
- Git LFS 3.6.1
|
||||
- Google Cloud CLI 527.0.0
|
||||
- Google Cloud CLI 521.0.0
|
||||
- ImageMagick 7.1.1-47
|
||||
- InnoSetup 6.4.0
|
||||
- jq 1.7.1
|
||||
- Kind 0.29.0
|
||||
- Kubectl 1.33.2
|
||||
- Kind 0.27.0
|
||||
- Kubectl 1.33.0
|
||||
- Mercurial 5.0
|
||||
- gcc 8.1.0
|
||||
- gdb 8.1
|
||||
@@ -83,8 +83,8 @@
|
||||
- NSIS 3.10
|
||||
- OpenSSL 1.1.1w
|
||||
- Packer 1.12.0
|
||||
- Parcel 2.15.4
|
||||
- Pulumi 3.178.0
|
||||
- Parcel 2.14.4
|
||||
- Pulumi 3.167.0
|
||||
- R 4.4.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.5.1
|
||||
@@ -95,41 +95,41 @@
|
||||
- WiX Toolset 3.14.1.8722
|
||||
- yamllint 1.37.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.0
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.284
|
||||
- AWS CLI 2.27.40
|
||||
- AWS SAM CLI 1.141.0
|
||||
- Alibaba Cloud CLI 3.0.275
|
||||
- AWS CLI 2.27.12
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI 2.72.0
|
||||
- Azure DevOps CLI extension 1.0.1
|
||||
- Cloud Foundry CLI 8.14.1
|
||||
- GitHub CLI 2.74.2
|
||||
- Cloud Foundry CLI 8.13.0
|
||||
- GitHub CLI 2.72.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
- Rust 1.87.0
|
||||
- Rustdoc 1.87.0
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- bindgen 0.72.0
|
||||
- bindgen 0.71.1
|
||||
- cargo-audit 0.21.2
|
||||
- cargo-outdated 0.17.0
|
||||
- cbindgen 0.29.0
|
||||
- Clippy 0.1.87
|
||||
- cbindgen 0.28.0
|
||||
- Clippy 0.1.86
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 137.0.7151.120
|
||||
- Chrome Driver 137.0.7151.119
|
||||
- Microsoft Edge 137.0.3296.93
|
||||
- Microsoft Edge Driver 137.0.3296.93
|
||||
- Mozilla Firefox 139.0.4
|
||||
- Google Chrome 136.0.7103.93
|
||||
- Chrome Driver 136.0.7103.92
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge Driver 136.0.3240.64
|
||||
- Mozilla Firefox 138.0.1
|
||||
- Gecko Driver 0.36.0
|
||||
- IE Driver 4.14.0.0
|
||||
- Selenium server 4.33.0
|
||||
- Selenium server 4.32.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -171,20 +171,21 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.3
|
||||
- 22.16.0
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
|
||||
#### Python
|
||||
- 3.8.10
|
||||
- 3.9.13
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.5
|
||||
- 3.13.3
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.19]
|
||||
@@ -195,6 +196,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 3.10.16 [PyPy 7.3.19]
|
||||
|
||||
#### Ruby
|
||||
- 3.0.7
|
||||
- 3.1.7
|
||||
- 3.2.8
|
||||
- 3.3.8
|
||||
@@ -219,7 +221,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| 5.0.31.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.23.0
|
||||
- Azure CosmosDb Emulator 2.14.22.0
|
||||
- DacFx 170.0.94.3
|
||||
- MySQL 5.7.44.0
|
||||
- SQL OLEDB Driver 18.7.4.0
|
||||
@@ -232,14 +234,14 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Nginx | 1.27.5 | C:\tools\nginx-1.27.5\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
|
||||
### Visual Studio Enterprise 2019
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | -------------- | -------------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2019 | 16.11.36128.20 | C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise |
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | --------------- | -------------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2019 | 16.11.35931.194 | C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise |
|
||||
|
||||
#### Workloads, components and extensions
|
||||
| Package | Version |
|
||||
| ------------------------------------------------------------------------- | --------------- |
|
||||
| Component.Android.NDK.R16B | 16.11.36123.19 |
|
||||
| Component.Android.NDK.R16B | 16.11.35931.194 |
|
||||
| Component.Android.SDK25.Private | 16.0.28625.61 |
|
||||
| Component.Android.SDK30 | 16.10.31205.252 |
|
||||
| Component.Ant | 1.9.3.8 |
|
||||
@@ -262,7 +264,8 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Component.VSInstallerProjects | 1.0.2 |
|
||||
| Component.WixToolset.VisualStudioExtension.Dev16 | 1.0.0.22 |
|
||||
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
|
||||
| Component.Xamarin | 16.11.36101.21 |
|
||||
| Component.Xamarin | 16.10.31205.252 |
|
||||
| Component.Xamarin.RemotedSimulator | 16.11.32629.160 |
|
||||
| Microsoft.Component.Azure.DataLake.Tools | 16.10.31205.252 |
|
||||
| Microsoft.Component.ClickOnce | 16.11.31603.221 |
|
||||
| Microsoft.Component.MSBuild | 16.11.33214.272 |
|
||||
@@ -293,7 +296,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.Net.ComponentGroup.TargetingPacks.Common | 16.0.28516.191 |
|
||||
| Microsoft.NetCore.Component.DevelopmentTools | 16.11.33214.272 |
|
||||
| Microsoft.NetCore.Component.Web | 16.11.33214.272 |
|
||||
| Microsoft.VisualStudio.Component.AppInsights.Tools | 16.11.36128.20 |
|
||||
| Microsoft.VisualStudio.Component.AppInsights.Tools | 16.5.29515.121 |
|
||||
| Microsoft.VisualStudio.Component.AspNet45 | 16.10.31205.252 |
|
||||
| Microsoft.VisualStudio.Component.Azure.AuthoringTools | 16.11.31827.77 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ClientLibs | 16.11.34829.67 |
|
||||
@@ -308,7 +311,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.VisualStudio.Component.ClassDesigner | 16.0.28528.71 |
|
||||
| Microsoft.VisualStudio.Component.CloudExplorer | 16.0.28625.61 |
|
||||
| Microsoft.VisualStudio.Component.CodeMap | 16.0.28625.61 |
|
||||
| Microsoft.VisualStudio.Component.Common.Azure.Tools | 16.11.36128.20 |
|
||||
| Microsoft.VisualStudio.Component.Common.Azure.Tools | 16.4.29409.204 |
|
||||
| Microsoft.VisualStudio.Component.CoreEditor | 16.1.28811.260 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.JustInTime | 16.0.28517.75 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.Snapshot | 16.5.29813.82 |
|
||||
@@ -446,8 +449,8 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.VisualStudio.Workload.ManagedDesktop | 16.11.33214.272 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedGame | 16.10.31205.180 |
|
||||
| Microsoft.VisualStudio.Workload.NativeCrossPlat | 16.10.31205.180 |
|
||||
| Microsoft.VisualStudio.Workload.NativeDesktop | 16.11.36128.20 |
|
||||
| Microsoft.VisualStudio.Workload.NativeGame | 16.11.36128.20 |
|
||||
| Microsoft.VisualStudio.Workload.NativeDesktop | 16.11.31727.170 |
|
||||
| Microsoft.VisualStudio.Workload.NativeGame | 16.11.31727.170 |
|
||||
| Microsoft.VisualStudio.Workload.NativeMobile | 16.10.31205.180 |
|
||||
| Microsoft.VisualStudio.Workload.NetCoreTools | 16.11.33214.272 |
|
||||
| Microsoft.VisualStudio.Workload.NetCrossPlat | 16.11.33214.272 |
|
||||
@@ -455,7 +458,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.VisualStudio.Workload.Node | 16.10.31205.180 |
|
||||
| Microsoft.VisualStudio.Workload.Office | 16.11.33214.272 |
|
||||
| Microsoft.VisualStudio.Workload.Python | 16.11.33328.57 |
|
||||
| Microsoft.VisualStudio.Workload.Universal | 16.11.36128.20 |
|
||||
| Microsoft.VisualStudio.Workload.Universal | 16.11.33214.272 |
|
||||
| Microsoft.VisualStudio.Workload.VisualStudioExtension | 16.10.31205.180 |
|
||||
| ms-biztalk.BizTalk | 3.13.2.0 |
|
||||
| ProBITools.MicrosoftAnalysisServicesModelingProjects | 2.9.18 |
|
||||
@@ -478,10 +481,10 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft Visual C++ 2013 Minimum Runtime | x86 | 12.0.21005 |
|
||||
| Microsoft Visual C++ 2019 Debug Runtime | x64 | 14.29.30157 |
|
||||
| Microsoft Visual C++ 2019 Debug Runtime | x86 | 14.29.30157 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.42.34438 |
|
||||
|
||||
#### Installed Windows SDKs
|
||||
- 10.0.14393.0
|
||||
@@ -495,19 +498,19 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 10.0.22621.0
|
||||
|
||||
### .NET Core Tools
|
||||
- .NET Core SDK: 6.0.136, 6.0.203, 6.0.321, 6.0.428, 8.0.117, 8.0.206, 8.0.314, 8.0.411, 9.0.107, 9.0.205, 9.0.301
|
||||
- .NET Core SDK: 6.0.136, 6.0.203, 6.0.321, 6.0.428, 8.0.115, 8.0.206, 8.0.311, 8.0.408, 9.0.105, 9.0.203
|
||||
- .NET Framework: 4.7.2, 4.8
|
||||
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.36, 8.0.6, 8.0.17, 9.0.6
|
||||
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.36, 8.0.6, 8.0.17, 9.0.6
|
||||
- Microsoft.WindowsDesktop.App: 6.0.5, 6.0.26, 6.0.36, 8.0.6, 8.0.17, 9.0.6
|
||||
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.36, 8.0.6, 8.0.15, 9.0.4
|
||||
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.36, 8.0.6, 8.0.15, 9.0.4
|
||||
- Microsoft.WindowsDesktop.App: 6.0.5, 6.0.26, 6.0.36, 8.0.6, 8.0.15, 9.0.4
|
||||
- nbgv 3.7.115+d31f50f4d1
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.10
|
||||
- PowerShell 7.4.7
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 12.1.0
|
||||
- AWSPowershell: 5.0.0
|
||||
- AWSPowershell: 4.1.817
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.28.0
|
||||
@@ -525,7 +528,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Android Emulator | 35.5.10 |
|
||||
| Android SDK Build-tools | 36.0.0<br>35.0.0 35.0.1<br>34.0.0<br>33.0.0 33.0.1 33.0.2 33.0.3<br>32.0.0<br>31.0.0<br>30.0.2 |
|
||||
| Android SDK Platforms | android-36 (rev 2)<br>android-35-ext15 (rev 1)<br>android-35-ext14 (rev 1)<br>android-35 (rev 2)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34-ext10 (rev 1)<br>android-34 (rev 3)<br>android-33-ext5 (rev 1)<br>android-33-ext4 (rev 1)<br>android-33 (rev 3)<br>android-32 (rev 1)<br>android-31 (rev 1)<br>android-30 (rev 3) |
|
||||
| Android SDK Platform-Tools | 36.0.0 |
|
||||
| Android SDK Platform-Tools | 35.0.2 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.18.1<br>3.22.1<br>3.31.5 |
|
||||
| Google APIs | addon-google_apis-google-21<br>addon-google_apis-google-22<br>addon-google_apis-google-23<br>addon-google_apis-google-24 |
|
||||
@@ -546,9 +549,9 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
### Cached Docker images
|
||||
| Repository:Tag | Digest | Created |
|
||||
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------- |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019 | sha256:b679037695b2d508ed7e20afe1f02e69e5ecaa6232e9809f6e512ea8ddfe08e5 | 2025-06-10 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019 | sha256:2061198adfaafa26f28f9b758910651597ab312504928f63ef842e12da4f8e1d | 2025-06-10 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 | sha256:64aaee0de7cc78a6c833c1ae60e6c1814a9348ab378a206a35c99e482e9beb2b | 2025-06-10 |
|
||||
| mcr.microsoft.com/windows/nanoserver:1809 | sha256:7c720f345ff7784cee12a5464bb5d5222c6348bd6da2cd29d666e49867958b0e | 2025-06-04 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2019 | sha256:862b24ccf5e399fc3bea746c7ac68c16f3fbcfa199532a3e506b7e03e57217b9 | 2025-06-04 |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019 | sha256:d84580a8ec93e53ada9d4694c4c90c678514687bbe7e3b97c6d4ce7663940d24 | 2025-04-25 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019 | sha256:15e7497e9d0fb2767fdd865fbc783e3b4672e190ab95b295bca892379b3c420f | 2025-04-25 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 | sha256:feb36dfb2388364fa7844664b5102cf76c189169ef6599b517228d3b82e7b398 | 2025-04-25 |
|
||||
| mcr.microsoft.com/windows/nanoserver:1809 | sha256:a728b60718df567cf9b8981be370ad3824b4d60018f33664f0e2477844abc440 | 2025-04-15 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2019 | sha256:ea7b7af45052c49ca9157bd5ae9418f26babce9144450ac0830e20c7fbdd5583 | 2025-04-15 |
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu, MacOS] CodeQL bundle will contain only platform-specific binaries on 2025-06-30](https://github.com/actions/runner-images/issues/12453) |
|
||||
| [[Windows Server 2025] image will no longer have D:/ drive accessible to users from 2025-07-14](https://github.com/actions/runner-images/issues/12416) |
|
||||
| [[Windows, Ubuntu, MacOS] Breaking change: Updating Azure PowerShell Module version as 12.5.x from 2025-07-04](https://github.com/actions/runner-images/issues/12333) |
|
||||
| [[Windows & Ubuntu] .NET 6 will be removed from the images on 2025-08-01.](https://github.com/actions/runner-images/issues/12241) |
|
||||
| [[Ubuntu 22.04 and Windows 2022] Default Nodejs version will be set to 20 on 2025-06-02](https://github.com/actions/runner-images/issues/12143) |
|
||||
| [The Windows 2019 Actions runner image will begin deprecation on 2025-06-01 and will be fully unsupported by 2025-06-30](https://github.com/actions/runner-images/issues/12045) |
|
||||
| [[Windows, Ubuntu] Python 3.8.x will be removed from 2025-06-06](https://github.com/actions/runner-images/issues/12034) |
|
||||
| [[Windows 19 and 22] Ruby version 3.0 will be removed from Windows images on 2025-06-06](https://github.com/actions/runner-images/issues/12033) |
|
||||
| [[Windows-2025] LLVM will be updated to version 20 on 2025-06-06](https://github.com/actions/runner-images/issues/12001) |
|
||||
| [Windows Server 2025 is now available](https://github.com/actions/runner-images/issues/11228) |
|
||||
***
|
||||
# Windows Server 2022
|
||||
- OS Version: 10.0.20348 Build 3807
|
||||
- Image Version: 20250623.1.0
|
||||
- OS Version: 10.0.20348 Build 3561
|
||||
- Image Version: 20250511.1.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -18,27 +18,27 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.4
|
||||
- Julia 1.11.5
|
||||
- Go 1.24.3
|
||||
- Julia 1.10.5
|
||||
- Kotlin 2.1.10
|
||||
- LLVM 18.1.8
|
||||
- Node 20.19.3
|
||||
- Node 18.20.8
|
||||
- Perl 5.32.1
|
||||
- PHP 8.4.8
|
||||
- PHP 8.4.7
|
||||
- Python 3.9.13
|
||||
- Ruby 3.3.8
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Chocolatey 2.4.3
|
||||
- Composer 2.8.9
|
||||
- Helm 3.18.2
|
||||
- Composer 2.8.8
|
||||
- Helm 3.17.3
|
||||
- Miniconda 25.3.1 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.14.0.116
|
||||
- NuGet 6.13.2.1
|
||||
- pip 25.1.1 (python 3.9)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.5.22
|
||||
- Vcpkg (build from commit 0cf34c184c)
|
||||
- RubyGems 3.2.33
|
||||
- Vcpkg (build from commit ca846b2127)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -50,30 +50,30 @@
|
||||
### Project Management
|
||||
- Ant 1.10.15
|
||||
- Gradle 8.14
|
||||
- Maven 3.9.10
|
||||
- sbt 1.11.2
|
||||
- Maven 3.9.9
|
||||
- sbt 1.10.11
|
||||
|
||||
### Tools
|
||||
- 7zip 24.09
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.1
|
||||
- azcopy 10.29.0
|
||||
- Bazel 8.2.1
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.36.1
|
||||
- Bicep 0.35.1
|
||||
- Cabal 3.14.2.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.0
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.2
|
||||
- Docker-wincred 0.9.3
|
||||
- ghc 9.12.2
|
||||
- Git 2.50.0.windows.1
|
||||
- Git 2.49.0.windows.1
|
||||
- Git LFS 3.6.1
|
||||
- ImageMagick 7.1.1-47
|
||||
- InnoSetup 6.4.0
|
||||
- jq 1.7.1
|
||||
- Kind 0.29.0
|
||||
- Kubectl 1.33.2
|
||||
- Kind 0.27.0
|
||||
- Kubectl 1.33.0
|
||||
- Mercurial 5.0
|
||||
- gcc 12.2.0
|
||||
- gdb 11.2
|
||||
@@ -82,7 +82,7 @@
|
||||
- NSIS 3.10
|
||||
- OpenSSL 1.1.1w
|
||||
- Packer 1.12.0
|
||||
- Pulumi 3.178.0
|
||||
- Pulumi 3.167.0
|
||||
- R 4.4.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.5.1
|
||||
@@ -93,40 +93,40 @@
|
||||
- WiX Toolset 3.14.1.8722
|
||||
- yamllint 1.37.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.0
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.284
|
||||
- AWS CLI 2.27.40
|
||||
- AWS SAM CLI 1.141.0
|
||||
- Alibaba Cloud CLI 3.0.275
|
||||
- AWS CLI 2.27.12
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI 2.72.0
|
||||
- Azure DevOps CLI extension 1.0.1
|
||||
- GitHub CLI 2.74.2
|
||||
- GitHub CLI 2.72.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
- Rust 1.87.0
|
||||
- Rustdoc 1.87.0
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- bindgen 0.72.0
|
||||
- bindgen 0.71.1
|
||||
- cargo-audit 0.21.2
|
||||
- cargo-outdated 0.17.0
|
||||
- cbindgen 0.29.0
|
||||
- Clippy 0.1.87
|
||||
- cbindgen 0.28.0
|
||||
- Clippy 0.1.86
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 137.0.7151.120
|
||||
- Chrome Driver 137.0.7151.119
|
||||
- Microsoft Edge 137.0.3296.93
|
||||
- Microsoft Edge Driver 137.0.3296.93
|
||||
- Mozilla Firefox 139.0.4
|
||||
- Google Chrome 136.0.7103.93
|
||||
- Chrome Driver 136.0.7103.92
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge Driver 136.0.3240.64
|
||||
- Mozilla Firefox 138.0.1
|
||||
- Gecko Driver 0.36.0
|
||||
- IE Driver 4.14.0.0
|
||||
- Selenium server 4.33.0
|
||||
- Selenium server 4.32.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -165,20 +165,21 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.2
|
||||
- 22.16.0
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
|
||||
#### Python
|
||||
- 3.8.10
|
||||
- 3.9.13
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.5
|
||||
- 3.13.3
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.19]
|
||||
@@ -188,6 +189,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 3.10.16 [PyPy 7.3.19]
|
||||
|
||||
#### Ruby
|
||||
- 3.0.7
|
||||
- 3.1.7
|
||||
- 3.2.8
|
||||
- 3.3.8
|
||||
@@ -212,7 +214,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| 5.0.31.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.23.0
|
||||
- Azure CosmosDb Emulator 2.14.22.0
|
||||
- DacFx 170.0.94.3
|
||||
- MySQL 8.0.42.0
|
||||
- SQL OLEDB Driver 18.7.4.0
|
||||
@@ -225,249 +227,250 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Nginx | 1.27.5 | C:\tools\nginx-1.27.5\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
|
||||
### Visual Studio Enterprise 2022
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | -------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.14.36203.30 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | --------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.13.35825.156 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
|
||||
#### Workloads, components and extensions
|
||||
| Package | Version |
|
||||
| ------------------------------------------------------------------------- | --------------- |
|
||||
| android | 35.0.61.0 |
|
||||
| Component.Android.NDK.R23C | 17.14.36015.10 |
|
||||
| Component.Android.SDK.MAUI | 17.14.36015.10 |
|
||||
| Component.Dotfuscator | 17.14.36015.10 |
|
||||
| Component.Linux.CMake | 17.14.36108.8 |
|
||||
| Component.Linux.RemoteFileExplorer | 17.14.36108.8 |
|
||||
| Component.MDD.Android | 17.14.36015.10 |
|
||||
| Component.MDD.Linux | 17.14.36108.8 |
|
||||
| Component.MDD.Linux.GCC.arm | 17.14.36015.10 |
|
||||
| android | 35.0.39.0 |
|
||||
| Component.Android.NDK.R23C | 17.13.35710.127 |
|
||||
| Component.Android.SDK.MAUI | 17.13.35710.127 |
|
||||
| Component.Dotfuscator | 17.13.35710.127 |
|
||||
| Component.Linux.CMake | 17.13.35710.127 |
|
||||
| Component.Linux.RemoteFileExplorer | 17.13.35710.127 |
|
||||
| Component.MDD.Android | 17.13.35710.127 |
|
||||
| Component.MDD.Linux | 17.13.35710.127 |
|
||||
| Component.MDD.Linux.GCC.arm | 17.13.35710.127 |
|
||||
| Component.Microsoft.VisualStudio.LiveShare.2022 | 1.0.5949 |
|
||||
| Component.Microsoft.VisualStudio.RazorExtension | 17.14.36015.10 |
|
||||
| Component.Microsoft.VisualStudio.Tools.Applications.amd64 | 17.0.35906.1 |
|
||||
| Component.Microsoft.VisualStudio.Web.AzureFunctions | 17.14.36015.10 |
|
||||
| Component.Microsoft.Web.LibraryManager | 17.14.36015.10 |
|
||||
| Component.Microsoft.WebTools.BrowserLink.WebLivePreview | 17.14.2.50506 |
|
||||
| Component.Microsoft.VisualStudio.RazorExtension | 17.13.35710.127 |
|
||||
| Component.Microsoft.VisualStudio.Tools.Applications.amd64 | 17.0.33617.0 |
|
||||
| Component.Microsoft.VisualStudio.Web.AzureFunctions | 17.13.35710.127 |
|
||||
| Component.Microsoft.Web.LibraryManager | 17.13.35710.127 |
|
||||
| Component.Microsoft.WebTools.BrowserLink.WebLivePreview | 17.13.10.44860 |
|
||||
| Component.Microsoft.Windows.DriverKit | 10.0.26100.12 |
|
||||
| Component.OpenJDK | 17.14.36015.10 |
|
||||
| Component.UnityEngine.x64 | 17.14.36015.10 |
|
||||
| Component.Unreal | 17.14.36015.10 |
|
||||
| Component.Unreal.Android | 17.14.36015.10 |
|
||||
| Component.Unreal.Debugger | 17.14.36015.10 |
|
||||
| Component.Unreal.Ide | 17.14.36015.10 |
|
||||
| Component.VisualStudio.GitHub.Copilot | 17.14.36203.27 |
|
||||
| Component.OpenJDK | 17.13.35710.127 |
|
||||
| Component.UnityEngine.x64 | 17.13.35710.127 |
|
||||
| Component.Unreal | 17.13.35710.127 |
|
||||
| Component.Unreal.Android | 17.13.35710.127 |
|
||||
| Component.Unreal.Ide | 17.13.35710.127 |
|
||||
| Component.VisualStudio.GitHub.Copilot | 17.13.35820.181 |
|
||||
| Component.VSInstallerProjects2022 | 2.0.1 |
|
||||
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
|
||||
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
|
||||
| Component.Xamarin | 17.14.36015.10 |
|
||||
| ios | 18.4.9288.0 |
|
||||
| maccatalyst | 18.4.9288.0 |
|
||||
| maui.blazor | 9.0.51.12966 |
|
||||
| maui.core | 9.0.51.12966 |
|
||||
| maui.windows | 9.0.51.12966 |
|
||||
| Microsoft.Component.Azure.DataLake.Tools | 17.14.36015.10 |
|
||||
| Microsoft.Component.ClickOnce | 17.14.36015.10 |
|
||||
| Microsoft.Component.CodeAnalysis.SDK | 17.14.36015.10 |
|
||||
| Microsoft.Component.MSBuild | 17.14.36015.10 |
|
||||
| Microsoft.Component.NetFX.Native | 17.14.36015.10 |
|
||||
| Microsoft.Component.PythonTools | 17.14.36015.10 |
|
||||
| Microsoft.Component.PythonTools.Web | 17.14.36015.10 |
|
||||
| Microsoft.Component.VC.Runtime.UCRTSDK | 17.14.36015.10 |
|
||||
| Microsoft.ComponentGroup.Blend | 17.14.36015.10 |
|
||||
| Microsoft.ComponentGroup.ClickOnce.Publish | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.5.2.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.6.2.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.6.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.7.1.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.7.2.SDK | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.7.2.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.7.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.8.1.SDK | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.8.1.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.8.SDK | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.8.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.ComponentGroup.4.8.DeveloperTools | 17.14.36015.10 |
|
||||
| Microsoft.Net.ComponentGroup.DevelopmentPrerequisites | 17.14.36015.10 |
|
||||
| Microsoft.Net.ComponentGroup.TargetingPacks.Common | 17.14.36015.10 |
|
||||
| microsoft.net.runtime.android | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.android.aot | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.android.aot.net8 | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.android.net8 | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.ios | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.ios.net8 | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.maccatalyst | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.maccatalyst.net8 | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.mono.tooling | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.mono.tooling.net8 | 9.0.625.26613 |
|
||||
| microsoft.net.sdk.emscripten | 9.0.12.25802 |
|
||||
| Microsoft.NetCore.Component.DevelopmentTools | 17.14.36015.10 |
|
||||
| Microsoft.NetCore.Component.Runtime.8.0 | 17.14.36203.27 |
|
||||
| Microsoft.NetCore.Component.Runtime.9.0 | 17.14.36203.27 |
|
||||
| Microsoft.NetCore.Component.SDK | 17.14.36203.27 |
|
||||
| Microsoft.NetCore.Component.Web | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.AppInsights.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.AspNet | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.AspNet45 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.AuthoringTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ClientLibs | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Compute.Emulator | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ResourceManager.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton.BuildTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.ClassDesigner | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.CodeMap | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Common.Azure.Tools | 17.14.36024.20 |
|
||||
| Microsoft.VisualStudio.Component.CoreEditor | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.CppBuildInsights | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.JustInTime | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.Snapshot | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.DiagnosticTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.DockerTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.DotNetModelBuilder | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.DslTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Embedded | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.EntityFramework | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.FSharp | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.FSharp.Desktop | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.FSharp.WebTemplates | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.GraphDocument | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Graphics | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Graphics.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.HLSL | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.IISExpress | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.IntelliCode | 17.14.36108.8 |
|
||||
| Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.JavaScript.Diagnostics | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.JavaScript.TypeScript | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.LinqToSql | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.LiveUnitTesting | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.ManagedDesktop.Core | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.MSODBC.SQL | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Node.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.NuGet | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.NuGet.BuildTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.PortableLibrary | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Roslyn.Compiler | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Roslyn.LanguageServices | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Sharepoint.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.SQL.CLR | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.SQL.DataSources | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.SQL.SSDT | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.TeamOffice | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.TestTools.CodedUITest | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.TestTools.WebLoadTest | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.TextTemplating | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.TypeScript.TSServer | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Unity | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64EC | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ASAN | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATLMFC | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.CLI.Support | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.CMake.Project | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.CoreIde | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.DiagnosticTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Llvm.Clang | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Modules.x86.x64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Redist.14.Latest | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Redist.MSM | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64EC.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64EC | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.x86.x64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Vcpkg | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VSSDK | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Wcf.Tooling | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Web | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.WebDeploy | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK.19041 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK.20348 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.22000 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.22621 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 17.14.36101.25 |
|
||||
| Microsoft.VisualStudio.Component.Windows11Sdk.WindowsPerformanceToolkit | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.WindowsAppSdkSupport.CSharp | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Workflow | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.WslDebugging | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.CloudServices | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.Prerequisites | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.ResourceManager.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.AzureFunctions | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.All | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Android | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Blazor | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.iOS | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.MacCatalyst | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Shared | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Windows | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.VC.v142 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Web | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Web.CloudTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WindowsAppDevelopment.Prerequisites | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WindowsAppSDK.Cs | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.Azure | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.CoreEditor | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.Data | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.DataScience | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedDesktop | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedGame | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.NativeCrossPlat | 17.14.36108.8 |
|
||||
| Microsoft.VisualStudio.Workload.NativeDesktop | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.NativeGame | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.NativeMobile | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.NetCrossPlat | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.NetWeb | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.Node | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.Office | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.Python | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.Universal | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.VisualStudioExtension | 17.14.36015.10 |
|
||||
| runtimes.ios | 9.0.625.26613 |
|
||||
| runtimes.ios.net8 | 9.0.625.26613 |
|
||||
| runtimes.maccatalyst | 9.0.625.26613 |
|
||||
| runtimes.maccatalyst.net8 | 9.0.625.26613 |
|
||||
| wasm.tools | 9.0.625.26613 |
|
||||
| Component.Xamarin | 17.13.35710.127 |
|
||||
| Component.Xamarin.RemotedSimulator | 17.13.35710.127 |
|
||||
| ios | 18.2.9180.0 |
|
||||
| maccatalyst | 18.2.9180.0 |
|
||||
| maui.blazor | 9.0.14.12048 |
|
||||
| maui.core | 9.0.14.12048 |
|
||||
| maui.windows | 9.0.14.12048 |
|
||||
| Microsoft.Component.Azure.DataLake.Tools | 17.13.35710.127 |
|
||||
| Microsoft.Component.ClickOnce | 17.13.35710.127 |
|
||||
| Microsoft.Component.CodeAnalysis.SDK | 17.13.35710.127 |
|
||||
| Microsoft.Component.MSBuild | 17.13.35710.127 |
|
||||
| Microsoft.Component.NetFX.Native | 17.13.35710.127 |
|
||||
| Microsoft.Component.PythonTools | 17.13.35710.127 |
|
||||
| Microsoft.Component.PythonTools.Web | 17.13.35710.127 |
|
||||
| Microsoft.Component.VC.Runtime.UCRTSDK | 17.13.35710.127 |
|
||||
| Microsoft.ComponentGroup.Blend | 17.13.35710.127 |
|
||||
| Microsoft.ComponentGroup.ClickOnce.Publish | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.5.2.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.6.2.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.6.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.7.1.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.7.2.SDK | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.7.2.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.7.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.8.1.SDK | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.8.1.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.8.SDK | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.8.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.ComponentGroup.4.8.DeveloperTools | 17.13.35710.127 |
|
||||
| Microsoft.Net.ComponentGroup.DevelopmentPrerequisites | 17.13.35710.127 |
|
||||
| Microsoft.Net.ComponentGroup.TargetingPacks.Common | 17.13.35710.127 |
|
||||
| microsoft.net.runtime.android | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.android.aot | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.android.aot.net8 | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.android.net8 | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.ios | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.ios.net8 | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.maccatalyst | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.maccatalyst.net8 | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.mono.tooling | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.mono.tooling.net8 | 9.0.225.6610 |
|
||||
| microsoft.net.sdk.emscripten | 9.0.12.6102 |
|
||||
| Microsoft.NetCore.Component.DevelopmentTools | 17.13.35710.127 |
|
||||
| Microsoft.NetCore.Component.Runtime.8.0 | 17.13.35806.99 |
|
||||
| Microsoft.NetCore.Component.Runtime.9.0 | 17.13.35806.99 |
|
||||
| Microsoft.NetCore.Component.SDK | 17.13.35806.99 |
|
||||
| Microsoft.NetCore.Component.Web | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.AppInsights.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.AspNet | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.AspNet45 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.AuthoringTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ClientLibs | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Compute.Emulator | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ResourceManager.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton.BuildTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.ClassDesigner | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.CodeMap | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Common.Azure.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.CoreEditor | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.CppBuildInsights | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.JustInTime | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.Snapshot | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.DiagnosticTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.DockerTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.DotNetModelBuilder | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.DslTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Embedded | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.EntityFramework | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.FSharp | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.FSharp.Desktop | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.FSharp.WebTemplates | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.GraphDocument | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Graphics | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Graphics.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.HLSL | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.IISExpress | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.IntelliCode | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.JavaScript.Diagnostics | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.JavaScript.TypeScript | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.LinqToSql | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.LiveUnitTesting | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.ManagedDesktop.Core | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.MonoDebugger | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.MSODBC.SQL | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Node.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.NuGet | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.NuGet.BuildTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.PortableLibrary | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Roslyn.Compiler | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Roslyn.LanguageServices | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Sharepoint.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.SQL.CLR | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.SQL.DataSources | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.SQL.SSDT | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.TeamOffice | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.TestTools.CodedUITest | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.TestTools.WebLoadTest | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.TextTemplating | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.TypeScript.TSServer | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Unity | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64EC | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ASAN | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATLMFC | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.CLI.Support | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.CMake.Project | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.CoreIde | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.DiagnosticTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Llvm.Clang | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Modules.x86.x64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Redist.14.Latest | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Redist.MSM | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64EC.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64EC | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.x86.x64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Vcpkg | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VSSDK | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Wcf.Tooling | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Web | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.WebDeploy | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK.19041 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK.20348 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.22000 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.22621 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Windows11Sdk.WindowsPerformanceToolkit | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.WindowsAppSdkSupport.CSharp | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Workflow | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.WslDebugging | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.CloudServices | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.Prerequisites | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.ResourceManager.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.AzureFunctions | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.All | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Android | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Blazor | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.iOS | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.MacCatalyst | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Shared | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Windows | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.VC.v142 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Web | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Web.CloudTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WindowsAppDevelopment.Prerequisites | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WindowsAppSDK.Cs | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.Azure | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.CoreEditor | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.Data | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.DataScience | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedDesktop | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedGame | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.NativeCrossPlat | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.NativeDesktop | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.NativeGame | 17.13.35818.55 |
|
||||
| Microsoft.VisualStudio.Workload.NativeMobile | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.NetCrossPlat | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.NetWeb | 17.13.35730.67 |
|
||||
| Microsoft.VisualStudio.Workload.Node | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.Office | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.Python | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.Universal | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.VisualStudioExtension | 17.13.35710.127 |
|
||||
| runtimes.ios | 9.0.225.6610 |
|
||||
| runtimes.ios.net8 | 9.0.225.6610 |
|
||||
| runtimes.maccatalyst | 9.0.225.6610 |
|
||||
| runtimes.maccatalyst.net8 | 9.0.225.6610 |
|
||||
| wasm.tools | 9.0.225.6610 |
|
||||
| ProBITools.MicrosoftAnalysisServicesModelingProjects2022 | 3.0.4 |
|
||||
| ProBITools.MicrosoftReportProjectsforVisualStudio2022 | 3.0.1 |
|
||||
| SSIS.MicrosoftDataToolsIntegrationServices | 1.6.2 |
|
||||
| SSIS.MicrosoftDataToolsIntegrationServices | 1.5 |
|
||||
| VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects | 2.0.1 |
|
||||
| Windows Driver Kit | 10.1.26100.2161 |
|
||||
| Windows Driver Kit Visual Studio Extension | 10.0.26100.12 |
|
||||
| Windows Software Development Kit | 10.1.26100.3916 |
|
||||
| Windows Software Development Kit | 10.1.26100.2454 |
|
||||
| WixToolset.WixToolsetVisualStudio2022Extension | 1.0.0.22 |
|
||||
|
||||
#### Microsoft Visual C++
|
||||
@@ -475,12 +478,12 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| -------------------------------------------- | ------------ | ----------- |
|
||||
| Microsoft Visual C++ 2013 Additional Runtime | x64 | 12.0.40660 |
|
||||
| Microsoft Visual C++ 2013 Minimum Runtime | x64 | 12.0.40660 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x64 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x86 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x64 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x86 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.42.34438 |
|
||||
|
||||
#### Installed Windows SDKs
|
||||
- 10.0.17763.0
|
||||
@@ -491,19 +494,19 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 10.0.26100.0
|
||||
|
||||
### .NET Core Tools
|
||||
- .NET Core SDK: 6.0.136, 6.0.203, 6.0.321, 6.0.428, 8.0.117, 8.0.206, 8.0.314, 8.0.411, 9.0.107, 9.0.205, 9.0.301
|
||||
- .NET Core SDK: 6.0.136, 6.0.203, 6.0.321, 6.0.428, 8.0.115, 8.0.206, 8.0.311, 8.0.408, 9.0.105, 9.0.200, 9.0.203
|
||||
- .NET Framework: 4.7.2, 4.8, 4.8.1
|
||||
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.36, 6.0.38, 8.0.6, 8.0.17, 9.0.6
|
||||
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.36, 6.0.38, 8.0.6, 8.0.17, 9.0.6
|
||||
- Microsoft.WindowsDesktop.App: 6.0.5, 6.0.26, 6.0.36, 8.0.6, 8.0.17, 9.0.6
|
||||
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.36, 6.0.37, 8.0.6, 8.0.13, 8.0.15, 9.0.2, 9.0.4
|
||||
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.36, 6.0.37, 8.0.6, 8.0.13, 8.0.15, 9.0.2, 9.0.4
|
||||
- Microsoft.WindowsDesktop.App: 6.0.5, 6.0.26, 6.0.36, 8.0.6, 8.0.13, 8.0.15, 9.0.2, 9.0.4
|
||||
- nbgv 3.7.115+d31f50f4d1
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.10
|
||||
- PowerShell 7.4.7
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 12.4.0
|
||||
- AWSPowershell: 4.1.845
|
||||
- AWSPowershell: 4.1.817
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.28.0
|
||||
@@ -511,7 +514,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
- PSWindowsUpdate: 2.2.1.5
|
||||
- SqlServer: 22.4.5.1
|
||||
- SqlServer: 22.3.0
|
||||
- VSSetup: 2.2.16
|
||||
|
||||
### Android
|
||||
@@ -541,9 +544,9 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
### Cached Docker images
|
||||
| Repository:Tag | Digest | Created |
|
||||
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------- |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2022 | sha256:2b29c75ebbb39dbd41d984f0a0aecae40b0a928b2d2e3d30aa7f48cda263ecb9 | 2025-06-10 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2022 | sha256:a37e490aa4a389d4da3e2f1dd47b2bbd04c387d996f7d8fa972673809cccd2bc | 2025-06-10 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022 | sha256:61113bfac602c8517c16283aa99be4b0886590aba97159c3a5f63620481afb4c | 2025-06-10 |
|
||||
| mcr.microsoft.com/windows/nanoserver:ltsc2022 | sha256:23fa4e796f4d02d462beadb844f8985ca4583b1b0f75295137f5968dab255b09 | 2025-06-05 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2022 | sha256:c489e1737a833a111f0f35b28257b1071d30b6db6b9ee50e88b7c08b901efc67 | 2025-06-05 |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2022 | sha256:e5e37e4db5f44210a0385c8e0d933858c9f0d2fdf1a9caf6e8591b3ecfe3b345 | 2025-04-25 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2022 | sha256:9b8a9e04962234e0737f2fc52d99db8d029e82cda0c495b75c0f9a75a895781b | 2025-04-25 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022 | sha256:b04d00f0df9b8d85dab8a59a2f525a47e0726bb41cb5d7c23e46a4d8d816fdd8 | 2025-04-25 |
|
||||
| mcr.microsoft.com/windows/nanoserver:ltsc2022 | sha256:93a3cb1763e5e01bb4121a86f0dd364d1740f9ca1071f496532637873e40969e | 2025-04-16 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2022 | sha256:478a07c20826b51e632b0d9a17003b329d873f8f20aec7052e21281fd4e9fbd8 | 2025-04-16 |
|
||||
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows, Ubuntu, MacOS] CodeQL bundle will contain only platform-specific binaries on 2025-06-30](https://github.com/actions/runner-images/issues/12453) |
|
||||
| [[Windows Server 2025] image will no longer have D:/ drive accessible to users from 2025-07-14](https://github.com/actions/runner-images/issues/12416) |
|
||||
| [[Windows, Ubuntu, MacOS] Breaking change: Updating Azure PowerShell Module version as 12.5.x from 2025-07-04](https://github.com/actions/runner-images/issues/12333) |
|
||||
| [[Windows & Ubuntu] .NET 6 will be removed from the images on 2025-08-01.](https://github.com/actions/runner-images/issues/12241) |
|
||||
| [[Ubuntu 22.04 and Windows 2022] Default Nodejs version will be set to 20 on 2025-06-02](https://github.com/actions/runner-images/issues/12143) |
|
||||
| [The Windows 2019 Actions runner image will begin deprecation on 2025-06-01 and will be fully unsupported by 2025-06-30](https://github.com/actions/runner-images/issues/12045) |
|
||||
| [[Windows, Ubuntu] Python 3.8.x will be removed from 2025-06-06](https://github.com/actions/runner-images/issues/12034) |
|
||||
| [[Windows 19 and 22] Ruby version 3.0 will be removed from Windows images on 2025-06-06](https://github.com/actions/runner-images/issues/12033) |
|
||||
| [[Windows-2025] LLVM will be updated to version 20 on 2025-06-06](https://github.com/actions/runner-images/issues/12001) |
|
||||
| [Windows Server 2025 is now available](https://github.com/actions/runner-images/issues/11228) |
|
||||
***
|
||||
# Windows Server 2025
|
||||
- OS Version: 10.0.26100 Build 4349
|
||||
- Image Version: 20250623.1.0
|
||||
- OS Version: 10.0.26100 Build 3775
|
||||
- Image Version: 20250511.1.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
- Windows Subsystem for Linux (Default, WSLv2): 2.5.9.0
|
||||
- Windows Subsystem for Linux (Default, WSLv2): 2.4.13.0
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.4
|
||||
- Julia 1.11.5
|
||||
- Go 1.24.3
|
||||
- Julia 1.10.5
|
||||
- Kotlin 2.1.10
|
||||
- LLVM 20.1.4
|
||||
- Node 22.16.0
|
||||
- LLVM 19.1.7
|
||||
- Node 22.15.0
|
||||
- Perl 5.40.0
|
||||
- PHP 8.4.8
|
||||
- PHP 8.4.7
|
||||
- Python 3.9.13
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
- Chocolatey 2.4.3
|
||||
- Composer 2.8.9
|
||||
- Helm 3.18.2
|
||||
- Composer 2.8.8
|
||||
- Helm 3.17.3
|
||||
- Miniconda 25.3.1 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.9.2
|
||||
- NuGet 6.14.0.116
|
||||
- NuGet 6.13.2.1
|
||||
- pip 25.1.1 (python 3.9)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.5.22
|
||||
- Vcpkg (build from commit 0cf34c184c)
|
||||
- Vcpkg (build from commit ca846b2127)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -51,36 +51,36 @@
|
||||
### Project Management
|
||||
- Ant 1.10.15
|
||||
- Gradle 8.14
|
||||
- Maven 3.9.10
|
||||
- sbt 1.11.2
|
||||
- Maven 3.9.9
|
||||
- sbt 1.10.11
|
||||
|
||||
### Tools
|
||||
- 7zip 24.09
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.29.1
|
||||
- azcopy 10.29.0
|
||||
- Bazel 8.2.1
|
||||
- Bazelisk 1.26.0
|
||||
- Bicep 0.36.1
|
||||
- Bicep 0.35.1
|
||||
- Cabal 3.14.2.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.22.0
|
||||
- CodeQL Action Bundle 2.21.2
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.2
|
||||
- Docker-wincred 0.9.3
|
||||
- ghc 9.12.2
|
||||
- Git 2.50.0.windows.1
|
||||
- Git 2.49.0.windows.1
|
||||
- Git LFS 3.6.1
|
||||
- ImageMagick 7.1.1-47
|
||||
- jq 1.7.1
|
||||
- Kind 0.29.0
|
||||
- Kubectl 1.33.2
|
||||
- Kind 0.27.0
|
||||
- Kubectl 1.33.0
|
||||
- gcc 14.2.0
|
||||
- gdb 16.2
|
||||
- GNU Binutils 2.44
|
||||
- Newman 6.2.1
|
||||
- OpenSSL 3.4.1
|
||||
- Packer 1.12.0
|
||||
- Pulumi 3.178.0
|
||||
- Pulumi 3.167.0
|
||||
- R 4.4.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.5.1
|
||||
@@ -90,35 +90,35 @@
|
||||
- WiX Toolset 3.14.1.8722
|
||||
- yamllint 1.37.1
|
||||
- zstd 1.5.7
|
||||
- Ninja 1.13.0
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.27.40
|
||||
- AWS SAM CLI 1.141.0
|
||||
- AWS CLI 2.27.12
|
||||
- AWS SAM CLI 1.138.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI 2.72.0
|
||||
- Azure DevOps CLI extension 1.0.1
|
||||
- GitHub CLI 2.74.2
|
||||
- GitHub CLI 2.72.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
- Rust 1.87.0
|
||||
- Rustdoc 1.87.0
|
||||
- Cargo 1.86.0
|
||||
- Rust 1.86.0
|
||||
- Rustdoc 1.86.0
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.87
|
||||
- Clippy 0.1.86
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 137.0.7151.120
|
||||
- Chrome Driver 137.0.7151.119
|
||||
- Microsoft Edge 137.0.3296.93
|
||||
- Microsoft Edge Driver 137.0.3296.93
|
||||
- Mozilla Firefox 139.0.4
|
||||
- Google Chrome 136.0.7103.93
|
||||
- Chrome Driver 136.0.7103.92
|
||||
- Microsoft Edge 136.0.3240.64
|
||||
- Microsoft Edge Driver 136.0.3240.64
|
||||
- Mozilla Firefox 138.0.1
|
||||
- Gecko Driver 0.36.0
|
||||
- IE Driver 4.14.0.0
|
||||
- Selenium server 4.33.0
|
||||
- Selenium server 4.32.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -157,20 +157,20 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
- 20.19.2
|
||||
- 22.16.0
|
||||
- 20.19.1
|
||||
- 22.15.0
|
||||
|
||||
#### Python
|
||||
- 3.9.13
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.5
|
||||
- 3.13.3
|
||||
|
||||
#### PyPy
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
@@ -198,15 +198,15 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
#### MongoDB
|
||||
| Version | ServiceName | ServiceStatus | ServiceStartType |
|
||||
| -------- | ----------- | ------------- | ---------------- |
|
||||
| 7.0.21.0 | MongoDB | Stopped | Disabled |
|
||||
| 7.0.19.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.23.0
|
||||
- Azure CosmosDb Emulator 2.14.22.0
|
||||
- DacFx 170.0.94.3
|
||||
- MySQL 8.0.42.0
|
||||
- SQL OLEDB Driver 18.7.4.0
|
||||
- SQLPS 1.0
|
||||
- MongoDB Shell (mongosh) 2.5.3
|
||||
- MongoDB Shell (mongosh) 2.5.1
|
||||
|
||||
### Web Servers
|
||||
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
|
||||
@@ -215,240 +215,242 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Nginx | 1.27.5 | C:\tools\nginx-1.27.5\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
|
||||
### Visual Studio Enterprise 2022
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | -------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.14.36203.30 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | --------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.13.35825.156 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
|
||||
#### Workloads, components and extensions
|
||||
| Package | Version |
|
||||
| ------------------------------------------------------------------------- | --------------- |
|
||||
| android | 35.0.61.0 |
|
||||
| Component.Android.NDK.R23C | 17.14.36015.10 |
|
||||
| Component.Android.SDK.MAUI | 17.14.36015.10 |
|
||||
| Component.Dotfuscator | 17.14.36015.10 |
|
||||
| Component.Linux.CMake | 17.14.36108.8 |
|
||||
| Component.Linux.RemoteFileExplorer | 17.14.36108.8 |
|
||||
| Component.MDD.Android | 17.14.36015.10 |
|
||||
| Component.MDD.Linux | 17.14.36108.8 |
|
||||
| Component.MDD.Linux.GCC.arm | 17.14.36015.10 |
|
||||
| android | 35.0.39.0 |
|
||||
| Component.Android.NDK.R23C | 17.13.35710.127 |
|
||||
| Component.Android.SDK.MAUI | 17.13.35710.127 |
|
||||
| Component.Dotfuscator | 17.13.35710.127 |
|
||||
| Component.Linux.CMake | 17.13.35710.127 |
|
||||
| Component.Linux.RemoteFileExplorer | 17.13.35710.127 |
|
||||
| Component.MDD.Android | 17.13.35710.127 |
|
||||
| Component.MDD.Linux | 17.13.35710.127 |
|
||||
| Component.MDD.Linux.GCC.arm | 17.13.35710.127 |
|
||||
| Component.Microsoft.VisualStudio.LiveShare.2022 | 1.0.5949 |
|
||||
| Component.Microsoft.VisualStudio.RazorExtension | 17.14.36015.10 |
|
||||
| Component.Microsoft.VisualStudio.Tools.Applications.amd64 | 17.0.35906.1 |
|
||||
| Component.Microsoft.VisualStudio.Web.AzureFunctions | 17.14.36015.10 |
|
||||
| Component.Microsoft.Web.LibraryManager | 17.14.36015.10 |
|
||||
| Component.Microsoft.WebTools.BrowserLink.WebLivePreview | 17.14.2.50506 |
|
||||
| Component.Microsoft.VisualStudio.RazorExtension | 17.13.35710.127 |
|
||||
| Component.Microsoft.VisualStudio.Tools.Applications.amd64 | 17.0.33617.0 |
|
||||
| Component.Microsoft.VisualStudio.Web.AzureFunctions | 17.13.35710.127 |
|
||||
| Component.Microsoft.Web.LibraryManager | 17.13.35710.127 |
|
||||
| Component.Microsoft.WebTools.BrowserLink.WebLivePreview | 17.13.10.44860 |
|
||||
| Component.Microsoft.Windows.DriverKit | 10.0.26100.12 |
|
||||
| Component.OpenJDK | 17.14.36015.10 |
|
||||
| Component.UnityEngine.x64 | 17.14.36015.10 |
|
||||
| Component.Unreal.Debugger | 17.14.36015.10 |
|
||||
| Component.Unreal.Ide | 17.14.36015.10 |
|
||||
| Component.VisualStudio.GitHub.Copilot | 17.14.36203.27 |
|
||||
| Component.OpenJDK | 17.13.35710.127 |
|
||||
| Component.UnityEngine.x64 | 17.13.35710.127 |
|
||||
| Component.Unreal.Ide | 17.13.35710.127 |
|
||||
| Component.VisualStudio.GitHub.Copilot | 17.13.35820.181 |
|
||||
| Component.VSInstallerProjects2022 | 2.0.1 |
|
||||
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
|
||||
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
|
||||
| ios | 18.4.9288.0 |
|
||||
| maccatalyst | 18.4.9288.0 |
|
||||
| maui.blazor | 9.0.51.12966 |
|
||||
| maui.core | 9.0.51.12966 |
|
||||
| maui.windows | 9.0.51.12966 |
|
||||
| Microsoft.Component.Azure.DataLake.Tools | 17.14.36015.10 |
|
||||
| Microsoft.Component.ClickOnce | 17.14.36015.10 |
|
||||
| Microsoft.Component.CodeAnalysis.SDK | 17.14.36015.10 |
|
||||
| Microsoft.Component.MSBuild | 17.14.36015.10 |
|
||||
| Microsoft.Component.NetFX.Native | 17.14.36015.10 |
|
||||
| Microsoft.Component.PythonTools | 17.14.36015.10 |
|
||||
| Microsoft.Component.PythonTools.Web | 17.14.36015.10 |
|
||||
| Microsoft.Component.VC.Runtime.UCRTSDK | 17.14.36015.10 |
|
||||
| Microsoft.ComponentGroup.Blend | 17.14.36015.10 |
|
||||
| Microsoft.ComponentGroup.ClickOnce.Publish | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.5.2.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.6.2.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.6.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.7.1.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.7.2.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.7.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.8.1.SDK | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.8.1.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.8.SDK | 17.14.36015.10 |
|
||||
| Microsoft.Net.Component.4.8.TargetingPack | 17.14.36015.10 |
|
||||
| Microsoft.Net.ComponentGroup.4.8.DeveloperTools | 17.14.36015.10 |
|
||||
| Microsoft.Net.ComponentGroup.DevelopmentPrerequisites | 17.14.36015.10 |
|
||||
| Microsoft.Net.ComponentGroup.TargetingPacks.Common | 17.14.36015.10 |
|
||||
| microsoft.net.runtime.android | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.android.aot | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.android.aot.net8 | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.android.net8 | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.ios | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.ios.net8 | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.maccatalyst | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.maccatalyst.net8 | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.mono.tooling | 9.0.625.26613 |
|
||||
| microsoft.net.runtime.mono.tooling.net8 | 9.0.625.26613 |
|
||||
| microsoft.net.sdk.emscripten | 9.0.12.25802 |
|
||||
| Microsoft.NetCore.Component.DevelopmentTools | 17.14.36015.10 |
|
||||
| Microsoft.NetCore.Component.Runtime.8.0 | 17.14.36203.27 |
|
||||
| Microsoft.NetCore.Component.Runtime.9.0 | 17.14.36203.27 |
|
||||
| Microsoft.NetCore.Component.SDK | 17.14.36203.27 |
|
||||
| Microsoft.NetCore.Component.Web | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.AppInsights.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.AspNet | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.AspNet45 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.AuthoringTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ClientLibs | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Compute.Emulator | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ResourceManager.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton.BuildTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.ClassDesigner | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.CodeMap | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Common.Azure.Tools | 17.14.36024.20 |
|
||||
| Microsoft.VisualStudio.Component.CoreEditor | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.CppBuildInsights | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.JustInTime | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.Snapshot | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.DiagnosticTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.DockerTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.DotNetModelBuilder | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.DslTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Embedded | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.EntityFramework | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.FSharp | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.FSharp.Desktop | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.FSharp.WebTemplates | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.GraphDocument | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Graphics | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Graphics.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.HLSL | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.IISExpress | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.IntelliCode | 17.14.36108.8 |
|
||||
| Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.JavaScript.Diagnostics | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.JavaScript.TypeScript | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.LinqToSql | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.LiveUnitTesting | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.ManagedDesktop.Core | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.MSODBC.SQL | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Node.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.NuGet | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.NuGet.BuildTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.PortableLibrary | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Roslyn.Compiler | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Roslyn.LanguageServices | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Sharepoint.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.SQL.CLR | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.SQL.DataSources | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.SQL.SSDT | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.TeamOffice | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.TestTools.CodedUITest | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.TestTools.WebLoadTest | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.TextTemplating | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.TypeScript.TSServer | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Unity | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64EC | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ASAN | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATLMFC | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.CLI.Support | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.CMake.Project | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.CoreIde | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.DiagnosticTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Llvm.Clang | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Modules.x86.x64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Redist.14.Latest | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Redist.MSM | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64EC.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64EC | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.x86.x64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Vcpkg | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.VSSDK | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Wcf.Tooling | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Web | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.WebDeploy | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 17.14.36101.25 |
|
||||
| Microsoft.VisualStudio.Component.Windows11Sdk.WindowsPerformanceToolkit | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.WindowsAppSdkSupport.CSharp | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.Workflow | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Component.WslDebugging | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.CloudServices | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.Prerequisites | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.ResourceManager.Tools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.AzureFunctions | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.All | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Android | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Blazor | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.iOS | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.MacCatalyst | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Shared | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Windows | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.VC.v142 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Web | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Web.CloudTools | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WindowsAppDevelopment.Prerequisites | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WindowsAppSDK.Cs | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.Azure | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.CoreEditor | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.Data | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.DataScience | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedDesktop | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedGame | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.NativeCrossPlat | 17.14.36108.8 |
|
||||
| Microsoft.VisualStudio.Workload.NativeDesktop | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.NativeGame | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.NativeMobile | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.NetCrossPlat | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.NetWeb | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.Node | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.Office | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.Python | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.Universal | 17.14.36015.10 |
|
||||
| Microsoft.VisualStudio.Workload.VisualStudioExtension | 17.14.36015.10 |
|
||||
| runtimes.ios | 9.0.625.26613 |
|
||||
| runtimes.ios.net8 | 9.0.625.26613 |
|
||||
| runtimes.maccatalyst | 9.0.625.26613 |
|
||||
| runtimes.maccatalyst.net8 | 9.0.625.26613 |
|
||||
| wasm.tools | 9.0.625.26613 |
|
||||
| Component.Xamarin.RemotedSimulator | 17.13.35710.127 |
|
||||
| ios | 18.2.9180.0 |
|
||||
| maccatalyst | 18.2.9180.0 |
|
||||
| maui.blazor | 9.0.14.12048 |
|
||||
| maui.core | 9.0.14.12048 |
|
||||
| maui.windows | 9.0.14.12048 |
|
||||
| Microsoft.Component.Azure.DataLake.Tools | 17.13.35710.127 |
|
||||
| Microsoft.Component.ClickOnce | 17.13.35710.127 |
|
||||
| Microsoft.Component.CodeAnalysis.SDK | 17.13.35710.127 |
|
||||
| Microsoft.Component.MSBuild | 17.13.35710.127 |
|
||||
| Microsoft.Component.NetFX.Native | 17.13.35710.127 |
|
||||
| Microsoft.Component.PythonTools | 17.13.35710.127 |
|
||||
| Microsoft.Component.PythonTools.Web | 17.13.35710.127 |
|
||||
| Microsoft.Component.VC.Runtime.UCRTSDK | 17.13.35710.127 |
|
||||
| Microsoft.ComponentGroup.Blend | 17.13.35710.127 |
|
||||
| Microsoft.ComponentGroup.ClickOnce.Publish | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.5.2.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.6.2.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.6.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.7.1.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.7.2.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.7.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.8.1.SDK | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.8.1.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.8.SDK | 17.13.35710.127 |
|
||||
| Microsoft.Net.Component.4.8.TargetingPack | 17.13.35710.127 |
|
||||
| Microsoft.Net.ComponentGroup.4.8.DeveloperTools | 17.13.35710.127 |
|
||||
| Microsoft.Net.ComponentGroup.DevelopmentPrerequisites | 17.13.35710.127 |
|
||||
| Microsoft.Net.ComponentGroup.TargetingPacks.Common | 17.13.35710.127 |
|
||||
| microsoft.net.runtime.android | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.android.aot | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.android.aot.net8 | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.android.net8 | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.ios | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.ios.net8 | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.maccatalyst | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.maccatalyst.net8 | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.mono.tooling | 9.0.225.6610 |
|
||||
| microsoft.net.runtime.mono.tooling.net8 | 9.0.225.6610 |
|
||||
| microsoft.net.sdk.emscripten | 9.0.12.6102 |
|
||||
| Microsoft.NetCore.Component.DevelopmentTools | 17.13.35710.127 |
|
||||
| Microsoft.NetCore.Component.Runtime.8.0 | 17.13.35806.99 |
|
||||
| Microsoft.NetCore.Component.Runtime.9.0 | 17.13.35806.99 |
|
||||
| Microsoft.NetCore.Component.SDK | 17.13.35806.99 |
|
||||
| Microsoft.NetCore.Component.Web | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.AppInsights.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.AspNet | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.AspNet45 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.AuthoringTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ClientLibs | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Compute.Emulator | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ResourceManager.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton.BuildTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.ClassDesigner | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.CodeMap | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Common.Azure.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.CoreEditor | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.CppBuildInsights | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.JustInTime | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.Snapshot | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.DiagnosticTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.DockerTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.DotNetModelBuilder | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.DslTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Embedded | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.EntityFramework | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.FSharp | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.FSharp.Desktop | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.FSharp.WebTemplates | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.GraphDocument | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Graphics | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Graphics.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.HLSL | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.IISExpress | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.IntelliCode | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.JavaScript.Diagnostics | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.JavaScript.TypeScript | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.LinqToSql | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.LiveUnitTesting | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.ManagedDesktop.Core | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.MonoDebugger | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.MSODBC.SQL | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Node.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.NuGet | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.NuGet.BuildTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.PortableLibrary | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Roslyn.Compiler | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Roslyn.LanguageServices | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Sharepoint.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.SQL.CLR | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.SQL.DataSources | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.SQL.SSDT | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.TeamOffice | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.TestTools.CodedUITest | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.TestTools.WebLoadTest | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.TextTemplating | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.TypeScript.TSServer | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Unity | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64EC | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ASAN | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATLMFC | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.CLI.Support | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.CMake.Project | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.CoreIde | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.DiagnosticTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Llvm.Clang | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Modules.x86.x64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Redist.14.Latest | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Redist.MSM | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64EC.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64EC | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.x86.x64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Vcpkg | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.VSSDK | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Wcf.Tooling | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Web | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.WebDeploy | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.22621 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.26100 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Windows11Sdk.WindowsPerformanceToolkit | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.WindowsAppSdkSupport.CSharp | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.Workflow | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Component.WslDebugging | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.CloudServices | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.Prerequisites | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.ResourceManager.Tools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.AzureFunctions | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.All | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Android | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Blazor | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.iOS | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.MacCatalyst | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Shared | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Windows | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.VC.v142 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Web | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Web.CloudTools | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WindowsAppDevelopment.Prerequisites | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WindowsAppSDK.Cs | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.Azure | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.CoreEditor | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.Data | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.DataScience | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedDesktop | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedGame | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.NativeCrossPlat | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.NativeDesktop | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.NativeGame | 17.13.35818.55 |
|
||||
| Microsoft.VisualStudio.Workload.NativeMobile | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.NetCrossPlat | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.NetWeb | 17.13.35730.67 |
|
||||
| Microsoft.VisualStudio.Workload.Node | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.Office | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.Python | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.Universal | 17.13.35710.127 |
|
||||
| Microsoft.VisualStudio.Workload.VisualStudioExtension | 17.13.35710.127 |
|
||||
| runtimes.ios | 9.0.225.6610 |
|
||||
| runtimes.ios.net8 | 9.0.225.6610 |
|
||||
| runtimes.maccatalyst | 9.0.225.6610 |
|
||||
| runtimes.maccatalyst.net8 | 9.0.225.6610 |
|
||||
| wasm.tools | 9.0.225.6610 |
|
||||
| ProBITools.MicrosoftAnalysisServicesModelingProjects2022 | 3.0.4 |
|
||||
| ProBITools.MicrosoftReportProjectsforVisualStudio2022 | 3.0.1 |
|
||||
| SSIS.MicrosoftDataToolsIntegrationServices | 1.6.2 |
|
||||
| SSIS.MicrosoftDataToolsIntegrationServices | 1.5 |
|
||||
| VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects | 2.0.1 |
|
||||
| Windows Driver Kit Visual Studio Extension | 10.0.26100.12 |
|
||||
| Windows Software Development Kit | 10.1.26100.3916 |
|
||||
| Windows Software Development Kit | 10.1.26100.2454 |
|
||||
| WixToolset.WixToolsetVisualStudio2022Extension | 1.0.0.22 |
|
||||
|
||||
#### Microsoft Visual C++
|
||||
@@ -456,30 +458,31 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| -------------------------------------------- | ------------ | ----------- |
|
||||
| Microsoft Visual C++ 2013 Additional Runtime | x64 | 12.0.40660 |
|
||||
| Microsoft Visual C++ 2013 Minimum Runtime | x64 | 12.0.40660 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x64 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x86 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.44.35208 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x64 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x86 | 14.42.34438 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.42.34438 |
|
||||
|
||||
#### Installed Windows SDKs
|
||||
- 10.0.22621.0
|
||||
- 10.0.26100.0
|
||||
|
||||
### .NET Core Tools
|
||||
- .NET Core SDK: 8.0.117, 8.0.206, 8.0.314, 8.0.411, 9.0.107, 9.0.205, 9.0.301
|
||||
- .NET Core SDK: 8.0.115, 8.0.206, 8.0.311, 8.0.408, 9.0.105, 9.0.200, 9.0.203
|
||||
- .NET Framework: 4.8, 4.8.1
|
||||
- Microsoft.AspNetCore.App: 8.0.6, 8.0.17, 9.0.6
|
||||
- Microsoft.NETCore.App: 8.0.6, 8.0.17, 9.0.6
|
||||
- Microsoft.WindowsDesktop.App: 8.0.6, 8.0.17, 9.0.6
|
||||
- Microsoft.AspNetCore.App: 8.0.6, 8.0.13, 8.0.15, 9.0.2, 9.0.4
|
||||
- Microsoft.NETCore.App: 8.0.6, 8.0.13, 8.0.15, 9.0.2, 9.0.4
|
||||
- Microsoft.WindowsDesktop.App: 8.0.6, 8.0.13, 8.0.15, 9.0.2, 9.0.4
|
||||
- nbgv 3.7.115+d31f50f4d1
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.10
|
||||
- PowerShell 7.4.7
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 12.4.0
|
||||
- AWSPowershell: 4.1.845
|
||||
- AWSPowershell: 4.1.817
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.28.0
|
||||
@@ -487,7 +490,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.24.0
|
||||
- PSWindowsUpdate: 2.2.1.5
|
||||
- SqlServer: 22.4.5.1
|
||||
- SqlServer: 22.3.0
|
||||
- VSSetup: 2.2.16
|
||||
|
||||
### Android
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
####################################################################################
|
||||
|
||||
Install-Binary -Type MSI `
|
||||
-Url "https://aka.ms/cosmosdb-emulator"
|
||||
-Url "https://aka.ms/cosmosdb-emulator" `
|
||||
-ExpectedSHA256Sum "E2BEB2B242FEE3C1DD444C748C1ED1DC0120566ADC0A7BC612EB8EFB8D416089"
|
||||
|
||||
Invoke-PesterTests -TestFile "Tools" -TestName "Azure Cosmos DB Emulator"
|
||||
|
||||
@@ -31,7 +31,7 @@ $tagName = "codeql-bundle-v" + $cliVersion
|
||||
Write-Host "Downloading CodeQL bundle $($cliVersion)..."
|
||||
# Note that this is the all-platforms CodeQL bundle, to support scenarios where customers run
|
||||
# different operating systems within containers.
|
||||
$codeQLBundlePath = Invoke-DownloadWithRetry "https://github.com/github/codeql-action/releases/download/$($tagName)/codeql-bundle-win64.tar.gz"
|
||||
$codeQLBundlePath = Invoke-DownloadWithRetry "https://github.com/github/codeql-action/releases/download/$($tagName)/codeql-bundle.tar.gz"
|
||||
$downloadDirectoryPath = (Get-Item $codeQLBundlePath).Directory.FullName
|
||||
|
||||
$codeQLToolcachePath = Join-Path $env:AGENT_TOOLSDIRECTORY -ChildPath "CodeQL" | Join-Path -ChildPath $cliVersion | Join-Path -ChildPath "x64"
|
||||
@@ -39,7 +39,7 @@ New-Item -Path $codeQLToolcachePath -ItemType Directory -Force | Out-Null
|
||||
|
||||
Write-Host "Unpacking the downloaded CodeQL bundle archive..."
|
||||
Expand-7ZipArchive -Path $codeQLBundlePath -DestinationPath $downloadDirectoryPath
|
||||
$unGzipedCodeQLBundlePath = Join-Path $downloadDirectoryPath "codeql-bundle-win64.tar"
|
||||
$unGzipedCodeQLBundlePath = Join-Path $downloadDirectoryPath "codeql-bundle.tar"
|
||||
Expand-7ZipArchive -Path $unGzipedCodeQLBundlePath -DestinationPath $codeQLToolcachePath
|
||||
|
||||
Write-Host "CodeQL bundle at $($codeQLToolcachePath) contains the following directories:"
|
||||
|
||||
@@ -29,9 +29,7 @@ Expand-7ZipArchive -Path $archivePath -DestinationPath $edgeDriverPath
|
||||
#Validate the EdgeDriver signature
|
||||
$signatureThumbprint = @(
|
||||
"7920AC8FB05E0FFFE21E8FF4B4F03093BA6AC16E",
|
||||
"0BD8C56733FDCC06F8CB919FF5A200E39B1ACF71",
|
||||
"F6EECCC7FF116889C2D5466AE7243D7AA7698689",
|
||||
"6ACE61BAE3F09F4DD2697806D73E022CBFE70EB4"
|
||||
"0BD8C56733FDCC06F8CB919FF5A200E39B1ACF71"
|
||||
)
|
||||
Test-FileSignature -Path "$edgeDriverPath\msedgedriver.exe" -ExpectedThumbprint $signatureThumbprint
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ if ($LASTEXITCODE -ne 0) {
|
||||
Add-MachinePathItem "C:\Program Files\Git\bin"
|
||||
|
||||
# Add well-known SSH host keys to ssh_known_hosts
|
||||
ssh-keyscan -t rsa,ecdsa,ed25519 github.com >> "C:\Program Files\Git\etc\ssh\ssh_known_hosts"
|
||||
ssh-keyscan -t rsa, ecdsa, ed25519 github.com >> "C:\Program Files\Git\etc\ssh\ssh_known_hosts"
|
||||
ssh-keyscan -t rsa ssh.dev.azure.com >> "C:\Program Files\Git\etc\ssh\ssh_known_hosts"
|
||||
|
||||
Invoke-PesterTests -TestFile "Git"
|
||||
|
||||
@@ -58,6 +58,14 @@ if ($null -ne ($toolsetVersion | Select-String -Pattern '\d+\.\d+\.\d+')) {
|
||||
} while (!$response)
|
||||
}
|
||||
|
||||
if ((Get-ToolsetContent).postgresql.installVcRedist) {
|
||||
# Postgres 14 requires the vs 17 redistributable
|
||||
$vs17RedistUrl = "https://aka.ms/vs/17/release/vc_redist.x64.exe"
|
||||
Install-Binary `
|
||||
-Url $vs17RedistUrl `
|
||||
-InstallArgs @("/install", "/quiet", "/norestart") `
|
||||
-ExpectedSignature (Get-ToolsetContent).postgresql.vcRedistSignature
|
||||
}
|
||||
|
||||
# Return the previous value of ErrorAction and invoke Install-Binary function
|
||||
$ErrorActionPreference = $errorActionOldValue
|
||||
|
||||
@@ -7,7 +7,8 @@ $downloadUrl = Resolve-GithubReleaseAssetUrl `
|
||||
-UrlMatchPattern "wsl.*.x64.msi"
|
||||
|
||||
Install-Binary -Type MSI `
|
||||
-Url $downloadUrl
|
||||
-Url $downloadUrl `
|
||||
-ExpectedSHA256Sum "A327590770BD334878FB47113355AA07CFCF056ACDC08F5E5646A2418C66D721"
|
||||
|
||||
Write-Host "Performing wsl --install --no-distribution"
|
||||
wsl.exe --install --no-distribution
|
||||
|
||||
@@ -198,8 +198,7 @@ function Invoke-DownloadWithRetry {
|
||||
for ($retries = 20; $retries -gt 0; $retries--) {
|
||||
try {
|
||||
$attemptStartTime = Get-Date
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
Invoke-WebRequest -Uri $Url -OutFile $Path -UseBasicParsing
|
||||
(New-Object System.Net.WebClient).DownloadFile($Url, $Path)
|
||||
$attemptSeconds = [math]::Round(($(Get-Date) - $attemptStartTime).TotalSeconds, 2)
|
||||
Write-Host "Package downloaded in $attemptSeconds seconds"
|
||||
break
|
||||
@@ -795,7 +794,7 @@ function Get-ChecksumFromGithubRelease {
|
||||
[Parameter(Mandatory = $true)]
|
||||
[Alias("File", "Asset")]
|
||||
[string] $FileName,
|
||||
[Parameter(Mandatory = $false)]
|
||||
[Parameter(Mandatory = $true)]
|
||||
[ValidateSet("SHA256", "SHA512")]
|
||||
[string] $HashType
|
||||
)
|
||||
@@ -868,7 +867,7 @@ function Get-ChecksumFromUrl {
|
||||
[Parameter(Mandatory = $true)]
|
||||
[Alias("File", "Asset")]
|
||||
[string] $FileName,
|
||||
[Parameter(Mandatory = $false)]
|
||||
[Parameter(Mandatory = $true)]
|
||||
[ValidateSet("SHA256", "SHA512")]
|
||||
[Alias("Type")]
|
||||
[string] $HashType
|
||||
|
||||
@@ -5,11 +5,12 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"3.0",
|
||||
"3.1",
|
||||
"3.2",
|
||||
"3.3"
|
||||
],
|
||||
"default": "3.3"
|
||||
"default": "3.0"
|
||||
},
|
||||
{
|
||||
"name": "Python",
|
||||
@@ -17,6 +18,7 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"3.8.*",
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
@@ -31,6 +33,7 @@
|
||||
"arch": "x86",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"3.8.*",
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
@@ -91,7 +94,7 @@
|
||||
{
|
||||
"name": "az",
|
||||
"versions": [
|
||||
"12.5.0"
|
||||
"12.1.0"
|
||||
],
|
||||
"zip_versions": [
|
||||
]
|
||||
@@ -443,8 +446,10 @@
|
||||
"version": "18"
|
||||
},
|
||||
"postgresql": {
|
||||
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9",
|
||||
"version": "14",
|
||||
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9"
|
||||
"vcRedistSignature": "8F985BE8FD256085C90A95D3C74580511A1DB975",
|
||||
"installVcRedist": true
|
||||
},
|
||||
"kotlin": {
|
||||
"version": "2.1.10",
|
||||
|
||||
@@ -5,11 +5,12 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"3.0",
|
||||
"3.1",
|
||||
"3.2",
|
||||
"3.3"
|
||||
],
|
||||
"default": "3.3"
|
||||
"default": "3.0"
|
||||
},
|
||||
{
|
||||
"name": "Python",
|
||||
@@ -17,6 +18,7 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"3.8.*",
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
@@ -31,6 +33,7 @@
|
||||
"arch": "x86",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"3.8.*",
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
@@ -90,7 +93,7 @@
|
||||
{
|
||||
"name": "az",
|
||||
"versions": [
|
||||
"12.5.0"
|
||||
"12.4.0"
|
||||
],
|
||||
"zip_versions": [
|
||||
|
||||
@@ -155,7 +158,7 @@
|
||||
"subversion" : "17",
|
||||
"edition" : "Enterprise",
|
||||
"channel": "release",
|
||||
"installChannel": "624045707_-738089513",
|
||||
"installChannel": "658092423_1519083591",
|
||||
"signature": [
|
||||
"245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D",
|
||||
"8F985BE8FD256085C90A95D3C74580511A1DB975"
|
||||
@@ -340,7 +343,7 @@
|
||||
]
|
||||
},
|
||||
"node": {
|
||||
"default": "20.*"
|
||||
"default": "18.*"
|
||||
},
|
||||
"maven": {
|
||||
"version": "3.9"
|
||||
@@ -363,8 +366,10 @@
|
||||
"version": "8.4"
|
||||
},
|
||||
"postgresql": {
|
||||
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9",
|
||||
"version": "14",
|
||||
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9"
|
||||
"vcRedistSignature": "8F985BE8FD256085C90A95D3C74580511A1DB975",
|
||||
"installVcRedist": true
|
||||
},
|
||||
"kotlin": {
|
||||
"version": "2.1.10",
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
{
|
||||
"name": "az",
|
||||
"versions": [
|
||||
"12.5.0"
|
||||
"12.4.0"
|
||||
],
|
||||
"zip_versions": []
|
||||
}
|
||||
@@ -137,7 +137,7 @@
|
||||
"subversion" : "17",
|
||||
"edition" : "Enterprise",
|
||||
"channel": "release",
|
||||
"installChannel": "624045707_-738089513",
|
||||
"installChannel": "658092423_1519083591",
|
||||
"signature": [
|
||||
"245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D",
|
||||
"8F985BE8FD256085C90A95D3C74580511A1DB975"
|
||||
@@ -318,7 +318,7 @@
|
||||
"signature": "A5BBE2A6DA1D2A6E057EF870267E6A91E4D56BAA"
|
||||
},
|
||||
"llvm": {
|
||||
"version": "20"
|
||||
"version": "19"
|
||||
},
|
||||
"php": {
|
||||
"version": "8.4"
|
||||
|
||||
Reference in New Issue
Block a user