Skip to content

Commit f4348c2

Browse files
Merge pull request #1868 from bugsnag/release-v6.34.1
Release v6.34.1
2 parents 1f991e9 + 8fb6012 commit f4348c2

File tree

19 files changed

+114
-82
lines changed

19 files changed

+114
-82
lines changed

.buildkite/pipeline.full.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ steps:
2929

3030
##############################################################################
3131
#
32-
# E2E tests
32+
# e2e tests
3333
#
3434

3535
##############################################################################
3636
#
37-
# XcFramework E2E tests
37+
# XcFramework e2e tests
3838
#
3939

40-
- label: ':bitbar: {{matrix}} XcFramework barebone E2E tests'
40+
- label: ':bitbar: {{matrix}} XcFramework barebone e2e tests'
4141
matrix:
4242
- "IOS_17"
4343
- "IOS_13"
@@ -79,7 +79,7 @@ steps:
7979
- exit_status: 103 # Appium session failed
8080
limit: 2
8181

82-
- label: 'macOS 14 XcFramework barebone E2E tests'
82+
- label: 'macOS 14 XcFramework barebone e2e tests'
8383
depends_on:
8484
- xcframework_cocoa_fixture
8585
timeout_in_minutes: 10
@@ -106,7 +106,7 @@ steps:
106106
--repeater-api-key=
107107
--hub-repeater-api-key=
108108

109-
- label: 'macOS 10.13 XcFramework barebone E2E tests'
109+
- label: 'macOS 10.13 XcFramework barebone e2e tests'
110110
depends_on:
111111
- xcframework_cocoa_fixture
112112
timeout_in_minutes: 10
@@ -136,7 +136,7 @@ steps:
136136
#
137137
# BitBar
138138
#
139-
- label: ':bitbar: {{matrix}} E2E tests batch 1'
139+
- label: ':bitbar: {{matrix}} e2e tests batch 1'
140140
matrix:
141141
- "IOS_17"
142142
- "IOS_16"
@@ -181,7 +181,7 @@ steps:
181181
- exit_status: 103 # Appium session failed
182182
limit: 2
183183

184-
- label: ':bitbar: {{matrix}} E2E tests batch 2'
184+
- label: ':bitbar: {{matrix}} e2e tests batch 2'
185185
matrix:
186186
- "IOS_17"
187187
- "IOS_16"
@@ -278,7 +278,7 @@ steps:
278278
#
279279
# macOS e2e tests
280280
#
281-
- label: 'macOS 14 E2E tests'
281+
- label: 'macOS 14 e2e tests'
282282
depends_on:
283283
- cocoa_fixture
284284
timeout_in_minutes: 60
@@ -302,7 +302,7 @@ steps:
302302
--os=macos
303303
--fail-fast
304304

305-
- label: 'macOS 13 E2E tests'
305+
- label: 'macOS 13 e2e tests'
306306
depends_on:
307307
- cocoa_fixture
308308
timeout_in_minutes: 60
@@ -326,7 +326,7 @@ steps:
326326
--os=macos
327327
--fail-fast
328328

329-
- label: 'macOS 12 E2E tests'
329+
- label: 'macOS 12 e2e tests'
330330
depends_on:
331331
- cocoa_fixture
332332
timeout_in_minutes: 60
@@ -350,7 +350,7 @@ steps:
350350
--os=macos
351351
--fail-fast
352352

353-
- label: 'macOS 11 E2E tests'
353+
- label: 'macOS 11 e2e tests'
354354
depends_on:
355355
- cocoa_fixture
356356
timeout_in_minutes: 60
@@ -374,7 +374,7 @@ steps:
374374
--os=macos
375375
--fail-fast
376376

377-
- label: 'macOS 10.15 E2E tests'
377+
- label: 'macOS 10.15 e2e tests'
378378
depends_on:
379379
- cocoa_fixture
380380
timeout_in_minutes: 60
@@ -394,7 +394,7 @@ steps:
394394
--os=macos
395395
--fail-fast
396396

