Skip to content

Commit 79f697b

Browse files
arthur791004matticbot
authored andcommitted
PCG: increase rollout to 20% (#49649)
Bump the Plugin Conflicts Guardian default rollout percentage from 10% to 20%. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/27674203489 Upstream-Ref: Automattic/jetpack@88c95fb
1 parent 9f9226a commit 79f697b

4 files changed

Lines changed: 40 additions & 39 deletions

File tree

jetpack_vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ This is an alpha version! The changes listed here are not final.
8282
- Plugin Conflicts Guardian: follow up to 5 redirects on the probe loopback so canonical http→https and force_ssl_admin scheme bounces stop returning "Too many redirects".
8383
- Plugin Conflicts Guardian: include `blog_id` in logstash events so multisite / Atomic / Simple rows carry site attribution, matching the verbum-comments and wpcom-blocks precedent.
8484
- Plugin Conflicts Guardian: increase rollout to 10%.
85+
- Plugin Conflicts Guardian: increase rollout to 20%.
8586
- Plugin Conflicts Guardian: load the feature again in jetpack-mu-wpcom. The PCG rollout default is 0%, so the guards stay off until a rollout filter opts a site in.
8687
- Plugin Conflicts Guardian: pcg_guard_activation now defaults to true, enabling the activation probe and install/update parse-error gate by default.
8788
- Plugin Conflicts Guardian: pcg_guard_updates now defaults to true, enabling the post-update health check and rollback flow by default.

jetpack_vendor/automattic/jetpack-mu-wpcom/src/features/plugin-conflicts-guardian/class-pcg-rollout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class PCG_Rollout {
1212

13-
const DEFAULT_PERCENTAGE = 10;
13+
const DEFAULT_PERCENTAGE = 20;
1414

1515
/**
1616
* Priority 100 leaves room for emergency overrides at higher priorities.

jetpack_vendor/i18n-map.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
),
6363
'jetpack-mu-wpcom' => array(
6464
'path' => 'jetpack_vendor/automattic/jetpack-mu-wpcom',
65-
'ver' => '6.11.0-alpha1781676409',
65+
'ver' => '6.11.0-alpha1781682797',
6666
),
6767
'jetpack-password-checker' => array(
6868
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',

vendor/composer/installed.php

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'automattic/block-delimiter' => array(
1414
'pretty_version' => '0.3.8',
1515
'version' => '0.3.8.0',
16-
'reference' => 'dc2a97d776c653a060427e995cd70cac537473de',
16+
'reference' => '6f4f1400ad1fd5ae93396c5d56a8cfabe4d17550',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/block-delimiter',
1919
'aliases' => array(),
@@ -22,7 +22,7 @@
2222
'automattic/jetpack-a8c-mc-stats' => array(
2323
'pretty_version' => '3.0.10',
2424
'version' => '3.0.10.0',
25-
'reference' => 'a0c634196e0721eef9ce839b4fbebc711bba5575',
25+
'reference' => '29b9eb256ab40ea32d5e7d1279764cb72bf20908',
2626
'type' => 'jetpack-library',
2727
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats',
2828
'aliases' => array(),
@@ -31,7 +31,7 @@
3131
'automattic/jetpack-admin-ui' => array(
3232
'pretty_version' => '0.9.3',
3333
'version' => '0.9.3.0',
34-
'reference' => '67bf8f4a63fb20c0915df302681d6017794d4718',
34+
'reference' => 'b9dc8d0d1ae6f8d2d8a4cdad453e1e5277627fc6',
3535
'type' => 'jetpack-library',
3636
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui',
3737
'aliases' => array(),
@@ -40,7 +40,7 @@
4040
'automattic/jetpack-agents-manager' => array(
4141
'pretty_version' => '0.5.0',
4242
'version' => '0.5.0.0',
43-
'reference' => '9150e9e278416d30e864015b94ff4f172a602b07',
43+
'reference' => 'e65c54041df7dddb6f8061c5fbd515ce3b6be266',
4444
'type' => 'jetpack-library',
4545
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-agents-manager',
4646
'aliases' => array(),
@@ -49,7 +49,7 @@
4949
'automattic/jetpack-assets' => array(
5050
'pretty_version' => '4.3.44',
5151
'version' => '4.3.44.0',
52-
'reference' => '76efa4e85cccbde9b6097419a2acd8012382d8c9',
52+
'reference' => 'acb4fc6de01e549087aea948cc0907e3c3fc6083',
5353
'type' => 'jetpack-library',
5454
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
5555
'aliases' => array(),
@@ -58,7 +58,7 @@
5858
'automattic/jetpack-blaze' => array(
5959
'pretty_version' => '0.27.23-alpha.1781567390',
6060
'version' => '0.27.23.0-alpha1781567390',
61-
'reference' => '99e31dba53562d22858fae333d253559ad361d4b',
61+
'reference' => '2c39c4a730b60c952521f63a0d6f58b7cbdd8523',
6262
'type' => 'jetpack-library',
6363
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blaze',
6464
'aliases' => array(),
@@ -67,7 +67,7 @@
6767
'automattic/jetpack-blocks' => array(
6868
'pretty_version' => '3.3.5',
6969
'version' => '3.3.5.0',
70-
'reference' => '1c41a80a8954f27c8fe8a8e20d13d6724773e8b2',
70+
'reference' => '0fe2fc4289533973af1dbedd293a2162fe00c314',
7171
'type' => 'jetpack-library',
7272
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blocks',
7373
'aliases' => array(),
@@ -76,7 +76,7 @@
7676
'automattic/jetpack-classic-theme-helper' => array(
7777
'pretty_version' => '0.14.32-alpha.1781567390',
7878
'version' => '0.14.32.0-alpha1781567390',
79-
'reference' => '4c5c058c49522395e01d8918ff5954aeb397a659',
79+
'reference' => '88f5b4c4a0f8070a7d195770d629c898a0b18030',
8080
'type' => 'jetpack-library',
8181
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-classic-theme-helper',
8282
'aliases' => array(),
@@ -85,7 +85,7 @@
8585
'automattic/jetpack-compat' => array(
8686
'pretty_version' => '4.0.4',
8787
'version' => '4.0.4.0',
88-
'reference' => '22ef5e806bc034b00156daf0f7d5ee489d6fa3fc',
88+
'reference' => '19a0f528ff41b4315f98707db33f44ec9751b83d',
8989
'type' => 'jetpack-library',
9090
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-compat',
9191
'aliases' => array(),
@@ -94,7 +94,7 @@
9494
'automattic/jetpack-composer-plugin' => array(
9595
'pretty_version' => '4.0.8',
9696
'version' => '4.0.8.0',
97-
'reference' => '275742ca7e23308d9c04226da8a126be48481345',
97+
'reference' => '1b16daa1ee9e3a328320d27a99e1a18e9d6492ad',
9898
'type' => 'composer-plugin',
9999
'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin',
100100
'aliases' => array(),
@@ -103,7 +103,7 @@
103103
'automattic/jetpack-connection' => array(
104104
'pretty_version' => '8.7.1-alpha.1781619594',
105105
'version' => '8.7.1.0-alpha1781619594',
106-
'reference' => 'f2fc3a53426cb2f2e75604bd016e7ea02eba4b19',
106+
'reference' => '8f051bc5b469f82744b2c8608636d06d63e65213',
107107
'type' => 'jetpack-library',
108108
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection',
109109
'aliases' => array(),
@@ -112,7 +112,7 @@
112112
'automattic/jetpack-constants' => array(
113113
'pretty_version' => '3.0.12',
114114
'version' => '3.0.12.0',
115-
'reference' => 'b0dd564e5df1832085fe95fc6f704df724542179',
115+
'reference' => '104b61c2156dcd2490f013162d61b5627726daa8',
116116
'type' => 'jetpack-library',
117117
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants',
118118
'aliases' => array(),
@@ -121,7 +121,7 @@
121121
'automattic/jetpack-device-detection' => array(
122122
'pretty_version' => '3.4.5',
123123
'version' => '3.4.5.0',
124-
'reference' => 'b83fd8592409de7df3fbf0a86aa78b1a2aa8c953',
124+
'reference' => '6e24cad2948f4da7caa56cccdc4840a899e17aed',
125125
'type' => 'jetpack-library',
126126
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection',
127127
'aliases' => array(),
@@ -130,7 +130,7 @@
130130
'automattic/jetpack-explat' => array(
131131
'pretty_version' => '0.4.30-alpha.1781554849',
132132
'version' => '0.4.30.0-alpha1781554849',
133-
'reference' => 'b2249072a56f0b3743ccbe4358c2047a05c3a2b6',
133+
'reference' => '32c77399486eef324f4bd6dc0b4de7d3ef208471',
134134
'type' => 'jetpack-library',
135135
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat',
136136
'aliases' => array(),
@@ -139,7 +139,7 @@
139139
'automattic/jetpack-google-analytics' => array(
140140
'pretty_version' => '0.3.5-alpha.1780671753',
141141
'version' => '0.3.5.0-alpha1780671753',
142-
'reference' => '9deedd27f4732d8b84916cc9c1a6ba320580df40',
142+
'reference' => '4a4a4e55dcde3248ed7d2d211df32e58e0b555b1',
143143
'type' => 'jetpack-library',
144144
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-google-analytics',
145145
'aliases' => array(),
@@ -148,7 +148,7 @@
148148
'automattic/jetpack-image-cdn' => array(
149149
'pretty_version' => '0.7.29',
150150
'version' => '0.7.29.0',
151-
'reference' => 'a1ec23a5210d398ca5ab9d1462be11d17addf9c7',
151+
'reference' => 'b3e572957feeaacf333e54da420b3c417a49e9ee',
152152
'type' => 'jetpack-library',
153153
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-image-cdn',
154154
'aliases' => array(),
@@ -157,7 +157,7 @@
157157
'automattic/jetpack-ip' => array(
158158
'pretty_version' => '0.4.14',
159159
'version' => '0.4.14.0',
160-
'reference' => '8d22b7ac4033310763b2cd947f87ef38a0d431a9',
160+
'reference' => '1462e84300911e5445daf9ab08b380646d5f51cc',
161161
'type' => 'jetpack-library',
162162
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip',
163163
'aliases' => array(),
@@ -166,7 +166,7 @@
166166
'automattic/jetpack-jitm' => array(
167167
'pretty_version' => '4.3.41-alpha.1781567893',
168168
'version' => '4.3.41.0-alpha1781567893',
169-
'reference' => '890abb09a0e9d4fc1e430f646f23e906e92c399f',
169+
'reference' => 'c974911d81e01ac69b179e13de79bca5d850b866',
170170
'type' => 'jetpack-library',
171171
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm',
172172
'aliases' => array(),
@@ -175,7 +175,7 @@
175175
'automattic/jetpack-logo' => array(
176176
'pretty_version' => '3.0.9',
177177
'version' => '3.0.9.0',
178-
'reference' => '9e4c40e6b5eef68fd6189441677a71da3e7e94ca',
178+
'reference' => '4eb344b8429db0cca5e0ec589ec7790aebeb893f',
179179
'type' => 'jetpack-library',
180180
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo',
181181
'aliases' => array(),
@@ -184,16 +184,16 @@
184184
'automattic/jetpack-masterbar' => array(
185185
'pretty_version' => '0.27.29-alpha.1781567390',
186186
'version' => '0.27.29.0-alpha1781567390',
187-
'reference' => '070083aa2c311ab08cf743b45e934b855e1680a8',
187+
'reference' => '8a55d253e93cbcdad5d89039641d2df0fa49441d',
188188
'type' => 'jetpack-library',
189189
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-masterbar',
190190
'aliases' => array(),
191191
'dev_requirement' => false,
192192
),
193193
'automattic/jetpack-mu-wpcom' => array(
194-
'pretty_version' => '6.11.0-alpha.1781676409',
195-
'version' => '6.11.0.0-alpha1781676409',
196-
'reference' => '3bdedff631bf941638b9dfe7ad8a67f1d22ce542',
194+
'pretty_version' => '6.11.0-alpha.1781682797',
195+
'version' => '6.11.0.0-alpha1781682797',
196+
'reference' => '08a2a7355fcd3427e57fafc26d0564195ab0f84b',
197197
'type' => 'jetpack-library',
198198
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-mu-wpcom',
199199
'aliases' => array(),
@@ -211,7 +211,7 @@
211211
'automattic/jetpack-password-checker' => array(
212212
'pretty_version' => '0.4.14',
213213
'version' => '0.4.14.0',
214-
'reference' => '42b2250827e36e3e6e94b969e3bb85feceeee204',
214+
'reference' => '372dd7c1bd90a97fe6008726ac53a465e8da567d',
215215
'type' => 'jetpack-library',
216216
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker',
217217
'aliases' => array(),
@@ -220,7 +220,7 @@
220220
'automattic/jetpack-plans' => array(
221221
'pretty_version' => '0.11.9',
222222
'version' => '0.11.9.0',
223-
'reference' => '31f4f26a29557e289f2af0b29ec38a9ab5699c43',
223+
'reference' => '2dbaad44458ebfb6dff04210459e8314cfb45078',
224224
'type' => 'library',
225225
'install_path' => __DIR__ . '/../automattic/jetpack-plans',
226226
'aliases' => array(),
@@ -229,7 +229,7 @@
229229
'automattic/jetpack-podcast' => array(
230230
'pretty_version' => '1.1.0-alpha.1781645789',
231231
'version' => '1.1.0.0-alpha1781645789',
232-
'reference' => '4c28a92a0d36bb1c085b581eb8ae50828865aacf',
232+
'reference' => 'a5dbb1465e01fd753b331bc226e86d90b8fd40c9',
233233
'type' => 'jetpack-library',
234234
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-podcast',
235235
'aliases' => array(),
@@ -238,7 +238,7 @@
238238
'automattic/jetpack-post-media' => array(
239239
'pretty_version' => '0.1.6',
240240
'version' => '0.1.6.0',
241-
'reference' => '6abfe9e12225e1eb6ef31fd6d17235c4f5bab3e8',
241+
'reference' => '48420955e0e9e16b7546cd63af2d1e12f4152877',
242242
'type' => 'jetpack-library',
243243
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-post-media',
244244
'aliases' => array(),
@@ -247,7 +247,7 @@
247247
'automattic/jetpack-redirect' => array(
248248
'pretty_version' => '3.0.15',
249249
'version' => '3.0.15.0',
250-
'reference' => '569e432749a68403416994fb6231b5f254df65ca',
250+
'reference' => '276bb5ad46d446c3d174ec30e7a9903b6324b37c',
251251
'type' => 'jetpack-library',
252252
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect',
253253
'aliases' => array(),
@@ -256,7 +256,7 @@
256256
'automattic/jetpack-roles' => array(
257257
'pretty_version' => '3.0.12',
258258
'version' => '3.0.12.0',
259-
'reference' => 'd647ae639359a81b9d58e4570a83a177d4a47201',
259+
'reference' => '9ef56cf539b68f6ccc484cfabe1a6f5acbfdbacf',
260260
'type' => 'jetpack-library',
261261
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles',
262262
'aliases' => array(),
@@ -265,7 +265,7 @@
265265
'automattic/jetpack-rtc' => array(
266266
'pretty_version' => '0.2.0-alpha.1781554849',
267267
'version' => '0.2.0.0-alpha1781554849',
268-
'reference' => '2c4a75f453a3330fdc9b07794786ef705c64d2c8',
268+
'reference' => '7626a6557a9bab5045295053690989ff05972a9a',
269269
'type' => 'jetpack-library',
270270
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-rtc',
271271
'aliases' => array(),
@@ -274,7 +274,7 @@
274274
'automattic/jetpack-stats' => array(
275275
'pretty_version' => '0.19.6',
276276
'version' => '0.19.6.0',
277-
'reference' => '92c5882f4292fc72bc4ca0bc0d42778ad376dc61',
277+
'reference' => 'dd9688c8a97ed818f267aba0e249f2ecc92684e6',
278278
'type' => 'jetpack-library',
279279
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats',
280280
'aliases' => array(),
@@ -283,7 +283,7 @@
283283
'automattic/jetpack-stats-admin' => array(
284284
'pretty_version' => '0.31.6',
285285
'version' => '0.31.6.0',
286-
'reference' => 'a33b6ba928d35a23a08db0c9055eb41f59c23f30',
286+
'reference' => 'a4bcfb16823202b1480c395f6c116ac96c0949b2',
287287
'type' => 'jetpack-library',
288288
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats-admin',
289289
'aliases' => array(),
@@ -292,7 +292,7 @@
292292
'automattic/jetpack-status' => array(
293293
'pretty_version' => '6.1.8',
294294
'version' => '6.1.8.0',
295-
'reference' => '5d44dc2a50b180e013ea2222b5c441a7034c0dad',
295+
'reference' => '223df10048061710a06d5b66a1a431192fb20e3d',
296296
'type' => 'jetpack-library',
297297
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status',
298298
'aliases' => array(),
@@ -301,7 +301,7 @@
301301
'automattic/jetpack-sync' => array(
302302
'pretty_version' => '4.43.1-alpha.1781530122',
303303
'version' => '4.43.1.0-alpha1781530122',
304-
'reference' => 'd1b809a15fcde8b3a4bdf1a1d1bd2c53d32e2deb',
304+
'reference' => '304e901cf7f3d22d483e2db3c331e560354e0dba',
305305
'type' => 'jetpack-library',
306306
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync',
307307
'aliases' => array(),
@@ -310,7 +310,7 @@
310310
'automattic/jetpack-wp-abilities' => array(
311311
'pretty_version' => '0.1.5',
312312
'version' => '0.1.5.0',
313-
'reference' => 'f8212833c6c210051750edaae92b2387eea5459c',
313+
'reference' => '299831b463c66578a0de46c848050feb8f9d4d56',
314314
'type' => 'jetpack-library',
315315
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wp-abilities',
316316
'aliases' => array(),
@@ -319,7 +319,7 @@
319319
'automattic/jetpack-wp-build-polyfills' => array(
320320
'pretty_version' => '0.1.15-alpha.1781554849',
321321
'version' => '0.1.15.0-alpha1781554849',
322-
'reference' => '67057907488e7f6148f9aa84f2893975c978898b',
322+
'reference' => 'b6138a7ba5a9177a48720129e10cc6aa5c42aa5e',
323323
'type' => 'jetpack-library',
324324
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wp-build-polyfills',
325325
'aliases' => array(),
@@ -328,7 +328,7 @@
328328
'automattic/scheduled-updates' => array(
329329
'pretty_version' => '0.14.7-alpha.1781111196',
330330
'version' => '0.14.7.0-alpha1781111196',
331-
'reference' => 'bfc04788a00dc0eb71ede20380edc8c066fc37af',
331+
'reference' => '449216ca14fc2038c4367f4bcf5e52ec05e401be',
332332
'type' => 'jetpack-library',
333333
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/scheduled-updates',
334334
'aliases' => array(),

0 commit comments

Comments
 (0)