Skip to content

Commit b20b63b

Browse files
Merge branch 'cloudfoundry:main' into main
2 parents 79a856c + a8a93a7 commit b20b63b

11 files changed

+344
-77
lines changed

.github/workflows/remove-individual-access.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
path: community
16+
- name: Install yq
17+
run: sudo wget https://oauth2:${{ secrets.GITHUB_TOKEN }}@github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq -q && sudo chmod +x /usr/bin/yq
1618
- name: Remove individual access to repos
1719
env:
1820
GH_TOKEN: ${{ secrets.GH_TOKEN }}

orgs/branchprotection.yml

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,3 +359,194 @@ branch-protection:
359359
bypass_pull_request_allowances:
360360
teams: ["wg-foundational-infrastructure-bots"]
361361
include: [ "^main$" ]
362+
363+
# Service Management Repos to skip branch protection on
364+
csb-brokerpak-aws:
365+
protect: true
366+
enforce_admins: false
367+
required_linear_history: true
368+
allow_force_pushes: false
369+
allow_deletions: false
370+
allow_disabled_policies: true # needed to allow branches w/o branch protection
371+
required_status_checks:
372+
strict: true
373+
contexts:
374+
- "EasyCLA"
375+
required_pull_request_reviews:
376+
dismiss_stale_reviews: false
377+
require_code_owner_reviews: false
378+
required_approving_review_count: 1
379+
bypass_pull_request_allowances:
380+
teams: ["wg-service-management-cloud-service-broker-bots"]
381+
include: [ "^main$" ]
382+
383+
csb-brokerpak-gcp:
384+
protect: true
385+
enforce_admins: false
386+
required_linear_history: true
387+
allow_force_pushes: false
388+
allow_deletions: false
389+
allow_disabled_policies: true # needed to allow branches w/o branch protection
390+
required_status_checks:
391+
strict: true
392+
contexts:
393+
- "EasyCLA"
394+
required_pull_request_reviews:
395+
dismiss_stale_reviews: false
396+
require_code_owner_reviews: false
397+
required_approving_review_count: 1
398+
bypass_pull_request_allowances:
399+
teams: ["wg-service-management-cloud-service-broker-bots"]
400+
include: [ "^main$" ]
401+
402+
csb-brokerpak-azure:
403+
protect: true
404+
enforce_admins: false
405+
required_linear_history: true
406+
allow_force_pushes: false
407+
allow_deletions: false
408+
allow_disabled_policies: true # needed to allow branches w/o branch protection
409+
required_status_checks:
410+
strict: true
411+
contexts:
412+
- "EasyCLA"
413+
required_pull_request_reviews:
414+
dismiss_stale_reviews: false
415+
require_code_owner_reviews: false
416+
required_approving_review_count: 1
417+
bypass_pull_request_allowances:
418+
teams: ["wg-service-management-cloud-service-broker-bots"]
419+
include: [ "^main$" ]
420+
421+
jdbctestapp:
422+
protect: true
423+
enforce_admins: false
424+
required_linear_history: true
425+
allow_force_pushes: false
426+
allow_deletions: false
427+
allow_disabled_policies: true # needed to allow branches w/o branch protection
428+
required_status_checks:
429+
strict: true
430+
contexts:
431+
- "EasyCLA"
432+
required_pull_request_reviews:
433+
dismiss_stale_reviews: false
434+
require_code_owner_reviews: false
435+
required_approving_review_count: 1
436+
bypass_pull_request_allowances:
437+
teams: ["wg-service-management-cloud-service-broker-bots"]
438+
include: [ "^main$" ]
439+
440+
upgrade-all-services-cli-plugin:
441+
protect: true
442+
enforce_admins: false
443+
required_linear_history: true
444+
allow_force_pushes: false
445+
allow_deletions: false
446+
allow_disabled_policies: true # needed to allow branches w/o branch protection
447+
required_status_checks:
448+
strict: true
449+
contexts:
450+
- "EasyCLA"
451+
required_pull_request_reviews:
452+
dismiss_stale_reviews: false
453+
require_code_owner_reviews: false
454+
required_approving_review_count: 1
455+
bypass_pull_request_allowances:
456+
teams: ["wg-service-management-cloud-service-broker-bots"]
457+
include: [ "^main$" ]
458+
459+
terraform-provider-csbpg:
460+
protect: true
461+
enforce_admins: false
462+
required_linear_history: true
463+
allow_force_pushes: false
464+
allow_deletions: false
465+
allow_disabled_policies: true # needed to allow branches w/o branch protection
466+
required_status_checks:
467+
strict: true
468+
contexts:
469+
- "EasyCLA"
470+
required_pull_request_reviews:
471+
dismiss_stale_reviews: false
472+
require_code_owner_reviews: false
473+
required_approving_review_count: 1
474+
bypass_pull_request_allowances:
475+
teams: ["wg-service-management-cloud-service-broker-bots"]
476+
include: [ "^main$" ]
477+
478+
terraform-provider-csbmysql:
479+
protect: true
480+
enforce_admins: false
481+
required_linear_history: true
482+
allow_force_pushes: false
483+
allow_deletions: false
484+
allow_disabled_policies: true # needed to allow branches w/o branch protection
485+
required_status_checks:
486+
strict: true
487+
contexts:
488+
- "EasyCLA"
489+
required_pull_request_reviews:
490+
dismiss_stale_reviews: false
491+
require_code_owner_reviews: false
492+
required_approving_review_count: 1
493+
bypass_pull_request_allowances:
494+
teams: ["wg-service-management-cloud-service-broker-bots"]
495+
include: [ "^main$" ]
496+
497+
terraform-provider-csbsqlserver:
498+
protect: true
499+
enforce_admins: false
500+
required_linear_history: true
501+
allow_force_pushes: false
502+
allow_deletions: false
503+
allow_disabled_policies: true # needed to allow branches w/o branch protection
504+
required_status_checks:
505+
strict: true
506+
contexts:
507+
- "EasyCLA"
508+
required_pull_request_reviews:
509+
dismiss_stale_reviews: false
510+
require_code_owner_reviews: false
511+
required_approving_review_count: 1
512+
bypass_pull_request_allowances:
513+
teams: ["wg-service-management-cloud-service-broker-bots"]
514+
include: [ "^main$" ]
515+
516+
brokerapi:
517+
protect: true
518+
enforce_admins: false
519+
required_linear_history: true
520+
allow_force_pushes: false
521+
allow_deletions: false
522+
allow_disabled_policies: true # needed to allow branches w/o branch protection
523+
required_status_checks:
524+
strict: true
525+
contexts:
526+
- "EasyCLA"
527+
required_pull_request_reviews:
528+
dismiss_stale_reviews: false
529+
require_code_owner_reviews: false
530+
required_approving_review_count: 1
531+
bypass_pull_request_allowances:
532+
teams: ["wg-service-management-cloud-service-broker-bots"]
533+
include: [ "^main$" ]
534+
535+
cloud-service-broker:
536+
protect: true
537+
enforce_admins: false
538+
required_linear_history: true
539+
allow_force_pushes: false
540+
allow_deletions: false
541+
allow_disabled_policies: true # needed to allow branches w/o branch protection
542+
required_status_checks:
543+
strict: true
544+
contexts:
545+
- "EasyCLA"
546+
required_pull_request_reviews:
547+
dismiss_stale_reviews: false
548+
require_code_owner_reviews: false
549+
required_approving_review_count: 1
550+
bypass_pull_request_allowances:
551+
teams: ["wg-service-management-cloud-service-broker-bots"]
552+
include: [ "^main$" ]

