Skip to content

Commit e4d3f43

Browse files
authored
Merge branch 'main' into ivaylo-bosh-reviewer
2 parents f9ddf78 + f76f8ba commit e4d3f43

File tree

7 files changed

+57
-17
lines changed

7 files changed

+57
-17
lines changed

orgs/branchprotection.yml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ branch-protection:
261261
protect: false
262262
capi-env-pool:
263263
protect: false
264+
cf-openapi:
265+
protect: false
264266

265267
# CLI
266268
CLAW:
@@ -751,6 +753,23 @@ branch-protection:
751753
require_code_owner_reviews: true
752754
required_approving_review_count: 1
753755

756+
bosh-io-stemcells-cpi-index:
757+
allow_deletions: false
758+
allow_disabled_policies: true
759+
allow_force_pushes: false
760+
enforce_admins: false
761+
include:
762+
- ^main$
763+
- ^v[0-9]*$
764+
protect: true
765+
required_pull_request_reviews:
766+
bypass_pull_request_allowances:
767+
teams:
768+
- wg-foundational-infrastructure-bots
769+
dismiss_stale_reviews: true
770+
require_code_owner_reviews: true
771+
required_approving_review_count: 1
772+
754773
homebrew-tap:
755774
allow_deletions: false
756775
allow_disabled_policies: true
@@ -1011,7 +1030,7 @@ branch-protection:
10111030
require_code_owner_reviews: true
10121031
required_approving_review_count: 1
10131032

1014-
crecredhub-acceptance-tests:
1033+
credhub-acceptance-tests:
10151034
allow_deletions: false
10161035
allow_disabled_policies: true
10171036
allow_force_pushes: false
@@ -1078,3 +1097,20 @@ branch-protection:
10781097
dismiss_stale_reviews: true
10791098
require_code_owner_reviews: true
10801099
required_approving_review_count: 1
1100+
1101+
jumpbox-deployment:
1102+
allow_deletions: false
1103+
allow_disabled_policies: true
1104+
allow_force_pushes: false
1105+
enforce_admins: false
1106+
include:
1107+
- ^master$
1108+
- ^v[0-9]*$
1109+
protect: true
1110+
required_pull_request_reviews:
1111+
bypass_pull_request_allowances:
1112+
teams:
1113+
- wg-foundational-infrastructure-bots
1114+
dismiss_stale_reviews: true
1115+
require_code_owner_reviews: true
1116+
required_approving_review_count: 1

orgs/contributors.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ orgs:
7777
- hibell
7878
- hsinn0
7979
- iaftab-alam
80-
- ifindlay-cci
8180
- ikasarov
8281
- iprotsiuk
8382
- itsouvalas

orgs/orgs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,13 +561,15 @@ orgs:
561561
has_projects: true
562562
cert-injector:
563563
has_projects: true
564+
archived: true
564565
certauthority:
565566
allow_merge_commit: false
566567
default_branch: main
567568
has_projects: true
568569
certsplitter:
569570
has_issues: false
570571
has_projects: true
572+
archived: true
571573
cf-acceptance-tests:
572574
default_branch: develop
573575
description: CF Acceptance tests
@@ -1128,6 +1130,7 @@ orgs:
11281130
diff-exporter:
11291131
default_branch: main
11301132
has_projects: true
1133+
archived: true
11311134
disaster-recovery-acceptance-tests:
11321135
default_branch: main
11331136
description: Acceptance tests for disaster recovery of Cloud Foundry
@@ -1478,6 +1481,7 @@ orgs:
14781481
description: A Garden image plugin for Windows
14791482
has_projects: true
14801483
has_wiki: false
1484+
archived: true
14811485
grootfs:
14821486
description: Garden root file system
14831487
has_projects: true
@@ -2520,6 +2524,7 @@ orgs:
25202524
to the OCI specification
25212525
has_projects: true
25222526
has_wiki: false
2527+
archived: true
25232528
winc-release:
25242529
default_branch: develop
25252530
description: A BOSH release for deploying winc on windows

toc/ADMIN.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,14 @@ areas:
8181
github: dlresende
8282
- name: George Blue
8383
github: blgm
84-
- name: Iain Findlay
85-
github: ifindlay-cci
8684
- name: Konstantin Kiess
8785
github: nouseforaname
8886
- name: Konstantin Semenov
8987
github: jhvhs
9088
- name: Long Nguyen
9189
github: lnguyen
9290
- name: Rajan Agaskar
93-
github: ragaskar
91+
github: ragaskar
9492
bots:
9593
- name: CF CLI Eng
9694
github: cf-cli-eng

toc/rfc/rfc-0043-cc-blobstore-storage-cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Bosh faced similar issues, as it is also written in Ruby and interacts with blob
2727
- https://github.com/cloudfoundry/bosh-s3cli
2828
- https://github.com/cloudfoundry/bosh-gcscli
2929
- https://github.com/cloudfoundry/bosh-ali-storage-cli
30+
- https://github.com/cloudfoundry/bosh-davcli
3031

