Compare commits
76
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d333e13abf | ||
|
|
0176ca6d78 | ||
|
|
5eda352fd4 | ||
|
|
5afe2ac2dc | ||
|
|
773246ccf7 | ||
|
|
734699ef61 | ||
|
|
ce0b29d20c | ||
|
|
ed7da973ff | ||
|
|
71142e7053 | ||
|
|
2927b0be95 | ||
|
|
e63e9ad701 | ||
|
|
d7a4be0267 | ||
|
|
d728101ace | ||
|
|
d31e0a18cb | ||
|
|
b268f563f6 | ||
|
|
62c1943b63 | ||
|
|
c5c9a7cd7b | ||
|
|
bcf346f13b | ||
|
|
2813ee66cb | ||
|
|
d31241d2c8 | ||
|
|
8c3d5d9d09 | ||
|
|
e7f54bfde8 | ||
|
|
d6a35ea98b | ||
|
|
b7a8e5ca52 | ||
|
|
3464b06c4c | ||
|
|
4edcdf297d | ||
|
|
d0b14aa29e | ||
|
|
89d72011e0 | ||
|
|
3793317199 | ||
|
|
e85f1e429d | ||
|
|
145c80df8d | ||
|
|
fb41178b75 | ||
|
|
ab07d6cc32 | ||
|
|
3e33d65ff9 | ||
|
|
e0fd3fea70 | ||
|
|
f610e46b01 | ||
|
|
e21232684f | ||
|
|
619f9fd372 | ||
|
|
42a61d742a | ||
|
|
65d62e1688 | ||
|
|
903f406ecb | ||
|
|
1bf1aea864 | ||
|
|
b5ee676e1d | ||
|
|
bb433ff031 | ||
|
|
2e3a8e1ccf | ||
|
|
870d08d9cb | ||
|
|
7271f004d4 | ||
|
|
71714d51d3 | ||
|
|
2a8403091c | ||
|
|
a615999e85 | ||
|
|
bbad000130 | ||
|
|
b3529d148e | ||
|
|
8549372c4c | ||
|
|
c27adcfdba | ||
|
|
45651fd866 | ||
|
|
28bc3aff6d | ||
|
|
7992e7f1ba | ||
|
|
3a10719283 | ||
|
|
52bcf848e5 | ||
|
|
5a99573420 | ||
|
|
c9f2293acc | ||
|
|
a9f4b4f480 | ||
|
|
25c57a1bbf | ||
|
|
293e955e3f | ||
|
|
9d5d1be482 | ||
|
|
785629d8d8 | ||
|
|
899fcf9b16 | ||
|
|
448c998191 | ||
|
|
0f916a843b | ||
|
|
4b94854902 | ||
|
|
c99c444ee9 | ||
|
|
24c7b7b9d8 | ||
|
|
903d127138 | ||
|
|
8476a08273 | ||
|
|
04166140e1 | ||
|
|
3c26757b41 |
@@ -0,0 +1,20 @@
|
||||
name: Trigger Ubuntu24.04 CI
|
||||
run-name: Ubuntu24.04 - ${{ github.event.pull_request.title }}
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: labeled
|
||||
paths:
|
||||
- 'images/ubuntu/**'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: pwsh
|
||||
|
||||
jobs:
|
||||
Ubuntu_2404:
|
||||
if: contains(github.event.pull_request.labels.*.name, 'CI ubuntu-all') || contains(github.event.pull_request.labels.*.name, 'CI ubuntu-2404')
|
||||
uses: ./.github/workflows/trigger-ubuntu-win-build.yml
|
||||
with:
|
||||
image_type: 'ubuntu2404'
|
||||
secrets: inherit
|
||||
@@ -21,17 +21,17 @@ To build a VM machine from this repo's source, see the [instructions](docs/creat
|
||||
|
||||
| Image | YAML Label | Included Software | Rollout Status of Latest Image Release |
|
||||
| --------------------|---------------------|--------------------|--------------------|
|
||||
| Ubuntu 24.04 <sup>beta</sup> | `ubuntu-24.04` | [ubuntu-24.04] |  |
|
||||
| Ubuntu 22.04 | `ubuntu-latest` or `ubuntu-22.04` | [ubuntu-22.04] |  |
|
||||
| Ubuntu 20.04 | `ubuntu-20.04` | [ubuntu-20.04] |  |
|
||||
| macOS 14 | `macos-latest-large` or `macos-14-large`| [macOS-14] |  |
|
||||
| macOS 14 Arm64 |`macos-latest`, `macos-14`, `macos-latest-xlarge` or `macos-14-xlarge`| [macOS-14-arm64] |  |
|
||||
| macOS 13 | `macos-13` or `macos-13-large` | [macOS-13] |  |
|
||||
| macOS 13 Arm64 | `macos-13-xlarge` | [macOS-13-arm64] |  |
|
||||
| macOS 12 | `macos-12` or `macos-12-large`| [macOS-12] |  |
|
||||
| macOS 11 <sup>deprecated</sup> | `macos-11`| [macOS-11] |  |
|
||||
| Windows Server 2022 | `windows-latest` or `windows-2022` | [windows-2022] |  |
|
||||
| Windows Server 2019 | `windows-2019` | [windows-2019] |  |
|
||||
| Ubuntu 24.04 <sup>beta</sup> | `ubuntu-24.04` | [ubuntu-24.04] |  |
|
||||
| Ubuntu 22.04 | `ubuntu-latest` or `ubuntu-22.04` | [ubuntu-22.04] |  |
|
||||
| Ubuntu 20.04 | `ubuntu-20.04` | [ubuntu-20.04] |  |
|
||||
| macOS 14 | `macos-latest-large` or `macos-14-large`| [macOS-14] |  |
|
||||
| macOS 14 Arm64 |`macos-latest`, `macos-14`, `macos-latest-xlarge` or `macos-14-xlarge`| [macOS-14-arm64] |  |
|
||||
| macOS 13 | `macos-13` or `macos-13-large` | [macOS-13] |  |
|
||||
| macOS 13 Arm64 | `macos-13-xlarge` | [macOS-13-arm64] |  |
|
||||
| macOS 12 | `macos-12` or `macos-12-large`| [macOS-12] |  |
|
||||
| macOS 11 <sup>deprecated</sup> | `macos-11`| [macOS-11] |  |
|
||||
| Windows Server 2022 | `windows-latest` or `windows-2022` | [windows-2022] |  |
|
||||
| Windows Server 2019 | `windows-2019` | [windows-2019] |  |
|
||||
|
||||
### Label scheme
|
||||
|
||||
|
||||
@@ -1,51 +1,51 @@
|
||||
# macOS 12
|
||||
- OS Version: macOS 12.7.4 (21H1123)
|
||||
- OS Version: macOS 12.7.5 (21H1222)
|
||||
- Kernel Version: Darwin 21.6.0
|
||||
- Image Version: 20240514.3
|
||||
- Image Version: 20240623.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 6.0.422, 7.0.102, 7.0.202, 7.0.306, 7.0.409, 8.0.101, 8.0.204, 8.0.300
|
||||
- .NET Core SDK: 6.0.423, 7.0.102, 7.0.202, 7.0.306, 7.0.410, 8.0.101, 8.0.204, 8.0.302
|
||||
- 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 11 (Homebrew GCC 11.4.0) - available by `gcc-11` alias
|
||||
- GCC 12 (Homebrew GCC 12.3.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.2.0) - available by `gcc-13` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GNU Fortran 11 (Homebrew GCC 11.4.0) - available by `gfortran-11` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.3.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.2.0) - available by `gfortran-13` alias
|
||||
- Julia 1.10.3
|
||||
- Kotlin 1.9.24-release-822
|
||||
- Go 1.21.10
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- Julia 1.10.4
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Go 1.21.11
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 18.20.2
|
||||
- Node.js 18.20.3
|
||||
- MSBuild 16.10.1.51301 (Mono 6.12.0.188)
|
||||
- NVM 0.39.7
|
||||
- NVM - Cached node versions: 16.20.2, 18.20.2, 20.13.1
|
||||
- NVM - Cached node versions: 16.20.2, 18.20.3, 20.15.0
|
||||
- Perl 5.38.2
|
||||
- PHP 8.3.7
|
||||
- PHP 8.3.8
|
||||
- Python 2.7.18
|
||||
- Python3 3.12.3
|
||||
- R 4.4.0
|
||||
- Python3 3.12.4
|
||||
- R 4.4.1
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.5.10
|
||||
- Bundler 2.5.14
|
||||
- Carthage 0.39.1
|
||||
- CocoaPods 1.15.2
|
||||
- Composer 2.7.6
|
||||
- Homebrew 4.3.0
|
||||
- Miniconda 24.3.0
|
||||
- NPM 10.5.0
|
||||
- Composer 2.7.7
|
||||
- Homebrew 4.3.6
|
||||
- Miniconda 24.4.0
|
||||
- NPM 10.7.0
|
||||
- NuGet 6.3.1.1
|
||||
- Pip 20.3.4 (python 2.7)
|
||||
- Pip3 24.0 (python 3.12)
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.5.10
|
||||
- Vcpkg 2024 (build from commit bd2b54836)
|
||||
- Yarn 1.22.19
|
||||
- Pip3 24.1 (python 3.12)
|
||||
- Pipx 1.6.0
|
||||
- RubyGems 3.5.14
|
||||
- Vcpkg 2024 (build from commit c4467cb68)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -55,28 +55,28 @@
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.14
|
||||
- Apache Maven 3.9.6
|
||||
- Gradle 8.7
|
||||
- Apache Maven 3.9.8
|
||||
- Gradle 8.8
|
||||
- Sbt 1.10.0
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- bazel 7.1.2
|
||||
- azcopy 10.25.1
|
||||
- bazel 7.2.0
|
||||
- bazelisk 1.20.0
|
||||
- bsdtar 3.5.1 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.45.1
|
||||
- Curl 8.8.0
|
||||
- Git 2.45.2
|
||||
- Git LFS 3.5.1
|
||||
- GitHub CLI 2.49.2
|
||||
- GitHub CLI 2.51.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.24.5
|
||||
- gpg (GnuPG) 2.4.5
|
||||
- ImageMagick 7.1.1-32
|
||||
- ImageMagick 7.1.1-33
|
||||
- jq 1.7.1
|
||||
- mongo 5.0.26
|
||||
- mongod 5.0.26
|
||||
- mongo 5.0.27
|
||||
- mongod 5.0.27
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.9.4
|
||||
- pkg-config 0.29.2
|
||||
@@ -87,27 +87,27 @@
|
||||
- Switchaudio-osx 1.2.2
|
||||
- Vagrant 2.4.1
|
||||
- VirtualBox 6.1.38r153438
|
||||
- yq 4.44.1
|
||||
- yq 4.44.2
|
||||
- zstd 1.5.6
|
||||
|
||||
### Tools
|
||||
- App Center CLI 3.0.0
|
||||
- AWS CLI 2.15.50
|
||||
- AWS SAM CLI 1.116.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.60.0
|
||||
- Azure CLI (azure-devops) 1.0.0
|
||||
- Bicep CLI 0.27.1
|
||||
- App Center CLI 3.0.1
|
||||
- AWS CLI 2.17.0
|
||||
- AWS SAM CLI 1.119.0
|
||||
- AWS Session Manager CLI 1.2.633.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.28.1
|
||||
- Cabal 3.10.3.0
|
||||
- Cmake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.2
|
||||
- Colima 0.6.8
|
||||
- Fastlane 2.220.0
|
||||
- Cmake 3.29.6
|
||||
- CodeQL Action Bundle 2.17.5
|
||||
- Colima 0.6.9
|
||||
- Fastlane 2.221.1
|
||||
- GHC 9.10.1
|
||||
- GHCup 0.1.22.0
|
||||
- Jazzy 0.15.0
|
||||
- Stack 2.15.5
|
||||
- SwiftFormat 0.53.9
|
||||
- Jazzy 0.15.1
|
||||
- Stack 2.15.7
|
||||
- SwiftFormat 0.54.0
|
||||
- Swig 4.2.1
|
||||
- Xcbeautify 1.6.0
|
||||
- Xcode Command Line Tools 14.2.0.0.1.1668646533
|
||||
@@ -118,16 +118,16 @@
|
||||
- Yamllint 1.35.1
|
||||
|
||||
### Browsers
|
||||
- Safari 17.4.1 (17618.1.15.111.8)
|
||||
- SafariDriver 17.4.1 (17618.1.15.111.8)
|
||||
- Google Chrome 124.0.6367.208
|
||||
- Google Chrome for Testing 124.0.6367.207
|
||||
- ChromeDriver 124.0.6367.207
|
||||
- Microsoft Edge 124.0.2478.105
|
||||
- Microsoft Edge WebDriver 124.0.2478.105
|
||||
- Mozilla Firefox 126.0
|
||||
- Safari 17.5 (17618.2.12.111.5)
|
||||
- SafariDriver 17.5 (17618.2.12.111.5)
|
||||
- Google Chrome 126.0.6478.115
|
||||
- Google Chrome for Testing 126.0.6478.63
|
||||
- ChromeDriver 126.0.6478.63
|
||||
- Microsoft Edge 126.0.2592.68
|
||||
- Microsoft Edge WebDriver 126.0.2592.68
|
||||
- Mozilla Firefox 127.0.1
|
||||
- geckodriver 0.34.0
|
||||
- Selenium server 4.20.0
|
||||
- Selenium server 4.22.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -155,7 +155,7 @@
|
||||
|
||||
#### Ruby
|
||||
- 3.0.7
|
||||
- 3.1.5
|
||||
- 3.1.6
|
||||
|
||||
#### Python
|
||||
- 3.7.17
|
||||
@@ -163,22 +163,22 @@
|
||||
- 3.9.19
|
||||
- 3.10.14
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
- 3.12.4
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.13.1
|
||||
- 18.20.3
|
||||
- 20.14.0
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
- 1.21.11
|
||||
- 1.22.4
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Cargo 1.79.0
|
||||
- Rust 1.79.0
|
||||
- Rustdoc 1.79.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
@@ -186,23 +186,23 @@
|
||||
- Cargo-audit 0.20.0
|
||||
- Cargo-outdated 0.15.0
|
||||
- Cbindgen 0.26.0
|
||||
- Clippy 0.1.78
|
||||
- Clippy 0.1.79
|
||||
- Rustfmt 1.7.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.2
|
||||
- PowerShell 7.4.3
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.6.0
|
||||
- MarkdownPS: 1.9
|
||||
- Pester: 5.5.0
|
||||
- Az: 12.0.0
|
||||
- MarkdownPS: 1.10
|
||||
- Pester: 5.6.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
### Web Servers
|
||||
| Name | Version | ConfigFile | ServiceStatus | ListenPort |
|
||||
| ----- | ------- | ------------------------------- | ------------- | ---------- |
|
||||
| httpd | 2.4.59 | /usr/local/etc/httpd/httpd.conf | none | 80 |
|
||||
| nginx | 1.25.5 | /usr/local/etc/nginx/nginx.conf | none | 80 |
|
||||
| nginx | 1.27.0 | /usr/local/etc/nginx/nginx.conf | none | 80 |
|
||||
|
||||
### Xamarin
|
||||
|
||||
@@ -327,18 +327,18 @@ mv "/Applications/Visual Studio 2019.app" "/Applications/Visual Studio.app"
|
||||
| watchOS 9.1 | 13.1<br>13.2.1<br>13.3.1<br>13.4.1<br>14.0.1<br>14.1<br>14.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Ultra (49mm) |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 8.0 |
|
||||
| Android Emulator | 34.2.13 |
|
||||
| Android SDK Build-tools | 34.0.0<br>33.0.0 33.0.1 33.0.2 33.0.3<br>32.0.0<br>31.0.0 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (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) |
|
||||
| Android SDK Platform-Tools | 35.0.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.18.1<br>3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653 (default)<br>26.3.11579264 |
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 8.0 |
|
||||
| Android Emulator | 34.2.15 |
|
||||
| Android SDK Build-tools | 35.0.0<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 |
|
||||
| Android SDK Platforms | android-35 (rev 1)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (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) |
|
||||
| Android SDK Platform-Tools | 35.0.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.18.1<br>3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653 (default)<br>26.3.11579264 |
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -359,7 +359,7 @@ mv "/Applications/Visual Studio 2019.app" "/Applications/Visual Studio.app"
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
| ----------------- | ----------------------------------------------------------------------------------------- |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v19/19.3.1-54941/ParallelsDesktop-19.3.1-54941.dmg |
|
||||
| PARALLELS_DMG_URL | https://download.parallels.com/desktop/v19/19.4.0-54962/ParallelsDesktop-19.4.0-54962.dmg |
|
||||
|
||||
##### Notes
|
||||
```
|
||||
|
||||
@@ -1,59 +1,59 @@
|
||||
# macOS 13
|
||||
- OS Version: macOS 13.6.6 (22G630)
|
||||
- OS Version: macOS 13.6.7 (22G720)
|
||||
- Kernel Version: Darwin 22.6.0
|
||||
- Image Version: 20240514.3
|
||||
- Image Version: 20240623.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.409, 8.0.101, 8.0.204, 8.0.300
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.410, 8.0.101, 8.0.204, 8.0.302
|
||||
- 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 11 (Homebrew GCC 11.4.0) - available by `gcc-11` alias
|
||||
- GCC 12 (Homebrew GCC 12.3.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.2.0) - available by `gcc-13` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GNU Fortran 11 (Homebrew GCC 11.4.0) - available by `gfortran-11` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.3.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.2.0) - available by `gfortran-13` alias
|
||||
- Kotlin 1.9.24-release-822
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.13.1
|
||||
- Node.js 20.15.0
|
||||
- Perl 5.38.2
|
||||
- PHP 8.3.7
|
||||
- Python3 3.12.3
|
||||
- PHP 8.3.8
|
||||
- Python3 3.12.4
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.5.10
|
||||
- Bundler 2.5.14
|
||||
- Carthage 0.39.1
|
||||
- CocoaPods 1.15.2
|
||||
- Composer 2.7.6
|
||||
- Homebrew 4.3.0
|
||||
- NPM 10.5.2
|
||||
- Composer 2.7.7
|
||||
- Homebrew 4.3.6
|
||||
- NPM 10.7.0
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 24.0 (python 3.12)
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.5.10
|
||||
- Vcpkg 2024 (build from commit bd2b54836)
|
||||
- Yarn 1.22.19
|
||||
- Pip3 24.1 (python 3.12)
|
||||
- Pipx 1.6.0
|
||||
- RubyGems 3.5.14
|
||||
- Vcpkg 2024 (build from commit c4467cb68)
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.14
|
||||
- Apache Maven 3.9.6
|
||||
- Gradle 8.7
|
||||
- Apache Maven 3.9.8
|
||||
- Gradle 8.8
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- bazel 7.1.2
|
||||
- azcopy 10.25.1
|
||||
- bazel 7.2.0
|
||||
- bazelisk 1.20.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.45.1
|
||||
- Curl 8.8.0
|
||||
- Git 2.45.2
|
||||
- Git LFS 3.5.1
|
||||
- GitHub CLI 2.49.2
|
||||
- GitHub CLI 2.51.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.24.5
|
||||
- gpg (GnuPG) 2.4.5
|
||||
@@ -61,38 +61,38 @@
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.9.4
|
||||
- pkg-config 0.29.2
|
||||
- yq 4.44.1
|
||||
- yq 4.44.2
|
||||
- zstd 1.5.6
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.15.50
|
||||
- AWS SAM CLI 1.116.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.60.0
|
||||
- Azure CLI (azure-devops) 1.0.0
|
||||
- Bicep CLI 0.27.1
|
||||
- Cmake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.2
|
||||
- Fastlane 2.220.0
|
||||
- SwiftFormat 0.53.9
|
||||
- Xcbeautify 2.3.1
|
||||
- AWS CLI 2.17.0
|
||||
- AWS SAM CLI 1.119.0
|
||||
- AWS Session Manager CLI 1.2.633.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.28.1
|
||||
- Cmake 3.29.6
|
||||
- CodeQL Action Bundle 2.17.5
|
||||
- Fastlane 2.221.1
|
||||
- SwiftFormat 0.54.0
|
||||
- Xcbeautify 2.4.0
|
||||
- Xcode Command Line Tools 14.3.1.0.1.1683849156
|
||||
- Xcodes 1.4.1
|
||||
|
||||
### Linters
|
||||
- SwiftLint 0.53.0
|
||||
- SwiftLint 0.55.1
|
||||
|
||||
### Browsers
|
||||
- Safari 17.4.1 (18618.1.15.111.8)
|
||||
- SafariDriver 17.4.1 (18618.1.15.111.8)
|
||||
- Google Chrome 124.0.6367.208
|
||||
- Google Chrome for Testing 124.0.6367.207
|
||||
- ChromeDriver 124.0.6367.207
|
||||
- Microsoft Edge 124.0.2478.105
|
||||
- Microsoft Edge WebDriver 124.0.2478.105
|
||||
- Mozilla Firefox 126.0
|
||||
- Safari 17.5 (18618.2.12.111.5)
|
||||
- SafariDriver 17.5 (18618.2.12.111.5)
|
||||
- Google Chrome 126.0.6478.115
|
||||
- Google Chrome for Testing 126.0.6478.63
|
||||
- ChromeDriver 126.0.6478.63
|
||||
- Microsoft Edge 126.0.2592.68
|
||||
- Microsoft Edge WebDriver 126.0.2592.68
|
||||
- Mozilla Firefox 127.0.1
|
||||
- geckodriver 0.34.0
|
||||
- Selenium server 4.20.0
|
||||
- Selenium server 4.22.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -120,41 +120,41 @@
|
||||
|
||||
#### Ruby
|
||||
- 3.0.7
|
||||
- 3.1.5
|
||||
- 3.1.6
|
||||
|
||||
#### Python
|
||||
- 3.8.18
|
||||
- 3.9.19
|
||||
- 3.10.14
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
- 3.12.4
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.13.1
|
||||
- 18.20.3
|
||||
- 20.14.0
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
- 1.21.11
|
||||
- 1.22.4
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Cargo 1.79.0
|
||||
- Rust 1.79.0
|
||||
- Rustdoc 1.79.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.78
|
||||
- Clippy 0.1.79
|
||||
- Rustfmt 1.7.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.2
|
||||
- PowerShell 7.4.3
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.6.0
|
||||
- Pester: 5.5.0
|
||||
- Az: 12.0.0
|
||||
- Pester: 5.6.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
### Xcode
|
||||
@@ -201,8 +201,8 @@
|
||||
| Simulator - watchOS 9.4 | watchsimulator9.4 | 14.3.1 |
|
||||
| Simulator - watchOS 10.0 | watchsimulator10.0 | 15.0.1 |
|
||||
| Simulator - watchOS 10.2 | watchsimulator10.2 | 15.1, 15.2 |
|
||||
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
|
||||
| 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 |
|
||||
@@ -230,18 +230,18 @@
|
||||
| watchOS 10.2 | 14.1<br>14.2<br>14.3.1<br>15.0.1<br>15.1<br>15.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 34.2.13 |
|
||||
| Android SDK Build-tools | 34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (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.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 (default) |
|
||||
| Package Name | Version |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 34.2.15 |
|
||||
| Android SDK Build-tools | 35.0.0<br>34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-35 (rev 1)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (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.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 (default) |
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
|
||||
@@ -1,56 +1,56 @@
|
||||
# macOS 13
|
||||
- OS Version: macOS 13.6.6 (22G630)
|
||||
- OS Version: macOS 13.6.7 (22G720)
|
||||
- Kernel Version: Darwin 22.6.0
|
||||
- Image Version: 20240514.3
|
||||
- Image Version: 20240624.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.409, 8.0.101, 8.0.204, 8.0.300
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.410, 8.0.101, 8.0.204, 8.0.302
|
||||
- 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 11 (Homebrew GCC 11.4.0) - available by `gcc-11` alias
|
||||
- GCC 12 (Homebrew GCC 12.3.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.2.0) - available by `gcc-13` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GNU Fortran 11 (Homebrew GCC 11.4.0) - available by `gfortran-11` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.3.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.2.0) - available by `gfortran-13` alias
|
||||
- Kotlin 1.9.24-release-822
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.13.1
|
||||
- Node.js 20.15.0
|
||||
- Perl 5.38.2
|
||||
- Python3 3.12.3
|
||||
- Python3 3.12.4
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.5.10
|
||||
- Bundler 2.5.14
|
||||
- Carthage 0.39.1
|
||||
- CocoaPods 1.15.2
|
||||
- Homebrew 4.3.0
|
||||
- NPM 10.5.2
|
||||
- Homebrew 4.3.6
|
||||
- NPM 10.7.0
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 24.0 (python 3.12)
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.5.10
|
||||
- Yarn 1.22.19
|
||||
- Pipx 1.6.0
|
||||
- RubyGems 3.5.14
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.14
|
||||
- Apache Maven 3.9.6
|
||||
- Gradle 8.7
|
||||
- Apache Maven 3.9.8
|
||||
- Gradle 8.8
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- bazel 7.1.2
|
||||
- azcopy 10.25.1
|
||||
- bazel 7.2.0
|
||||
- bazelisk 1.20.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.4.0
|
||||
- Git 2.45.1
|
||||
- Git 2.45.2
|
||||
- Git LFS 3.5.1
|
||||
- GitHub CLI 2.49.2
|
||||
- GitHub CLI 2.51.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.24.5
|
||||
- gpg (GnuPG) 2.4.5
|
||||
@@ -58,33 +58,33 @@
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.9.4
|
||||
- pkg-config 0.29.2
|
||||
- yq 4.44.1
|
||||
- yq 4.44.2
|
||||
- zstd 1.5.6
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.15.50
|
||||
- AWS SAM CLI 1.116.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.60.0
|
||||
- Azure CLI (azure-devops) 1.0.0
|
||||
- Bicep CLI 0.27.1
|
||||
- Cmake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.2
|
||||
- Fastlane 2.220.0
|
||||
- SwiftFormat 0.53.9
|
||||
- Xcbeautify 2.3.1
|
||||
- AWS CLI 2.17.0
|
||||
- AWS SAM CLI 1.119.0
|
||||
- AWS Session Manager CLI 1.2.633.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.28.1
|
||||
- Cmake 3.29.6
|
||||
- CodeQL Action Bundle 2.17.5
|
||||
- Fastlane 2.221.1
|
||||
- SwiftFormat 0.54.0
|
||||
- Xcbeautify 2.4.0
|
||||
- Xcode Command Line Tools 14.3.1.0.1.1683849156
|
||||
- Xcodes 1.4.1
|
||||
|
||||
### Linters
|
||||
|
||||
### Browsers
|
||||
- Safari 17.4.1 (18618.1.15.111.8)
|
||||
- SafariDriver 17.4.1 (18618.1.15.111.8)
|
||||
- Google Chrome 124.0.6367.208
|
||||
- Google Chrome for Testing 124.0.6367.207
|
||||
- ChromeDriver 124.0.6367.207
|
||||
- Selenium server 4.20.0
|
||||
- Safari 17.5 (18618.2.12.111.5)
|
||||
- SafariDriver 17.5 (18618.2.12.111.5)
|
||||
- Google Chrome 126.0.6478.115
|
||||
- Google Chrome for Testing 126.0.6478.63
|
||||
- ChromeDriver 126.0.6478.63
|
||||
- Selenium server 4.22.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -106,34 +106,34 @@
|
||||
- 3.9.13
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
- 3.12.4
|
||||
|
||||
#### Node.js
|
||||
- 16.20.1
|
||||
- 18.20.2
|
||||
- 20.13.1
|
||||
- 18.20.3
|
||||
- 20.15.0
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
- 1.21.11
|
||||
- 1.22.4
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Cargo 1.79.0
|
||||
- Rust 1.79.0
|
||||
- Rustdoc 1.79.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.78
|
||||
- Clippy 0.1.79
|
||||
- Rustfmt 1.7.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.2
|
||||
- PowerShell 7.4.3
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.6.0
|
||||
- Pester: 5.5.0
|
||||
- Az: 12.0.0
|
||||
- Pester: 5.6.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
### Xcode
|
||||
@@ -210,18 +210,18 @@
|
||||
| visionOS 1.0 | 14.1<br>14.2<br>14.3.1<br>15.0.1<br>15.1<br>15.2 | Apple Vision Pro |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 34.2.13 |
|
||||
| Android SDK Build-tools | 34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (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.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 (default) |
|
||||
| Package Name | Version |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 34.2.15 |
|
||||
| Android SDK Build-tools | 35.0.0<br>34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-35 (rev 1)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (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.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 (default) |
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
|
||||
+109
-98
@@ -1,58 +1,58 @@
|
||||
# macOS 14
|
||||
- OS Version: macOS 14.4.1 (23E224)
|
||||
- Kernel Version: Darwin 23.4.0
|
||||
- Image Version: 20240514.3
|
||||
- OS Version: macOS 14.5 (23F79)
|
||||
- Kernel Version: Darwin 23.5.0
|
||||
- Image Version: 20240624.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.409, 8.0.101, 8.0.204, 8.0.300
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.410, 8.0.101, 8.0.204, 8.0.302
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 14.0.3
|
||||
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
|
||||
- GCC 11 (Homebrew GCC 11.4.0) - available by `gcc-11` alias
|
||||
- GCC 12 (Homebrew GCC 12.3.0) - available by `gcc-12` alias
|
||||
- GCC 13 (Homebrew GCC 13.2.0) - available by `gcc-13` alias
|
||||
- GCC 13 (Homebrew GCC 13.3.0) - available by `gcc-13` alias
|
||||
- GNU Fortran 11 (Homebrew GCC 11.4.0) - available by `gfortran-11` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.3.0) - available by `gfortran-12` alias
|
||||
- GNU Fortran 13 (Homebrew GCC 13.2.0) - available by `gfortran-13` alias
|
||||
- Kotlin 1.9.24-release-822
|
||||
- GNU Fortran 13 (Homebrew GCC 13.3.0) - available by `gfortran-13` alias
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.13.1
|
||||
- Node.js 20.15.0
|
||||
- Perl 5.38.2
|
||||
- PHP 8.3.7
|
||||
- Python3 3.12.3
|
||||
- PHP 8.3.8
|
||||
- Python3 3.12.4
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.5.10
|
||||
- Bundler 2.5.14
|
||||
- Carthage 0.39.1
|
||||
- CocoaPods 1.15.2
|
||||
- Composer 2.7.6
|
||||
- Homebrew 4.3.0
|
||||
- NPM 10.5.2
|
||||
- Composer 2.7.7
|
||||
- Homebrew 4.3.6
|
||||
- NPM 10.7.0
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 24.0 (python 3.12)
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.5.10
|
||||
- Yarn 1.22.19
|
||||
- Pip3 24.1 (python 3.12)
|
||||
- Pipx 1.6.0
|
||||
- RubyGems 3.5.14
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.14
|
||||
- Apache Maven 3.9.6
|
||||
- Gradle 8.7
|
||||
- Apache Maven 3.9.8
|
||||
- Gradle 8.8
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- bazel 7.1.2
|
||||
- azcopy 10.25.1
|
||||
- bazel 7.2.0
|
||||
- bazelisk 1.20.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.7.1
|
||||
- Git 2.45.1
|
||||
- Curl 8.8.0
|
||||
- Git 2.45.2
|
||||
- Git LFS 3.5.1
|
||||
- GitHub CLI 2.49.2
|
||||
- GitHub CLI 2.51.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.24.5
|
||||
- gpg (GnuPG) 2.4.5
|
||||
@@ -60,38 +60,38 @@
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.9.4
|
||||
- pkg-config 0.29.2
|
||||
- yq 4.44.1
|
||||
- yq 4.44.2
|
||||
- zstd 1.5.6
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.15.50
|
||||
- AWS SAM CLI 1.116.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.60.0
|
||||
- Azure CLI (azure-devops) 1.0.0
|
||||
- Bicep CLI 0.27.1
|
||||
- Cmake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.2
|
||||
- Fastlane 2.220.0
|
||||
- SwiftFormat 0.53.9
|
||||
- Xcbeautify 2.3.1
|
||||
- AWS CLI 2.17.0
|
||||
- AWS SAM CLI 1.119.0
|
||||
- AWS Session Manager CLI 1.2.633.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.28.1
|
||||
- Cmake 3.29.6
|
||||
- CodeQL Action Bundle 2.17.5
|
||||
- Fastlane 2.221.1
|
||||
- SwiftFormat 0.54.0
|
||||
- Xcbeautify 2.4.0
|
||||
- Xcode Command Line Tools 15.3.0.0.1.1708646388
|
||||
- Xcodes 1.4.1
|
||||
|
||||
### Linters
|
||||
- SwiftLint 0.53.0
|
||||
- SwiftLint 0.55.1
|
||||
|
||||
### Browsers
|
||||
- Safari 17.4.1 (19618.1.15.11.14)
|
||||
- SafariDriver 17.4.1 (19618.1.15.11.14)
|
||||
- Google Chrome 124.0.6367.208
|
||||
- Google Chrome for Testing 124.0.6367.207
|
||||
- ChromeDriver 124.0.6367.207
|
||||
- Microsoft Edge 124.0.2478.105
|
||||
- Microsoft Edge WebDriver 124.0.2478.97
|
||||
- Mozilla Firefox 126.0
|
||||
- Safari 17.5 (19618.2.12.11.6)
|
||||
- SafariDriver 17.5 (19618.2.12.11.6)
|
||||
- Google Chrome 126.0.6478.115
|
||||
- Google Chrome for Testing 126.0.6478.63
|
||||
- ChromeDriver 126.0.6478.63
|
||||
- Microsoft Edge 126.0.2592.68
|
||||
- Microsoft Edge WebDriver 126.0.2592.68
|
||||
- Mozilla Firefox 127.0.1
|
||||
- geckodriver 0.34.0
|
||||
- Selenium server 4.20.0
|
||||
- Selenium server 4.22.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -112,50 +112,51 @@
|
||||
|
||||
#### Ruby
|
||||
- 3.0.7
|
||||
- 3.1.5
|
||||
- 3.1.6
|
||||
|
||||
#### Python
|
||||
- 3.9.19
|
||||
- 3.10.14
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
- 3.12.4
|
||||
|
||||
#### Node.js
|
||||
- 18.20.2
|
||||
- 20.13.1
|
||||
- 18.20.3
|
||||
- 20.15.0
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
- 1.21.11
|
||||
- 1.22.4
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Cargo 1.79.0
|
||||
- Rust 1.79.0
|
||||
- Rustdoc 1.79.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.78
|
||||
- Clippy 0.1.79
|
||||
- Rustfmt 1.7.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.2
|
||||
- PowerShell 7.4.3
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.6.0
|
||||
- Pester: 5.5.0
|
||||
- Az: 12.0.0
|
||||
- Pester: 5.6.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
### Xcode
|
||||
| Version | Build | Path |
|
||||
| ---------------- | ------- | ------------------------------ |
|
||||
| 15.4 | 15F31c | /Applications/Xcode_15.4.app |
|
||||
| 15.3 | 15E204a | /Applications/Xcode_15.3.app |
|
||||
| 15.2 | 15C500b | /Applications/Xcode_15.2.app |
|
||||
| 15.1 | 15C65 | /Applications/Xcode_15.1.app |
|
||||
| 15.0.1 (default) | 15A507 | /Applications/Xcode_15.0.1.app |
|
||||
| 14.3.1 | 14E300c | /Applications/Xcode_14.3.1.app |
|
||||
| Version | Build | Path |
|
||||
| ---------------- | -------- | ------------------------------ |
|
||||
| 16.0 (beta) | 16A5171c | /Applications/Xcode_16.0.app |
|
||||
| 15.4 | 15F31d | /Applications/Xcode_15.4.app |
|
||||
| 15.3 | 15E204a | /Applications/Xcode_15.3.app |
|
||||
| 15.2 | 15C500b | /Applications/Xcode_15.2.app |
|
||||
| 15.1 | 15C65 | /Applications/Xcode_15.1.app |
|
||||
| 15.0.1 (default) | 15A507 | /Applications/Xcode_15.0.1.app |
|
||||
| 14.3.1 | 14E300c | /Applications/Xcode_14.3.1.app |
|
||||
|
||||
#### Installed SDKs
|
||||
| SDK | SDK Name | Xcode Version |
|
||||
@@ -165,42 +166,51 @@
|
||||
| macOS 14.2 | macosx14.2 | 15.1, 15.2 |
|
||||
| macOS 14.4 | macosx14.4 | 15.3 |
|
||||
| macOS 14.5 | macosx14.5 | 15.4 |
|
||||
| macOS 15.0 | macosx15.0 | 16.0 |
|
||||
| iOS 16.4 | iphoneos16.4 | 14.3.1 |
|
||||
| iOS 17.0 | iphoneos17.0 | 15.0.1 |
|
||||
| iOS 17.2 | iphoneos17.2 | 15.1, 15.2 |
|
||||
| iOS 17.4 | iphoneos17.4 | 15.3 |
|
||||
| iOS 17.5 | iphoneos17.5 | 15.4 |
|
||||
| iOS 18.0 | iphoneos18.0 | 16.0 |
|
||||
| Simulator - iOS 16.4 | iphonesimulator16.4 | 14.3.1 |
|
||||
| Simulator - iOS 17.0 | iphonesimulator17.0 | 15.0.1 |
|
||||
| Simulator - iOS 17.2 | iphonesimulator17.2 | 15.1, 15.2 |
|
||||
| Simulator - iOS 17.4 | iphonesimulator17.4 | 15.3 |
|
||||
| Simulator - iOS 17.5 | iphonesimulator17.5 | 15.4 |
|
||||
| Simulator - iOS 18.0 | iphonesimulator18.0 | 16.0 |
|
||||
| tvOS 16.4 | appletvos16.4 | 14.3.1 |
|
||||
| tvOS 17.0 | appletvos17.0 | 15.0.1 |
|
||||
| tvOS 17.2 | appletvos17.2 | 15.1, 15.2 |
|
||||
| tvOS 17.4 | appletvos17.4 | 15.3 |
|
||||
| tvOS 17.5 | appletvos17.5 | 15.4 |
|
||||
| tvOS 18.0 | appletvos18.0 | 16.0 |
|
||||
| Simulator - tvOS 16.4 | appletvsimulator16.4 | 14.3.1 |
|
||||
| Simulator - tvOS 17.0 | appletvsimulator17.0 | 15.0.1 |
|
||||
| Simulator - tvOS 17.2 | appletvsimulator17.2 | 15.1, 15.2 |
|
||||
| Simulator - tvOS 17.4 | appletvsimulator17.4 | 15.3 |
|
||||
| Simulator - tvOS 17.5 | appletvsimulator17.5 | 15.4 |
|
||||
| Simulator - tvOS 18.0 | appletvsimulator18.0 | 16.0 |
|
||||
| watchOS 9.4 | watchos9.4 | 14.3.1 |
|
||||
| watchOS 10.0 | watchos10.0 | 15.0.1 |
|
||||
| watchOS 10.2 | watchos10.2 | 15.1, 15.2 |
|
||||
| watchOS 10.4 | watchos10.4 | 15.3 |
|
||||
| watchOS 10.5 | watchos10.5 | 15.4 |
|
||||
| watchOS 11.0 | watchos11.0 | 16.0 |
|
||||
| Simulator - watchOS 9.4 | watchsimulator9.4 | 14.3.1 |
|
||||
| Simulator - watchOS 10.0 | watchsimulator10.0 | 15.0.1 |
|
||||
| Simulator - watchOS 10.2 | watchsimulator10.2 | 15.1, 15.2 |
|
||||
| Simulator - watchOS 10.4 | watchsimulator10.4 | 15.3 |
|
||||
| Simulator - watchOS 10.5 | watchsimulator10.5 | 15.4 |
|
||||
| visionOS 1.0 | xros1.0 | 15.2 |
|
||||
| Simulator - watchOS 11.0 | watchsimulator11.0 | 16.0 |
|
||||
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
|
||||
| visionOS 1.0 | xros1.0 | 15.2 |
|
||||
| Simulator - visionOS 1.1 | xrsimulator1.1 | 15.3 |
|
||||
| visionOS 1.1 | xros1.1 | 15.3 |
|
||||
| Simulator - visionOS 1.2 | xrsimulator1.2 | 15.4 |
|
||||
| visionOS 1.2 | xros1.2 | 15.4 |
|
||||
| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
|
||||
| visionOS 2.0 | xros2.0 | 16.0 |
|
||||
| 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 |
|
||||
@@ -209,39 +219,40 @@
|
||||
| DriverKit 23.2 | driverkit23.2 | 15.1, 15.2 |
|
||||
| DriverKit 23.4 | driverkit23.4 | 15.3 |
|
||||
| DriverKit 23.5 | driverkit23.5 | 15.4 |
|
||||
| DriverKit 24.0 | driverkit24.0 | 16.0 |
|
||||
|
||||
#### Installed Simulators
|
||||
| OS | Xcode Version | Simulators |
|
||||
| ------------ | ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 16.4 | 14.3.1 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 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.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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) |
|
||||
| tvOS 16.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.2 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.5 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 9.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Ultra (49mm) |
|
||||
| watchOS 10.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.2 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.5 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| OS | Xcode Version | Simulators |
|
||||
| ------------ | -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 16.4 | 14.3.1 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 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.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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) |
|
||||
| tvOS 16.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.2 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.5 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 9.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Ultra (49mm) |
|
||||
| watchOS 10.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.2 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.5 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 34.2.13 |
|
||||
| Android SDK Build-tools | 34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (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.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 (default) |
|
||||
| Package Name | Version |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 34.2.15 |
|
||||
| Android SDK Build-tools | 35.0.0<br>34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-35 (rev 1)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (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.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 (default) |
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
|
||||
@@ -1,56 +1,63 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[macOS] Default Xcode on macOS 14 Sonoma will be set to Xcode 15.4 on July, 22](https://github.com/actions/runner-images/issues/10121) |
|
||||
| [[macOS] Default Xcode on macOS 13 Ventura will be set to Xcode 15.2 on July, 15](https://github.com/actions/runner-images/issues/10120) |
|
||||
***
|
||||
# macOS 14
|
||||
- OS Version: macOS 14.5 (23F79)
|
||||
- Kernel Version: Darwin 23.5.0
|
||||
- Image Version: 20240526.2
|
||||
- Image Version: 20240701.9
|
||||
|
||||
## Installed Software
|
||||
|
||||
### Language and Runtime
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.409, 8.0.101, 8.0.204, 8.0.300
|
||||
- .NET Core SDK: 7.0.102, 7.0.202, 7.0.306, 7.0.410, 8.0.101, 8.0.204, 8.0.302
|
||||
- Bash 3.2.57(1)-release
|
||||
- Clang/LLVM 14.0.3
|
||||
- Clang/LLVM (Homebrew) 15.0.7 - available on `$(brew --prefix llvm@15)/bin/clang`
|
||||
- GCC 11 (Homebrew GCC 11.4.0) - available by `gcc-11` alias
|
||||
- GCC 12 (Homebrew GCC 12.3.0) - available by `gcc-12` alias
|
||||
- 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.1.0_1) - available by `gcc-14` alias
|
||||
- GNU Fortran 11 (Homebrew GCC 11.4.0) - available by `gfortran-11` alias
|
||||
- GNU Fortran 12 (Homebrew GCC 12.3.0) - available by `gfortran-12` 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.1.0_1) - available by `gfortran-14` alias
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Mono 6.12.0.188
|
||||
- Node.js 20.13.1
|
||||
- Node.js 20.15.0
|
||||
- Perl 5.38.2
|
||||
- Python3 3.12.3
|
||||
- Python3 3.12.4
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Bundler 2.5.10
|
||||
- Bundler 2.5.14
|
||||
- Carthage 0.39.1
|
||||
- CocoaPods 1.15.2
|
||||
- Homebrew 4.3.1
|
||||
- NPM 10.5.2
|
||||
- Homebrew 4.3.8
|
||||
- NPM 10.7.0
|
||||
- NuGet 6.3.1.1
|
||||
- Pip3 24.0 (python 3.12)
|
||||
- Pipx 1.5.0
|
||||
- RubyGems 3.5.10
|
||||
- Pipx 1.6.0
|
||||
- RubyGems 3.5.14
|
||||
- Yarn 1.22.22
|
||||
|
||||
### Project Management
|
||||
- Apache Ant 1.10.14
|
||||
- Apache Maven 3.9.7
|
||||
- Gradle 8.7
|
||||
- Apache Maven 3.9.8
|
||||
- Gradle 8.8
|
||||
|
||||
### Utilities
|
||||
- 7-Zip 17.05
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- bazel 7.1.2
|
||||
- azcopy 10.25.1
|
||||
- bazel 7.2.1
|
||||
- bazelisk 1.20.0
|
||||
- bsdtar 3.5.3 - available by 'tar' alias
|
||||
- Curl 8.6.0
|
||||
- Git 2.45.1
|
||||
- Git 2.45.2
|
||||
- Git LFS 3.5.1
|
||||
- GitHub CLI 2.49.2
|
||||
- GitHub CLI 2.52.0
|
||||
- GNU Tar 1.35 - available by 'gtar' alias
|
||||
- GNU Wget 1.24.5
|
||||
- gpg (GnuPG) 2.4.5
|
||||
@@ -58,33 +65,33 @@
|
||||
- OpenSSL 1.1.1w 11 Sep 2023
|
||||
- Packer 1.9.4
|
||||
- pkg-config 0.29.2
|
||||
- yq 4.44.1
|
||||
- yq 4.44.2
|
||||
- zstd 1.5.6
|
||||
|
||||
### Tools
|
||||
- AWS CLI 2.15.58
|
||||
- AWS SAM CLI 1.117.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- AWS CLI 2.17.5
|
||||
- AWS SAM CLI 1.120.0
|
||||
- AWS Session Manager CLI 1.2.633.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- Bicep CLI 0.27.1
|
||||
- Cmake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.3
|
||||
- Fastlane 2.220.0
|
||||
- SwiftFormat 0.53.10
|
||||
- Xcbeautify 2.3.1
|
||||
- Bicep CLI 0.28.1
|
||||
- Cmake 3.29.6
|
||||
- CodeQL Action Bundle 2.17.6
|
||||
- Fastlane 2.221.1
|
||||
- SwiftFormat 0.54.0
|
||||
- Xcbeautify 2.4.0
|
||||
- Xcode Command Line Tools 15.3.0.0.1.1708646388
|
||||
- Xcodes 1.4.1
|
||||
- Xcodes 1.5.0
|
||||
|
||||
### Linters
|
||||
|
||||
### Browsers
|
||||
- Safari 17.5 (19618.2.12.11.6)
|
||||
- SafariDriver 17.5 (19618.2.12.11.6)
|
||||
- Google Chrome 125.0.6422.113
|
||||
- Google Chrome for Testing 125.0.6422.78
|
||||
- ChromeDriver 125.0.6422.78
|
||||
- Selenium server 4.21.0
|
||||
- Google Chrome 126.0.6478.127
|
||||
- Google Chrome for Testing 126.0.6478.126
|
||||
- ChromeDriver 126.0.6478.126
|
||||
- Selenium server 4.22.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -106,44 +113,45 @@
|
||||
- 3.9.13
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
- 3.12.4
|
||||
|
||||
#### Node.js
|
||||
- 18.20.3
|
||||
- 20.13.1
|
||||
- 20.15.0
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
- 1.21.11
|
||||
- 1.22.4
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Cargo 1.79.0
|
||||
- Rust 1.79.0
|
||||
- Rustdoc 1.79.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Clippy 0.1.78
|
||||
- Clippy 0.1.79
|
||||
- Rustfmt 1.7.0-stable
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.2
|
||||
- PowerShell 7.4.3
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 12.0.0
|
||||
- Pester: 5.5.0
|
||||
- Pester: 5.6.1
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
### Xcode
|
||||
| Version | Build | Path |
|
||||
| ---------------- | ------- | ------------------------------ |
|
||||
| 15.4 | 15F31d | /Applications/Xcode_15.4.app |
|
||||
| 15.3 | 15E204a | /Applications/Xcode_15.3.app |
|
||||
| 15.2 | 15C500b | /Applications/Xcode_15.2.app |
|
||||
| 15.1 | 15C65 | /Applications/Xcode_15.1.app |
|
||||
| 15.0.1 (default) | 15A507 | /Applications/Xcode_15.0.1.app |
|
||||
| 14.3.1 | 14E300c | /Applications/Xcode_14.3.1.app |
|
||||
| Version | Build | Path |
|
||||
| ---------------- | -------- | ------------------------------ |
|
||||
| 16.0 (beta) | 16A5171r | /Applications/Xcode_16.0.app |
|
||||
| 15.4 | 15F31d | /Applications/Xcode_15.4.app |
|
||||
| 15.3 | 15E204a | /Applications/Xcode_15.3.app |
|
||||
| 15.2 | 15C500b | /Applications/Xcode_15.2.app |
|
||||
| 15.1 | 15C65 | /Applications/Xcode_15.1.app |
|
||||
| 15.0.1 (default) | 15A507 | /Applications/Xcode_15.0.1.app |
|
||||
| 14.3.1 | 14E300c | /Applications/Xcode_14.3.1.app |
|
||||
|
||||
#### Installed SDKs
|
||||
| SDK | SDK Name | Xcode Version |
|
||||
@@ -153,42 +161,51 @@
|
||||
| macOS 14.2 | macosx14.2 | 15.1, 15.2 |
|
||||
| macOS 14.4 | macosx14.4 | 15.3 |
|
||||
| macOS 14.5 | macosx14.5 | 15.4 |
|
||||
| macOS 15.0 | macosx15.0 | 16.0 |
|
||||
| iOS 16.4 | iphoneos16.4 | 14.3.1 |
|
||||
| iOS 17.0 | iphoneos17.0 | 15.0.1 |
|
||||
| iOS 17.2 | iphoneos17.2 | 15.1, 15.2 |
|
||||
| iOS 17.4 | iphoneos17.4 | 15.3 |
|
||||
| iOS 17.5 | iphoneos17.5 | 15.4 |
|
||||
| iOS 18.0 | iphoneos18.0 | 16.0 |
|
||||
| Simulator - iOS 16.4 | iphonesimulator16.4 | 14.3.1 |
|
||||
| Simulator - iOS 17.0 | iphonesimulator17.0 | 15.0.1 |
|
||||
| Simulator - iOS 17.2 | iphonesimulator17.2 | 15.1, 15.2 |
|
||||
| Simulator - iOS 17.4 | iphonesimulator17.4 | 15.3 |
|
||||
| Simulator - iOS 17.5 | iphonesimulator17.5 | 15.4 |
|
||||
| Simulator - iOS 18.0 | iphonesimulator18.0 | 16.0 |
|
||||
| tvOS 16.4 | appletvos16.4 | 14.3.1 |
|
||||
| tvOS 17.0 | appletvos17.0 | 15.0.1 |
|
||||
| tvOS 17.2 | appletvos17.2 | 15.1, 15.2 |
|
||||
| tvOS 17.4 | appletvos17.4 | 15.3 |
|
||||
| tvOS 17.5 | appletvos17.5 | 15.4 |
|
||||
| tvOS 18.0 | appletvos18.0 | 16.0 |
|
||||
| Simulator - tvOS 16.4 | appletvsimulator16.4 | 14.3.1 |
|
||||
| Simulator - tvOS 17.0 | appletvsimulator17.0 | 15.0.1 |
|
||||
| Simulator - tvOS 17.2 | appletvsimulator17.2 | 15.1, 15.2 |
|
||||
| Simulator - tvOS 17.4 | appletvsimulator17.4 | 15.3 |
|
||||
| Simulator - tvOS 17.5 | appletvsimulator17.5 | 15.4 |
|
||||
| Simulator - tvOS 18.0 | appletvsimulator18.0 | 16.0 |
|
||||
| watchOS 9.4 | watchos9.4 | 14.3.1 |
|
||||
| watchOS 10.0 | watchos10.0 | 15.0.1 |
|
||||
| watchOS 10.2 | watchos10.2 | 15.1, 15.2 |
|
||||
| watchOS 10.4 | watchos10.4 | 15.3 |
|
||||
| watchOS 10.5 | watchos10.5 | 15.4 |
|
||||
| watchOS 11.0 | watchos11.0 | 16.0 |
|
||||
| Simulator - watchOS 9.4 | watchsimulator9.4 | 14.3.1 |
|
||||
| Simulator - watchOS 10.0 | watchsimulator10.0 | 15.0.1 |
|
||||
| Simulator - watchOS 10.2 | watchsimulator10.2 | 15.1, 15.2 |
|
||||
| Simulator - watchOS 10.4 | watchsimulator10.4 | 15.3 |
|
||||
| Simulator - watchOS 10.5 | watchsimulator10.5 | 15.4 |
|
||||
| visionOS 1.0 | xros1.0 | 15.2 |
|
||||
| Simulator - watchOS 11.0 | watchsimulator11.0 | 16.0 |
|
||||
| Simulator - visionOS 1.0 | xrsimulator1.0 | 15.2 |
|
||||
| Simulator - visionOS 1.1 | xrsimulator1.1 | 15.3 |
|
||||
| visionOS 1.0 | xros1.0 | 15.2 |
|
||||
| visionOS 1.1 | xros1.1 | 15.3 |
|
||||
| Simulator - visionOS 1.1 | xrsimulator1.1 | 15.3 |
|
||||
| Simulator - visionOS 1.2 | xrsimulator1.2 | 15.4 |
|
||||
| visionOS 1.2 | xros1.2 | 15.4 |
|
||||
| visionOS 2.0 | xros2.0 | 16.0 |
|
||||
| Simulator - visionOS 2.0 | xrsimulator2.0 | 16.0 |
|
||||
| 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 |
|
||||
@@ -197,42 +214,47 @@
|
||||
| DriverKit 23.2 | driverkit23.2 | 15.1, 15.2 |
|
||||
| DriverKit 23.4 | driverkit23.4 | 15.3 |
|
||||
| DriverKit 23.5 | driverkit23.5 | 15.4 |
|
||||
| DriverKit 24.0 | driverkit24.0 | 16.0 |
|
||||
|
||||
#### Installed Simulators
|
||||
| OS | Xcode Version | Simulators |
|
||||
| ------------ | ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 16.4 | 14.3.1 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 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.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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) |
|
||||
| tvOS 16.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.2 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.5 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 9.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Ultra (49mm) |
|
||||
| watchOS 10.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.2 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.5 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| visionOS 1.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple Vision Pro |
|
||||
| visionOS 1.1 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple Vision Pro |
|
||||
| visionOS 1.2 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4 | Apple Vision Pro |
|
||||
| OS | Xcode Version | Simulators |
|
||||
| ------------ | -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| iOS 16.4 | 14.3.1 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 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.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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 18.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | iPhone 14<br>iPhone 14 Plus<br>iPhone 14 Pro<br>iPhone 14 Pro Max<br>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) |
|
||||
| tvOS 16.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.2 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 17.5 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| tvOS 18.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple TV<br>Apple TV 4K (3rd generation)<br>Apple TV 4K (3rd generation) (at 1080p) |
|
||||
| watchOS 9.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Ultra (49mm) |
|
||||
| watchOS 10.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.2 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.4 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 10.5 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| watchOS 11.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.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 8 (41mm)<br>Apple Watch Series 8 (45mm)<br>Apple Watch Series 9 (41mm)<br>Apple Watch Series 9 (45mm)<br>Apple Watch Ultra (49mm)<br>Apple Watch Ultra 2 (49mm) |
|
||||
| visionOS 1.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple Vision Pro |
|
||||
| visionOS 1.1 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple Vision Pro |
|
||||
| visionOS 1.2 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple Vision Pro |
|
||||
| visionOS 2.0 | 14.3.1<br>15.0.1<br>15.1<br>15.2<br>15.3<br>15.4<br>16.0 | Apple Vision Pro |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 34.2.14 |
|
||||
| Android SDK Build-tools | 34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (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.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 (default) |
|
||||
| Package Name | Version |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 11.0 |
|
||||
| Android Emulator | 34.2.15 |
|
||||
| Android SDK Build-tools | 35.0.0<br>34.0.0<br>33.0.2 33.0.3 |
|
||||
| Android SDK Platforms | android-35 (rev 1)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (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.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 (default) |
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -243,3 +265,4 @@
|
||||
| ANDROID_NDK_LATEST_HOME | /Users/runner/Library/Android/sdk/ndk/26.3.11579264 |
|
||||
| ANDROID_NDK_ROOT | /Users/runner/Library/Android/sdk/ndk/26.3.11579264 |
|
||||
| ANDROID_SDK_ROOT | /Users/runner/Library/Android/sdk |
|
||||
|
||||
|
||||
@@ -103,6 +103,3 @@ if [[ ! -d "/usr/local/bin" ]];then
|
||||
fi
|
||||
chmod +x $HOME/utils/invoke-tests.sh
|
||||
sudo ln -s $HOME/utils/invoke-tests.sh /usr/local/bin/invoke_tests
|
||||
|
||||
# Revert to the old behaviour and avoid the Git LFS problems (https://github.blog/2024-05-14-securing-git-addressing-5-new-vulnerabilities/)
|
||||
echo "export GIT_CLONE_PROTECTION_ACTIVE=false" >> $HOME/.bashrc
|
||||
|
||||
@@ -9,7 +9,4 @@ Describe "Git" {
|
||||
It "git lfs is installed" -Skip:($os.IsBigSur) {
|
||||
"git lfs version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
It "GIT_CLONE_PROTECTION_ACTIVE environment variable should be equal false" {
|
||||
$env:GIT_CLONE_PROTECTION_ACTIVE | Should -BeExactly false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -228,7 +228,8 @@
|
||||
"versions": [
|
||||
"11",
|
||||
"12",
|
||||
"13"
|
||||
"13",
|
||||
"14"
|
||||
]
|
||||
},
|
||||
"toolcache": [
|
||||
|
||||
@@ -90,7 +90,8 @@
|
||||
"versions": [
|
||||
"11",
|
||||
"12",
|
||||
"13"
|
||||
"13",
|
||||
"14"
|
||||
]
|
||||
},
|
||||
"dotnet": {
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"default": "15.0.1",
|
||||
"x64": {
|
||||
"versions": [
|
||||
{ "link": "16.0", "version": "16.0.0-Beta.2+16A5171r", "install_runtimes": "false", "sha256": "86b4fd563d80c997887d37a528f69161f82987932b5ebe6119ad5dd548352ad3"},
|
||||
{ "link": "15.4", "version": "15.4.0+15F31d", "install_runtimes": "true", "sha256": "82d3d61804ff3f4c7c82085e91dc701037ddaa770e542848b2477e22f4e8aa7a"},
|
||||
{ "link": "15.3", "version": "15.3.0+15E204a", "install_runtimes": "true", "sha256": "f13f6a2e2df432c3008e394640b8549a18c285acd7fd148d6c4bac8c3a5af234"},
|
||||
{ "link": "15.2", "version": "15.2.0+15C500b", "install_runtimes": "true", "sha256": "04E93680C6DDBEC84666531BE412DE778AFC8EAC6AB2037F4C2BE7290818B59B"},
|
||||
@@ -13,6 +14,7 @@
|
||||
},
|
||||
"arm64":{
|
||||
"versions": [
|
||||
{ "link": "16.0", "version": "16.0.0-Beta.2+16A5171r", "install_runtimes": "true", "sha256": "86b4fd563d80c997887d37a528f69161f82987932b5ebe6119ad5dd548352ad3"},
|
||||
{ "link": "15.4", "version": "15.4.0+15F31d", "install_runtimes": "true", "sha256": "82d3d61804ff3f4c7c82085e91dc701037ddaa770e542848b2477e22f4e8aa7a"},
|
||||
{ "link": "15.3", "version": "15.3.0+15E204a", "install_runtimes": "true", "sha256": "f13f6a2e2df432c3008e394640b8549a18c285acd7fd148d6c4bac8c3a5af234"},
|
||||
{ "link": "15.2", "version": "15.2.0+15C500b", "install_runtimes": "true", "sha256": "04E93680C6DDBEC84666531BE412DE778AFC8EAC6AB2037F4C2BE7290818B59B"},
|
||||
@@ -90,7 +92,8 @@
|
||||
"versions": [
|
||||
"11",
|
||||
"12",
|
||||
"13"
|
||||
"13",
|
||||
"14"
|
||||
]
|
||||
},
|
||||
"dotnet": {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# Ubuntu 20.04
|
||||
- OS Version: 20.04.6 LTS
|
||||
- Kernel Version: 5.15.0-1064-azure
|
||||
- Image Version: 20240516.1.0
|
||||
- Image Version: 20240624.2.0
|
||||
- Systemd version: 245.4-4ubuntu3.23
|
||||
|
||||
## Installed Software
|
||||
@@ -21,28 +21,28 @@
|
||||
- Erlang rebar3 3.23.0
|
||||
- GNU C++: 10.5.0
|
||||
- GNU Fortran: 10.5.0
|
||||
- Julia 1.10.3
|
||||
- Kotlin 1.9.24-release-822
|
||||
- Julia 1.10.4
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Mono 6.12.0.200
|
||||
- MSBuild 16.10.1.31701 (Mono 6.12.0.200)
|
||||
- Node.js 18.20.2
|
||||
- Node.js 18.20.3
|
||||
- Perl 5.30.0
|
||||
- Python 3.8.10
|
||||
- Ruby 2.7.0p0
|
||||
- Swift 5.10
|
||||
- Swift 5.10.1
|
||||
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.14.4
|
||||
- Homebrew 4.3.0
|
||||
- Miniconda 24.3.0
|
||||
- Npm 10.5.0
|
||||
- Helm 3.15.2
|
||||
- Homebrew 4.3.7
|
||||
- Miniconda 24.4.0
|
||||
- Npm 10.7.0
|
||||
- NuGet 6.6.1.2
|
||||
- Pip 20.0.2
|
||||
- Pip3 20.0.2
|
||||
- Pipx 1.5.0
|
||||
- Pipx 1.6.0
|
||||
- RubyGems 3.1.2
|
||||
- Vcpkg (build from commit 66a252f70)
|
||||
- Vcpkg (build from commit c4467cb68)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -61,29 +61,29 @@ to accomplish this.
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.7
|
||||
- Gradle 8.7
|
||||
- Lerna 8.1.3
|
||||
- Gradle 8.8
|
||||
- Lerna 8.1.5
|
||||
- Maven 3.8.8
|
||||
- Sbt 1.10.0
|
||||
|
||||
### Tools
|
||||
- Ansible 2.13.13
|
||||
- apt-fast 1.10.0
|
||||
- AzCopy 10.24.0 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 7.1.2
|
||||
- AzCopy 10.25.1 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 7.2.0
|
||||
- Bazelisk 1.19.0
|
||||
- Bicep 0.27.1
|
||||
- Bicep 0.28.1
|
||||
- Buildah 1.22.3
|
||||
- CMake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.2
|
||||
- CMake 3.29.6
|
||||
- CodeQL Action Bundle 2.17.5
|
||||
- Docker Amazon ECR Credential Helper 0.8.0
|
||||
- Docker Compose v1 1.29.2
|
||||
- Docker Compose v2 2.23.3
|
||||
- Docker-Buildx 0.14.0
|
||||
- Docker Client 24.0.9
|
||||
- Docker Server 24.0.9
|
||||
- Fastlane 2.220.0
|
||||
- Git 2.45.1
|
||||
- Docker Compose v2 2.27.1
|
||||
- Docker-Buildx 0.15.1
|
||||
- Docker Client 26.1.3
|
||||
- Docker Server 26.1.3
|
||||
- Fastlane 2.221.1
|
||||
- Git 2.45.2
|
||||
- Git LFS 3.5.1
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.1
|
||||
@@ -91,43 +91,43 @@ to accomplish this.
|
||||
- HHVM (HipHop VM) 4.172.1
|
||||
- jq 1.6
|
||||
- Kind 0.23.0
|
||||
- Kubectl 1.30.1
|
||||
- Kustomize 5.4.1
|
||||
- Kubectl 1.30.2
|
||||
- Kustomize 5.4.2
|
||||
- Leiningen 2.11.2
|
||||
- MediaInfo 19.09
|
||||
- Mercurial 5.3.1
|
||||
- Minikube 1.33.1
|
||||
- n 9.2.3
|
||||
- Newman 6.1.2
|
||||
- Newman 6.1.3
|
||||
- nvm 0.39.7
|
||||
- OpenSSL 1.1.1f-1ubuntu2.22
|
||||
- Packer 1.10.3
|
||||
- Packer 1.11.0
|
||||
- Parcel 2.12.0
|
||||
- PhantomJS 2.1.1 2.1.1
|
||||
- Podman 3.4.2
|
||||
- Pulumi 3.116.1
|
||||
- R 4.4.0
|
||||
- Pulumi 3.121.0
|
||||
- R 4.4.1
|
||||
- Skopeo 1.5.0
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- SVN 1.13.0
|
||||
- Terraform 1.8.3
|
||||
- Terraform 1.8.5
|
||||
- yamllint 1.35.1
|
||||
- yq 4.44.1
|
||||
- yq 4.44.2
|
||||
- zstd 1.5.6
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.174
|
||||
- AWS CLI 2.15.51
|
||||
- AWS CLI Session Manager Plugin 1.2.553.0
|
||||
- AWS SAM CLI 1.116.0
|
||||
- Azure CLI 2.60.0
|
||||
- AWS CLI 2.17.0
|
||||
- AWS CLI Session Manager Plugin 1.2.633.0
|
||||
- AWS SAM CLI 1.119.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.49.2
|
||||
- Google Cloud CLI 476.0.0
|
||||
- Netlify CLI 17.23.5
|
||||
- OpenShift CLI 4.15.13
|
||||
- ORAS CLI 1.1.0
|
||||
- Vercel CLI 34.2.0
|
||||
- GitHub CLI 2.52.0
|
||||
- Google Cloud CLI 481.0.0
|
||||
- Netlify CLI 17.29.0
|
||||
- OpenShift CLI 4.15.18
|
||||
- ORAS CLI 1.2.0
|
||||
- Vercel CLI 34.2.7
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
@@ -138,8 +138,8 @@ to accomplish this.
|
||||
| 21.0.3+9 | JAVA_HOME_21_X64 |
|
||||
|
||||
### PHP Tools
|
||||
- PHP: 7.4.33, 8.0.30, 8.1.28, 8.2.19, 8.3.7
|
||||
- Composer 2.7.6
|
||||
- PHP: 7.4.33, 8.0.30, 8.1.29, 8.2.20, 8.3.8
|
||||
- Composer 2.7.7
|
||||
- PHPUnit 8.5.38
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
@@ -152,27 +152,27 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- Stack 2.15.7
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Cargo 1.79.0
|
||||
- Rust 1.79.0
|
||||
- Rustdoc 1.79.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Bindgen 0.69.4
|
||||
- Cargo audit 0.20.0
|
||||
- Cargo clippy 0.1.78
|
||||
- Cargo clippy 0.1.79
|
||||
- Cargo outdated 0.15.0
|
||||
- Cbindgen 0.26.0
|
||||
- Rustfmt 1.7.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 125.0.6422.60
|
||||
- ChromeDriver 125.0.6422.60
|
||||
- Chromium 125.0.6422.0
|
||||
- Microsoft Edge 124.0.2478.105
|
||||
- Microsoft Edge WebDriver 124.0.2478.105
|
||||
- Selenium server 4.21.0
|
||||
- Mozilla Firefox 126.0
|
||||
- Google Chrome 126.0.6478.126
|
||||
- ChromeDriver 126.0.6478.126
|
||||
- Chromium 126.0.6478.0
|
||||
- Microsoft Edge 126.0.2592.68
|
||||
- Microsoft Edge WebDriver 126.0.2592.68
|
||||
- Selenium server 4.22.0
|
||||
- Mozilla Firefox 126.0.2
|
||||
- Geckodriver 0.34.0
|
||||
|
||||
#### Environment variables
|
||||
@@ -184,11 +184,11 @@ 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.422, 7.0.409, 8.0.300
|
||||
- nbgv 3.6.133+2d32d93cb1
|
||||
- .NET Core SDK: 6.0.423, 7.0.410, 8.0.301
|
||||
- nbgv 3.6.139+a9e8765620
|
||||
|
||||
### Databases
|
||||
- MongoDB 5.0.26
|
||||
- MongoDB 5.0.27
|
||||
- sqlite3 3.31.1
|
||||
|
||||
#### PostgreSQL
|
||||
@@ -200,7 +200,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
```
|
||||
|
||||
#### MySQL
|
||||
- MySQL 8.0.36-0ubuntu0.20.04.1
|
||||
- MySQL 8.0.37-0ubuntu0.20.04.3
|
||||
```
|
||||
User: root
|
||||
Password: root
|
||||
@@ -210,19 +210,19 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
|
||||
#### MS SQL
|
||||
- sqlcmd 17.10.0001.1
|
||||
- SqlPackage 162.2.111.2
|
||||
- SqlPackage 162.3.566.1
|
||||
|
||||
### Cached Tools
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
- 1.21.11
|
||||
- 1.22.4
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.13.1
|
||||
- 18.20.3
|
||||
- 20.15.0
|
||||
|
||||
#### Python
|
||||
- 3.7.17
|
||||
@@ -230,7 +230,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
- 3.9.19
|
||||
- 3.10.14
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
- 3.12.4
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.16]
|
||||
@@ -242,16 +242,16 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
|
||||
#### Ruby
|
||||
- 3.0.7
|
||||
- 3.1.5
|
||||
- 3.1.6
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.1
|
||||
- PowerShell 7.4.3
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.3.1
|
||||
- MarkdownPS: 1.9
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.19.0
|
||||
- Pester: 5.5.0
|
||||
- Pester: 5.6.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
### Web Servers
|
||||
@@ -262,16 +262,16 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| nginx | 1.18.0 | /etc/nginx/nginx.conf | inactive | 80 |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 9.0 |
|
||||
| Android SDK Build-tools | 34.0.0<br>33.0.0 33.0.1 33.0.2 33.0.3<br>32.0.0<br>31.0.0 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (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) |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.10.2<br>3.18.1<br>3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653 (default)<br>26.3.11579264 |
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 9.0 |
|
||||
| Android SDK Build-tools | 35.0.0<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 |
|
||||
| Android SDK Platforms | android-35 (rev 1)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (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) |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.10.2<br>3.18.1<br>3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653 (default)<br>26.3.11579264 |
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -287,19 +287,19 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| Repository:Tag | Digest | Created |
|
||||
| -------------------- | ------------------------------------------------------------------------ | ---------- |
|
||||
| alpine:3.16 | sha256:452e7292acee0ee16c332324d7de05fa2c99f9994ecc9f0779c602916a672ae4 | 2024-01-27 |
|
||||
| alpine:3.17 | sha256:53cf9478b76f4c8fae126acbdfb79bed6e69e628faff572ebe4a029d3d247d98 | 2024-01-27 |
|
||||
| alpine:3.18 | sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 | 2024-01-27 |
|
||||
| debian:10 | sha256:6e7bd55a5705914837aad8db01b349f4617510c11e47ccae8e87f6f14e489626 | 2024-05-14 |
|
||||
| debian:11 | sha256:2c7a92a41cb814c00e7d455b2bc0c90ccdb9a4ced2ffdc10e562c7a84a186032 | 2024-05-14 |
|
||||
| alpine:3.17 | sha256:a6063e988bcd597b4f1f7cfd4ec38402b02edd0c79250f00c9e14dc1e94bebbc | 2024-06-20 |
|
||||
| alpine:3.18 | sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d | 2024-06-20 |
|
||||
| debian:10 | sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225 | 2024-06-13 |
|
||||
| debian:11 | sha256:d584e02c85bc9b3bd8df01662e4f605a66e1b9a04f9dea0e288f56da474269a0 | 2024-06-13 |
|
||||
| debian:9 | sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be | 2022-06-23 |
|
||||
| moby/buildkit:latest | sha256:9194b5ec1be368f41c516df7f93f7f540630ea06136056b2ffebb62226ed4ad6 | 2024-04-25 |
|
||||
| moby/buildkit:latest | sha256:5d410bbb6d22b01fcaead1345936c5e0a0963eb6c3b190e38694e015467640fe | 2024-06-18 |
|
||||
| node:16 | sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6389705c0b | 2023-09-07 |
|
||||
| node:16-alpine | sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787 | 2023-08-10 |
|
||||
| node:18 | sha256:5bac3a1edff13e76586b8eaef1d411fcd80e4f18cce5bc40ea6993245e0721ec | 2024-05-14 |
|
||||
| node:18-alpine | sha256:4837c2ac8998cf172f5892fb45f229c328e4824c43c8506f8ba9c7996d702430 | 2024-04-23 |
|
||||
| node:20 | sha256:d6925dc84f8c0d1c1f8df4ea6a9a54e57d430241cb734b1b0c45ed6d26e8e9c0 | 2024-05-14 |
|
||||
| node:20-alpine | sha256:291e84d956f1aff38454bbd3da38941461ad569a185c20aa289f71f37ea08e23 | 2024-05-09 |
|
||||
| ubuntu:20.04 | sha256:874aca52f79ae5f8258faff03e10ce99ae836f6e7d2df6ecd3da5c1cad3a912b | 2024-04-27 |
|
||||
| node:18 | sha256:d0bbfdbad0bff8253e6159dcbee42141db4fc309365d5b8bcfce46ed71569078 | 2024-05-21 |
|
||||
| node:18-alpine | sha256:e37da457874383fa9217067867ec85fe8fe59f0bfa351ec9752a95438680056e | 2024-06-04 |
|
||||
| node:20 | sha256:02cd2205818f121c13612721876f28c18bd50148bb8af532ea121c96ffcb59bf | 2024-05-28 |
|
||||
| node:20-alpine | sha256:804aa6a6476a7e2a5df8db28804aa6c1c97904eefb01deed5d6af24bb51d0c81 | 2024-06-04 |
|
||||
| ubuntu:20.04 | sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc | 2024-06-03 |
|
||||
|
||||
### Installed apt packages
|
||||
| Name | Version |
|
||||
@@ -335,7 +335,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| lib32z1 | 1:1.2.11.dfsg-2ubuntu1.5 |
|
||||
| libc++-dev | 1:10.0-50\~exp1 |
|
||||
| libc++abi-dev | 1:10.0-50\~exp1 |
|
||||
| libc6-dev | 2.31-0ubuntu9.15 |
|
||||
| libc6-dev | 2.31-0ubuntu9.16 |
|
||||
| libcurl4 | 7.68.0-1ubuntu2.22 |
|
||||
| libgbm-dev | 21.2.6-0ubuntu0.1\~20.04.2 |
|
||||
| libgconf-2-4 | 3.2.6-6ubuntu1 |
|
||||
@@ -351,7 +351,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| libxkbfile-dev | 1:1.1.0-1 |
|
||||
| libxss1 | 1:1.2.3-1 |
|
||||
| libyaml-dev | 0.2.2-1 |
|
||||
| locales | 2.31-0ubuntu9.15 |
|
||||
| locales | 2.31-0ubuntu9.16 |
|
||||
| m4 | 1.4.18-4 |
|
||||
| make | 4.2.1-1.2 |
|
||||
| mediainfo | 19.09-1build1 |
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
***
|
||||
# Ubuntu 22.04
|
||||
- OS Version: 22.04.4 LTS
|
||||
- Kernel Version: 6.5.0-1021-azure
|
||||
- Image Version: 20240516.1.0
|
||||
- Kernel Version: 6.5.0-1022-azure
|
||||
- Image Version: 20240624.1.0
|
||||
- Systemd version: 249.11-0ubuntu3.12
|
||||
|
||||
## Installed Software
|
||||
@@ -19,28 +19,28 @@
|
||||
- Dash 0.5.11+git20210903+057cd650a4ed-3build1
|
||||
- GNU C++: 10.5.0, 11.4.0, 12.3.0
|
||||
- GNU Fortran: 10.5.0, 11.4.0, 12.3.0
|
||||
- Julia 1.10.3
|
||||
- Kotlin 1.9.24-release-822
|
||||
- Julia 1.10.4
|
||||
- Kotlin 2.0.0-release-341
|
||||
- Mono 6.12.0.200
|
||||
- MSBuild 16.10.1.31701 (Mono 6.12.0.200)
|
||||
- Node.js 18.20.2
|
||||
- Node.js 18.20.3
|
||||
- Perl 5.34.0
|
||||
- Python 3.10.12
|
||||
- Ruby 3.0.2p107
|
||||
- Swift 5.10
|
||||
- Swift 5.10.1
|
||||
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.14.4
|
||||
- Homebrew 4.3.0
|
||||
- Miniconda 24.3.0
|
||||
- Npm 10.5.0
|
||||
- Helm 3.15.2
|
||||
- Homebrew 4.3.7
|
||||
- Miniconda 24.4.0
|
||||
- Npm 10.7.0
|
||||
- NuGet 6.6.1.2
|
||||
- Pip 22.0.2
|
||||
- Pip3 22.0.2
|
||||
- Pipx 1.5.0
|
||||
- Pipx 1.6.0
|
||||
- RubyGems 3.3.5
|
||||
- Vcpkg (build from commit 66a252f70)
|
||||
- Vcpkg (build from commit c4467cb68)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -59,71 +59,71 @@ to accomplish this.
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.12
|
||||
- Gradle 8.7
|
||||
- Lerna 8.1.3
|
||||
- Gradle 8.8
|
||||
- Lerna 8.1.5
|
||||
- Maven 3.8.8
|
||||
- Sbt 1.10.0
|
||||
|
||||
### Tools
|
||||
- Ansible 2.16.6
|
||||
- Ansible 2.17.1
|
||||
- apt-fast 1.10.0
|
||||
- AzCopy 10.24.0 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 7.1.2
|
||||
- AzCopy 10.25.1 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 7.2.0
|
||||
- Bazelisk 1.19.0
|
||||
- Bicep 0.27.1
|
||||
- Bicep 0.28.1
|
||||
- Buildah 1.23.1
|
||||
- CMake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.2
|
||||
- CMake 3.29.6
|
||||
- CodeQL Action Bundle 2.17.5
|
||||
- Docker Amazon ECR Credential Helper 0.8.0
|
||||
- Docker Compose v1 1.29.2
|
||||
- Docker Compose v2 2.23.3
|
||||
- Docker-Buildx 0.14.0
|
||||
- Docker Client 24.0.9
|
||||
- Docker Server 24.0.9
|
||||
- Fastlane 2.220.0
|
||||
- Git 2.45.1
|
||||
- Docker Compose v2 2.27.1
|
||||
- Docker-Buildx 0.15.1
|
||||
- Docker Client 26.1.3
|
||||
- Docker Server 26.1.3
|
||||
- Fastlane 2.221.1
|
||||
- Git 2.45.2
|
||||
- Git LFS 3.5.1
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.14
|
||||
- Heroku 8.11.5
|
||||
- jq 1.6
|
||||
- Kind 0.23.0
|
||||
- Kubectl 1.30.1
|
||||
- Kustomize 5.4.1
|
||||
- Kubectl 1.30.2
|
||||
- Kustomize 5.4.2
|
||||
- Leiningen 2.11.2
|
||||
- MediaInfo 21.09
|
||||
- Mercurial 6.1.1
|
||||
- Minikube 1.33.1
|
||||
- n 9.2.3
|
||||
- Newman 6.1.2
|
||||
- Newman 6.1.3
|
||||
- nvm 0.39.7
|
||||
- OpenSSL 3.0.2-0ubuntu1.15
|
||||
- Packer 1.10.3
|
||||
- Packer 1.11.0
|
||||
- Parcel 2.12.0
|
||||
- Podman 3.4.4
|
||||
- Pulumi 3.116.1
|
||||
- R 4.4.0
|
||||
- Pulumi 3.121.0
|
||||
- R 4.4.1
|
||||
- Skopeo 1.4.1
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- SVN 1.14.1
|
||||
- Terraform 1.8.3
|
||||
- Terraform 1.8.5
|
||||
- yamllint 1.35.1
|
||||
- yq 4.44.1
|
||||
- yq 4.44.2
|
||||
- zstd 1.5.6
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.205
|
||||
- AWS CLI 2.15.51
|
||||
- AWS CLI Session Manager Plugin 1.2.553.0
|
||||
- AWS SAM CLI 1.116.0
|
||||
- Azure CLI 2.60.0
|
||||
- Alibaba Cloud CLI 3.0.208
|
||||
- AWS CLI 2.17.0
|
||||
- AWS CLI Session Manager Plugin 1.2.633.0
|
||||
- AWS SAM CLI 1.119.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.49.2
|
||||
- Google Cloud CLI 476.0.0
|
||||
- Netlify CLI 17.23.5
|
||||
- OpenShift CLI 4.15.13
|
||||
- ORAS CLI 1.1.0
|
||||
- Vercel CLI 34.2.0
|
||||
- GitHub CLI 2.52.0
|
||||
- Google Cloud CLI 481.0.0
|
||||
- Netlify CLI 17.29.0
|
||||
- OpenShift CLI 4.15.18
|
||||
- ORAS CLI 1.2.0
|
||||
- Vercel CLI 34.2.7
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
@@ -135,7 +135,7 @@ to accomplish this.
|
||||
|
||||
### PHP Tools
|
||||
- PHP: 8.1.2
|
||||
- Composer 2.7.6
|
||||
- Composer 2.7.7
|
||||
- PHPUnit 8.5.38
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
@@ -148,27 +148,27 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- Stack 2.15.7
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Cargo 1.79.0
|
||||
- Rust 1.79.0
|
||||
- Rustdoc 1.79.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Bindgen 0.69.4
|
||||
- Cargo audit 0.20.0
|
||||
- Cargo clippy 0.1.78
|
||||
- Cargo clippy 0.1.79
|
||||
- Cargo outdated 0.15.0
|
||||
- Cbindgen 0.26.0
|
||||
- Rustfmt 1.7.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 125.0.6422.60
|
||||
- ChromeDriver 125.0.6422.60
|
||||
- Chromium 125.0.6422.0
|
||||
- Microsoft Edge 124.0.2478.105
|
||||
- Microsoft Edge WebDriver 124.0.2478.105
|
||||
- Selenium server 4.21.0
|
||||
- Mozilla Firefox 126.0
|
||||
- Google Chrome 126.0.6478.126
|
||||
- ChromeDriver 126.0.6478.126
|
||||
- Chromium 126.0.6478.0
|
||||
- Microsoft Edge 126.0.2592.68
|
||||
- Microsoft Edge WebDriver 126.0.2592.68
|
||||
- Selenium server 4.22.0
|
||||
- Mozilla Firefox 126.0.2
|
||||
- Geckodriver 0.34.0
|
||||
|
||||
#### Environment variables
|
||||
@@ -180,8 +180,8 @@ 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.422, 7.0.409, 8.0.300
|
||||
- nbgv 3.6.133+2d32d93cb1
|
||||
- .NET Core SDK: 6.0.423, 7.0.410, 8.0.302
|
||||
- nbgv 3.6.139+a9e8765620
|
||||
|
||||
### Databases
|
||||
- sqlite3 3.37.2
|
||||
@@ -195,7 +195,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
```
|
||||
|
||||
#### MySQL
|
||||
- MySQL 8.0.36-0ubuntu0.22.04.1
|
||||
- MySQL 8.0.37-0ubuntu0.22.04.3
|
||||
```
|
||||
User: root
|
||||
Password: root
|
||||
@@ -205,19 +205,19 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
|
||||
#### MS SQL
|
||||
- sqlcmd 17.10.0001.1
|
||||
- SqlPackage 162.2.111.2
|
||||
- SqlPackage 162.3.566.1
|
||||
|
||||
### Cached Tools
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
- 1.21.11
|
||||
- 1.22.4
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.13.1
|
||||
- 18.20.3
|
||||
- 20.15.0
|
||||
|
||||
#### Python
|
||||
- 3.7.17
|
||||
@@ -225,7 +225,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
- 3.9.19
|
||||
- 3.10.14
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
- 3.12.4
|
||||
|
||||
#### PyPy
|
||||
- 3.7.13 [PyPy 7.3.9]
|
||||
@@ -234,16 +234,16 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
- 3.10.14 [PyPy 7.3.16]
|
||||
|
||||
#### Ruby
|
||||
- 3.1.5
|
||||
- 3.1.6
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.1
|
||||
- PowerShell 7.4.3
|
||||
|
||||
#### PowerShell Modules
|
||||
- Az: 11.3.1
|
||||
- MarkdownPS: 1.9
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.19.0
|
||||
- Pester: 5.5.0
|
||||
- Pester: 5.6.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
### Web Servers
|
||||
@@ -253,16 +253,16 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| nginx | 1.18.0 | /etc/nginx/nginx.conf | inactive | 80 |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 9.0 |
|
||||
| Android SDK Build-tools | 34.0.0<br>33.0.0 33.0.1 33.0.2 33.0.3<br>32.0.0<br>31.0.0 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (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) |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.10.2<br>3.18.1<br>3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653 (default)<br>26.3.11579264 |
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 9.0 |
|
||||
| Android SDK Build-tools | 35.0.0<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 |
|
||||
| Android SDK Platforms | android-35 (rev 1)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (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) |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.10.2<br>3.18.1<br>3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653 (default)<br>26.3.11579264 |
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -278,19 +278,19 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| Repository:Tag | Digest | Created |
|
||||
| -------------------- | ------------------------------------------------------------------------ | ---------- |
|
||||
| alpine:3.16 | sha256:452e7292acee0ee16c332324d7de05fa2c99f9994ecc9f0779c602916a672ae4 | 2024-01-27 |
|
||||
| alpine:3.17 | sha256:53cf9478b76f4c8fae126acbdfb79bed6e69e628faff572ebe4a029d3d247d98 | 2024-01-27 |
|
||||
| alpine:3.18 | sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 | 2024-01-27 |
|
||||
| debian:10 | sha256:6e7bd55a5705914837aad8db01b349f4617510c11e47ccae8e87f6f14e489626 | 2024-05-14 |
|
||||
| debian:11 | sha256:2c7a92a41cb814c00e7d455b2bc0c90ccdb9a4ced2ffdc10e562c7a84a186032 | 2024-05-14 |
|
||||
| moby/buildkit:latest | sha256:9194b5ec1be368f41c516df7f93f7f540630ea06136056b2ffebb62226ed4ad6 | 2024-04-25 |
|
||||
| alpine:3.17 | sha256:a6063e988bcd597b4f1f7cfd4ec38402b02edd0c79250f00c9e14dc1e94bebbc | 2024-06-20 |
|
||||
| alpine:3.18 | sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d | 2024-06-20 |
|
||||
| debian:10 | sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225 | 2024-06-13 |
|
||||
| debian:11 | sha256:d584e02c85bc9b3bd8df01662e4f605a66e1b9a04f9dea0e288f56da474269a0 | 2024-06-13 |
|
||||
| moby/buildkit:latest | sha256:5d410bbb6d22b01fcaead1345936c5e0a0963eb6c3b190e38694e015467640fe | 2024-06-18 |
|
||||
| node:16 | sha256:f77a1aef2da8d83e45ec990f45df50f1a286c5fe8bbfb8c6e4246c6389705c0b | 2023-09-07 |
|
||||
| node:16-alpine | sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787 | 2023-08-10 |
|
||||
| node:18 | sha256:5bac3a1edff13e76586b8eaef1d411fcd80e4f18cce5bc40ea6993245e0721ec | 2024-05-14 |
|
||||
| node:18-alpine | sha256:4837c2ac8998cf172f5892fb45f229c328e4824c43c8506f8ba9c7996d702430 | 2024-04-23 |
|
||||
| node:20 | sha256:d6925dc84f8c0d1c1f8df4ea6a9a54e57d430241cb734b1b0c45ed6d26e8e9c0 | 2024-05-14 |
|
||||
| node:20-alpine | sha256:291e84d956f1aff38454bbd3da38941461ad569a185c20aa289f71f37ea08e23 | 2024-05-09 |
|
||||
| ubuntu:20.04 | sha256:874aca52f79ae5f8258faff03e10ce99ae836f6e7d2df6ecd3da5c1cad3a912b | 2024-04-27 |
|
||||
| ubuntu:22.04 | sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b0761bbfb2 | 2024-04-27 |
|
||||
| node:18 | sha256:d0bbfdbad0bff8253e6159dcbee42141db4fc309365d5b8bcfce46ed71569078 | 2024-05-21 |
|
||||
| node:18-alpine | sha256:e37da457874383fa9217067867ec85fe8fe59f0bfa351ec9752a95438680056e | 2024-06-04 |
|
||||
| node:20 | sha256:02cd2205818f121c13612721876f28c18bd50148bb8af532ea121c96ffcb59bf | 2024-05-28 |
|
||||
| node:20-alpine | sha256:804aa6a6476a7e2a5df8db28804aa6c1c97904eefb01deed5d6af24bb51d0c81 | 2024-06-04 |
|
||||
| ubuntu:20.04 | sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc | 2024-06-03 |
|
||||
| ubuntu:22.04 | sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5852aac1ac | 2024-06-03 |
|
||||
|
||||
### Installed apt packages
|
||||
| Name | Version |
|
||||
@@ -306,7 +306,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| coreutils | 8.32-4.1ubuntu1.2 |
|
||||
| curl | 7.81.0-1ubuntu1.16 |
|
||||
| dbus | 1.12.20-2ubuntu4.1 |
|
||||
| dnsutils | 1:9.18.18-0ubuntu0.22.04.2 |
|
||||
| dnsutils | 1:9.18.24-0ubuntu0.22.04.1 |
|
||||
| dpkg | 1.21.1ubuntu2.3 |
|
||||
| dpkg-dev | 1.21.1ubuntu2.3 |
|
||||
| fakeroot | 1.28-1ubuntu1 |
|
||||
@@ -326,7 +326,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.7 |
|
||||
| libc6-dev | 2.35-0ubuntu3.8 |
|
||||
| libcurl4 | 7.81.0-1ubuntu1.16 |
|
||||
| libgbm-dev | 23.2.1-1ubuntu3.1\~22.04.2 |
|
||||
| libgconf-2-4 | 3.2.6-7ubuntu2 |
|
||||
@@ -343,7 +343,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| libxkbfile-dev | 1:1.1.0-1build3 |
|
||||
| libxss1 | 1:1.2.3-1build2 |
|
||||
| libyaml-dev | 0.2.2-1build2 |
|
||||
| locales | 2.35-0ubuntu3.7 |
|
||||
| locales | 2.35-0ubuntu3.8 |
|
||||
| lz4 | 1.9.3-2build2 |
|
||||
| m4 | 1.4.18-5ubuntu2 |
|
||||
| make | 4.3-4.1build1 |
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
***
|
||||
# Ubuntu 24.04 LTS
|
||||
- OS Version: 24.04 LTS
|
||||
- Kernel Version: 6.8.0-1007-azure
|
||||
- Image Version: 20240516.4.0
|
||||
- Systemd version: 255.4-1ubuntu8
|
||||
- Kernel Version: 6.8.0-1008-azure
|
||||
- Image Version: 20240624.1.0
|
||||
- Systemd version: 255.4-1ubuntu8.1
|
||||
|
||||
## Installed Software
|
||||
|
||||
@@ -19,23 +19,23 @@
|
||||
- Dash 0.5.12-6ubuntu5
|
||||
- GNU C++: 12.3.0, 13.2.0, 14.0.1
|
||||
- GNU Fortran: 12.3.0, 13.2.0, 14.0.1
|
||||
- Julia 1.10.3
|
||||
- Node.js 20.13.1
|
||||
- Julia 1.10.4
|
||||
- Node.js 20.15.0
|
||||
- Perl 5.38.2
|
||||
- Python 3.12.3
|
||||
- Ruby 3.2.3
|
||||
|
||||
### Package Management
|
||||
- cpan 1.64
|
||||
- Helm 3.14.4
|
||||
- Homebrew 4.3.0
|
||||
- Miniconda 24.3.0
|
||||
- Npm 10.5.2
|
||||
- Helm 3.15.2
|
||||
- Homebrew 4.3.7
|
||||
- Miniconda 24.4.0
|
||||
- Npm 10.7.0
|
||||
- Pip 24.0
|
||||
- Pip3 24.0
|
||||
- Pipx 1.4.3
|
||||
- RubyGems 3.4.20
|
||||
- Vcpkg (build from commit 66a252f70)
|
||||
- Vcpkg (build from commit c4467cb68)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -54,56 +54,55 @@ to accomplish this.
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.14
|
||||
- Gradle 8.7
|
||||
- Lerna 8.1.3
|
||||
- Gradle 8.8
|
||||
- Lerna 8.1.5
|
||||
- Maven 3.8.8
|
||||
|
||||
### Tools
|
||||
- Ansible 2.16.6
|
||||
- apt-fast 1.10.0
|
||||
- AzCopy 10.24.0 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 7.1.2
|
||||
- Ansible 2.17.1
|
||||
- AzCopy 10.25.1 - available by `azcopy` and `azcopy10` aliases
|
||||
- Bazel 7.2.0
|
||||
- Bazelisk 1.19.0
|
||||
- Bicep 0.27.1
|
||||
- Bicep 0.28.1
|
||||
- Buildah 1.33.7
|
||||
- CMake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.2
|
||||
- CMake 3.29.6
|
||||
- CodeQL Action Bundle 2.17.5
|
||||
- Docker Amazon ECR Credential Helper 0.8.0
|
||||
- Docker Compose v2 2.27.0
|
||||
- Docker-Buildx 0.14.0
|
||||
- Docker Client 26.1.0
|
||||
- Docker Server 26.1.0
|
||||
- Fastlane 2.220.0
|
||||
- Git 2.45.1
|
||||
- Docker Compose v2 2.27.1
|
||||
- Docker-Buildx 0.15.1
|
||||
- Docker Client 26.1.3
|
||||
- Docker Server 26.1.3
|
||||
- Fastlane 2.221.1
|
||||
- Git 2.45.2
|
||||
- Git LFS 3.5.1
|
||||
- Git-ftp 1.6.0
|
||||
- Haveged 1.9.14
|
||||
- jq 1.7
|
||||
- Kind 0.23.0
|
||||
- Kubectl 1.30.1
|
||||
- Kustomize 5.4.1
|
||||
- Kubectl 1.30.2
|
||||
- Kustomize 5.4.2
|
||||
- MediaInfo 24.01
|
||||
- Mercurial 6.7.2
|
||||
- Minikube 1.33.1
|
||||
- n 9.2.3
|
||||
- Newman 6.1.2
|
||||
- OpenSSL 3.0.13-0ubuntu3
|
||||
- Newman 6.1.3
|
||||
- OpenSSL 3.0.13-0ubuntu3.1
|
||||
- Parcel 2.12.0
|
||||
- Podman 4.9.3
|
||||
- Pulumi 3.116.1
|
||||
- Pulumi 3.121.0
|
||||
- Skopeo 1.13.3
|
||||
- Sphinx Open Source Search Server 2.2.11
|
||||
- yamllint 1.35.1
|
||||
- yq 4.44.1
|
||||
- yq 4.44.2
|
||||
- zstd 1.5.6
|
||||
|
||||
### CLI Tools
|
||||
- AWS CLI 2.15.51
|
||||
- AWS CLI Session Manager Plugin 1.2.553.0
|
||||
- AWS SAM CLI 1.116.0
|
||||
- Azure CLI 2.60.0
|
||||
- AWS CLI 2.17.0
|
||||
- AWS CLI Session Manager Plugin 1.2.633.0
|
||||
- AWS SAM CLI 1.119.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure CLI (azure-devops) 1.0.1
|
||||
- GitHub CLI 2.49.2
|
||||
- GitHub CLI 2.52.0
|
||||
|
||||
### Java
|
||||
| Version | Environment Variable |
|
||||
@@ -115,7 +114,7 @@ to accomplish this.
|
||||
|
||||
### PHP Tools
|
||||
- PHP: 8.3.6
|
||||
- Composer 2.7.6
|
||||
- Composer 2.7.7
|
||||
- PHPUnit 8.5.38
|
||||
```
|
||||
Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
@@ -128,19 +127,19 @@ Both Xdebug and PCOV extensions are installed, but only Xdebug is enabled.
|
||||
- Stack 2.15.7
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Cargo 1.79.0
|
||||
- Rust 1.79.0
|
||||
- Rustdoc 1.79.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
- Rustfmt 1.7.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 125.0.6422.60
|
||||
- ChromeDriver 125.0.6422.60
|
||||
- Chromium 125.0.6422.0
|
||||
- Selenium server 4.21.0
|
||||
- Google Chrome 126.0.6478.126
|
||||
- ChromeDriver 126.0.6478.126
|
||||
- Chromium 126.0.6478.0
|
||||
- Selenium server 4.22.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -151,8 +150,8 @@ 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.300
|
||||
- nbgv 3.6.133+2d32d93cb1
|
||||
- .NET Core SDK: 8.0.105
|
||||
- nbgv 3.6.139+a9e8765620
|
||||
|
||||
### Databases
|
||||
- sqlite3 3.45.1
|
||||
@@ -166,7 +165,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
```
|
||||
|
||||
#### MySQL
|
||||
- MySQL 8.0.36-2ubuntu3
|
||||
- MySQL 8.0.37-0ubuntu0.24.04.1
|
||||
```
|
||||
User: root
|
||||
Password: root
|
||||
@@ -178,19 +177,19 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
- 1.21.11
|
||||
- 1.22.4
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.13.1
|
||||
- 18.20.3
|
||||
- 20.15.0
|
||||
|
||||
#### Python
|
||||
- 3.9.19
|
||||
- 3.10.14
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
- 3.12.4
|
||||
|
||||
#### PyPy
|
||||
- 3.9.19 [PyPy 7.3.16]
|
||||
@@ -202,7 +201,7 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
#### PowerShell Modules
|
||||
- Az: 11.5.0
|
||||
- Microsoft.Graph: 2.19.0
|
||||
- Pester: 5.5.0
|
||||
- Pester: 5.6.0
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
|
||||
### Web Servers
|
||||
@@ -212,15 +211,15 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| nginx | 1.24.0 | /etc/nginx/nginx.conf | inactive | 80 |
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 12.0 |
|
||||
| Android SDK Build-tools | 34.0.0 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (rev 1)<br>android-34 (rev 3)<br>android-33-ext5 (rev 1)<br>android-33-ext4 (rev 1) |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 (default) |
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 12.0 |
|
||||
| Android SDK Build-tools | 35.0.0<br>34.0.0 |
|
||||
| Android SDK Platforms | android-35 (rev 1)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (rev 1)<br>android-34 (rev 3)<br>android-33-ext5 (rev 1)<br>android-33-ext4 (rev 1) |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 (default) |
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -262,9 +261,10 @@ 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 |
|
||||
| libssl-dev | 3.0.13-0ubuntu3 |
|
||||
| libssl-dev | 3.0.13-0ubuntu3.1 |
|
||||
| libtool | 2.4.7-7build1 |
|
||||
| locales | 2.39-0ubuntu8.1 |
|
||||
| libyaml-dev | 0.2.5-1build1 |
|
||||
| locales | 2.39-0ubuntu8.2 |
|
||||
| lz4 | 1.9.4-1build1 |
|
||||
| m4 | 1.4.19-4build1 |
|
||||
| make | 4.3-4.1build2 |
|
||||
@@ -295,7 +295,8 @@ Use the following command as a part of your job to start the service: 'sudo syst
|
||||
| texinfo | 7.1-3build2 |
|
||||
| time | 1.9-0.2build1 |
|
||||
| tk | 8.6.14build1 |
|
||||
| tzdata | 2024a-2ubuntu1 |
|
||||
| tree | 2.1.1-2ubuntu3 |
|
||||
| tzdata | 2024a-3ubuntu1.1 |
|
||||
| unzip | 6.0-28ubuntu4 |
|
||||
| upx | 4.2.2-3 |
|
||||
| wget | 1.21.4-1ubuntu4 |
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
## Desc: Configure apt, install jq and apt-fast packages.
|
||||
################################################################################
|
||||
|
||||
source $HELPER_SCRIPTS/os.sh
|
||||
|
||||
# Stop and disable apt-daily upgrade services;
|
||||
systemctl stop apt-daily.timer
|
||||
systemctl disable apt-daily.timer
|
||||
@@ -36,7 +38,11 @@ EOF
|
||||
apt-get purge unattended-upgrades
|
||||
|
||||
echo 'APT sources'
|
||||
cat /etc/apt/sources.list
|
||||
if ! is_ubuntu24; then
|
||||
cat /etc/apt/sources.list
|
||||
else
|
||||
cat /etc/apt/sources.list.d/ubuntu.sources
|
||||
fi
|
||||
|
||||
apt-get update
|
||||
# Install jq
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
## Desc: Post deployment system configuration actions
|
||||
################################################################################
|
||||
|
||||
# Source the helpers for use with the script
|
||||
source $HELPER_SCRIPT_FOLDER/etc-environment.sh
|
||||
source $HELPER_SCRIPT_FOLDER/os.sh
|
||||
|
||||
mv -f /imagegeneration/post-generation /opt
|
||||
|
||||
@@ -31,3 +31,10 @@ fi
|
||||
if npm --version; then
|
||||
npm cache clean --force
|
||||
fi
|
||||
|
||||
if is_ubuntu24; then
|
||||
# Prevent needrestart from restarting the provisioner service.
|
||||
# Currently only happens on Ubuntu 24.04, so make it conditional for the time being
|
||||
# as configuration is too different between Ubuntu versions.
|
||||
sed -i '/^\s*};/i \ qr(^runner-provisioner) => 0,' /etc/needrestart/needrestart.conf
|
||||
fi
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
# Install Apache
|
||||
apt-get install apache2 -y
|
||||
apt-get install apache2
|
||||
|
||||
# Disable apache2.service
|
||||
systemctl is-active --quiet apache2.service && systemctl stop apache2.service
|
||||
|
||||
@@ -12,7 +12,7 @@ cmd_packages=$(get_toolset_value .apt.cmd_packages[])
|
||||
|
||||
for package in $common_packages $cmd_packages; do
|
||||
echo "Install $package"
|
||||
apt-get install -y --no-install-recommends $package
|
||||
apt-get install --no-install-recommends $package
|
||||
done
|
||||
|
||||
invoke_tests "Apt"
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
source $HELPER_SCRIPTS/install.sh
|
||||
|
||||
vital_packages=$(get_toolset_value .apt.vital_packages[])
|
||||
apt-get install -y --no-install-recommends $vital_packages
|
||||
apt-get install --no-install-recommends $vital_packages
|
||||
|
||||
@@ -14,7 +14,7 @@ unzip -qq "$awscliv2_archive_path" -d /tmp
|
||||
/tmp/aws/install -i /usr/local/aws-cli -b /usr/local/bin
|
||||
|
||||
smplugin_deb_path=$(download_with_retry "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb")
|
||||
apt install "$smplugin_deb_path"
|
||||
apt-get install "$smplugin_deb_path"
|
||||
|
||||
# Download the latest aws sam cli release
|
||||
aws_sam_cli_archive_name="aws-sam-cli-linux-x86_64.zip"
|
||||
|
||||
@@ -4,23 +4,8 @@
|
||||
## Desc: Install Azure CLI (az)
|
||||
################################################################################
|
||||
|
||||
# Source the helpers for use with the script
|
||||
source $HELPER_SCRIPTS/os.sh
|
||||
|
||||
# Install Azure CLI (instructions taken from https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)
|
||||
if is_ubuntu24; then
|
||||
apt-get install apt-transport-https
|
||||
curl -sL https://packages.microsoft.com/keys/microsoft.asc | \
|
||||
gpg --dearmor | \
|
||||
sudo tee /etc/apt/trusted.gpg.d/microsoft.asc.gpg > /dev/null
|
||||
AZ_DIST="jammy"
|
||||
echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ $AZ_DIST main" | \
|
||||
sudo tee /etc/apt/sources.list.d/azure-cli.list
|
||||
sudo apt-get update
|
||||
sudo apt-get install azure-cli
|
||||
else
|
||||
curl -fsSL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
||||
fi
|
||||
curl -fsSL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
||||
|
||||
echo "azure-cli https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt" >> $HELPER_SCRIPTS/apt-sources.txt
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ install_clang() {
|
||||
local version=$1
|
||||
|
||||
echo "Installing clang-$version..."
|
||||
apt-get install -y "clang-$version" "lldb-$version" "lld-$version" "clang-format-$version" "clang-tidy-$version"
|
||||
apt-get install "clang-$version" "lldb-$version" "lld-$version" "clang-format-$version" "clang-tidy-$version"
|
||||
}
|
||||
|
||||
set_default_clang() {
|
||||
|
||||
@@ -29,7 +29,7 @@ fi
|
||||
|
||||
# Install podman, buildah, skopeo container's tools
|
||||
apt-get update
|
||||
apt-get -y install ${install_packages[@]}
|
||||
apt-get install ${install_packages[@]}
|
||||
mkdir -p /etc/containers
|
||||
printf "[registries.search]\nregistries = ['docker.io', 'quay.io']\n" | tee /etc/containers/registries.conf
|
||||
|
||||
|
||||
@@ -24,10 +24,10 @@ components=$(get_toolset_value '.docker.components[] .package')
|
||||
for package in $components; do
|
||||
version=$(get_toolset_value ".docker.components[] | select(.package == \"$package\") | .version")
|
||||
if [[ $version == "latest" ]]; then
|
||||
apt-get install -y --no-install-recommends "$package"
|
||||
apt-get install --no-install-recommends "$package"
|
||||
else
|
||||
version_string=$(apt-cache madison "$package" | awk '{ print $3 }' | grep "$version" | grep "$os_codename" | head -1)
|
||||
apt-get install -y --no-install-recommends "${package}=${version_string}"
|
||||
apt-get install --no-install-recommends "${package}=${version_string}"
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ for latest_package in ${latest_dotnet_packages[@]}; do
|
||||
echo "Determining if .NET Core ($latest_package) is installed"
|
||||
if ! dpkg -S $latest_package &> /dev/null; then
|
||||
echo "Could not find .NET Core ($latest_package), installing..."
|
||||
apt-get install $latest_package -y
|
||||
apt-get install $latest_package
|
||||
else
|
||||
echo ".NET Core ($latest_package) is already installed"
|
||||
fi
|
||||
|
||||
@@ -21,7 +21,7 @@ curl -fsSL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x${GPG_FINGER
|
||||
echo "deb $REPO_URL $(lsb_release -cs) main" > $REPO_PATH
|
||||
|
||||
apt-get update
|
||||
apt-get install --target-release 'o=LP-PPA-mozillateam' -y firefox
|
||||
apt-get install --target-release 'o=LP-PPA-mozillateam' firefox
|
||||
rm $REPO_PATH
|
||||
|
||||
# Document apt source repo's
|
||||
|
||||
@@ -11,7 +11,7 @@ versions=$(get_toolset_value '.gcc.versions[]')
|
||||
|
||||
for version in ${versions[*]}; do
|
||||
echo "Installing $version..."
|
||||
apt-get install $version -y
|
||||
apt-get install $version
|
||||
done
|
||||
|
||||
invoke_tests "Tools" "gcc"
|
||||
|
||||
@@ -11,7 +11,10 @@ versions=$(get_toolset_value '.gfortran.versions[]')
|
||||
|
||||
for version in ${versions[*]}; do
|
||||
echo "Installing $version..."
|
||||
apt-get install $version -y
|
||||
apt-get install $version
|
||||
done
|
||||
|
||||
echo "Install versionless gfortran (latest)"
|
||||
apt-get install gfortran
|
||||
|
||||
invoke_tests "Tools" "gfortran"
|
||||
|
||||
@@ -11,7 +11,7 @@ GIT_LFS_REPO="https://packagecloud.io/install/repositories/github/git-lfs"
|
||||
|
||||
# Install git-lfs
|
||||
curl -fsSL $GIT_LFS_REPO/script.deb.sh | bash
|
||||
apt-get install -y git-lfs
|
||||
apt-get install git-lfs
|
||||
|
||||
# Remove source repo's
|
||||
rm /etc/apt/sources.list.d/github_git-lfs.list
|
||||
|
||||
@@ -6,15 +6,13 @@
|
||||
|
||||
# Source the helpers for use with the script
|
||||
source $HELPER_SCRIPTS/install.sh
|
||||
source $HELPER_SCRIPTS/etc-environment.sh
|
||||
|
||||
GIT_REPO="ppa:git-core/ppa"
|
||||
|
||||
## Install git
|
||||
add-apt-repository $GIT_REPO -y
|
||||
apt-get update
|
||||
apt-get install git -y
|
||||
git --version
|
||||
apt-get install git
|
||||
|
||||
# Git version 2.35.2 introduces security fix that breaks action\checkout https://github.com/actions/checkout/issues/760
|
||||
cat <<EOF >> /etc/gitconfig
|
||||
@@ -22,12 +20,8 @@ cat <<EOF >> /etc/gitconfig
|
||||
directory = *
|
||||
EOF
|
||||
|
||||
# Revert to the old behaviour and avoid the Git LFS problems (https://github.blog/2024-05-14-securing-git-addressing-5-new-vulnerabilities/)
|
||||
set_etc_environment_variable "GIT_CLONE_PROTECTION_ACTIVE" 'false'
|
||||
reload_etc_environment
|
||||
|
||||
# Install git-ftp
|
||||
apt-get install git-ftp -y
|
||||
apt-get install git-ftp
|
||||
|
||||
# Remove source repo's
|
||||
add-apt-repository --remove $GIT_REPO
|
||||
|
||||
@@ -19,6 +19,6 @@ external_hash=$(get_checksum_from_url "$hash_url" "linux_amd64.deb" "SHA256")
|
||||
use_checksum_comparison "$gh_cli_deb_path" "$external_hash"
|
||||
|
||||
# Install GitHub CLI
|
||||
apt install "$gh_cli_deb_path"
|
||||
apt-get install "$gh_cli_deb_path"
|
||||
|
||||
invoke_tests "CLI.Tools" "GitHub CLI"
|
||||
|
||||
@@ -37,7 +37,7 @@ get_chromium_revision() {
|
||||
# Download and install Google Chrome
|
||||
CHROME_DEB_URL="https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
|
||||
chrome_deb_path=$(download_with_retry "$CHROME_DEB_URL")
|
||||
apt install "$chrome_deb_path" -f
|
||||
apt-get install "$chrome_deb_path" -f
|
||||
set_etc_environment_variable "CHROME_BIN" "/usr/bin/google-chrome"
|
||||
|
||||
# Remove Google Chrome repo
|
||||
|
||||
@@ -9,8 +9,8 @@ REPO_URL="https://packages.cloud.google.com/apt"
|
||||
# Install the Google Cloud CLI
|
||||
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] $REPO_URL cloud-sdk main" > /etc/apt/sources.list.d/google-cloud-sdk.list
|
||||
wget -qO- https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --dearmor > /usr/share/keyrings/cloud.google.gpg
|
||||
apt-get update -y
|
||||
apt-get install -y google-cloud-cli
|
||||
apt-get update
|
||||
apt-get install google-cloud-cli
|
||||
|
||||
# remove apt
|
||||
rm /etc/apt/sources.list.d/google-cloud-sdk.list
|
||||
|
||||
@@ -13,7 +13,8 @@ curl -fsSL "${REPO_URL}/release.key" | gpg --dearmor -o $GPG_KEY
|
||||
echo "deb [trusted=yes] $REPO_URL ./" > $REPO_PATH
|
||||
|
||||
# install heroku
|
||||
apt-get update -y && apt-get install -y heroku
|
||||
apt-get update
|
||||
apt-get install heroku
|
||||
|
||||
# remove heroku's apt repository
|
||||
rm $REPO_PATH
|
||||
|
||||
@@ -14,7 +14,7 @@ echo "deb [signed-by=$GPG_KEY] $REPO_URL $(lsb_release -cs) main" > $REPO_PATH
|
||||
|
||||
# install HHVM
|
||||
apt-get update
|
||||
apt-get -qq install -y hhvm
|
||||
apt-get install hhvm
|
||||
|
||||
# remove HHVM's apt repository
|
||||
rm $REPO_PATH
|
||||
|
||||
@@ -85,7 +85,7 @@ for jdkVersionToInstall in ${jdkVersionsToInstall[@]}; do
|
||||
done
|
||||
|
||||
# Install Ant
|
||||
apt-get install -y --no-install-recommends ant ant-optional
|
||||
apt-get install --no-install-recommends ant ant-optional
|
||||
set_etc_environment_variable "ANT_HOME" "/usr/share/ant"
|
||||
|
||||
# Install Maven
|
||||
|
||||
@@ -23,7 +23,8 @@ install "${kind_binary_path}" /usr/local/bin/kind
|
||||
kubectl_minor_version=$(curl -fsSL "https://dl.k8s.io/release/stable.txt" | cut -d'.' -f1,2 )
|
||||
curl -fsSL https://pkgs.k8s.io/core:/stable:/$kubectl_minor_version/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
|
||||
echo 'deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/'$kubectl_minor_version'/deb/ /' | sudo tee /etc/apt/sources.list.d/kubernetes.list
|
||||
sudo apt-get update -y && sudo apt-get install -y kubectl
|
||||
apt-get update
|
||||
apt-get install kubectl
|
||||
rm -f /etc/apt/sources.list.d/kubernetes.list
|
||||
|
||||
# Install Helm
|
||||
|
||||
@@ -18,7 +18,7 @@ echo "deb [ arch=amd64,arm64 signed-by=$GPG_KEY ] $REPO_URL $(lsb_release -cs)/m
|
||||
|
||||
# Install Mongo DB
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y mongodb-org
|
||||
sudo apt-get install mongodb-org
|
||||
|
||||
# remove Mongo DB's apt repository
|
||||
rm $REPO_PATH
|
||||
|
||||
@@ -23,7 +23,7 @@ echo "deb [signed-by=$GPG_KEY] $REPO_URL stable-$os_label main" > $REPO_PATH
|
||||
|
||||
# Install Mono
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends apt-transport-https mono-complete nuget
|
||||
apt-get install --no-install-recommends apt-transport-https mono-complete nuget
|
||||
|
||||
# Remove Mono's apt repo
|
||||
rm $REPO_PATH
|
||||
|
||||
@@ -11,6 +11,6 @@ wget https://packages.microsoft.com/config/ubuntu/$os_label/packages-microsoft-p
|
||||
dpkg -i packages-microsoft-prod.deb
|
||||
|
||||
# update
|
||||
apt-get install -y apt-transport-https ca-certificates curl software-properties-common
|
||||
apt-get -yq update
|
||||
apt-get -yq dist-upgrade
|
||||
apt-get install apt-transport-https ca-certificates curl software-properties-common
|
||||
apt-get update
|
||||
apt-get dist-upgrade
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
export ACCEPT_EULA=Y
|
||||
|
||||
apt-get update
|
||||
apt-get install -y mssql-tools unixodbc-dev
|
||||
apt-get install mssql-tools unixodbc-dev
|
||||
apt-get -f install
|
||||
ln -s /opt/mssql-tools/bin/* /usr/local/bin/
|
||||
|
||||
|
||||
@@ -15,13 +15,13 @@ echo "mysql-server mysql-server/root_password_again password $MYSQL_ROOT_PASSWOR
|
||||
export ACCEPT_EULA=Y
|
||||
|
||||
# Install MySQL Client
|
||||
apt-get install mysql-client -y
|
||||
apt-get install mysql-client
|
||||
|
||||
# Install MySQL Server
|
||||
apt-get install -y mysql-server
|
||||
apt-get install mysql-server
|
||||
|
||||
#Install MySQL Dev tools
|
||||
apt install libmysqlclient-dev -y
|
||||
# Install MySQL Dev tools
|
||||
apt-get install libmysqlclient-dev
|
||||
|
||||
# Disable mysql.service
|
||||
systemctl is-active --quiet mysql.service && systemctl stop mysql.service
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
# Install Nginx
|
||||
apt-get install nginx -y
|
||||
apt-get install nginx
|
||||
|
||||
# Disable nginx.service
|
||||
systemctl is-active --quiet nginx.service && systemctl stop nginx.service
|
||||
|
||||
@@ -5,10 +5,20 @@
|
||||
################################################################################
|
||||
|
||||
# Source the helpers for use with the script
|
||||
source $HELPER_SCRIPTS/os.sh
|
||||
source $HELPER_SCRIPTS/install.sh
|
||||
|
||||
# Install the oc CLI
|
||||
archive_path=$(download_with_retry "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/openshift-client-linux.tar.gz")
|
||||
if is_ubuntu20; then
|
||||
toolset_version=$(get_toolset_value '.ocCli.version')
|
||||
download_url="https://mirror.openshift.com/pub/openshift-v4/clients/ocp/$toolset_version/openshift-client-linux-$toolset_version.tar.gz"
|
||||
else
|
||||
|
||||
# Install the oc CLI
|
||||
download_url="https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/openshift-client-linux.tar.gz"
|
||||
fi
|
||||
|
||||
archive_path=$(download_with_retry "$download_url")
|
||||
|
||||
tar xzf "$archive_path" -C "/usr/local/bin" oc
|
||||
|
||||
invoke_tests "CLI.Tools" "OC CLI"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
source $HELPER_SCRIPTS/install.sh
|
||||
|
||||
# Install required dependencies
|
||||
apt-get install -y chrpath libssl-dev libxft-dev libfreetype6 libfreetype6-dev libfontconfig1 libfontconfig1-dev
|
||||
apt-get install chrpath libssl-dev libxft-dev libfreetype6 libfreetype6-dev libfontconfig1 libfontconfig1-dev
|
||||
|
||||
# Define the version and hash of PhantomJS to be installed
|
||||
DIR_NAME=phantomjs-2.1.1-linux-x86_64
|
||||
|
||||
@@ -21,7 +21,7 @@ php_versions=$(get_toolset_value '.php.versions[]')
|
||||
|
||||
for version in $php_versions; do
|
||||
echo "Installing PHP $version"
|
||||
apt-get install -y --no-install-recommends \
|
||||
apt-get install --no-install-recommends \
|
||||
php$version \
|
||||
php$version-amqp \
|
||||
php$version-apcu \
|
||||
@@ -67,24 +67,24 @@ for version in $php_versions; do
|
||||
php$version-zip \
|
||||
php$version-zmq
|
||||
|
||||
apt-get install -y --no-install-recommends php$version-pcov
|
||||
apt-get install --no-install-recommends php$version-pcov
|
||||
|
||||
# Disable PCOV, as Xdebug is enabled by default
|
||||
# https://github.com/krakjoe/pcov#interoperability
|
||||
phpdismod -v $version pcov
|
||||
|
||||
if [[ $version == "7.2" || $version == "7.3" || $version == "7.4" ]]; then
|
||||
apt-get install -y --no-install-recommends php$version-recode
|
||||
apt-get install --no-install-recommends php$version-recode
|
||||
fi
|
||||
|
||||
if [[ $version != "8.0" && $version != "8.1" && $version != "8.2" && $version != "8.3" ]]; then
|
||||
apt-get install -y --no-install-recommends php$version-xmlrpc php$version-json
|
||||
apt-get install --no-install-recommends php$version-xmlrpc php$version-json
|
||||
fi
|
||||
done
|
||||
|
||||
apt-get install -y --no-install-recommends php-pear
|
||||
apt-get install --no-install-recommends php-pear
|
||||
|
||||
apt-get install -y --no-install-recommends snmp
|
||||
apt-get install --no-install-recommends snmp
|
||||
|
||||
# Install composer
|
||||
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||
|
||||
@@ -20,7 +20,7 @@ toolset_version=$(get_toolset_value '.postgresql.version')
|
||||
# Install PostgreSQL
|
||||
echo "Install PostgreSQL"
|
||||
apt update
|
||||
apt install postgresql-$toolset_version
|
||||
apt-get install postgresql-$toolset_version
|
||||
|
||||
echo "Install libpq-dev"
|
||||
apt-get install libpq-dev
|
||||
|
||||
@@ -17,5 +17,5 @@ if is_ubuntu24; then
|
||||
package_path=$(download_with_retry "https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-lts_7.4.2-1.deb_amd64.deb")
|
||||
sudo dpkg -i "$package_path"
|
||||
else
|
||||
apt-get install -y powershell=$pwsh_version*
|
||||
apt-get install powershell=$pwsh_version*
|
||||
fi
|
||||
|
||||
@@ -10,14 +10,14 @@ source $HELPER_SCRIPTS/etc-environment.sh
|
||||
source $HELPER_SCRIPTS/os.sh
|
||||
|
||||
# Install Python, Python 3, pip, pip3
|
||||
apt-get install -y --no-install-recommends python3 python3-dev python3-pip python3-venv
|
||||
apt-get install --no-install-recommends python3 python3-dev python3-pip python3-venv
|
||||
|
||||
# Install pipx
|
||||
# Set pipx custom directory
|
||||
export PIPX_BIN_DIR=/opt/pipx_bin
|
||||
export PIPX_HOME=/opt/pipx
|
||||
if is_ubuntu24; then
|
||||
apt-get install -y --no-install-recommends pipx
|
||||
apt-get install --no-install-recommends pipx
|
||||
pipx ensurepath
|
||||
else
|
||||
python3 -m pip install pipx
|
||||
|
||||
@@ -10,6 +10,11 @@ source $HELPER_SCRIPTS/install.sh
|
||||
|
||||
apt-get install ruby-full
|
||||
|
||||
# temporary fix for fastlane installation https://github.com/sporkmonger/addressable/issues/541
|
||||
if is_ubuntu20; then
|
||||
gem install public_suffix -v 5.1.1
|
||||
fi
|
||||
|
||||
# Install ruby gems from toolset
|
||||
gems_to_install=$(get_toolset_value ".rubygems[] .name")
|
||||
if [[ -n "$gems_to_install" ]]; then
|
||||
@@ -20,7 +25,7 @@ if [[ -n "$gems_to_install" ]]; then
|
||||
fi
|
||||
|
||||
# Install Ruby requirements
|
||||
apt-get install -y libz-dev openssl libssl-dev
|
||||
apt-get install libz-dev openssl libssl-dev
|
||||
|
||||
echo "Install Ruby from toolset..."
|
||||
package_tar_names=$(curl -fsSL "https://api.github.com/repos/ruby/ruby-builder/releases/latest" | jq -r '.assets[].name')
|
||||
|
||||
@@ -14,7 +14,7 @@ if is_ubuntu22; then
|
||||
echo "deb http://archive.ubuntu.com/ubuntu/ focal-security main" | tee "${focal_list}"
|
||||
apt-get update --quiet
|
||||
|
||||
apt-get install --no-install-recommends --yes libssl1.1
|
||||
apt-get install --no-install-recommends libssl1.1
|
||||
|
||||
rm "${focal_list}"
|
||||
apt-get update --quiet
|
||||
|
||||
@@ -19,7 +19,7 @@ external_hash=$(get_checksum_from_url "${download_url}.sha256" "${release_name}.
|
||||
use_checksum_comparison "$archive_path" "$external_hash"
|
||||
|
||||
# Install zstd
|
||||
apt-get install -y liblz4-dev
|
||||
apt-get install liblz4-dev
|
||||
tar xzf "$archive_path" -C /tmp
|
||||
|
||||
make -C "/tmp/${release_name}/contrib/pzstd" all
|
||||
|
||||
@@ -100,7 +100,9 @@ if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
# Tools
|
||||
$tools = $installedSoftware.AddHeader("Tools")
|
||||
$tools.AddToolVersion("Ansible", $(Get-AnsibleVersion))
|
||||
$tools.AddToolVersion("apt-fast", $(Get-AptFastVersion))
|
||||
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
$tools.AddToolVersion("apt-fast", $(Get-AptFastVersion))
|
||||
}
|
||||
$tools.AddToolVersion("AzCopy", $(Get-AzCopyVersion))
|
||||
$tools.AddToolVersion("Bazel", $(Get-BazelVersion))
|
||||
$tools.AddToolVersion("Bazelisk", $(Get-BazeliskVersion))
|
||||
|
||||
@@ -259,10 +259,6 @@ Describe "Git" {
|
||||
It "git-ftp" {
|
||||
"git-ftp --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "GIT_CLONE_PROTECTION_ACTIVE environment variable should be equal false" {
|
||||
$env:GIT_CLONE_PROTECTION_ACTIVE | Should -BeExactly false
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Git-lfs" {
|
||||
|
||||
@@ -183,13 +183,18 @@ build {
|
||||
inline = ["mkdir ${var.image_folder}", "chmod 777 ${var.image_folder}"]
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
script = "${path.root}/../scripts/build/configure-apt-mock.sh"
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
environment_vars = ["DEBIAN_FRONTEND=noninteractive"]
|
||||
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"]
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
scripts = [
|
||||
"${path.root}/../scripts/build/install-ms-repos.sh",
|
||||
@@ -203,11 +208,6 @@ build {
|
||||
script = "${path.root}/../scripts/build/configure-limits.sh"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.installer_script_folder}"
|
||||
source = "${path.root}/../scripts/build"
|
||||
|
||||
@@ -183,13 +183,18 @@ build {
|
||||
inline = ["mkdir ${var.image_folder}", "chmod 777 ${var.image_folder}"]
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
script = "${path.root}/../scripts/build/configure-apt-mock.sh"
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
environment_vars = ["DEBIAN_FRONTEND=noninteractive"]
|
||||
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"]
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
scripts = [
|
||||
"${path.root}/../scripts/build/install-ms-repos.sh",
|
||||
@@ -203,11 +208,6 @@ build {
|
||||
script = "${path.root}/../scripts/build/configure-limits.sh"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.installer_script_folder}"
|
||||
source = "${path.root}/../scripts/build"
|
||||
|
||||
@@ -183,13 +183,18 @@ build {
|
||||
inline = ["mkdir ${var.image_folder}", "chmod 777 ${var.image_folder}"]
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
script = "${path.root}/../scripts/build/configure-apt-mock.sh"
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
environment_vars = ["DEBIAN_FRONTEND=noninteractive"]
|
||||
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"]
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
scripts = [
|
||||
"${path.root}/../scripts/build/install-ms-repos.sh",
|
||||
@@ -203,11 +208,6 @@ build {
|
||||
script = "${path.root}/../scripts/build/configure-limits.sh"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${var.installer_script_folder}"
|
||||
source = "${path.root}/../scripts/build"
|
||||
|
||||
@@ -170,6 +170,11 @@ build {
|
||||
inline = ["mkdir ${local.image_folder}", "chmod 777 ${local.image_folder}"]
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${local.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
// Add apt wrapper to implement retries
|
||||
provisioner "shell" {
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
@@ -178,7 +183,7 @@ build {
|
||||
|
||||
// Install MS package repos, Configure apt
|
||||
provisioner "shell" {
|
||||
environment_vars = ["DEBIAN_FRONTEND=noninteractive"]
|
||||
environment_vars = ["HELPER_SCRIPTS=${local.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"]
|
||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
scripts = [
|
||||
"${path.root}/../scripts/build/install-ms-repos.sh",
|
||||
@@ -192,11 +197,6 @@ build {
|
||||
script = "${path.root}/../scripts/build/configure-limits.sh"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${local.helper_script_folder}"
|
||||
source = "${path.root}/../scripts/helpers"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
destination = "${local.installer_script_folder}"
|
||||
source = "${path.root}/../scripts/build"
|
||||
|
||||
@@ -233,11 +233,11 @@
|
||||
},
|
||||
{
|
||||
"package": "docker-ce-cli",
|
||||
"version": "24.0.9"
|
||||
"version": "26.1.3"
|
||||
},
|
||||
{
|
||||
"package": "docker-ce",
|
||||
"version": "24.0.9"
|
||||
"version": "26.1.3"
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
@@ -248,7 +248,7 @@
|
||||
},
|
||||
{
|
||||
"plugin": "compose",
|
||||
"version": "2.23.3",
|
||||
"version": "2.27.1",
|
||||
"asset": "linux-x86_64"
|
||||
}
|
||||
]
|
||||
@@ -378,5 +378,9 @@
|
||||
"aliyunCli": {
|
||||
"version": "3.0.174",
|
||||
"sha256": "0c51028a7a32fc02c8de855f73e273556f957115eb5624565738f9b9f83a50ba"
|
||||
}
|
||||
},
|
||||
"ocCli": {
|
||||
"version": "4.15.19"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -232,11 +232,11 @@
|
||||
},
|
||||
{
|
||||
"package": "docker-ce-cli",
|
||||
"version": "24.0.9"
|
||||
"version": "26.1.3"
|
||||
},
|
||||
{
|
||||
"package": "docker-ce",
|
||||
"version": "24.0.9"
|
||||
"version": "26.1.3"
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
@@ -244,10 +244,10 @@
|
||||
"plugin": "buildx",
|
||||
"version": "latest",
|
||||
"asset": "linux-amd64"
|
||||
},
|
||||
},
|
||||
{
|
||||
"plugin": "compose",
|
||||
"version": "2.23.3",
|
||||
"version": "2.27.1",
|
||||
"asset": "linux-x86_64"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -134,6 +134,7 @@
|
||||
"rpm",
|
||||
"texinfo",
|
||||
"tk",
|
||||
"tree",
|
||||
"tzdata",
|
||||
"upx",
|
||||
"xvfb",
|
||||
@@ -187,11 +188,11 @@
|
||||
},
|
||||
{
|
||||
"package": "docker-ce-cli",
|
||||
"version": "26.1.0"
|
||||
"version": "26.1.3"
|
||||
},
|
||||
{
|
||||
"package": "docker-ce",
|
||||
"version": "26.1.0"
|
||||
"version": "26.1.3"
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
@@ -202,7 +203,7 @@
|
||||
},
|
||||
{
|
||||
"plugin": "compose",
|
||||
"version": "latest",
|
||||
"version": "2.27.1",
|
||||
"asset": "linux-x86_64"
|
||||
}
|
||||
]
|
||||
@@ -219,13 +220,9 @@
|
||||
],
|
||||
"dotnet": {
|
||||
"aptPackages": [
|
||||
"dotnet-sdk-6.0",
|
||||
"dotnet-sdk-7.0",
|
||||
"dotnet-sdk-8.0"
|
||||
],
|
||||
"versions": [
|
||||
"6.0",
|
||||
"7.0",
|
||||
"8.0"
|
||||
],
|
||||
"tools": [
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows-2022] Multiple VC Build Tools will be removed on May, 13](https://github.com/actions/runner-images/issues/9701) |
|
||||
| [[Ubuntu, Windows] Docker Compose v1 will be removed from images on July, 9](https://github.com/actions/runner-images/issues/9692) |
|
||||
***
|
||||
# Windows Server 2019
|
||||
- OS Version: 10.0.17763 Build 5820
|
||||
- Image Version: 20240514.1.0
|
||||
- OS Version: 10.0.17763 Build 5936
|
||||
- Image Version: 20240624.1.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -14,27 +13,27 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.26(1)-release
|
||||
- Go 1.21.10
|
||||
- Julia 1.10.3
|
||||
- Kotlin 1.9.24
|
||||
- LLVM 16.0.6
|
||||
- Node 18.20.2
|
||||
- Go 1.21.11
|
||||
- Julia 1.10.4
|
||||
- Kotlin 2.0.0
|
||||
- LLVM 18.1.6
|
||||
- Node 18.20.3
|
||||
- Perl 5.32.1
|
||||
- PHP 8.3.7
|
||||
- PHP 8.3.8
|
||||
- Python 3.7.9
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Chocolatey 2.2.2
|
||||
- Composer 2.7.6
|
||||
- Helm 3.14.4
|
||||
- Miniconda 24.3.0 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.5.0
|
||||
- NuGet 6.9.1.3
|
||||
- Chocolatey 2.3.0
|
||||
- Composer 2.7.7
|
||||
- Helm 3.15.1
|
||||
- Miniconda 24.4.0 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.7.0
|
||||
- NuGet 6.10.0.107
|
||||
- pip 24.0 (python 3.7)
|
||||
- Pipx 1.2.1
|
||||
- RubyGems 3.2.33
|
||||
- Vcpkg (build from commit bd2b54836)
|
||||
- Vcpkg (build from commit c4467cb68)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -45,44 +44,44 @@
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.14
|
||||
- Gradle 8.7
|
||||
- Gradle 8.8
|
||||
- Maven 3.8.7
|
||||
- sbt 1.10.0
|
||||
|
||||
### Tools
|
||||
- 7zip 23.01
|
||||
- 7zip 24.07
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- Bazel 7.1.2
|
||||
- azcopy 10.25.1
|
||||
- Bazel 7.2.0
|
||||
- Bazelisk 1.19.0
|
||||
- Bicep 0.27.1
|
||||
- Bicep 0.28.1
|
||||
- Cabal 3.10.3.0
|
||||
- CMake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.2
|
||||
- Docker 24.0.7
|
||||
- CMake 3.29.6
|
||||
- CodeQL Action Bundle 2.17.5
|
||||
- Docker 26.1.3
|
||||
- Docker Compose v1 1.29.2
|
||||
- Docker Compose v2 2.23.3
|
||||
- Docker-wincred 0.8.1
|
||||
- Docker Compose v2 2.27.1
|
||||
- Docker-wincred 0.8.2
|
||||
- ghc 9.10.1
|
||||
- Git 2.45.1.windows.1
|
||||
- Git 2.45.2.windows.1
|
||||
- Git LFS 3.5.1
|
||||
- Google Cloud CLI 476.0.0
|
||||
- ImageMagick 7.1.1-29
|
||||
- InnoSetup 6.2.2
|
||||
- Google Cloud CLI 481.0.0
|
||||
- ImageMagick 7.1.1-33
|
||||
- InnoSetup 6.3.1
|
||||
- jq 1.7.1
|
||||
- Kind 0.23.0
|
||||
- Kubectl 1.30.0
|
||||
- Kubectl 1.30.2
|
||||
- Mercurial 5.0
|
||||
- gcc 8.1.0
|
||||
- gdb 8.1
|
||||
- GNU Binutils 2.30
|
||||
- Newman 6.1.2
|
||||
- Newman 6.1.3
|
||||
- NSIS 3.10
|
||||
- OpenSSL 1.1.1w
|
||||
- Packer 1.10.2
|
||||
- Packer 1.11.0
|
||||
- Parcel 2.12.0
|
||||
- Pulumi 3.116.0
|
||||
- R 4.4.0
|
||||
- Pulumi 3.121.0
|
||||
- R 4.4.1
|
||||
- Service Fabric SDK 9.1.1436.9590
|
||||
- Stack 2.15.7
|
||||
- Subversion (SVN) 1.14.2
|
||||
@@ -94,19 +93,19 @@
|
||||
- zstd 1.5.6
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.205
|
||||
- AWS CLI 2.15.48
|
||||
- AWS SAM CLI 1.116.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.60.0
|
||||
- Azure DevOps CLI extension 1.0.0
|
||||
- Alibaba Cloud CLI 3.0.208
|
||||
- AWS CLI 2.17.0
|
||||
- AWS SAM CLI 1.119.0
|
||||
- AWS Session Manager CLI 1.2.633.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure DevOps CLI extension 1.0.1
|
||||
- Cloud Foundry CLI 6.53.0
|
||||
- GitHub CLI 2.49.2
|
||||
- GitHub CLI 2.52.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Cargo 1.79.0
|
||||
- Rust 1.79.0
|
||||
- Rustdoc 1.79.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
@@ -114,18 +113,18 @@
|
||||
- cargo-audit 0.20.0
|
||||
- cargo-outdated 0.15.0
|
||||
- cbindgen 0.26.0
|
||||
- Clippy 0.1.78
|
||||
- Clippy 0.1.79
|
||||
- Rustfmt 1.7.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 124.0.6367.208
|
||||
- Chrome Driver 124.0.6367.207
|
||||
- Microsoft Edge 124.0.2478.97
|
||||
- Microsoft Edge Driver 124.0.2478.97
|
||||
- Mozilla Firefox 126.0
|
||||
- Google Chrome 126.0.6478.127
|
||||
- Chrome Driver 126.0.6478.126
|
||||
- Microsoft Edge 126.0.2592.68
|
||||
- Microsoft Edge Driver 126.0.2592.68
|
||||
- Mozilla Firefox 127.0.1
|
||||
- Gecko Driver 0.34.0
|
||||
- IE Driver 4.14.0.0
|
||||
- Selenium server 4.20.0
|
||||
- Selenium server 4.22.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -167,13 +166,13 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
- 1.21.11
|
||||
- 1.22.4
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.13.1
|
||||
- 18.20.3
|
||||
- 20.15.0
|
||||
|
||||
#### Python
|
||||
- 3.7.9
|
||||
@@ -181,7 +180,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 3.9.13
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
- 3.12.4
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.16]
|
||||
@@ -193,7 +192,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Ruby
|
||||
- 3.0.7
|
||||
- 3.1.5
|
||||
- 3.1.6
|
||||
|
||||
### Databases
|
||||
|
||||
@@ -212,30 +211,30 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
#### MongoDB
|
||||
| Version | ServiceName | ServiceStatus | ServiceStartType |
|
||||
| -------- | ----------- | ------------- | ---------------- |
|
||||
| 5.0.26.0 | MongoDB | Stopped | Disabled |
|
||||
| 5.0.27.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.16.0
|
||||
- DacFx 162.2.111.2
|
||||
- Azure CosmosDb Emulator 2.14.18.0
|
||||
- DacFx 162.3.566.1
|
||||
- MySQL 5.7.44.0
|
||||
- SQL OLEDB Driver 18.6.7.0
|
||||
- SQL OLEDB Driver 18.7.2.0
|
||||
- SQLPS 1.0
|
||||
|
||||
### Web Servers
|
||||
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
|
||||
| ------ | ------- | ------------------------------------- | ----------- | ------------- | ---------- |
|
||||
| Apache | 2.4.55 | C:\tools\Apache24\conf\httpd.conf | Apache | Stopped | 80 |
|
||||
| Nginx | 1.25.5 | C:\tools\nginx-1.25.5\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
| Nginx | 1.27.0 | C:\tools\nginx-1.27.0\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
|
||||
### Visual Studio Enterprise 2019
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | -------------- | -------------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2019 | 16.11.34902.97 | C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise |
|
||||
| Visual Studio Enterprise 2019 | 16.11.34931.43 | C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise |
|
||||
|
||||
#### Workloads, components and extensions
|
||||
| Package | Version |
|
||||
| ------------------------------------------------------------------------- | --------------- |
|
||||
| Component.Android.NDK.R16B | 16.11.34827.16 |
|
||||
| Component.Android.NDK.R16B | 16.11.34930.47 |
|
||||
| Component.Android.SDK25.Private | 16.0.28625.61 |
|
||||
| Component.Android.SDK30 | 16.10.31205.252 |
|
||||
| Component.Ant | 1.9.3.8 |
|
||||
@@ -299,7 +298,6 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| Microsoft.VisualStudio.Component.Azure.Powershell | 16.5.29515.121 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ResourceManager.Tools | 16.4.29409.204 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools | 16.4.29313.120 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Storage.AzCopy | 16.0.28517.75 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Storage.Emulator | 16.4.29313.120 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton | 16.10.31205.252 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton.BuildTools | 16.10.31205.252 |
|
||||
@@ -476,10 +474,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.30153 |
|
||||
| Microsoft Visual C++ 2019 Debug Runtime | x86 | 14.29.30153 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.40.33810 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.40.33810 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.40.33810 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.40.33810 |
|
||||
|
||||
#### Installed Windows SDKs
|
||||
- 10.0.14393.0
|
||||
@@ -493,15 +491,15 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 10.0.22621.0
|
||||
|
||||
### .NET Core Tools
|
||||
- .NET Core SDK: 6.0.130, 6.0.203, 6.0.321, 6.0.422, 7.0.119, 7.0.203, 7.0.316, 7.0.409, 8.0.105, 8.0.205, 8.0.300
|
||||
- .NET Core SDK: 6.0.131, 6.0.203, 6.0.321, 6.0.423, 7.0.120, 7.0.203, 7.0.317, 7.0.410, 8.0.106, 8.0.206, 8.0.302
|
||||
- .NET Framework: 4.7.2, 4.8
|
||||
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.30, 7.0.5, 7.0.19, 8.0.5
|
||||
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.30, 7.0.5, 7.0.19, 8.0.5
|
||||
- Microsoft.WindowsDesktop.App: 6.0.5, 6.0.26, 6.0.30, 7.0.5, 7.0.19, 8.0.5
|
||||
- nbgv 3.6.133+2d32d93cb1
|
||||
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.31, 7.0.5, 7.0.20, 8.0.6
|
||||
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.31, 7.0.5, 7.0.20, 8.0.6
|
||||
- Microsoft.WindowsDesktop.App: 6.0.5, 6.0.26, 6.0.31, 7.0.5, 7.0.20, 8.0.6
|
||||
- nbgv 3.6.139+a9e8765620
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.2
|
||||
- PowerShell 7.4.3
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 11.3.1
|
||||
@@ -509,11 +507,11 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- AzureRM: 2.1.0 (Default), 6.13.1
|
||||
- Azure (Cached): 3.8.0.zip, 4.2.1.zip, 5.1.1.zip
|
||||
- AzureRM (Cached): 3.8.0.zip, 4.2.1.zip, 5.1.1.zip, 6.7.0.zip
|
||||
- AWSPowershell: 4.1.579
|
||||
- AWSPowershell: 4.1.605
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.9
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.19.0
|
||||
- Pester: 3.4.0, 5.5.0
|
||||
- Pester: 3.4.0, 5.6.0
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
- PSWindowsUpdate: 2.2.1.4
|
||||
@@ -526,18 +524,19 @@ All other versions are saved but not installed.
|
||||
```
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 8.0 |
|
||||
| Android SDK Build-tools | 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-34-ext8 (rev 1)<br>android-34-ext11 (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 | 35.0.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.10.2<br>3.18.1<br>3.22.1 |
|
||||
| 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 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 |
|
||||
| Package Name | Version |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 8.0 |
|
||||
| Android Emulator | 34.2.15 |
|
||||
| Android SDK Build-tools | 35.0.0<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-35 (rev 1)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (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 | 35.0.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.10.2<br>3.18.1<br>3.22.1 |
|
||||
| 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 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 |
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -552,9 +551,9 @@ All other versions are saved but not installed.
|
||||
### Cached Docker images
|
||||
| Repository:Tag | Digest | Created |
|
||||
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------- |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019 | sha256:21e238b7a784c14fb02717859a9ac0cb39109c15e1a340400d3e3c2cccbc081d | 2024-04-09 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019 | sha256:504e7de522e227c46da6408894c19a4454b9979ab06b8577dae1fa5885795450 | 2024-04-09 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 | sha256:46e393cbb7c915c504a810639e35f40cb516f8e886e4cbcf8a3b49f86705a070 | 2024-04-09 |
|
||||
| mcr.microsoft.com/windows/nanoserver:1809 | sha256:6f62243adf70b086613cb4b4596c276fe73bab1e5152037eb5b156c915886be8 | 2024-05-10 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2019 | sha256:3c97a5c1c32ddb346c190f00a588da6e682a9a8160869f4969edfd7c6e4d1c03 | 2024-05-10 |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019 | sha256:cf673b802c8ec71356022f4c1b6f68410594479a77fd3923e678969d58af71bc | 2024-06-11 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019 | sha256:b8640b49c21d7730dc75be6869cde9991171664c8dc469517cb2816b1c9632ee | 2024-06-11 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 | sha256:c1b2be17aa0c1a5d9493a306395a6f07141aae8d7897f7ba319183f28719c990 | 2024-06-11 |
|
||||
| mcr.microsoft.com/windows/nanoserver:1809 | sha256:f31fa317b1851ae16ffdb87450e5e51b61e186f898b949cea32d77e1c8b638a3 | 2024-06-07 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2019 | sha256:0d52390e8497ea6238500afbf60054bd731b12818e6440d31fe6ff4e2eefc5ad | 2024-06-07 |
|
||||
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
| Announcements |
|
||||
|-|
|
||||
| [[Windows-2022] Multiple VC Build Tools will be removed on May, 13](https://github.com/actions/runner-images/issues/9701) |
|
||||
| [[Ubuntu, Windows] Docker Compose v1 will be removed from images on July, 9](https://github.com/actions/runner-images/issues/9692) |
|
||||
***
|
||||
# Windows Server 2022
|
||||
- OS Version: 10.0.20348 Build 2461
|
||||
- Image Version: 20240514.3.0
|
||||
- OS Version: 10.0.20348 Build 2529
|
||||
- Image Version: 20240624.1.0
|
||||
|
||||
## Windows features
|
||||
- Windows Subsystem for Linux (WSLv1): Enabled
|
||||
@@ -14,27 +13,27 @@
|
||||
|
||||
### Language and Runtime
|
||||
- Bash 5.2.26(1)-release
|
||||
- Go 1.21.10
|
||||
- Julia 1.10.3
|
||||
- Kotlin 1.9.24
|
||||
- LLVM 16.0.6
|
||||
- Node 18.20.2
|
||||
- Go 1.21.11
|
||||
- Julia 1.10.4
|
||||
- Kotlin 2.0.0
|
||||
- LLVM 18.1.6
|
||||
- Node 18.20.3
|
||||
- Perl 5.32.1
|
||||
- PHP 8.3.7
|
||||
- PHP 8.3.8
|
||||
- Python 3.9.13
|
||||
- Ruby 3.0.7p220
|
||||
|
||||
### Package Management
|
||||
- Chocolatey 2.2.2
|
||||
- Composer 2.7.6
|
||||
- Helm 3.14.4
|
||||
- Miniconda 24.3.0 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.5.0
|
||||
- NuGet 6.9.1.3
|
||||
- pip 24.0 (python 3.9)
|
||||
- Pipx 1.5.0
|
||||
- Chocolatey 2.3.0
|
||||
- Composer 2.7.7
|
||||
- Helm 3.15.1
|
||||
- Miniconda 24.4.0 (pre-installed on the image but not added to PATH)
|
||||
- NPM 10.7.0
|
||||
- NuGet 6.10.0.107
|
||||
- pip 24.1 (python 3.9)
|
||||
- Pipx 1.6.0
|
||||
- RubyGems 3.2.33
|
||||
- Vcpkg (build from commit bd2b54836)
|
||||
- Vcpkg (build from commit c4467cb68)
|
||||
- Yarn 1.22.22
|
||||
|
||||
#### Environment variables
|
||||
@@ -45,42 +44,42 @@
|
||||
|
||||
### Project Management
|
||||
- Ant 1.10.14
|
||||
- Gradle 8.7
|
||||
- Gradle 8.8
|
||||
- Maven 3.8.7
|
||||
- sbt 1.10.0
|
||||
|
||||
### Tools
|
||||
- 7zip 23.01
|
||||
- 7zip 24.07
|
||||
- aria2 1.37.0
|
||||
- azcopy 10.24.0
|
||||
- Bazel 7.1.2
|
||||
- azcopy 10.25.1
|
||||
- Bazel 7.2.0
|
||||
- Bazelisk 1.19.0
|
||||
- Bicep 0.27.1
|
||||
- Bicep 0.28.1
|
||||
- Cabal 3.10.3.0
|
||||
- CMake 3.29.3
|
||||
- CodeQL Action Bundle 2.17.2
|
||||
- Docker 24.0.7
|
||||
- CMake 3.29.6
|
||||
- CodeQL Action Bundle 2.17.5
|
||||
- Docker 26.1.3
|
||||
- Docker Compose v1 1.29.2
|
||||
- Docker Compose v2 2.23.3
|
||||
- Docker-wincred 0.8.1
|
||||
- Docker Compose v2 2.27.1
|
||||
- Docker-wincred 0.8.2
|
||||
- ghc 9.10.1
|
||||
- Git 2.45.1.windows.1
|
||||
- Git 2.45.2.windows.1
|
||||
- Git LFS 3.5.1
|
||||
- ImageMagick 7.1.1-29
|
||||
- InnoSetup 6.2.2
|
||||
- ImageMagick 7.1.1-34
|
||||
- InnoSetup 6.3.1
|
||||
- jq 1.7.1
|
||||
- Kind 0.23.0
|
||||
- Kubectl 1.30.0
|
||||
- Kubectl 1.30.2
|
||||
- Mercurial 5.0
|
||||
- gcc 12.2.0
|
||||
- gdb 11.2
|
||||
- GNU Binutils 2.39
|
||||
- Newman 6.1.2
|
||||
- Newman 6.1.3
|
||||
- NSIS 3.10
|
||||
- OpenSSL 1.1.1w
|
||||
- Packer 1.10.2
|
||||
- Pulumi 3.116.0
|
||||
- R 4.4.0
|
||||
- Packer 1.11.0
|
||||
- Pulumi 3.121.0
|
||||
- R 4.4.1
|
||||
- Service Fabric SDK 9.1.1436.9590
|
||||
- Stack 2.15.7
|
||||
- Subversion (SVN) 1.14.2
|
||||
@@ -92,18 +91,18 @@
|
||||
- zstd 1.5.6
|
||||
|
||||
### CLI Tools
|
||||
- Alibaba Cloud CLI 3.0.205
|
||||
- AWS CLI 2.15.48
|
||||
- AWS SAM CLI 1.116.0
|
||||
- AWS Session Manager CLI 1.2.553.0
|
||||
- Azure CLI 2.60.0
|
||||
- Azure DevOps CLI extension 1.0.0
|
||||
- GitHub CLI 2.49.2
|
||||
- Alibaba Cloud CLI 3.0.208
|
||||
- AWS CLI 2.17.0
|
||||
- AWS SAM CLI 1.119.0
|
||||
- AWS Session Manager CLI 1.2.633.0
|
||||
- Azure CLI 2.61.0
|
||||
- Azure DevOps CLI extension 1.0.1
|
||||
- GitHub CLI 2.52.0
|
||||
|
||||
### Rust Tools
|
||||
- Cargo 1.78.0
|
||||
- Rust 1.78.0
|
||||
- Rustdoc 1.78.0
|
||||
- Cargo 1.79.0
|
||||
- Rust 1.79.0
|
||||
- Rustdoc 1.79.0
|
||||
- Rustup 1.27.1
|
||||
|
||||
#### Packages
|
||||
@@ -111,18 +110,18 @@
|
||||
- cargo-audit 0.20.0
|
||||
- cargo-outdated 0.15.0
|
||||
- cbindgen 0.26.0
|
||||
- Clippy 0.1.78
|
||||
- Clippy 0.1.79
|
||||
- Rustfmt 1.7.0
|
||||
|
||||
### Browsers and Drivers
|
||||
- Google Chrome 124.0.6367.208
|
||||
- Chrome Driver 124.0.6367.207
|
||||
- Microsoft Edge 124.0.2478.97
|
||||
- Microsoft Edge Driver 124.0.2478.97
|
||||
- Mozilla Firefox 126.0
|
||||
- Google Chrome 126.0.6478.127
|
||||
- Chrome Driver 126.0.6478.126
|
||||
- Microsoft Edge 126.0.2592.68
|
||||
- Microsoft Edge Driver 126.0.2592.68
|
||||
- Mozilla Firefox 127.0.1
|
||||
- Gecko Driver 0.34.0
|
||||
- IE Driver 4.14.0.0
|
||||
- Selenium server 4.20.0
|
||||
- Selenium server 4.22.0
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -161,13 +160,13 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Go
|
||||
- 1.20.14
|
||||
- 1.21.10
|
||||
- 1.22.3
|
||||
- 1.21.11
|
||||
- 1.22.4
|
||||
|
||||
#### Node.js
|
||||
- 16.20.2
|
||||
- 18.20.2
|
||||
- 20.13.1
|
||||
- 18.20.3
|
||||
- 20.15.0
|
||||
|
||||
#### Python
|
||||
- 3.7.9
|
||||
@@ -175,7 +174,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 3.9.13
|
||||
- 3.10.11
|
||||
- 3.11.9
|
||||
- 3.12.3
|
||||
- 3.12.4
|
||||
|
||||
#### PyPy
|
||||
- 2.7.18 [PyPy 7.3.16]
|
||||
@@ -186,7 +185,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
|
||||
#### Ruby
|
||||
- 3.0.7
|
||||
- 3.1.5
|
||||
- 3.1.6
|
||||
|
||||
### Databases
|
||||
|
||||
@@ -205,85 +204,85 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
#### MongoDB
|
||||
| Version | ServiceName | ServiceStatus | ServiceStartType |
|
||||
| -------- | ----------- | ------------- | ---------------- |
|
||||
| 5.0.26.0 | MongoDB | Stopped | Disabled |
|
||||
| 5.0.27.0 | MongoDB | Stopped | Disabled |
|
||||
|
||||
### Database tools
|
||||
- Azure CosmosDb Emulator 2.14.16.0
|
||||
- DacFx 162.2.111.2
|
||||
- Azure CosmosDb Emulator 2.14.18.0
|
||||
- DacFx 162.3.566.1
|
||||
- MySQL 8.0.37.0
|
||||
- SQL OLEDB Driver 18.6.7.0
|
||||
- SQL OLEDB Driver 18.7.2.0
|
||||
- SQLPS 1.0
|
||||
|
||||
### Web Servers
|
||||
| Name | Version | ConfigFile | ServiceName | ServiceStatus | ListenPort |
|
||||
| ------ | ------- | ------------------------------------- | ----------- | ------------- | ---------- |
|
||||
| Apache | 2.4.55 | C:\tools\Apache24\conf\httpd.conf | Apache | Stopped | 80 |
|
||||
| Nginx | 1.25.5 | C:\tools\nginx-1.25.5\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
| Nginx | 1.27.0 | C:\tools\nginx-1.27.0\conf\nginx.conf | nginx | Stopped | 80 |
|
||||
|
||||
### Visual Studio Enterprise 2022
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | ------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.9.34902.65 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
| Name | Version | Path |
|
||||
| ----------------------------- | --------------- | -------------------------------------------------------- |
|
||||
| Visual Studio Enterprise 2022 | 17.10.35013.160 | C:\Program Files\Microsoft Visual Studio\2022\Enterprise |
|
||||
|
||||
#### Workloads, components and extensions
|
||||
| Package | Version |
|
||||
| ------------------------------------------------------------------------- | --------------- |
|
||||
| android | 34.0.52.0 |
|
||||
| Component.Android.Emulator.MDD | 17.9.34511.75 |
|
||||
| Component.Android.NDK.R23C | 17.9.34511.75 |
|
||||
| Component.Android.SDK.MAUI | 17.9.34511.75 |
|
||||
| Component.Dotfuscator | 17.9.34511.75 |
|
||||
| Component.HAXM.Private | 17.9.34511.75 |
|
||||
| Component.Linux.CMake | 17.9.34511.75 |
|
||||
| Component.Linux.RemoteFileExplorer | 17.9.34511.75 |
|
||||
| Component.MDD.Android | 17.9.34511.75 |
|
||||
| Component.MDD.Linux | 17.9.34511.75 |
|
||||
| Component.MDD.Linux.GCC.arm | 17.9.34511.75 |
|
||||
| Component.Microsoft.VisualStudio.LiveShare.2022 | 1.0.5898 |
|
||||
| Component.Microsoft.VisualStudio.RazorExtension | 17.9.34511.75 |
|
||||
| android | 34.0.95.0 |
|
||||
| aspire | 8.0.24.25802 |
|
||||
| Component.Android.NDK.R23C | 17.10.34803.213 |
|
||||
| Component.Android.SDK.MAUI | 17.10.34803.213 |
|
||||
| Component.Dotfuscator | 17.10.34803.213 |
|
||||
| Component.Linux.CMake | 17.10.34803.213 |
|
||||
| Component.Linux.RemoteFileExplorer | 17.10.34803.213 |
|
||||
| Component.MDD.Android | 17.10.34803.213 |
|
||||
| Component.MDD.Linux | 17.10.34803.213 |
|
||||
| Component.MDD.Linux.GCC.arm | 17.10.34803.213 |
|
||||
| Component.Microsoft.VisualStudio.LiveShare.2022 | 1.0.5919 |
|
||||
| Component.Microsoft.VisualStudio.RazorExtension | 17.10.34803.213 |
|
||||
| Component.Microsoft.VisualStudio.Tools.Applications.amd64 | 17.0.33617.0 |
|
||||
| Component.Microsoft.VisualStudio.Web.AzureFunctions | 17.9.34511.75 |
|
||||
| Component.Microsoft.Web.LibraryManager | 17.9.34511.75 |
|
||||
| Component.Microsoft.WebTools.BrowserLink.WebLivePreview | 17.9.2.55198 |
|
||||
| Component.Microsoft.VisualStudio.Web.AzureFunctions | 17.10.34803.213 |
|
||||
| Component.Microsoft.Web.LibraryManager | 17.10.34803.213 |
|
||||
| Component.Microsoft.WebTools.BrowserLink.WebLivePreview | 17.10.8.65003 |
|
||||
| Component.Microsoft.Windows.DriverKit | 10.0.22621.0 |
|
||||
| Component.OpenJDK | 17.9.34511.75 |
|
||||
| Component.UnityEngine.x64 | 17.9.34511.75 |
|
||||
| Component.Unreal | 17.9.34511.75 |
|
||||
| Component.Unreal.Android | 17.9.34511.75 |
|
||||
| Component.Unreal.Ide | 17.9.34511.75 |
|
||||
| Component.OpenJDK | 17.10.34803.213 |
|
||||
| Component.UnityEngine.x64 | 17.10.34803.213 |
|
||||
| Component.Unreal | 17.10.34803.213 |
|
||||
| Component.Unreal.Android | 17.10.34803.213 |
|
||||
| Component.Unreal.Ide | 17.10.34803.213 |
|
||||
| Component.VisualStudio.GitHub.Copilot | 0.2.889.30432 |
|
||||
| Component.VSInstallerProjects2022 | 2.0.1 |
|
||||
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
|
||||
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
|
||||
| Component.Xamarin | 17.9.34902.65 |
|
||||
| Component.Xamarin.RemotedSimulator | 17.9.34511.75 |
|
||||
| ios | 17.2.8004.0 |
|
||||
| maccatalyst | 17.2.8004.0 |
|
||||
| maui.blazor | 8.0.7.0 |
|
||||
| maui.core | 8.0.7.0 |
|
||||
| maui.windows | 8.0.7.0 |
|
||||
| Microsoft.Component.Azure.DataLake.Tools | 17.9.34511.75 |
|
||||
| Microsoft.Component.ClickOnce | 17.9.34511.75 |
|
||||
| Microsoft.Component.CodeAnalysis.SDK | 17.9.34511.75 |
|
||||
| Microsoft.Component.MSBuild | 17.9.34511.75 |
|
||||
| Microsoft.Component.NetFX.Native | 17.9.34511.75 |
|
||||
| Microsoft.Component.PythonTools | 17.9.34511.75 |
|
||||
| Microsoft.Component.PythonTools.Web | 17.9.34511.75 |
|
||||
| Microsoft.Component.VC.Runtime.UCRTSDK | 17.9.34511.75 |
|
||||
| Microsoft.ComponentGroup.Blend | 17.9.34511.75 |
|
||||
| Microsoft.ComponentGroup.ClickOnce.Publish | 17.9.34511.75 |
|
||||
| Microsoft.Net.Component.4.5.2.TargetingPack | 17.9.34511.75 |
|
||||
| Microsoft.Net.Component.4.6.2.TargetingPack | 17.9.34511.75 |
|
||||
| Microsoft.Net.Component.4.6.TargetingPack | 17.9.34511.75 |
|
||||
| Microsoft.Net.Component.4.7.1.TargetingPack | 17.9.34511.75 |
|
||||
| Microsoft.Net.Component.4.7.2.TargetingPack | 17.9.34511.75 |
|
||||
| Microsoft.Net.Component.4.7.TargetingPack | 17.9.34511.75 |
|
||||
| Microsoft.Net.Component.4.8.1.SDK | 17.9.34511.75 |
|
||||
| Microsoft.Net.Component.4.8.1.TargetingPack | 17.9.34511.75 |
|
||||
| Microsoft.Net.Component.4.8.SDK | 17.9.34511.75 |
|
||||
| Microsoft.Net.Component.4.8.TargetingPack | 17.9.34511.75 |
|
||||
| Microsoft.Net.ComponentGroup.4.8.DeveloperTools | 17.9.34511.75 |
|
||||
| Microsoft.Net.ComponentGroup.DevelopmentPrerequisites | 17.9.34511.75 |
|
||||
| Microsoft.Net.ComponentGroup.TargetingPacks.Common | 17.9.34511.75 |
|
||||
| Component.Xamarin | 17.10.34824.239 |
|
||||
| Component.Xamarin.RemotedSimulator | 17.10.34803.213 |
|
||||
| ios | 17.2.8053.0 |
|
||||
| maccatalyst | 17.2.8053.0 |
|
||||
| maui.blazor | 8.0.40.0 |
|
||||
| maui.core | 8.0.40.0 |
|
||||
| maui.windows | 8.0.40.0 |
|
||||
| Microsoft.Component.Azure.DataLake.Tools | 17.10.34803.213 |
|
||||
| Microsoft.Component.ClickOnce | 17.10.34803.213 |
|
||||
| Microsoft.Component.CodeAnalysis.SDK | 17.10.34803.213 |
|
||||
| Microsoft.Component.MSBuild | 17.10.34803.213 |
|
||||
| Microsoft.Component.NetFX.Native | 17.10.34803.213 |
|
||||
| Microsoft.Component.PythonTools | 17.10.34803.213 |
|
||||
| Microsoft.Component.PythonTools.Web | 17.10.34803.213 |
|
||||
| Microsoft.Component.VC.Runtime.UCRTSDK | 17.10.34803.213 |
|
||||
| Microsoft.ComponentGroup.Blend | 17.10.34803.213 |
|
||||
| Microsoft.ComponentGroup.ClickOnce.Publish | 17.10.34803.213 |
|
||||
| Microsoft.Net.Component.4.5.2.TargetingPack | 17.10.34803.213 |
|
||||
| Microsoft.Net.Component.4.6.2.TargetingPack | 17.10.34803.213 |
|
||||
| Microsoft.Net.Component.4.6.TargetingPack | 17.10.34803.213 |
|
||||
| Microsoft.Net.Component.4.7.1.TargetingPack | 17.10.34803.213 |
|
||||
| Microsoft.Net.Component.4.7.2.TargetingPack | 17.10.34803.213 |
|
||||
| Microsoft.Net.Component.4.7.TargetingPack | 17.10.34803.213 |
|
||||
| Microsoft.Net.Component.4.8.1.SDK | 17.10.34803.213 |
|
||||
| Microsoft.Net.Component.4.8.1.TargetingPack | 17.10.34803.213 |
|
||||
| Microsoft.Net.Component.4.8.SDK | 17.10.34803.213 |
|
||||
| Microsoft.Net.Component.4.8.TargetingPack | 17.10.34803.213 |
|
||||
| Microsoft.Net.ComponentGroup.4.8.DeveloperTools | 17.10.34803.213 |
|
||||
| Microsoft.Net.ComponentGroup.DevelopmentPrerequisites | 17.10.34803.213 |
|
||||
| Microsoft.Net.ComponentGroup.TargetingPacks.Common | 17.10.34803.213 |
|
||||
| microsoft.net.runtime.android | 8.0.524.21615 |
|
||||
| microsoft.net.runtime.android.aot | 8.0.524.21615 |
|
||||
| microsoft.net.runtime.android.aot.net7 | 8.0.524.21615 |
|
||||
@@ -295,164 +294,165 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
| microsoft.net.runtime.mono.tooling | 8.0.524.21615 |
|
||||
| microsoft.net.runtime.mono.tooling.net7 | 8.0.524.21615 |
|
||||
| microsoft.net.sdk.emscripten | 8.0.10.21103 |
|
||||
| Microsoft.NetCore.Component.DevelopmentTools | 17.9.34511.75 |
|
||||
| Microsoft.NetCore.Component.Runtime.8.0 | 17.9.34902.65 |
|
||||
| Microsoft.NetCore.Component.SDK | 17.9.34902.65 |
|
||||
| Microsoft.NetCore.Component.Web | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.AppInsights.Tools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.AspNet | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.AspNet45 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Azure.AuthoringTools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ClientLibs | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Compute.Emulator | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Powershell | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ResourceManager.Tools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton.BuildTools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.ClassDesigner | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.CodeMap | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Common.Azure.Tools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.CoreEditor | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.CppBuildInsights | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.JustInTime | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.Snapshot | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.DiagnosticTools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.DockerTools | 17.9.34518.88 |
|
||||
| Microsoft.VisualStudio.Component.DotNetModelBuilder | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.DslTools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Embedded | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.EntityFramework | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.FSharp | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.FSharp.Desktop | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.FSharp.WebTemplates | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.GraphDocument | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Graphics | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Graphics.Tools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.HLSL | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.IISExpress | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.IntelliCode | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.JavaScript.Diagnostics | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.JavaScript.TypeScript | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.LinqToSql | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.LiveUnitTesting | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.ManagedDesktop.Core | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Merq | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.MonoDebugger | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.MSODBC.SQL | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Node.Tools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.NuGet | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.NuGet.BuildTools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.PortableLibrary | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Roslyn.Compiler | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Roslyn.LanguageServices | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.SecurityIssueAnalysis | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Sharepoint.Tools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.SQL.CLR | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.SQL.DataSources | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.SQL.SSDT | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.TeamOffice | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.TestTools.CodedUITest | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.TestTools.WebLoadTest | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.TextTemplating | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.TypeScript.TSServer | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Unity | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64EC | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.ASAN | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATLMFC | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.CLI.Support | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.CMake.Project | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.CoreIde | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.DiagnosticTools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Llvm.Clang | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Modules.x86.x64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Redist.14.Latest | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Redist.MSM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64EC.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64EC | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.x86.x64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Vcpkg | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.VSSDK | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Wcf.Tooling | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Web | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.WebDeploy | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK.19041 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK.20348 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.22000 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.22621 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Windows11Sdk.WindowsPerformanceToolkit | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.Workflow | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Component.WslDebugging | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.CloudServices | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.Prerequisites | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.ResourceManager.Tools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.AzureFunctions | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.All | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Android | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Blazor | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.iOS | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.MacCatalyst | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Shared | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Windows | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.Support | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.VC.v142 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.Xamarin | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Web | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Web.CloudTools | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.Azure | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.CoreEditor | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.Data | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.DataScience | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedDesktop | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedGame | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.NativeCrossPlat | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.NativeDesktop | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.NativeGame | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.NativeMobile | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.NetCrossPlat | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.NetWeb | 17.9.34606.255 |
|
||||
| Microsoft.VisualStudio.Workload.Node | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.Office | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.Python | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.Universal | 17.9.34511.75 |
|
||||
| Microsoft.VisualStudio.Workload.VisualStudioExtension | 17.9.34511.75 |
|
||||
| Microsoft.NetCore.Component.DevelopmentTools | 17.10.34803.213 |
|
||||
| Microsoft.NetCore.Component.Runtime.6.0 | 17.10.35013.160 |
|
||||
| Microsoft.NetCore.Component.Runtime.8.0 | 17.10.35013.160 |
|
||||
| Microsoft.NetCore.Component.SDK | 17.10.35013.160 |
|
||||
| Microsoft.NetCore.Component.Web | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.AppInsights.Tools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.AspNet | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.AspNet45 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Azure.AuthoringTools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ClientLibs | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Compute.Emulator | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Powershell | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ResourceManager.Tools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Azure.Waverton.BuildTools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.ClassDesigner | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.CodeMap | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Common.Azure.Tools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.CoreEditor | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.CppBuildInsights | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.JustInTime | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Debugger.Snapshot | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.DiagnosticTools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.DockerTools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.DotNetModelBuilder | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.DslTools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Embedded | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.EntityFramework | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.FSharp | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.FSharp.Desktop | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.FSharp.WebTemplates | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.GraphDocument | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Graphics | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Graphics.Tools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.HLSL | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.IISExpress | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.IntelliCode | 17.10.34817.167 |
|
||||
| Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.JavaScript.Diagnostics | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.JavaScript.TypeScript | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.LinqToSql | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.LiveUnitTesting | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.ManagedDesktop.Core | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Merq | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.MonoDebugger | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.MSODBC.SQL | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Node.Tools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.NuGet | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.NuGet.BuildTools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.PortableLibrary | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Roslyn.Compiler | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Roslyn.LanguageServices | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.SecurityIssueAnalysis | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Sharepoint.Tools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.SQL.CLR | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.SQL.DataSources | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.SQL.SSDT | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.TeamOffice | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.TestTools.CodedUITest | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.TestTools.WebLoadTest | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.TextTemplating | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.TypeScript.TSServer | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Unity | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.UWP.VC.ARM64EC | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.14.29.16.11.ARM64 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.ASAN | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM.Spectre | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM64 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.ARM64.Spectre | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATL.Spectre | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATLMFC | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.CLI.Support | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.CMake.Project | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.CoreIde | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.DiagnosticTools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Llvm.Clang | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM64 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Modules.x86.x64 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Redist.14.Latest | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Redist.MSM | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.ARM64EC.Spectre | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.ARM64EC | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VC.Tools.x86.x64 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Vcpkg | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.VSSDK | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Wcf.Tooling | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Web | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.WebDeploy | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK.19041 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Windows10SDK.20348 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.22000 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Windows11SDK.22621 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Windows11Sdk.WindowsPerformanceToolkit | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.Workflow | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Component.WslDebugging | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.CloudServices | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.Prerequisites | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Azure.ResourceManager.Tools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.AzureFunctions | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.All | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Android | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Blazor | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.iOS | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.MacCatalyst | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Shared | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Maui.Windows | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.UWP.VC.v142 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Web | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.Web.CloudTools | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WindowsAppDevelopment.Prerequisites | 17.10.34818.143 |
|
||||
| Microsoft.VisualStudio.ComponentGroup.WindowsAppSDK.Cs | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.Azure | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.CoreEditor | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.Data | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.DataScience | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedDesktop | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.ManagedGame | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.NativeCrossPlat | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.NativeDesktop | 17.10.35004.147 |
|
||||
| Microsoft.VisualStudio.Workload.NativeGame | 17.10.35004.147 |
|
||||
| Microsoft.VisualStudio.Workload.NativeMobile | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.NetCrossPlat | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.NetWeb | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.Node | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.Office | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.Python | 17.10.34803.213 |
|
||||
| Microsoft.VisualStudio.Workload.Universal | 17.10.35004.147 |
|
||||
| Microsoft.VisualStudio.Workload.VisualStudioExtension | 17.10.34803.213 |
|
||||
| runtimes.ios | 8.0.524.21615 |
|
||||
| runtimes.ios.net7 | 8.0.524.21615 |
|
||||
| runtimes.maccatalyst | 8.0.524.21615 |
|
||||
@@ -472,12 +472,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.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x64 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x86 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.38.33135 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x64 | 14.40.33810 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x64 | 14.40.33810 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x64 | 14.40.33810 |
|
||||
| Microsoft Visual C++ 2022 Additional Runtime | x86 | 14.40.33810 |
|
||||
| Microsoft Visual C++ 2022 Debug Runtime | x86 | 14.40.33810 |
|
||||
| Microsoft Visual C++ 2022 Minimum Runtime | x86 | 14.40.33810 |
|
||||
|
||||
#### Installed Windows SDKs
|
||||
- 10.0.17763.0
|
||||
@@ -487,15 +487,15 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- 10.0.22621.0
|
||||
|
||||
### .NET Core Tools
|
||||
- .NET Core SDK: 6.0.130, 6.0.203, 6.0.321, 6.0.422, 7.0.119, 7.0.203, 7.0.316, 7.0.409, 8.0.205
|
||||
- .NET Core SDK: 6.0.131, 6.0.203, 6.0.321, 6.0.423, 7.0.120, 7.0.203, 7.0.317, 7.0.410, 8.0.302
|
||||
- .NET Framework: 4.8, 4.8.1
|
||||
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.29, 6.0.30, 7.0.5, 7.0.19, 8.0.5
|
||||
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.29, 6.0.30, 7.0.5, 7.0.19, 8.0.5
|
||||
- Microsoft.WindowsDesktop.App: 6.0.5, 6.0.26, 6.0.30, 7.0.5, 7.0.19, 8.0.5
|
||||
- nbgv 3.6.133+2d32d93cb1
|
||||
- Microsoft.AspNetCore.App: 6.0.5, 6.0.26, 6.0.29, 6.0.31, 7.0.5, 7.0.20, 8.0.6
|
||||
- Microsoft.NETCore.App: 6.0.5, 6.0.26, 6.0.29, 6.0.31, 7.0.5, 7.0.20, 8.0.6
|
||||
- Microsoft.WindowsDesktop.App: 6.0.5, 6.0.26, 6.0.31, 7.0.5, 7.0.20, 8.0.6
|
||||
- nbgv 3.6.139+a9e8765620
|
||||
|
||||
### PowerShell Tools
|
||||
- PowerShell 7.4.2
|
||||
- PowerShell 7.4.3
|
||||
|
||||
#### Powershell Modules
|
||||
- Az: 11.3.1
|
||||
@@ -503,11 +503,11 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
|
||||
- AzureRM: 2.1.0 (Default), 6.13.1
|
||||
- Azure (Cached): 3.8.0.zip, 4.2.1.zip, 5.1.1.zip
|
||||
- AzureRM (Cached): 3.8.0.zip, 4.2.1.zip, 5.1.1.zip, 6.7.0.zip
|
||||
- AWSPowershell: 4.1.578
|
||||
- AWSPowershell: 4.1.605
|
||||
- DockerMsftProvider: 1.0.0.8
|
||||
- MarkdownPS: 1.9
|
||||
- MarkdownPS: 1.10
|
||||
- Microsoft.Graph: 2.19.0
|
||||
- Pester: 3.4.0, 5.5.0
|
||||
- Pester: 3.4.0, 5.6.0
|
||||
- PowerShellGet: 1.0.0.1, 2.2.5
|
||||
- PSScriptAnalyzer: 1.22.0
|
||||
- PSWindowsUpdate: 2.2.1.4
|
||||
@@ -520,18 +520,18 @@ All other versions are saved but not installed.
|
||||
```
|
||||
|
||||
### Android
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 8.0 |
|
||||
| Android Emulator | 31.2.9 |
|
||||
| Android SDK Build-tools | 34.0.0<br>33.0.0 33.0.1 33.0.2 33.0.3<br>32.0.0<br>31.0.0 |
|
||||
| Android SDK Platforms | android-34-ext8 (rev 1)<br>android-34-ext11 (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) |
|
||||
| Android SDK Platform-Tools | 35.0.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.18.1<br>3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 |
|
||||
| Package Name | Version |
|
||||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Android Command Line Tools | 8.0 |
|
||||
| Android Emulator | 34.2.15 |
|
||||
| Android SDK Build-tools | 35.0.0<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 |
|
||||
| Android SDK Platforms | android-35 (rev 1)<br>android-34-ext8 (rev 1)<br>android-34-ext12 (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) |
|
||||
| Android SDK Platform-Tools | 35.0.1 |
|
||||
| Android Support Repository | 47.0.0 |
|
||||
| CMake | 3.18.1<br>3.22.1 |
|
||||
| Google Play services | 49 |
|
||||
| Google Repository | 58 |
|
||||
| NDK | 24.0.8215888<br>25.2.9519653<br>26.3.11579264 |
|
||||
|
||||
#### Environment variables
|
||||
| Name | Value |
|
||||
@@ -546,9 +546,9 @@ All other versions are saved but not installed.
|
||||
### Cached Docker images
|
||||
| Repository:Tag | Digest | Created |
|
||||
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------- |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2022 | sha256:9463c19c08f8855d5520f488e858f9c0ca832c04740ab1a3e204c9fbfab4581b | 2024-04-09 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2022 | sha256:b732b5349aa99af46c02c2cc25e162d083cbe62f455875b35d5c3053c1cd75ce | 2024-04-09 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022 | sha256:51c056c03b12aa8004e6d7909e5bdf7b699502d89fc8fc861edbbbcd78cf16bd | 2024-04-09 |
|
||||
| mcr.microsoft.com/windows/nanoserver:ltsc2022 | sha256:ac6a7571d5a404398e2f734d92f9b8f580a4fe1e6ae1820a61c5f138b1bdeff3 | 2024-05-10 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2022 | sha256:45952938708fbde6ec0b5b94de68bcdec3f8c838be018536b1e9e5bd95e6b943 | 2024-05-10 |
|
||||
| mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2022 | sha256:4facc7844cdbbdca6d7e7a1c5f4339e327007727629d849521792eb8daf6c196 | 2024-06-21 |
|
||||
| mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2022 | sha256:50d36436c9de72c01919d26aa4ae23e7aab99fbb90aa428eac91f312367df341 | 2024-06-21 |
|
||||
| mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022 | sha256:190a72ac933d75741d402f38ba3e8791235cd5fa8df851b80f87950e617da93c | 2024-06-21 |
|
||||
| mcr.microsoft.com/windows/nanoserver:ltsc2022 | sha256:31c8aa02d47af7d65c11da9c3a279c8407c32afd3fc6bec2e9a544db8e3715b3 | 2024-06-19 |
|
||||
| mcr.microsoft.com/windows/servercore:ltsc2022 | sha256:92c6ddbf87a6d6696a83f26e3df912983477844e22dd686c3e82bac4cf5b49c2 | 2024-06-19 |
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Install-ChocoPackage awscli
|
||||
Install-Binary `
|
||||
-Url "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/windows/SessionManagerPluginSetup.exe" `
|
||||
-InstallArgs ("/silent", "/install") `
|
||||
-ExpectedSignature "FF457E5732E98A9F156E657F8CC7C4432507C3BB"
|
||||
-ExpectedSignature "75A5FB4D02FCB2AB799718F315BAAA3103E9D60C"
|
||||
$env:Path = $env:Path + ";$env:ProgramFiles\Amazon\SessionManagerPlugin\bin"
|
||||
|
||||
# Install AWS SAM CLI
|
||||
|
||||
@@ -119,6 +119,9 @@ $buildToolsList = Get-AndroidBuildToolPackages `
|
||||
-minVersion $androidToolset.build_tools_min_version
|
||||
Install-AndroidSDKPackages $buildToolsList
|
||||
|
||||
# Install Android Emulator
|
||||
Install-AndroidSDKPackages "emulator"
|
||||
|
||||
# Install extras, add-ons and additional tools
|
||||
Write-Host "Installing Android SDK extras, add-ons and additional tools..."
|
||||
Install-AndroidSDKPackages ($androidToolset.extras | ForEach-Object { "extras;$_" })
|
||||
|
||||
@@ -20,7 +20,7 @@ Expand-7ZipArchive -Path $cloudFoundryArchPath -DestinationPath $cloudFoundryCli
|
||||
Add-MachinePathItem $cloudFoundryCliPath
|
||||
|
||||
# Validate cf signature
|
||||
$cloudFoundrySignatureThumbprint = "4C69EDD13930ED01B83DD1D17B09C434DC1F2177"
|
||||
$cloudFoundrySignatureThumbprint = "2C6B2F1562698503A6E4A25F2DF058E12E23A190"
|
||||
Test-FileSignature -Path "$cloudFoundryCliPath\cf.exe" -ExpectedThumbprint $cloudFoundrySignatureThumbprint
|
||||
|
||||
Invoke-PesterTests -TestFile "CLI.Tools" -TestName "CloudFoundry CLI"
|
||||
|
||||
@@ -17,7 +17,6 @@ Add-MachinePathItem $dockerComposev1Dir
|
||||
Update-Environment
|
||||
|
||||
Write-Host "Install-Package Docker-Compose v2"
|
||||
# Temporaty pinned to v2.23.3 due https://github.com/actions/runner-images/issues/9172
|
||||
$toolsetVersion = (Get-ToolsetContent).docker.components.compose
|
||||
$composeVersion = (Get-GithubReleasesByVersion -Repo "docker/compose" -Version "${toolsetVersion}").version
|
||||
$dockerComposev2Url = "https://github.com/docker/compose/releases/download/v${composeVersion}/docker-compose-windows-x86_64.exe"
|
||||
|
||||
@@ -41,8 +41,6 @@ if ($LASTEXITCODE -ne 0) {
|
||||
|
||||
# Disable GCM machine-wide
|
||||
[Environment]::SetEnvironmentVariable("GCM_INTERACTIVE", "Never", "Machine")
|
||||
# Revert to the old behaviour and avoid the Git LFS problems (https://github.blog/2024-05-14-securing-git-addressing-5-new-vulnerabilities/)
|
||||
[Environment]::SetEnvironmentVariable("GIT_CLONE_PROTECTION_ACTIVE", "false", "Machine")
|
||||
|
||||
# Add to PATH
|
||||
Add-MachinePathItem "C:\Program Files\Git\bin"
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
Install-Binary `
|
||||
-Url 'https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe' `
|
||||
-InstallArgs @("/S", "/allusers", "/noreporting") `
|
||||
-ExpectedSignature '2673EA6CC23BEFFDA49AC715B121544098A1284C'
|
||||
-ExpectedSignature '607A3EDAA64933E94422FC8F0C80388E0590986C'
|
||||
|
||||
Invoke-PesterTests -TestFile "Tools" -TestName "GoogleCloudCLI"
|
||||
|
||||
@@ -11,44 +11,52 @@ $pgPwd = "root"
|
||||
[Environment]::SetEnvironmentVariable("PGUSER", $pgUser, "Machine")
|
||||
[Environment]::SetEnvironmentVariable("PGPASSWORD", $pgPwd, "Machine")
|
||||
|
||||
# Define latest available version to install based on version specified in the toolset
|
||||
$toolsetVersion = (Get-ToolsetContent).postgresql.version
|
||||
$getPostgreReleases = Invoke-WebRequest -Uri "https://git.postgresql.org/gitweb/?p=postgresql.git;a=tags" -UseBasicParsing
|
||||
# Getting all links matched to the pattern (e.g.a=log;h=refs/tags/REL_14)
|
||||
$targetReleases = $getPostgreReleases.Links.href | Where-Object { $_ -match "a=log;h=refs/tags/REL_$toolsetVersion" }
|
||||
[Int32] $outNumber = $null
|
||||
$minorVersions = @()
|
||||
foreach ($release in $targetReleases) {
|
||||
$version = $release.split('/')[-1]
|
||||
# Checking if the latest symbol of the release version is actually a number. If yes, add to $minorVersions array
|
||||
if ([Int32]::TryParse($($version.Split('_')[-1]), [ref] $outNumber)) {
|
||||
$minorVersions += $outNumber
|
||||
if ($null -ne ($toolsetVersion | Select-String -Pattern '\d+\.\d+\.\d+')) {
|
||||
$majorVersion = ([version]$toolsetVersion).Major
|
||||
$minorVersion = ([version]$toolsetVersion).Minor
|
||||
$patchVersion = ([version]$toolsetVersion).Build
|
||||
$installerUrl = "https://get.enterprisedb.com/postgresql/postgresql-$majorVersion.$minorVersion-$patchVersion-windows-x64.exe"
|
||||
} else {
|
||||
# Define latest available version to install based on version specified in the toolset
|
||||
$getPostgreReleases = Invoke-WebRequest -Uri "https://git.postgresql.org/gitweb/?p=postgresql.git;a=tags" -UseBasicParsing
|
||||
# Getting all links matched to the pattern (e.g.a=log;h=refs/tags/REL_14)
|
||||
$targetReleases = $getPostgreReleases.Links.href | Where-Object { $_ -match "a=log;h=refs/tags/REL_$toolsetVersion" }
|
||||
[Int32] $outNumber = $null
|
||||
$minorVersions = @()
|
||||
foreach ($release in $targetReleases) {
|
||||
$version = $release.split('/')[-1]
|
||||
# Checking if the latest symbol of the release version is actually a number. If yes, add to $minorVersions array
|
||||
if ([Int32]::TryParse($($version.Split('_')[-1]), [ref] $outNumber)) {
|
||||
$minorVersions += $outNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
# Sorting and getting the last one
|
||||
$targetMinorVersions = ($minorVersions | Sort-Object)[-1]
|
||||
# Sorting and getting the last one
|
||||
$targetMinorVersions = ($minorVersions | Sort-Object)[-1]
|
||||
|
||||
# Install latest PostgreSQL
|
||||
# In order to get rid of error messages (we know we will have them), force ErrorAction to SilentlyContinue
|
||||
$errorActionOldValue = $ErrorActionPreference
|
||||
$ErrorActionPreference = 'SilentlyContinue'
|
||||
# Starting from number 9 and going down, check if the installer is available. If yes, break the loop.
|
||||
# If an installer with $targetMinorVersions is not to be found, the $targetMinorVersions will be decreased by 1
|
||||
$increment = 9
|
||||
do {
|
||||
$url = "https://get.enterprisedb.com/postgresql/postgresql-$toolsetVersion.$targetMinorVersions-$increment-windows-x64.exe"
|
||||
$checkAccess = [System.Net.WebRequest]::Create($url)
|
||||
$response = $null
|
||||
$response = $checkAccess.GetResponse()
|
||||
if ($response) {
|
||||
$installerUrl = $response.ResponseUri.OriginalString
|
||||
} elseif (!$response -and ($increment -eq 0)) {
|
||||
$increment = 9
|
||||
$targetMinorVersions--
|
||||
} else {
|
||||
$increment--
|
||||
}
|
||||
} while (!$response)
|
||||
# In order to get rid of error messages (we know we will have them), force ErrorAction to SilentlyContinue
|
||||
$errorActionOldValue = $ErrorActionPreference
|
||||
$ErrorActionPreference = 'SilentlyContinue'
|
||||
|
||||
# Install latest PostgreSQL
|
||||
# Starting from number 9 and going down, check if the installer is available. If yes, break the loop.
|
||||
# If an installer with $targetMinorVersions is not to be found, the $targetMinorVersions will be decreased by 1
|
||||
$increment = 9
|
||||
do {
|
||||
$url = "https://get.enterprisedb.com/postgresql/postgresql-$toolsetVersion.$targetMinorVersions-$increment-windows-x64.exe"
|
||||
$checkAccess = [System.Net.WebRequest]::Create($url)
|
||||
$response = $null
|
||||
$response = $checkAccess.GetResponse()
|
||||
if ($response) {
|
||||
$installerUrl = $response.ResponseUri.OriginalString
|
||||
} elseif (!$response -and ($increment -eq 0)) {
|
||||
$increment = 9
|
||||
$targetMinorVersions--
|
||||
} else {
|
||||
$increment--
|
||||
}
|
||||
} while (!$response)
|
||||
}
|
||||
|
||||
# Return the previous value of ErrorAction and invoke Install-Binary function
|
||||
$ErrorActionPreference = $errorActionOldValue
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
################################################################################
|
||||
## File: Install-TortoiseSvn.ps1
|
||||
## Desc: Install TortoiseSvn
|
||||
################################################################################
|
||||
|
||||
Install-ChocoPackage tortoisesvn
|
||||
@@ -72,8 +72,8 @@ Describe "PostgreSQL" {
|
||||
}
|
||||
|
||||
Context "PostgreSQL version" {
|
||||
It "PostgreSQL version should correspond to the version in the toolset" {
|
||||
$toolsetVersion = (Get-ToolsetContent).postgresql.version
|
||||
It "PostgreSQL version should correspond to the Major version in the toolset" {
|
||||
$toolsetVersion = (Get-ToolsetContent).postgresql.version.Split(".")[0]
|
||||
# Client version
|
||||
(& $env:PGBIN\psql --version).split()[-1] | Should -BeLike "$toolsetVersion*"
|
||||
# Server version
|
||||
|
||||
@@ -22,8 +22,4 @@ Describe "Git" {
|
||||
It "GCM_INTERACTIVE environment variable should be equal Never" {
|
||||
$env:GCM_INTERACTIVE | Should -BeExactly Never
|
||||
}
|
||||
|
||||
It "GIT_CLONE_PROTECTION_ACTIVE environment variable should be equal false" {
|
||||
$env:GIT_CLONE_PROTECTION_ACTIVE | Should -BeExactly false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -285,7 +285,8 @@ build {
|
||||
"${path.root}/../scripts/build/Install-DockerCompose.ps1",
|
||||
"${path.root}/../scripts/build/Install-PowershellCore.ps1",
|
||||
"${path.root}/../scripts/build/Install-WebPlatformInstaller.ps1",
|
||||
"${path.root}/../scripts/build/Install-Runner.ps1"
|
||||
"${path.root}/../scripts/build/Install-Runner.ps1",
|
||||
"${path.root}/../scripts/build/Install-TortoiseSvn.ps1"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -275,7 +275,8 @@ build {
|
||||
"${path.root}/../scripts/build/Install-DockerCompose.ps1",
|
||||
"${path.root}/../scripts/build/Install-PowershellCore.ps1",
|
||||
"${path.root}/../scripts/build/Install-WebPlatformInstaller.ps1",
|
||||
"${path.root}/../scripts/build/Install-Runner.ps1"
|
||||
"${path.root}/../scripts/build/Install-Runner.ps1",
|
||||
"${path.root}/../scripts/build/Install-TortoiseSvn.ps1"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -250,7 +250,7 @@
|
||||
"subversion" : "16",
|
||||
"edition" : "Enterprise",
|
||||
"channel": "release",
|
||||
"signature": "C2048FB509F1C37A8C3E9EC6648118458AA01780",
|
||||
"signature": "F9A7CF9FBE13BAC767F4781061332DA6E8B4E0EE",
|
||||
"workloads": [
|
||||
"Component.Dotfuscator",
|
||||
"Component.Linux.CMake",
|
||||
@@ -268,7 +268,6 @@
|
||||
"Microsoft.VisualStudio.Component.AspNet45",
|
||||
"Microsoft.VisualStudio.Component.Azure.Kubernetes.Tools",
|
||||
"Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools",
|
||||
"Microsoft.VisualStudio.Component.Azure.Storage.AzCopy",
|
||||
"Microsoft.VisualStudio.Component.Debugger.JustInTime",
|
||||
"Microsoft.VisualStudio.Component.DslTools",
|
||||
"Microsoft.VisualStudio.Component.EntityFramework",
|
||||
@@ -369,9 +368,9 @@
|
||||
"mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019"
|
||||
],
|
||||
"components": {
|
||||
"docker": "24.0.7",
|
||||
"compose": "2.23.3"
|
||||
}
|
||||
"docker": "26.1.3",
|
||||
"compose": "2.27.1"
|
||||
}
|
||||
},
|
||||
"pipx": [
|
||||
{
|
||||
@@ -434,7 +433,6 @@
|
||||
"args": [ "--version", "5.32.1.1" ]
|
||||
},
|
||||
{ "name": "pulumi" },
|
||||
{ "name": "tortoisesvn" },
|
||||
{ "name": "swig" },
|
||||
{ "name": "vswhere" },
|
||||
{
|
||||
@@ -469,10 +467,10 @@
|
||||
"version": "8.3"
|
||||
},
|
||||
"llvm": {
|
||||
"version": "16"
|
||||
"version": "18"
|
||||
},
|
||||
"postgresql": {
|
||||
"version": "14",
|
||||
"version": "14.12.1",
|
||||
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9"
|
||||
},
|
||||
"kotlin": {
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
"11.3.1"
|
||||
],
|
||||
"zip_versions": [
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -278,8 +278,8 @@
|
||||
"mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022"
|
||||
],
|
||||
"components": {
|
||||
"docker": "24.0.7",
|
||||
"compose": "2.23.3"
|
||||
"docker": "26.1.3",
|
||||
"compose": "2.27.1"
|
||||
}
|
||||
},
|
||||
"pipx": [
|
||||
@@ -335,7 +335,6 @@
|
||||
"args": [ "--version", "5.32.1.1" ]
|
||||
},
|
||||
{ "name": "pulumi" },
|
||||
{ "name": "tortoisesvn" },
|
||||
{ "name": "swig" },
|
||||
{ "name": "vswhere" },
|
||||
{
|
||||
@@ -367,13 +366,13 @@
|
||||
"version": "3.10"
|
||||
},
|
||||
"llvm": {
|
||||
"version": "16"
|
||||
"version": "18"
|
||||
},
|
||||
"php": {
|
||||
"version": "8.3"
|
||||
},
|
||||
"postgresql": {
|
||||
"version": "14",
|
||||
"version": "14.12.1",
|
||||
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9"
|
||||
},
|
||||
"kotlin": {
|
||||
|
||||
Reference in New Issue
Block a user