orgs/contributors.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ orgs:
2222
- Benjamintf1
2323
- beyhan
2424
- bgandon
25+
- Bhuvisha03
2526
- Birdrock
2627
- blgm
2728
- bonzofenix
@@ -69,7 +70,7 @@ orgs:
6970
- genevieve
7071
- geofffranks
7172
- georgethebeatle
72-
- Gerg
73+
- gerg
7374
- gm2552
7475
- Gourab1998
7576
- gururajsh
@@ -125,6 +126,7 @@ orgs:
125126
- nader-ziada
126127
- nand2
127128
- navinms711
129+
- neowulf
128130
- norman-abramovitz
129131
- nouseforaname
130132
- ohkyle
@@ -201,6 +203,7 @@ orgs:
201203
- xtremerui
202204
- Yavor16
203205
- stiv03
206+
- karrgov
204207
- ystros
205208
- ZPascal
206209
- zucchinidev
@@ -213,3 +216,4 @@ orgs:
213216
- dtasSap
214217
- ireneGonzalezRuiz
215218
- praveenkalluri18
219+
- Jobsby

orgs/orgs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@ orgs:
418418
has_projects: false
419419
has_wiki: false
420420
bosh-windows-acceptance-tests:
421+
archived: true
422+
default_branch: windows-2019
421423
has_projects: true
422424
bosh-windows-stemcell-builder:
423425
default_branch: windows-2019

toc/TOC.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ the Cloud Foundry community via an election.
6363