3132
These storage CLIs are implemented in Go and use the respective provider golang SDKs that are well supported for the foreseeable future.
3233

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ areas:
112112
- cloudfoundry/buildpackapplifecycle
113113
- cloudfoundry/bytefmt
114114
- cloudfoundry/cacheddownloader
115-
- cloudfoundry/certsplitter
116115
- cloudfoundry/cfdot
117116
- cloudfoundry/cfhttp
118117
- cloudfoundry/clock
@@ -171,9 +170,7 @@ areas:
171170
- name: Alexander Lais
172171
github: peanball
173172
repositories:
174-
- cloudfoundry/cert-injector
175173
- cloudfoundry/commandrunner
176-
- cloudfoundry/diff-exporter
177174
- cloudfoundry/dontpanic
178175
- cloudfoundry/envoy-nginx-release
179176
- cloudfoundry/filelock
@@ -182,7 +179,6 @@ areas:
182179
- cloudfoundry/garden-performance-acceptance-tests
183180
- cloudfoundry/garden-runc-release
184181
- cloudfoundry/groot
185-
- cloudfoundry/groot-windows
186182
- cloudfoundry/grootfs
187183
- cloudfoundry/guardian
188184
- cloudfoundry/hwc
@@ -191,7 +187,6 @@ areas:
191187
- cloudfoundry/netplugin-shim
192188
- cloudfoundry/test-log-emitter
193189
- cloudfoundry/test-log-emitter-release
194-
- cloudfoundry/winc
195190
- cloudfoundry/winc-release
196191
- cloudfoundry/windows-tools-release
197192
- cloudfoundry/windows2016fs

toc/working-groups/foundational-infrastructure.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ areas:
124124
github: ragaskar
125125
- name: Rajath Agasthya
126126
github: rajathagasthya
127+
- name: Julian Hjortshoj
128+
github: julian-hj
127129
- name: Ming Xiao
128130
github: mingxiao
129131
repositories:
@@ -278,6 +280,8 @@ areas:
278280
github: nader-ziada
279281
- name: Rajath Agasthya
280282
github: rajathagasthya
283+
- name: Julian Hjortshoj
284+
github: julian-hj
281285
- name: Ming Xiao
282286
github: mingxiao
283287
- name: Benjamin Guttmann
@@ -289,14 +293,14 @@ areas:
289293
reviewers:
290294
- name: Sascha Stojanovic
291295
github: Sascha-Stoj
292-
- name: Julian Hjortshoj
293-
github: julian-hj
294296
- name: Nishad Mathur
295297
github: alphasite
296298
- name: Clay Kauzlaric
297299
github: KauzClay
298300
- name: Ivaylo Ivanov
299301
github: ivaylogi98
302+
- name: Ned Petrov
303+
github: neddp
300304
repositories:
301305
- cloudfoundry/concourse-infra-for-fiwg
302306
- cloudfoundry/bosh-stemcells-ci
@@ -334,6 +338,8 @@ areas:
334338
github: nader-ziada
335339
- name: Rajath Agasthya
336340
github: rajathagasthya
341+
- name: Julian Hjortshoj
342+
github: julian-hj
337343
- name: Ming Xiao
338344
github: mingxiao
339345
- name: Benjamin Guttmann
@@ -345,8 +351,6 @@ areas:
345351
github: bgandon
346352
- name: Sascha Stojanovic
347353
github: Sascha-Stoj
348-
- name: Julian Hjortshoj
349-
github: julian-hj
350354
- name: Nishad Mathur
351355
github: alphasite
352356
- name: Alexander Lais
@@ -355,6 +359,8 @@ areas:
355359
github: KauzClay
356360
- name: Ivaylo Ivanov
357361
github: ivaylogi98
362+
- name: Ned Petrov
363+
github: neddp
358364
repositories:
359365
- cloudfoundry/bbl-state-resource
360366
- cloudfoundry/bosh
@@ -372,7 +378,6 @@ areas:
372378
- cloudfoundry/bosh-cpi-certification
373379
- cloudfoundry/bosh-cpi-go
374380
- cloudfoundry/bosh-cpi-ruby
375-
- cloudfoundry/bosh-davcli
376381
- cloudfoundry/bosh-deployment
377382
- cloudfoundry/bosh-deployment-resource
378383
- cloudfoundry/bosh-dns-aliases-release
@@ -480,6 +485,8 @@ areas:
480485
github: nader-ziada
481486
- name: Rajath Agasthya
482487
github: rajathagasthya
488+
- name: Julian Hjortshoj
489+
github: julian-hj
483490
- name: Ming Xiao
484491
github: mingxiao
485492
- name: Benjamin Guttmann
@@ -517,8 +524,6 @@ areas:
517524
github: bgandon
518525
- name: Sascha Stojanovic
519526
github: Sascha-Stoj
520-
- name: Julian Hjortshoj
521-
github: julian-hj
522527
- name: Nishad Mathur
523528
github: alphasite
524529
- name: Alexander Lais
@@ -538,6 +543,7 @@ areas:
538543
repositories:
539544
- cloudfoundry/bosh-ali-storage-cli
540545
- cloudfoundry/bosh-azure-storage-cli
546+
- cloudfoundry/bosh-davcli
541547
- cloudfoundry/bosh-gcscli
542548
- cloudfoundry/bosh-s3cli
543549

0 commit comments

Comments
 (0)