Compare commits
20
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46ef873d6b | ||
|
|
a0e2400abd | ||
|
|
22efb1e0a5 | ||
|
|
2054532908 | ||
|
|
8978a360e6 | ||
|
|
dcf67a07fd | ||
|
|
3df75a63ec | ||
|
|
4f2eb4ec71 | ||
|
|
e8f4b25875 | ||
|
|
f340f688fc | ||
|
|
022b0a3ea9 | ||
|
|
28de1ce9b2 | ||
|
|
083fcebd92 | ||
|
|
f9133c626c | ||
|
|
43c8d82744 | ||
|
|
43475a2984 | ||
|
|
c191f85156 | ||
|
|
744b139d81 | ||
|
|
7fe8559f9e | ||
|
|
9eb3ed912a |
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- 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]4.0
|
||||
uses: ncipollo/[email protected]6.0
|
||||
with:
|
||||
tag: ${{ github.event.client_payload.ReleaseBranchName }}
|
||||
name: ${{ github.event.client_payload.ReleaseTitle }}
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter/slim@v4
|
||||
uses: github/super-linter/slim@v7
|
||||
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@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Validate JSON Schema
|
||||
shell: pwsh
|
||||
|
||||
@@ -12,7 +12,7 @@ defaults:
|
||||
shell: pwsh
|
||||
|
||||
jobs:
|
||||
Windows_2022:
|
||||
Windows_2025:
|
||||
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,12 +1,11 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[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) |
|
||||
| [[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 13
|
||||
- OS Version: macOS 13.7.6 (22H625)
|
||||
- Kernel Version: Darwin 22.6.0
|
||||
- Image Version: 20250602.1211
|
||||
- Image Version: 20250609.1222
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -25,8 +24,8 @@
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.19.2
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.7
|
||||
- Python3 3.13.3
|
||||
- PHP 8.4.8
|
||||
- Python3 3.13.4
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
@@ -34,19 +33,19 @@
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.8.9
|
||||
- Homebrew 4.5.3
|
||||
- Homebrew 4.5.4
|
||||
- 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 654410ee8e)
|
||||
- Vcpkg 2025 (build from commit 984f9232b2)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14.1
|
||||
- Apache Maven 3.9.10
|
||||
- Gradle 8.14.2
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
@@ -55,7 +54,7 @@
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.14.0
|
||||
- Curl 8.14.1
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.74.0
|
||||
@@ -64,7 +63,7 @@
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- jq 1.8.0
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.12.0
|
||||
- Packer 1.13.1
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
@@ -72,16 +71,16 @@
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.26
|
||||
- AWS SAM CLI 1.139.0
|
||||
- AWS CLI 2.27.31
|
||||
- AWS SAM CLI 1.140.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.73.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.36.1
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.3
|
||||
- CodeQL Action Bundle 2.21.4
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.56.2
|
||||
- SwiftFormat 0.56.3
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 14.3.1.0.1.1683849156
|
||||
- Xcodes 1.6.0
|
||||
@@ -92,11 +91,11 @@
|
||||
### Browsers
|
||||
- Safari 18.5 (18621.2.5.18.1)
|
||||
- SafariDriver 18.5 (18621.2.5.18.1)
|
||||
- Google Chrome 137.0.7151.56
|
||||
- Google Chrome for Testing 137.0.7151.55
|
||||
- ChromeDriver 137.0.7151.55
|
||||
- Microsoft Edge 137.0.3296.52
|
||||
- Microsoft Edge WebDriver 137.0.3296.52
|
||||
- Google Chrome 137.0.7151.69
|
||||
- Google Chrome for Testing 137.0.7151.68
|
||||
- ChromeDriver 137.0.7151.68
|
||||
- Microsoft Edge 137.0.3296.68
|
||||
- Microsoft Edge WebDriver 137.0.3296.68
|
||||
- Mozilla Firefox 139.0.1
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.33.0
|
||||
@@ -133,11 +132,11 @@
|
||||
|
||||
#### Python
|
||||
- 3.8.18
|
||||
- 3.9.22
|
||||
- 3.10.17
|
||||
- 3.9.23
|
||||
- 3.10.18
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.3
|
||||
- 3.13.4
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
@@ -146,8 +145,8 @@
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
@@ -214,8 +213,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 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 |
|
||||
| Asset Runtime SDK for macOS hosts targeting iOS 16.4 | assetruntime.host.macosx.target.iphoneos16.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 |
|
||||
@@ -269,7 +268,7 @@
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------- | ----------------------------------------------------------------------------------------- |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.1-55959/ParallelsDesktop-20.3.1-55959.dmg |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.2-55975/ParallelsDesktop-20.3.2-55975.dmg |
|
||||
|
||||
##### Notes
|
||||
```
|
||||
|
||||
@@ -1,38 +1,37 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[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) |
|
||||
| [[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 13
|
||||
- OS Version: macOS 13.7.6 (22H625)
|
||||
- Kernel Version: Darwin 22.6.0
|
||||
- Image Version: 20250602.1306
|
||||
- Image Version: 20250616.1345
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.410, 9.0.102, 9.0.203, 9.0.300
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.411, 9.0.102, 9.0.203, 9.0.301
|
||||
- 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.3.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.2.0) - available by `gcc-14` 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
|
||||
- GNU Fortran 12 (Homebrew GCC 12.4.0) - available by `gfortran-12` 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
|
||||
- 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
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.19.2
|
||||
- Perl 5.40.2
|
||||
- Python3 3.13.3
|
||||
- Python3 3.13.5
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.6.9
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 4.5.3
|
||||
- Homebrew 4.5.6
|
||||
- NPM 10.8.2
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 25.1.1 (python 3.13)
|
||||
@@ -42,8 +41,8 @@
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14.1
|
||||
- Apache Maven 3.9.10
|
||||
- Gradle 8.14.2
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
@@ -55,13 +54,13 @@
|
||||
- Curl 8.7.1
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.74.0
|
||||
- GitHub CLI 2.74.1
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- jq 1.8.0
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.12.0
|
||||
- Packer 1.13.1
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
@@ -69,29 +68,29 @@
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.26
|
||||
- AWS SAM CLI 1.139.0
|
||||
- AWS CLI 2.27.35
|
||||
- AWS SAM CLI 1.140.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.73.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.36.1
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.3
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.56.2
|
||||
- CodeQL Action Bundle 2.22.0
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.56.4
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 14.3.1.0.1.1683849156
|
||||
- Xcodes 1.6.0
|
||||
- Xcodes 1.6.2
|
||||
|
||||
### Linters
|
||||
|
||||
### Browsers
|
||||
- Safari 18.5 (18621.2.5.18.1)
|
||||
- SafariDriver 18.5 (18621.2.5.18.1)
|
||||
- Google Chrome 137.0.7151.56
|
||||
- Google Chrome for Testing 137.0.7151.55
|
||||
- ChromeDriver 137.0.7151.55
|
||||
- Mozilla Firefox 139.0.1
|
||||
- Google Chrome 137.0.7151.104
|
||||
- Google Chrome for Testing 137.0.7151.70
|
||||
- ChromeDriver 137.0.7151.70
|
||||
- Mozilla Firefox 139.0.4
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.33.0
|
||||
|
||||
@@ -120,7 +119,7 @@
|
||||
#### Python
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.3
|
||||
- 3.13.5
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
@@ -129,8 +128,8 @@
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[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) |
|
||||
| [[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 14
|
||||
- OS Version: macOS 14.7.6 (23H626)
|
||||
- Kernel Version: Darwin 23.6.0
|
||||
- Image Version: 20250602.1313
|
||||
- Image Version: 20250609.1326
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -25,8 +24,8 @@
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.19.2
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.7
|
||||
- Python3 3.13.3
|
||||
- PHP 8.4.8
|
||||
- Python3 3.13.4
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
@@ -34,19 +33,19 @@
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.8.9
|
||||
- Homebrew 4.5.3
|
||||
- Homebrew 4.5.4
|
||||
- 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 654410ee8e)
|
||||
- Vcpkg 2025 (build from commit 984f9232b2)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14.1
|
||||
- Apache Maven 3.9.10
|
||||
- Gradle 8.14.2
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
@@ -55,7 +54,7 @@
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.14.0
|
||||
- Curl 8.14.1
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.74.0
|
||||
@@ -64,7 +63,7 @@
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- jq 1.8.0
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.12.0
|
||||
- Packer 1.13.1
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
@@ -72,16 +71,16 @@
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.26
|
||||
- AWS SAM CLI 1.139.0
|
||||
- AWS CLI 2.27.31
|
||||
- AWS SAM CLI 1.140.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.73.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.36.1
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.3
|
||||
- CodeQL Action Bundle 2.21.4
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.56.2
|
||||
- SwiftFormat 0.56.3
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 16.2.0.0.1.1733547573
|
||||
- Xcodes 1.6.0
|
||||
@@ -92,11 +91,11 @@
|
||||
### Browsers
|
||||
- Safari 18.5 (19621.2.5.18.1)
|
||||
- SafariDriver 18.5 (19621.2.5.18.1)
|
||||
- Google Chrome 137.0.7151.56
|
||||
- Google Chrome for Testing 137.0.7151.55
|
||||
- ChromeDriver 137.0.7151.55
|
||||
- Microsoft Edge 137.0.3296.52
|
||||
- Microsoft Edge WebDriver 137.0.3296.52
|
||||
- Google Chrome 137.0.7151.69
|
||||
- Google Chrome for Testing 137.0.7151.68
|
||||
- ChromeDriver 137.0.7151.68
|
||||
- Microsoft Edge 137.0.3296.68
|
||||
- Microsoft Edge WebDriver 137.0.3296.68
|
||||
- Mozilla Firefox 139.0.1
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.33.0
|
||||
@@ -125,11 +124,11 @@
|
||||
- 3.4.4
|
||||
|
||||
#### Python
|
||||
- 3.9.22
|
||||
- 3.10.17
|
||||
- 3.9.23
|
||||
- 3.10.18
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.3
|
||||
- 3.13.4
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
@@ -138,8 +137,8 @@
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
@@ -284,7 +283,7 @@
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------- | ----------------------------------------------------------------------------------------- |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.1-55959/ParallelsDesktop-20.3.1-55959.dmg |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.2-55975/ParallelsDesktop-20.3.2-55975.dmg |
|
||||
|
||||
##### Notes
|
||||
```
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[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) |
|
||||
| [[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 15
|
||||
- OS Version: macOS 15.5 (24F5068b)
|
||||
- Kernel Version: Darwin 24.5.0
|
||||
- Image Version: 20250602.1396
|
||||
- Image Version: 20250609.1416
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -24,8 +23,8 @@
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Node.js 22.16.0
|
||||
- Perl 5.40.2
|
||||
- PHP 8.4.7
|
||||
- Python3 3.13.3
|
||||
- PHP 8.4.8
|
||||
- Python3 3.13.4
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
@@ -33,18 +32,18 @@
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Composer 2.8.9
|
||||
- Homebrew 4.5.3
|
||||
- Homebrew 4.5.4
|
||||
- NPM 10.9.2
|
||||
- Pip3 25.1.1 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.6.9
|
||||
- Vcpkg 2025 (build from commit 654410ee8e)
|
||||
- Vcpkg 2025 (build from commit 984f9232b2)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14.1
|
||||
- Apache Maven 3.9.10
|
||||
- Gradle 8.14.2
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
@@ -53,7 +52,7 @@
|
||||
- bazel 8.2.1
|
||||
- bazelisk 1.26.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.14.0
|
||||
- Curl 8.14.1
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.74.0
|
||||
@@ -62,7 +61,7 @@
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- jq 1.8.0
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.12.0
|
||||
- Packer 1.13.1
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
@@ -70,16 +69,16 @@
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.26
|
||||
- AWS SAM CLI 1.139.0
|
||||
- AWS CLI 2.27.31
|
||||
- AWS SAM CLI 1.140.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.73.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.36.1
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.3
|
||||
- CodeQL Action Bundle 2.21.4
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.56.2
|
||||
- SwiftFormat 0.56.3
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 16.4.0.0.1.1747106510
|
||||
- Xcodes 1.6.0
|
||||
@@ -90,11 +89,11 @@
|
||||
### Browsers
|
||||
- Safari 18.5 (20621.2.5.11.5)
|
||||
- SafariDriver 18.5 (20621.2.5.11.5)
|
||||
- Google Chrome 137.0.7151.56
|
||||
- Google Chrome for Testing 137.0.7151.55
|
||||
- ChromeDriver 137.0.7151.55
|
||||
- Microsoft Edge 137.0.3296.52
|
||||
- Microsoft Edge WebDriver 137.0.3296.52
|
||||
- Google Chrome 137.0.7151.69
|
||||
- Google Chrome for Testing 137.0.7151.68
|
||||
- ChromeDriver 137.0.7151.68
|
||||
- Microsoft Edge 137.0.3296.68
|
||||
- Microsoft Edge WebDriver 137.0.3296.68
|
||||
- Mozilla Firefox 139.0.1
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.33.0
|
||||
@@ -122,11 +121,11 @@
|
||||
- 3.4.4
|
||||
|
||||
#### Python
|
||||
- 3.9.22
|
||||
- 3.10.17
|
||||
- 3.9.23
|
||||
- 3.10.18
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.3
|
||||
- 3.13.4
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
@@ -135,8 +134,8 @@
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
@@ -268,7 +267,7 @@
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------- | ----------------------------------------------------------------------------------------- |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.1-55959/ParallelsDesktop-20.3.1-55959.dmg |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v20/20.3.2-55975/ParallelsDesktop-20.3.2-55975.dmg |
|
||||
|
||||
##### Notes
|
||||
```
|
||||
|
||||
@@ -1,48 +1,47 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[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) |
|
||||
| [[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 15
|
||||
- OS Version: macOS 15.5 (24F74)
|
||||
- Kernel Version: Darwin 24.5.0
|
||||
- Image Version: 20250602.1658
|
||||
- Image Version: 20250611.1705
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.410, 9.0.102, 9.0.203, 9.0.300
|
||||
- .NET Core SDK: 8.0.101, 8.0.204, 8.0.303, 8.0.411, 9.0.102, 9.0.203, 9.0.301
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 16.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.3.0) - available by `gcc-13` alias
|
||||
- GCC 14 (Homebrew GCC 14.2.0) - available by `gcc-14` alias
|
||||
- GCC 14 (Homebrew GCC 14.3.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.3.0) - available by `gfortran-13` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.2.0) - available by `gfortran-14` alias
|
||||
- GNU Fortran 14 (Homebrew GCC 14.3.0) - available by `gfortran-14` alias
|
||||
- Kotlin 2.1.10-release-473
|
||||
- Node.js 22.16.0
|
||||
- Perl 5.40.2
|
||||
- Python3 3.13.3
|
||||
- Python3 3.13.4
|
||||
- Ruby 3.3.8
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.6.9
|
||||
- Carthage 0.40.0
|
||||
- CocoaPods 1.16.2
|
||||
- Homebrew 4.5.3
|
||||
- Homebrew 4.5.6
|
||||
- NPM 10.9.2
|
||||
- Pip3 25.1.1 (python 3.13)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.6.9
|
||||
- Vcpkg 2025 (build from commit 654410ee8e)
|
||||
- Vcpkg 2025 (build from commit 4ff394902b)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.15
|
||||
- Apache Maven 3.9.9
|
||||
- Gradle 8.14.1
|
||||
- Apache Maven 3.9.10
|
||||
- Gradle 8.14.2
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
@@ -54,13 +53,13 @@
|
||||
- Curl 8.7.1
|
||||
- Git 2.49.0
|
||||
- Git LFS 3.6.1
|
||||
- GitHub CLI 2.74.0
|
||||
- GitHub CLI 2.74.1
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.25.0
|
||||
- gpg (GnuPG) 2.4.8
|
||||
- jq 1.8.0
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.12.0
|
||||
- Packer 1.13.1
|
||||
- pkgconf 2.4.3
|
||||
- Unxip 3.1
|
||||
- yq 4.45.4
|
||||
@@ -68,16 +67,16 @@
|
||||
- Ninja 1.12.1
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.27.26
|
||||
- AWS SAM CLI 1.139.0
|
||||
- AWS CLI 2.27.33
|
||||
- AWS SAM CLI 1.140.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.73.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.36.1
|
||||
- Cmake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.3
|
||||
- Fastlane 2.227.2
|
||||
- SwiftFormat 0.56.2
|
||||
- CodeQL Action Bundle 2.21.4
|
||||
- Fastlane 2.228.0
|
||||
- SwiftFormat 0.56.3
|
||||
- Xcbeautify 2.28.0
|
||||
- Xcode Command Line Tools 16.4.0.0.1.1747106510
|
||||
- Xcodes 1.6.0
|
||||
@@ -87,10 +86,10 @@
|
||||
### Browsers
|
||||
- Safari 18.5 (20621.2.5.11.8)
|
||||
- SafariDriver 18.5 (20621.2.5.11.8)
|
||||
- Google Chrome 137.0.7151.56
|
||||
- Google Chrome for Testing 137.0.7151.55
|
||||
- ChromeDriver 137.0.7151.55
|
||||
- Mozilla Firefox 139.0.1
|
||||
- Google Chrome 137.0.7151.104
|
||||
- Google Chrome for Testing 137.0.7151.70
|
||||
- ChromeDriver 137.0.7151.70
|
||||
- Mozilla Firefox 139.0.4
|
||||
- geckodriver 0.36.0
|
||||
- Selenium server 4.33.0
|
||||
|
||||
@@ -119,7 +118,7 @@
|
||||
#### Python
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.3
|
||||
- 3.13.4
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
@@ -128,8 +127,8 @@
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.87.0
|
||||
|
||||
@@ -3,6 +3,13 @@
|
||||
"default": "16",
|
||||
"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",
|
||||
@@ -42,6 +49,13 @@
|
||||
},
|
||||
"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",
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
| 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: 20250602.1.0
|
||||
- Image Version: 20250609.1.0
|
||||
- Systemd version: 249.11-0ubuntu3.15
|
||||
|
||||
## Installed Software
|
||||
@@ -33,8 +32,8 @@
|
||||
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.18.1
|
||||
- Homebrew 4.5.4
|
||||
- Helm 3.18.2
|
||||
- Homebrew 4.5.5
|
||||
- Miniconda 25.3.1
|
||||
- Npm 10.8.2
|
||||
- NuGet 6.6.1.2
|
||||
@@ -42,7 +41,7 @@
|
||||
- Pip3 22.0.2
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.3.5
|
||||
- Vcpkg (build from commit 9eb6e4b60e)
|
||||
- Vcpkg (build from commit 984f9232b2)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -61,10 +60,10 @@ to accomplish this.
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.12
|
||||
- Gradle 8.14.1
|
||||
- Gradle 8.14.2
|
||||
- Lerna 8.2.2
|
||||
- Maven 3.9.9
|
||||
- Sbt 1.11.1
|
||||
- Maven 3.9.10
|
||||
- Sbt 1.11.2
|
||||
|
||||
### Tools
|
||||
- Ansible 2.17.12
|
||||
@@ -75,7 +74,7 @@ to accomplish this.
|
||||
- Bicep 0.36.1
|
||||
- Buildah 1.23.1
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.3
|
||||
- CodeQL Action Bundle 2.21.4
|
||||
- Docker Amazon ECR Credential Helper 0.10.0
|
||||
- Docker Compose v2 2.35.1
|
||||
- Docker-Buildx 0.24.0
|
||||
@@ -86,7 +85,7 @@ to accomplish this.
|
||||
- Git LFS 3.6.1
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.14
|
||||
- Heroku 10.8.0
|
||||
- Heroku 10.10.0
|
||||
- jq 1.6
|
||||
- Kind 0.29.0
|
||||
- Kubectl 1.33.1
|
||||
@@ -99,10 +98,10 @@ to accomplish this.
|
||||
- Newman 6.2.1
|
||||
- nvm 0.40.3
|
||||
- OpenSSL 3.0.2-0ubuntu1.19
|
||||
- Packer 1.13.0
|
||||
- Packer 1.13.1
|
||||
- Parcel 2.15.2
|
||||
- Podman 3.4.4
|
||||
- Pulumi 3.173.0
|
||||
- Pulumi 3.175.0
|
||||
- R 4.5.0
|
||||
- Skopeo 1.4.1
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
@@ -114,16 +113,16 @@ to accomplish this.
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.280
|
||||
- AWS CLI 2.27.27
|
||||
- Alibaba Cloud CLI 3.0.282
|
||||
- AWS CLI 2.27.31
|
||||
- AWS CLI Session Manager Plugin 1.2.707.0
|
||||
- AWS SAM CLI 1.139.0
|
||||
- Azure CLI 2.73.0
|
||||
- AWS SAM CLI 1.140.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.74.0
|
||||
- Google Cloud CLI 524.0.0
|
||||
- Netlify CLI 21.5.1
|
||||
- OpenShift CLI 4.18.15
|
||||
- Google Cloud CLI 525.0.0
|
||||
- Netlify CLI 22.1.3
|
||||
- OpenShift CLI 4.18.16
|
||||
- ORAS CLI 1.2.3
|
||||
- Vercel CLI 42.3.0
|
||||
|
||||
@@ -156,7 +155,7 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- Bindgen 0.71.1
|
||||
- Bindgen 0.72.0
|
||||
- Cargo audit 0.21.2
|
||||
- Cargo clippy 0.1.87
|
||||
- Cargo outdated 0.17.0
|
||||
@@ -164,11 +163,11 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 137.0.7151.55
|
||||
- ChromeDriver 137.0.7151.55
|
||||
- Google Chrome 137.0.7151.68
|
||||
- ChromeDriver 137.0.7151.68
|
||||
- Chromium 137.0.7151.0
|
||||
- Microsoft Edge 137.0.3296.58
|
||||
- Microsoft Edge WebDriver 137.0.3296.52
|
||||
- Microsoft Edge 137.0.3296.68
|
||||
- Microsoft Edge WebDriver 137.0.3296.68
|
||||
- Selenium server 4.33.0
|
||||
- Mozilla Firefox 136.0.4
|
||||
- Geckodriver 0.36.0
|
||||
@@ -212,9 +211,9 @@ 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.9
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
@@ -222,11 +221,11 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
- 22.16.0
|
||||
|
||||
#### Python
|
||||
- 3.9.22
|
||||
- 3.10.17
|
||||
- 3.11.12
|
||||
- 3.12.10
|
||||
- 3.13.3
|
||||
- 3.9.23
|
||||
- 3.10.18
|
||||
- 3.11.13
|
||||
- 3.12.11
|
||||
- 3.13.4
|
||||
|
||||
#### PyPy
|
||||
- 3.7.13 [PyPy 7.3.9]
|
||||
@@ -295,7 +294,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| node:22 | sha256:0b5b940c21ab03353de9042f9166c75bcfc53c4cd0508c7fd88576646adbf875 | 2025-05-21 |
|
||||
| node:22-alpine | sha256:41e4389f3d988d2ed55392df4db1420ad048ae53324a8e2b7c6d19508288107e | 2025-05-30 |
|
||||
| ubuntu:20.04 | sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214 | 2025-04-08 |
|
||||
| ubuntu:22.04 | sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240 | 2025-04-28 |
|
||||
| ubuntu:22.04 | sha256:01a3ee0b5e413cefaaffc6abe68c9c37879ae3cced56a8e088b1649e5b269eee | 2025-05-30 |
|
||||
|
||||
### Installed apt packages
|
||||
| Name | Version |
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
| 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: 20250602.3.0
|
||||
- Image Version: 20250609.1.0
|
||||
- Systemd version: 255.4-1ubuntu8.6
|
||||
|
||||
## Installed Software
|
||||
@@ -31,15 +30,15 @@
|
||||
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.18.1
|
||||
- Homebrew 4.5.4
|
||||
- Helm 3.18.2
|
||||
- Homebrew 4.5.5
|
||||
- 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 9eb6e4b60e)
|
||||
- Vcpkg (build from commit 984f9232b2)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -58,9 +57,9 @@ to accomplish this.
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.14
|
||||
- Gradle 8.14.1
|
||||
- Gradle 8.14.2
|
||||
- Lerna 8.2.2
|
||||
- Maven 3.9.9
|
||||
- Maven 3.9.10
|
||||
|
||||
### Tools
|
||||
- Ansible 2.18.6
|
||||
@@ -70,7 +69,7 @@ to accomplish this.
|
||||
- Bicep 0.36.1
|
||||
- Buildah 1.33.7
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.3
|
||||
- CodeQL Action Bundle 2.21.4
|
||||
- Docker Amazon ECR Credential Helper 0.10.0
|
||||
- Docker Compose v2 2.36.0
|
||||
- Docker-Buildx 0.24.0
|
||||
@@ -92,10 +91,10 @@ to accomplish this.
|
||||
- Newman 6.2.1
|
||||
- nvm 0.40.3
|
||||
- OpenSSL 3.0.13-0ubuntu3.5
|
||||
- Packer 1.13.0
|
||||
- Packer 1.13.1
|
||||
- Parcel 2.15.2
|
||||
- Podman 4.9.3
|
||||
- Pulumi 3.173.0
|
||||
- Pulumi 3.175.0
|
||||
- Skopeo 1.13.3
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- yamllint 1.37.1
|
||||
@@ -104,13 +103,13 @@ to accomplish this.
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.27.27
|
||||
- AWS CLI 2.27.31
|
||||
- AWS CLI Session Manager Plugin 1.2.707.0
|
||||
- AWS SAM CLI 1.139.0
|
||||
- Azure CLI 2.73.0
|
||||
- AWS SAM CLI 1.140.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.74.0
|
||||
- Google Cloud CLI 524.0.0
|
||||
- Google Cloud CLI 525.0.0
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
@@ -144,11 +143,11 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- Rustfmt 1.8.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 137.0.7151.55
|
||||
- ChromeDriver 137.0.7151.55
|
||||
- Google Chrome 137.0.7151.68
|
||||
- ChromeDriver 137.0.7151.68
|
||||
- Chromium 137.0.7151.0
|
||||
- Microsoft Edge 137.0.3296.58
|
||||
- Microsoft Edge WebDriver 137.0.3296.52
|
||||
- Microsoft Edge 137.0.3296.68
|
||||
- Microsoft Edge WebDriver 137.0.3296.68
|
||||
- Selenium server 4.33.0
|
||||
- Mozilla Firefox 139.0.1
|
||||
- Geckodriver 0.36.0
|
||||
@@ -188,9 +187,9 @@ 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.9
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
@@ -198,11 +197,11 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
- 22.16.0
|
||||
|
||||
#### Python
|
||||
- 3.9.22
|
||||
- 3.10.17
|
||||
- 3.11.12
|
||||
- 3.12.10
|
||||
- 3.13.3
|
||||
- 3.9.23
|
||||
- 3.10.18
|
||||
- 3.11.13
|
||||
- 3.12.11
|
||||
- 3.13.4
|
||||
|
||||
#### PyPy
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
@@ -292,7 +291,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| mercurial | 6.7.2-1ubuntu2.2 |
|
||||
| net-tools | 2.10-0.1ubuntu4.4 |
|
||||
| netcat | 1.226-1ubuntu2 |
|
||||
| openssh-client | 1:9.6p1-3ubuntu13.11 |
|
||||
| openssh-client | 1:9.6p1-3ubuntu13.12 |
|
||||
| p7zip-full | 16.02+transitional.1 |
|
||||
| p7zip-rar | 16.02+transitional.1 |
|
||||
| parallel | 20231122+ds-1 |
|
||||
@@ -306,7 +305,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| shellcheck | 0.9.0-1 |
|
||||
| sphinxsearch | 2.2.11-8build1 |
|
||||
| sqlite3 | 3.45.1-1ubuntu2.3 |
|
||||
| ssh | 1:9.6p1-3ubuntu13.11 |
|
||||
| ssh | 1:9.6p1-3ubuntu13.12 |
|
||||
| sshpass | 1.09-1 |
|
||||
| sudo | 1.9.15p5-3ubuntu5 |
|
||||
| swig | 4.2.0-2ubuntu1 |
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -250,7 +250,7 @@
|
||||
},
|
||||
{
|
||||
"plugin": "compose",
|
||||
"version": "2.35.1",
|
||||
"version": "2.36.2",
|
||||
"asset": "linux-x86_64"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -210,7 +210,7 @@
|
||||
},
|
||||
{
|
||||
"plugin": "compose",
|
||||
"version": "2.36.0",
|
||||
"version": "2.36.2",
|
||||
"asset": "linux-x86_64"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,15 +1,13 @@
|
||||
| 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 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 and 3.3 will be set as default.](https://github.com/actions/runner-images/issues/12033) |
|
||||
| [Windows Server 2025 is now available](https://github.com/actions/runner-images/issues/11228) |
|
||||
***
|
||||
# Windows Server 2019
|
||||
- OS Version: 10.0.17763 Build 7322
|
||||
- Image Version: 20250602.2.0
|
||||
- Image Version: 20250609.1.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -18,13 +16,13 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.3
|
||||
- Go 1.24.4
|
||||
- Julia 1.11.5
|
||||
- Kotlin 2.1.10
|
||||
- LLVM 18.1.8
|
||||
- Node 18.20.8
|
||||
- Perl 5.32.1
|
||||
- PHP 8.4.7
|
||||
- PHP 8.4.8
|
||||
- Python 3.9.13
|
||||
- Ruby 3.3.8
|
||||
|
||||
@@ -38,7 +36,7 @@
|
||||
- pip 25.1.1 (python 3.9)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.5.22
|
||||
- Vcpkg (build from commit 181f538ff1)
|
||||
- Vcpkg (build from commit 984f9232b2)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -50,8 +48,8 @@
|
||||
### Project Management
|
||||
- Ant 1.10.15
|
||||
- Gradle 8.14
|
||||
- Maven 3.9.9
|
||||
- sbt 1.11.0
|
||||
- Maven 3.9.10
|
||||
- sbt 1.11.2
|
||||
|
||||
### Tools
|
||||
- 7zip 24.09
|
||||
@@ -62,14 +60,14 @@
|
||||
- Bicep 0.36.1
|
||||
- Cabal 3.14.2.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.3
|
||||
- CodeQL Action Bundle 2.21.4
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.2
|
||||
- Docker-wincred 0.9.3
|
||||
- ghc 9.12.2
|
||||
- Git 2.49.0.windows.1
|
||||
- Git LFS 3.6.1
|
||||
- Google Cloud CLI 524.0.0
|
||||
- Google Cloud CLI 525.0.0
|
||||
- ImageMagick 7.1.1-47
|
||||
- InnoSetup 6.4.0
|
||||
- jq 1.7.1
|
||||
@@ -84,7 +82,7 @@
|
||||
- OpenSSL 1.1.1w
|
||||
- Packer 1.12.0
|
||||
- Parcel 2.15.2
|
||||
- Pulumi 3.173.0
|
||||
- Pulumi 3.175.0
|
||||
- R 4.4.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.5.1
|
||||
@@ -98,11 +96,11 @@
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.280
|
||||
- AWS CLI 2.27.26
|
||||
- AWS SAM CLI 1.139.0
|
||||
- Alibaba Cloud CLI 3.0.282
|
||||
- AWS CLI 2.27.31
|
||||
- AWS SAM CLI 1.140.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.73.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure DevOps CLI extension 1.0.1
|
||||
- Cloud Foundry CLI 8.14.0
|
||||
- GitHub CLI 2.74.0
|
||||
@@ -114,7 +112,7 @@
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- bindgen 0.71.1
|
||||
- bindgen 0.72.0
|
||||
- cargo-audit 0.21.2
|
||||
- cargo-outdated 0.17.0
|
||||
- cbindgen 0.29.0
|
||||
@@ -124,8 +122,8 @@
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 137.0.7151.69
|
||||
- Chrome Driver 137.0.7151.68
|
||||
- Microsoft Edge 137.0.3296.52
|
||||
- Microsoft Edge Driver 137.0.3296.52
|
||||
- Microsoft Edge 137.0.3296.68
|
||||
- Microsoft Edge Driver 137.0.3296.68
|
||||
- Mozilla Firefox 139.0.1
|
||||
- Gecko Driver 0.36.0
|
||||
- IE Driver 4.14.0.0
|
||||
@@ -171,8 +169,8 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
@@ -180,12 +178,11 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 22.16.0
|
||||
|
||||
#### Python
|
||||
- 3.8.10
|
||||
- 3.9.13
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.3
|
||||
- 3.13.4
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.19]
|
||||
@@ -508,7 +505,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 12.1.0
|
||||
- AWSPowershell: 4.1.832
|
||||
- AWSPowershell: 4.1.836
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.28.0
|
||||
|
||||
@@ -1,15 +1,13 @@
|
||||
| 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 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 and 3.3 will be set as default.](https://github.com/actions/runner-images/issues/12033) |
|
||||
| [Windows Server 2025 is now available](https://github.com/actions/runner-images/issues/11228) |
|
||||
***
|
||||
# Windows Server 2022
|
||||
- OS Version: 10.0.20348 Build 3695
|
||||
- Image Version: 20250602.1.0
|
||||
- Image Version: 20250609.2.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -18,13 +16,13 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.3
|
||||
- Go 1.24.4
|
||||
- Julia 1.11.5
|
||||
- Kotlin 2.1.10
|
||||
- LLVM 18.1.8
|
||||
- Node 20.19.2
|
||||
- Perl 5.32.1
|
||||
- PHP 8.4.7
|
||||
- PHP 8.4.8
|
||||
- Python 3.9.13
|
||||
- Ruby 3.3.8
|
||||
|
||||
@@ -38,7 +36,7 @@
|
||||
- pip 25.1.1 (python 3.9)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.5.22
|
||||
- Vcpkg (build from commit 7e7032a82d)
|
||||
- Vcpkg (build from commit 7fbdc63d04)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -50,8 +48,8 @@
|
||||
### Project Management
|
||||
- Ant 1.10.15
|
||||
- Gradle 8.14
|
||||
- Maven 3.9.9
|
||||
- sbt 1.11.0
|
||||
- Maven 3.9.10
|
||||
- sbt 1.11.2
|
||||
|
||||
### Tools
|
||||
- 7zip 24.09
|
||||
@@ -62,7 +60,7 @@
|
||||
- Bicep 0.36.1
|
||||
- Cabal 3.14.2.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.3
|
||||
- CodeQL Action Bundle 2.21.4
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.2
|
||||
- Docker-wincred 0.9.3
|
||||
@@ -82,7 +80,7 @@
|
||||
- NSIS 3.10
|
||||
- OpenSSL 1.1.1w
|
||||
- Packer 1.12.0
|
||||
- Pulumi 3.173.0
|
||||
- Pulumi 3.175.0
|
||||
- R 4.4.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.5.1
|
||||
@@ -96,9 +94,9 @@
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.281
|
||||
- AWS CLI 2.27.26
|
||||
- AWS SAM CLI 1.139.0
|
||||
- Alibaba Cloud CLI 3.0.282
|
||||
- AWS CLI 2.27.31
|
||||
- AWS SAM CLI 1.140.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure DevOps CLI extension 1.0.1
|
||||
@@ -111,7 +109,7 @@
|
||||
- Rustup 1.28.2
|
||||
|
||||
#### Packages
|
||||
- bindgen 0.71.1
|
||||
- bindgen 0.72.0
|
||||
- cargo-audit 0.21.2
|
||||
- cargo-outdated 0.17.0
|
||||
- cbindgen 0.29.0
|
||||
@@ -121,8 +119,8 @@
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 137.0.7151.69
|
||||
- Chrome Driver 137.0.7151.68
|
||||
- Microsoft Edge 137.0.3296.52
|
||||
- Microsoft Edge Driver 137.0.3296.52
|
||||
- Microsoft Edge 137.0.3296.68
|
||||
- Microsoft Edge Driver 137.0.3296.68
|
||||
- Mozilla Firefox 139.0.1
|
||||
- Gecko Driver 0.36.0
|
||||
- IE Driver 4.14.0.0
|
||||
@@ -165,8 +163,8 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
@@ -174,12 +172,11 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 22.16.0
|
||||
|
||||
#### Python
|
||||
- 3.8.10
|
||||
- 3.9.13
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.3
|
||||
- 3.13.4
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.19]
|
||||
@@ -505,7 +502,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 12.4.0
|
||||
- AWSPowershell: 4.1.832
|
||||
- AWSPowershell: 4.1.837
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.28.0
|
||||
|
||||
@@ -1,15 +1,13 @@
|
||||
| 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 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 and 3.3 will be set as default.](https://github.com/actions/runner-images/issues/12033) |
|
||||
| [Windows Server 2025 is now available](https://github.com/actions/runner-images/issues/11228) |
|
||||
***
|
||||
# Windows Server 2025
|
||||
- OS Version: 10.0.26100 Build 4066
|
||||
- Image Version: 20250602.1.0
|
||||
- Image Version: 20250609.2.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -19,13 +17,13 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.37(1)-release
|
||||
- Go 1.24.3
|
||||
- Go 1.24.4
|
||||
- Julia 1.11.5
|
||||
- Kotlin 2.1.10
|
||||
- LLVM 20.1.4
|
||||
- Node 22.16.0
|
||||
- Perl 5.40.0
|
||||
- PHP 8.4.7
|
||||
- PHP 8.4.8
|
||||
- Python 3.9.13
|
||||
- Ruby 3.3.8
|
||||
|
||||
@@ -39,7 +37,7 @@
|
||||
- pip 25.1.1 (python 3.9)
|
||||
- Pipx 1.7.1
|
||||
- RubyGems 3.5.22
|
||||
- Vcpkg (build from commit 181f538ff1)
|
||||
- Vcpkg (build from commit 1b6e030cf0)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -51,8 +49,8 @@
|
||||
### Project Management
|
||||
- Ant 1.10.15
|
||||
- Gradle 8.14
|
||||
- Maven 3.9.9
|
||||
- sbt 1.11.0
|
||||
- Maven 3.9.10
|
||||
- sbt 1.11.2
|
||||
|
||||
### Tools
|
||||
- 7zip 24.09
|
||||
@@ -63,7 +61,7 @@
|
||||
- Bicep 0.36.1
|
||||
- Cabal 3.14.2.0
|
||||
- CMake 3.31.6
|
||||
- CodeQL Action Bundle 2.21.3
|
||||
- CodeQL Action Bundle 2.21.4
|
||||
- Docker 27.5.1
|
||||
- Docker Compose v2 2.32.2
|
||||
- Docker-wincred 0.9.3
|
||||
@@ -80,7 +78,7 @@
|
||||
- Newman 6.2.1
|
||||
- OpenSSL 3.4.1
|
||||
- Packer 1.12.0
|
||||
- Pulumi 3.173.0
|
||||
- Pulumi 3.175.0
|
||||
- R 4.4.2
|
||||
- Service Fabric SDK 10.1.2493.9590
|
||||
- Stack 3.5.1
|
||||
@@ -93,10 +91,10 @@
|
||||
- Ninja 1.12.1
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.27.26
|
||||
- AWS SAM CLI 1.139.0
|
||||
- AWS CLI 2.27.31
|
||||
- AWS SAM CLI 1.140.0
|
||||
- AWS Session Manager CLI 1.2.707.0
|
||||
- Azure CLI 2.73.0
|
||||
- Azure CLI 2.74.0
|
||||
- Azure DevOps CLI extension 1.0.1
|
||||
- GitHub CLI 2.74.0
|
||||
|
||||
@@ -113,8 +111,8 @@
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 137.0.7151.69
|
||||
- Chrome Driver 137.0.7151.68
|
||||
- Microsoft Edge 137.0.3296.52
|
||||
- Microsoft Edge Driver 137.0.3296.52
|
||||
- Microsoft Edge 137.0.3296.68
|
||||
- Microsoft Edge Driver 137.0.3296.68
|
||||
- Mozilla Firefox 139.0.1
|
||||
- Gecko Driver 0.36.0
|
||||
- IE Driver 4.14.0.0
|
||||
@@ -157,8 +155,8 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Go
|
||||
- 1.22.12
|
||||
- 1.23.9
|
||||
- 1.24.3
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
|
||||
#### Node.js
|
||||
- 18.20.8
|
||||
@@ -170,7 +168,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.10
|
||||
- 3.13.3
|
||||
- 3.13.4
|
||||
|
||||
#### PyPy
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
@@ -198,7 +196,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
#### MongoDB
|
||||
| Version | ServiceName | ServiceStatus | ServiceStartType |
|
||||
| -------- | ----------- | ------------- | ---------------- |
|
||||
| 7.0.20.0 | MongoDB | Stopped | Disabled |
|
||||
| 7.0.21.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.23.0
|
||||
@@ -206,7 +204,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- MySQL 8.0.42.0
|
||||
- SQL OLEDB Driver 18.7.4.0
|
||||
- SQLPS 1.0
|
||||
- MongoDB Shell (mongosh) 2.5.1
|
||||
- MongoDB Shell (mongosh) 2.5.2
|
||||
|
||||
### Web Servers
|
||||
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
|
||||
@@ -482,7 +480,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 12.4.0
|
||||
- AWSPowershell: 4.1.832
|
||||
- AWSPowershell: 4.1.837
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.28.0
|
||||
|
||||
Reference in New Issue
Block a user