6464
|   | Member | Company | Profile | Term Start | Term End |
6565
| ------------------------------------------------------------ | -----------------------| ----------- | ------------------------------------------------ | ---------- | --------
66-
| <img width="30px" src="https://github.com/ameowlia.png"> | Amelia Downs | VMware | [@ameowlia](https://github.com/ameowlia) | 2023-06-21 | 2025 |
67-
| <img width="30px" src="https://github.com/beyhan.png"> | Beyhan Veli (TOC Chair)| SAP | [@beyhan](https://github.com/beyhan) | 2022-06-22 | 2024 |
68-
| <img width="30px" src="https://github.com/ChrisMcGowan.png"> | Chris McGowan | Cloud.gov | [@ChrisMcGowan](https://github.com/ChrisMcGowan) | 2023-06-21 | 2025 |
69-
| <img width="30px" src="https://github.com/rkoster.png"> | Ruben Koster | VMware | [@rkoster](https://github.com/rkoster) | 2022-06-22 | 2024 |
70-
| <img width="30px" src="https://github.com/stephanme.png"> | Stephan Merker | SAP | [@stephanme](https://github.com/stephanme) | 2023-06-21 | 2025 |
66+
| <img width="30px" src="https://github.com/beyhan.png"> | Beyhan Veli (TOC Chair)| SAP | [@beyhan](https://github.com/beyhan) | 2024-06-21 | 2026 |
67+
| <img width="30px" src="https://github.com/Cweibel.png"> | Chris Weibel | Cloud.gov | [@cweibel](https://github.com/cweibel) | 2025-07-01 | 2027 |
68+
| <img width="30px" src="https://github.com/gerg.png"> | Greg Cobb | VMware | [@gerg](https://github.com/Gerg) | 2025-07-01 | 2027 |
69+
| <img width="30px" src="https://github.com/rkoster.png"> | Ruben Koster | VMware | [@rkoster](https://github.com/rkoster) | 2024-06-21 | 2026 |
70+
| <img width="30px" src="https://github.com/stephanme.png"> | Stephan Merker | SAP | [@stephanme](https://github.com/stephanme) | 2025-07-01 | 2027 |
7171

7272

7373
## Elections
@@ -119,12 +119,12 @@ under the terms of the [Creative Commons Attribution 4.0 License](https://creati
119119
```yaml
120120
name: Technical Oversight Committee
121121
execution_leads:
122-
- name: Amelia Downs
123-
github: ameowlia
124122
- name: Beyhan Veli
125123
github: beyhan
126-
- name: Chris McGowan
127-
github: ChrisMcGowan
124+
- name: Chris Weibel
125+
github: cweibel
126+
- name: Greg Cobb
127+
github: gerg
128128
- name: Ruben Koster
129129
github: rkoster
130130
- name: Stephan Merker

toc/working-groups/app-runtime-deployments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ areas:
4848
reviewers:
4949
- github: oliver-heinrich
5050
name: Oliver Heinrich
51+
- github: Milena-Encheva
52+
name: Milena Encheva
5153
approvers:
5254
- github: davewalter
5355
name: Dave Walter

toc/working-groups/app-runtime-interfaces.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,6 @@ areas:
336336
github: nookala
337337
- name: George Gelashvili
338338
github: pivotalgeorge
339-
bots:
340-
- name: capi-bot
341-
github: capi-bot
342339
repositories:
343340
- cloudfoundry/cloud_controller_ng
344341
- cloudfoundry/capi-release
@@ -414,6 +411,10 @@ areas:
414411
reviewers:
415412
- name: Georg Lokowandt
416413
github: Lokowandtg
414+
- name: Stefan Yonkov
415+
github: s-yonkov-yonkov
416+
- name: Kristian Atanasov
417+
github: theghost5800
417418
approvers:
418419
- name: Daniel Mikusa
419420
github: dmikusa
@@ -476,6 +477,8 @@ areas:
476477
github: MNoeva
477478
- name: Stoyan Ivanov
478479
github: stiv03
480+
- name: Krasimir Kargov
481+
github: karrgov
479482
bots:
480483
- name: MultiApps Bot
481484
github: cf-mta-deploy-bot

toc/working-groups/app-runtime-platform.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ areas:
103103
github: kart2bc
104104
- name: Plamen Bardarov
105105
github: plamen-bardarov
106+
- name: Alexander Lais
107+
github: peanball
106108
repositories:
107109
- cloudfoundry/archiver
108110
- cloudfoundry/auction
@@ -167,6 +169,8 @@ areas:
167169
github: kart2bc
168170
- name: Tim Downey
169171
github: tcdowney
172+
- name: Alexander Lais
173+
github: peanball
170174
repositories:
171175
- cloudfoundry/cert-injector
172176
- cloudfoundry/commandrunner
@@ -212,6 +216,8 @@ areas:
212216
- name: Jovan Kostovski
213217
github: chombium
214218
reviewers:
219+
- name: Pascal Zimmermann
220+
github: ZPascal
215221
- name: Felix Hambrecht
216222
github: fhambrec
217223
- name: Glenn Oppegard
@@ -280,12 +286,10 @@ areas:
280286
github: ebroberson
281287
- name: Carson Long
282288
github: ctlong
283-
- name: Dominik Froehlich
284-
github: domdom82
285289
- name: Geoff Franks
286290
github: geofffranks
287291
- name: Greg Cobb
288-
github: Gerg
292+
github: gerg
289293
- name: Maria Shaldybin
290294
github: mariash
291295
- name: Matthew Kocher

0 commit comments

Comments
 (0)