Skip to content

Commit 8d1fc73

Browse files
github-actions[bot]459680Actions service account
authored
Updating readme file for win22 version 20231002.1.0 (#8444)
Co-authored-by: Image generation service account <no-reply@microsoft.com> Co-authored-by: Actions service account <no-reply@github.com>
1 parent 2ffd260 commit 8d1fc73

File tree

1 file changed

+29
-26
lines changed

1 file changed

+29
-26
lines changed

images/win/Windows2022-Readme.md

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
| Announcements |
22
|-|
3+
| [[All OS] Android NDK r23 will be removed from images on October 9](https://github.com/actions/runner-images/issues/8383) |
34
| [[All OS] hub utility will be removed on October 2](https://github.com/actions/runner-images/issues/8362) |
45
***
56
# Windows Server 2022
67
- OS Version: 10.0.20348 Build 1970
7-
- Image Version: 20230924.1.0
8+
- Image Version: 20231002.1.0
89

910
## Windows features
1011
- Windows Subsystem for Linux (WSLv1): Enabled
@@ -19,21 +20,21 @@
1920
- LLVM 16.0.6
2021
- Node 18.18.0
2122
- Perl 5.32.1
22-
- PHP 8.2.10
23+
- PHP 8.2.11
2324
- Python 3.9.13
2425
- Ruby 3.0.6p216
2526

2627
### Package Management
2728
- Chocolatey 2.2.2
28-
- Composer 2.6.3
29+
- Composer 2.6.4
2930
- Helm 3.12.3
3031
- Miniconda 23.5.2 (pre-installed on the image but not added to PATH)
3132
- NPM 9.8.1
3233
- NuGet 6.7.0.127
3334
- pip 23.2.1 (python 3.9)
3435
- Pipx 1.2.0
3536
- RubyGems 3.2.33
36-
- Vcpkg (build from commit 5a38b5ec0)
37+
- Vcpkg (build from commit c6d6efed3)
3738
- Yarn 1.22.19
3839

3940
#### Environment variables
@@ -51,35 +52,37 @@
5152
### Tools
5253
- 7zip 23.01
5354
- aria2 1.36.0
54-
- azcopy 10.20.1
55+
- azcopy 10.21.0
5556
- Bazel 6.3.2
5657
- Bazelisk 1.18.0
5758
- Bicep 0.21.1
5859
- Cabal 3.10.1.0
5960
- CMake 3.27.6
60-
- CodeQL Action Bundles 2.14.4 2.14.5
61+
- CodeQL Action Bundles 2.14.5 2.14.6
6162
- Docker 24.0.6
6263
- Docker Compose v1 1.29.2
6364
- Docker Compose v2 2.22.0
6465
- Docker-wincred 0.8.0
65-
- ghc 9.6.2
66+
- ghc 9.6.3
6667
- Git 2.42.0.windows.2
6768
- Git LFS 3.4.0
68-
- ImageMagick 7.1.1-18
69+
- ImageMagick 7.1.1-19
6970
- InnoSetup 6.2.2
7071
- jq 1.7-dirty
7172
- Kind 0.20.0
7273
- Kubectl 1.28.2
7374
- Mercurial 5.0
74-
- Mingw-w64 12.2.0
75+
- gcc 12.2.0
76+
- gdb 11.2
77+
- GNU Binutils 2.39
7578
- Newman 6.0.0
7679
- NSIS 3.08
77-
- OpenSSL 1.1.1v
80+
- OpenSSL 1.1.1w
7881
- Packer 1.9.4
79-
- Pulumi 3.85.0
82+
- Pulumi 3.86.0
8083
- R 4.3.1
8184
- Service Fabric SDK 9.1.1436.9590
82-
- Stack 2.11.1
85+
- Stack 2.13.1
8386
- Subversion (SVN) 1.14.2
8487
- Swig 4.1.1
8588
- VSWhere 3.1.7
@@ -93,10 +96,9 @@
9396
- AWS CLI 2.13.20
9497
- AWS SAM CLI 1.97.0
9598
- AWS Session Manager CLI 1.2.497.0
96-
- Azure CLI 2.52.0
99+
- Azure CLI 2.53.0
97100
- Azure DevOps CLI extension 0.26.0
98101
- GitHub CLI 2.35.0
99-
- Hub CLI 2.14.2
100102

101103
### Rust Tools
102104
- Cargo 1.72.1
@@ -106,21 +108,21 @@
106108

107109
#### Packages
108110
- bindgen 0.68.1
109-
- cargo-audit 0.18.1
111+
- cargo-audit 0.18.2
110112
- cargo-outdated 0.13.1
111113
- cbindgen 0.26.0
112114
- Clippy 0.1.72
113115
- Rustfmt 1.6.0
114116

115117
### Browsers and Drivers
116-
- Google Chrome 117.0.5938.92
118+
- Google Chrome 117.0.5938.132
117119
- Chrome Driver 117.0.5938.92
118-
- Microsoft Edge 117.0.2045.36
119-
- Microsoft Edge Driver 117.0.2045.41
120-
- Mozilla Firefox 117.0.1
120+
- Microsoft Edge 117.0.2045.47
121+
- Microsoft Edge Driver 117.0.2045.47
122+
- Mozilla Firefox 118.0.1
121123
- Gecko Driver 0.33.0
122124
- IE Driver 4.11.0.0
123-
- Selenium server 4.12.0
125+
- Selenium server 4.13.0
124126

125127
#### Environment variables
126128
| Name | Value |
@@ -165,6 +167,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
165167
- 14.21.3
166168
- 16.20.2
167169
- 18.18.0
170+
- 20.8.0
168171

169172
#### Python
170173
- 3.7.9
@@ -174,11 +177,11 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
174177
- 3.11.5
175178

176179
#### PyPy
177-
- 2.7.18 [PyPy 7.3.12]
180+
- 2.7.18 [PyPy 7.3.13]
178181
- 3.7.13 [PyPy 7.3.9]
179182
- 3.8.16 [PyPy 7.3.11]
180-
- 3.9.17 [PyPy 7.3.12]
181-
- 3.10.12 [PyPy 7.3.12]
183+
- 3.9.18 [PyPy 7.3.13]
184+
- 3.10.13 [PyPy 7.3.13]
182185

183186
#### Ruby
184187
- 2.7.8
@@ -249,7 +252,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
249252
| Component.Unreal | 17.7.33905.399 |
250253
| Component.Unreal.Android | 17.7.33905.399 |
251254
| Component.Unreal.Ide | 17.7.33913.275 |
252-
| Component.VSInstallerProjects2022 | 2.0.0 |
255+
| Component.VSInstallerProjects2022 | 2.0.1 |
253256
| Component.WixToolset.VisualStudioExtension.Dev17 | 1.0.0.22 |
254257
| Component.WixToolset.VisualStudioExtension.Schemas3 | 1.0.0.22 |
255258
| Component.Xamarin | 17.7.33905.399 |
@@ -525,7 +528,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
525528
| ProBITools.MicrosoftAnalysisServicesModelingProjects2022 | 3.0.4 |
526529
| ProBITools.MicrosoftReportProjectsforVisualStudio2022 | 3.0.1 |
527530
| SSIS.MicrosoftDataToolsIntegrationServices | 1.2 |
528-
| VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects | 2.0.0 |
531+
| VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects | 2.0.1 |
529532
| Windows Driver Kit | 10.1.22621.382 |
530533
| Windows Driver Kit Visual Studio Extension | 10.0.22621.0 |
531534
| Windows Software Development Kit | 10.1.22621.1778 |
@@ -568,7 +571,7 @@ Note: MSYS2 is pre-installed on image but not added to PATH.
568571
- Az (Cached): 7.5.0.zip
569572
- Azure (Cached): 3.8.0.zip, 4.2.1.zip, 5.1.1.zip
570573
- AzureRM (Cached): 3.8.0.zip, 4.2.1.zip, 5.1.1.zip, 6.7.0.zip
571-
- AWSPowershell: 4.1.420
574+
- AWSPowershell: 4.1.424
572575
- DockerMsftProvider: 1.0.0.8
573576
- MarkdownPS: 1.9
574577
- Microsoft.Graph: 2.6.1

0 commit comments

Comments
 (0)