Skip to content

Commit 0c0a5e1

Browse files
authored
docs: update changelog (#212)
## 📝 Description <!-- Describe your changes in detail --> - Updated docs/docs/getting-started/changelog.md: new macos-xcode16 image was released - Updated docs/docs/reference/os-apple.md: because macos-xcode16 image was released ## ✅ Checklist - [ ] I have tested this change - [ ] This change requires documentation update
1 parent 73e0f58 commit 0c0a5e1

File tree

2 files changed

+45
-17
lines changed

2 files changed

+45
-17
lines changed

docs/docs/getting-started/changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,34 @@ This page is updated on a weekly basis.
1010

1111
### Week of April 7 2025
1212

13+
**(Improved) macos-xcode16 (apple silicon) image update**
14+
15+
**(New)** Packages:
16+
17+
- xcbeautify
18+
19+
**(Updated)** Updated packages:
20+
21+
- brew 4.3.23 -> 4.4.28
22+
- cocoapods 1.15.2 -> 1.16.2
23+
- fastlane 2.226.0 -> 2.227.0
24+
- flutter 3.24.3 -> 3.29.2
25+
- macOS 14.5 -> 15.4
26+
- node v18.20.1 -> v22.14.0
27+
- nvm 0.40.1 -> 0.40.2
28+
- pip3 24.2 -> 25.0
29+
- postgres 14.13 -> 14.17
30+
- python3 3.12.6 -> 3.13.2
31+
- ruby system 3.3.2 -> 3.4.2
32+
- ruby rbenv 3.3.5 -> 3.2.8
33+
- Simulator iOS 18.2 -> 18.4
34+
- Simulator tvOS 18.2 -> 18.4
35+
- Simulator watchOS 11.2 -> 11.4
36+
- Simulator visionOS 2.2 -> 2.4
37+
- Xcode 16.2 -> 16.3
38+
39+
To learn more about this image, check our [macOS Xcode 16](https://docs.semaphoreci.com/reference/os-apple#mac-16)
40+
1341
**(Improved) Ubuntu 20.04 image update**
1442

1543
**(New)** Packages:

docs/docs/reference/os-apple.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ agent:
4747

4848
System version:
4949

50-
- ProductVersion: 14.5
51-
- BuildVersion: 23F79
52-
- Kernel Version: Darwin 23.5.0
50+
- ProductVersion: 15.4
51+
- BuildVersion: 24E248
52+
- Kernel Version: Darwin 24.4.0
5353

5454
### Version control
5555

@@ -92,15 +92,15 @@ Installed versions:
9292

9393
- 16 (default)
9494

95-
The default installed Xcode version is `16.2`.
95+
The default installed Xcode version is `16.3`.
9696

9797
Xcode 16.2 has the following SDKs preinstalled:
9898

99-
- iOS 18.2
100-
- macOS 15.0
101-
- tvOS 18.2
102-
- watchOS 11.2
103-
- visionOS 2.2
99+
- iOS 18.4
100+
- macOS 15.4
101+
- tvOS 18.4
102+
- watchOS 11.4
103+
- visionOS 2.4
104104

105105
</div>
106106

@@ -111,7 +111,7 @@ Xcode 16.2 has the following SDKs preinstalled:
111111

112112
Installed version:
113113

114-
- Node.js: v18.20.1
114+
- Node.js: v22.14.1
115115
- Yarn: 1.22.22
116116

117117
</div>
@@ -123,11 +123,11 @@ Installed version:
123123

124124
Installed version:
125125

126-
- 3.12.44
126+
- 3.13.2
127127

128128
Supporting libraries:
129129

130-
- pip3: 24
130+
- pip3: 25
131131

132132
</div>
133133
</details>
@@ -138,13 +138,13 @@ Supporting libraries:
138138

139139
Installed versions:
140140

141-
- 3.3.2 (system)
142-
- 3.3.5
141+
- 3.4.2 (system)
142+
- 3.2.8
143143

144144
Following gems are pre-installed:
145145

146-
- fastlane (2.221.1)
147-
- cocoapods (1.15.2)
146+
- fastlane (2.227.0)
147+
- cocoapods (1.16.2)
148148

149149
</div>
150150
</details>
@@ -162,7 +162,7 @@ Following gems are pre-installed:
162162
<summary>Flutter</summary>
163163
<div>
164164

165-
- 3.24.3
165+
- 3.29.2
166166

167167
</div>
168168
</details>

0 commit comments

Comments
 (0)