397-
- label: 'macOS 10.14 E2E tests'
397+
- label: 'macOS 10.14 e2e tests'
398398
depends_on:
399399
- cocoa_fixture
400400
timeout_in_minutes: 60
@@ -414,7 +414,7 @@ steps:
414414
--os=macos
415415
--fail-fast
416416

417-
- label: 'macOS 10.13 E2E tests'
417+
- label: 'macOS 10.13 e2e tests'
418418
depends_on:
419419
- cocoa_fixture
420420
timeout_in_minutes: 60

.buildkite/pipeline.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ steps:
6060
# Unit tests
6161
#
6262

63-
- label: ARM macOS 15 unit tests
63+
- label: macOS 15 unit tests
6464
timeout_in_minutes: 10
6565
agents:
6666
queue: macos-15
@@ -69,7 +69,7 @@ steps:
6969
artifact_paths:
7070
- logs/*
7171

72-
- label: ARM macOS 14 unit tests
72+
- label: macOS 14 unit tests
7373
timeout_in_minutes: 10
7474
agents:
7575
queue: macos-14
@@ -78,7 +78,7 @@ steps:
7878
artifact_paths:
7979
- logs/*
8080

81-
- label: ARM macOS 13 unit tests
81+
- label: macOS 13 unit tests
8282
timeout_in_minutes: 10
8383
agents:
8484
queue: macos-13-arm
@@ -87,7 +87,7 @@ steps:
8787
artifact_paths:
8888
- logs/*
8989

90-
- label: ARM macOS 12 unit tests
90+
- label: macOS 12 unit tests
9191
timeout_in_minutes: 10
9292
agents:
9393
queue: macos-12-arm
@@ -249,7 +249,7 @@ steps:
249249
artifact_paths:
250250
- logs/*
251251

252-
- label: 'ARM macOS 15 E2E tests'
252+
- label: 'macOS 15 e2e tests'
253253
depends_on:
254254
- cocoa_fixture
255255
timeout_in_minutes: 120
@@ -273,7 +273,7 @@ steps:
273273
--os=macos
274274
--fail-fast
275275

276-
- label: 'ARM macOS 14 E2E tests'
276+
- label: 'macOS 14 barebones e2e tests'
277277
depends_on:
278278
- cocoa_fixture
279279
timeout_in_minutes: 120
@@ -297,7 +297,7 @@ steps:
297297
--os=macos
298298
--fail-fast
299299

300-
- label: 'ARM macOS 13 barebones E2E tests'
300+
- label: 'macOS 13 barebones e2e tests'
301301
depends_on:
302302
- cocoa_fixture
303303
timeout_in_minutes: 10
@@ -321,7 +321,7 @@ steps:
321321
--os=macos
322322
--fail-fast
323323

324-
- label: 'ARM macOS 12 barebones E2E tests'
324+
- label: 'macOS 12 barebones e2e tests'
325325
depends_on:
326326
- cocoa_fixture
327327
timeout_in_minutes: 10
@@ -370,7 +370,7 @@ steps:
370370
- features/fixtures/macos-stress-test/*.log
371371
- features/fixtures/macos-stress-test/*.crash
372372

373-
- label: 'macOS 11 barebones E2E tests'
373+
- label: 'macOS 11 barebones e2e tests'
374374
depends_on:
375375
- cocoa_fixture
376376
timeout_in_minutes: 10
@@ -394,7 +394,7 @@ steps:
394394
--os=macos
395395
--fail-fast
396396

397-
- label: 'macOS 10.15 barebones E2E tests'
397+
- label: 'macOS 10.15 barebones e2e tests'
398398
depends_on:
399399
- cocoa_fixture
400400
timeout_in_minutes: 10
@@ -414,7 +414,7 @@ steps:
414414
--os=macos
415415
--fail-fast
416416

417-
- label: 'macOS 10.14 barebones E2E tests'
417+
- label: 'macOS 10.14 barebones e2e tests'
418418
depends_on:
419419
- cocoa_fixture
420420
timeout_in_minutes: 10
@@ -434,7 +434,7 @@ steps:
434434
--os=macos
435435
--fail-fast
436436

437-
- label: 'macOS 10.13 barebones E2E tests'
437+
- label: 'macOS 10.13 barebones e2e tests'
438438
depends_on:
439439
- cocoa_fixture
440440
timeout_in_minutes: 10
@@ -456,13 +456,13 @@ steps:
456456

457457
##############################################################################
458458
#
459-
# Full set of E2E tests on one iOS version
459+
# Full set of e2e tests on one iOS version
460460
#
461461

462462
#
463463
# BrowserStack
464464
#
465-
- label: ':browserstack: iOS 18 E2E tests batch 1'
465+
- label: ':browserstack: iOS 18 e2e tests batch 1'
466466
depends_on:
467467
- cocoa_fixture
468468
timeout_in_minutes: 60
@@ -501,7 +501,7 @@ steps:
501501
- exit_status: 103 # Appium session failed
502502
limit: 2
503503

504-
- label: ':browserstack: iOS 18 E2E tests batch 2'
504+
- label: ':browserstack: iOS 18 e2e tests batch 2'
505505
depends_on:
506506
- cocoa_fixture
507507
timeout_in_minutes: 60
@@ -581,7 +581,7 @@ steps:
581581

582582
##############################################################################
583583
#
584-
# Basic build E2E tests - Release Configuration
584+
# Basic build e2e tests - Release Configuration
585585
#
586586

587587
#
@@ -635,7 +635,7 @@ steps:
635635

636636
##############################################################################
637637
#
638-
# Debug configration E2E tests
638+
# Debug configration e2e tests
639639
#
640640

641641
- label: ':browserstack: iOS 18 debug configuration tests'
@@ -715,7 +715,7 @@ steps:
715715
- exit_status: 103 # Appium session failed
716716
limit: 2
717717

718-
- label: 'macOS 15 debug E2E tests'
718+
- label: 'macOS 15 debug e2e tests'
719719
depends_on:
720720
- cocoa_fixture
721721
timeout_in_minutes: 20
@@ -741,7 +741,7 @@ steps:
741741
--os=macos
742742
--fail-fast
743743

744-
- label: 'macOS 10.13 debug E2E tests'
744+
- label: 'macOS 10.13 debug e2e tests'
745745
depends_on:
746746
- cocoa_fixture
747747
timeout_in_minutes: 10

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
40+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
71+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
7272
with:
7373
sarif_file: results.sarif

.jazzy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ author_url: "https://www.bugsnag.com"
22
author: "Bugsnag Inc"
33
clean: false # avoid deleting docs/.git
44
framework_root: "Bugsnag"
5-
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa/tree/v6.34.0/Bugsnag"
5+
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa/tree/v6.34.1/Bugsnag"
66
github_url: "https://github.com/bugsnag/bugsnag-cocoa"
77
hide_documentation_coverage: true
88
module: "Bugsnag"
9-
module_version: "6.34.0"
9+
module_version: "6.34.1"
1010
objc: true
1111
output: "docs"
1212
readme: "README.md"

Bugsnag.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Bugsnag",
3-
"version": "6.34.0",
3+
"version": "6.34.1",
44
"summary": "The Bugsnag crash reporting framework for Apple platforms.",
55
"homepage": "https://bugsnag.com",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
},
1010
"source": {
1111
"git": "https://github.com/bugsnag/bugsnag-cocoa.git",
12-
"tag": "v6.34.0"
12+
"tag": "v6.34.1"
1313
},
1414
"ios": {
1515
"frameworks": [

0 commit comments

Comments
 (0)