Skip to content

Commit 4269574

Browse files
authored
docs: Update changelog (#362)
## 📝 Description <!-- Describe your changes in detail --> - Update ChangeLog: `docs/docs/getting-started/changelog.md` - Update macOS image description: `docs/docs/reference/os-apple.md` ## ✅ Checklist - [ ] I have tested this change - [ ] This change requires documentation update
1 parent 157192e commit 4269574

File tree

2 files changed

+67
-13
lines changed

2 files changed

+67
-13
lines changed

docs/docs/getting-started/changelog.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,50 @@ Thank you for using Semaphore!
88
We continuously deploy changes that improve our product for our customers.
99
This page is updated on a weekly basis.
1010

11+
### Week of Jun 9 2025
12+
13+
**(Improved) macos-xcode16 (apple silicon) image update**
14+
15+
**(New)** New packages:
16+
17+
- Xcode 16.4 (default)
18+
- iOS simulator 18.5
19+
20+
**(Updated)** Updated packages:
21+
22+
- Ruby 3.4.3 -> 3.4.4
23+
- Flutter 3.29.3 -> 3.32.1
24+
- Homebrew 4.5.0 -> 4.5.3
25+
- Fastlane 2.227.1 -> 2.227.2
26+
- Postgres 14.17 -> 14.18
27+
28+
**(Removed)** Removed packages:
29+
30+
- Xcode 16.2
31+
- iOS simulator 18.2
32+
33+
To learn more about this image, check our [macOS Xcode 16](https://docs.semaphoreci.com/reference/os-apple#mac-16)
34+
35+
**(Improved) Ubuntu 20.04, 22.04, 24.04 image update**
36+
37+
**(New)** Packages:
38+
39+
- Erlang 28.0
40+
- Elixir 1.18.4
41+
- PHP 8.3.20, 8.3.21, 8.3.22
42+
- Ruby 3.3.8, 3.4.3, 3.4.4
43+
1144
### Week of April 14 2025
1245

13-
**(Improved) macos-xcode16 (apple silicon) image update**
46+
**(Improved) macos-xcode16 (apple silicon) image update**
1447

1548
**(New)** Packages:
1649

1750
- Added iOS simulator 18.2, 18.3.1
1851

1952
### Week of April 7 2025
2053

21-
**(Improved) macos-xcode16 (apple silicon) image update**
54+
**(Improved) macos-xcode16 (apple silicon) image update**
2255

2356
**(New)** Packages:
2457

docs/docs/reference/os-apple.md

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ agent:
4747

4848
System version:
4949

50-
- ProductVersion: 15.4
51-
- BuildVersion: 24E248
50+
- ProductVersion: 15.4.1
51+
- BuildVersion: 24E263
5252
- Kernel Version: Darwin 24.4.0
5353

5454
### Version control
@@ -90,28 +90,49 @@ The following browsers are pre-installed:
9090

9191
Installed versions:
9292

93-
- 16 (default)
93+
- 16.3
94+
- 16.4 (default)
9495

95-
The default installed Xcode version is `16.3`.
96+
The default installed Xcode version is `16.4`.
9697

97-
Xcode 16.2 has the following SDKs preinstalled:
98+
Xcode 16.3 has the following SDKs preinstalled:
9899

99100
- iOS 18.4
100101
- macOS 15.4
101102
- tvOS 18.4
102103
- watchOS 11.4
103104
- visionOS 2.4
104105

106+
Xcode 16.4 has the following SDKs preinstalled:
107+
108+
- iOS 18.5
109+
- macOS 15.5
110+
- tvOS 18.5
111+
- watchOS 11.5
112+
- visionOS 2.5
113+
105114
</div>
115+
</details>
116+
117+
<details>
118+
<summary>iOS</summary>
119+
<div>
120+
121+
Installed standalone iOS simulators runtimes:
122+
123+
- 18.3
124+
- 18.5
106125

126+
</div>
107127
</details>
128+
108129
<details>
109130
<summary>JavaScript and Node.js</summary>
110131
<div>
111132

112133
Installed version:
113134

114-
- Node.js: v22.14.1
135+
- Node.js: v22.14.0
115136
- Yarn: 1.22.22
116137

117138
</div>
@@ -123,11 +144,11 @@ Installed version:
123144

124145
Installed version:
125146

126-
- 3.13.2
147+
- 3.13.3
127148

128149
Supporting libraries:
129150

130-
- pip3: 25
151+
- pip3: 25.1.1
131152

132153
</div>
133154
</details>
@@ -138,12 +159,12 @@ Supporting libraries:
138159

139160
Installed versions:
140161

141-
- 3.4.2 (system)
162+
- 3.4.4 (system)
142163
- 3.2.8
143164

144165
Following gems are pre-installed:
145166

146-
- fastlane (2.227.0)
167+
- fastlane (2.227.2)
147168
- cocoapods (1.16.2)
148169

149170
</div>
@@ -162,7 +183,7 @@ Following gems are pre-installed:
162183
<summary>Flutter</summary>
163184
<div>
164185

165-
- 3.29.2
186+
- 3.32.1
166187

167188
</div>
168189
</details>

0 commit comments

Comments
 (0)