Skip to content

Commit 17eb99b

Browse files
authored
chore: update Pub/Sub emulator to 0.8.33 (#10676)
### Description Updates the downloadable Pub/Sub emulator to version 0.8.33. ### Scenarios Tested - Run unit tests in src/emulator/downloadableEmulators.spec.ts. - Verified starting the Pub/Sub emulator: firebase emulators:start --only pubsub successfully downloads and starts version 0.8.33.
1 parent b4027fd commit 17eb99b

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Updated Pub/Sub emulator to version 0.8.33.

src/emulator/downloadableEmulatorInfo.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
}
4545
},
4646
"pubsub": {
47-
"version": "0.8.32",
48-
"expectedSize": 52942305,
49-
"expectedChecksum": "b47a3698985bff5f6aedec04fad9354e",
50-
"expectedChecksumSHA256": "476d6492718210837f13e64b5b9f54335469381827bad25eda62e36572e47a82",
51-
"remoteUrl": "https://storage.googleapis.com/firebase-preview-drop/emulator/pubsub-emulator-0.8.32.zip",
52-
"downloadPathRelativeToCacheDir": "pubsub-emulator-0.8.32.zip",
53-
"binaryPathRelativeToCacheDir": "pubsub-emulator-0.8.32/pubsub-emulator/bin/cloud-pubsub-emulator"
47+
"version": "0.8.33",
48+
"expectedSize": 52948835,
49+
"expectedChecksum": "7dc33e0c8bb37948228e49a18375d53b",
50+
"expectedChecksumSHA256": "93768f8763d85c37f7f6e0f64d10195abaa088f4ff559b7d9fb8a2fc5520848d",
51+
"remoteUrl": "https://storage.googleapis.com/firebase-preview-drop/emulator/pubsub-emulator-0.8.33.zip",
52+
"downloadPathRelativeToCacheDir": "pubsub-emulator-0.8.33.zip",
53+
"binaryPathRelativeToCacheDir": "pubsub-emulator-0.8.33/pubsub-emulator/bin/cloud-pubsub-emulator"
5454
},
5555
"dataconnect": {
5656
"darwin": {

0 commit comments

Comments
 (0)