Skip to content

Commit e73d3f6

Browse files
Merge branch 'main' into add-oliver-mautschke
2 parents 872005a + e234c0e commit e73d3f6

27 files changed

+651
-4571
lines changed

.github/workflows/org-management-check-prs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ on:
55
- 'org/*'
66
- 'toc/TOC.md'
77
- 'toc/working-groups/*.md'
8-
8+
- '.github/workflows/org-management-check-prs.yml'
99
jobs:
1010
org-config-generation-check:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
steps:
13-
- name: Set up Python ${{ matrix.python-version }}
14-
uses: actions/setup-python@v3
13+
- uses: actions/setup-python@v4
1514
with:
1615
python-version: 3.9
17-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1817
with:
1918
path: community
2019
- name: Generate github org configuration

.github/workflows/org-management-peribolos-dump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
generate-peribolos-dump:
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-latest
88
concurrency:
99
group: peribolos
1010
services:

.github/workflows/org-management.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
peribolos:
16-
runs-on: ubuntu-18.04
16+
runs-on: ubuntu-latest
1717
concurrency:
1818
group: peribolos
1919
services:
@@ -34,8 +34,7 @@ jobs:
3434
key: ghproxy-cache-${{ github.run_number }}
3535
restore-keys: |
3636
ghproxy-cache-
37-
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v3
37+
- uses: actions/setup-python@v4
3938
with:
4039
python-version: 3.9
4140
- uses: actions/checkout@v3

.github/workflows/project-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66

77
jobs:
88
configs:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- id: matrix
1313
run: |
1414
echo "::set-output name=matrix::$(./org/generate_working_group_projects_sync_config.sh)"
@@ -17,7 +17,7 @@ jobs:
1717

1818
sync_projects:
1919
needs: configs
20-
runs-on: ubuntu-18.04
20+
runs-on: ubuntu-latest
2121
container:
2222
image: rkoster/github-multi-repo-project-card-sync
2323

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ toc/elections/2021/private.csv
33
/.secrets
44
.vscode
55
__pycache__
6-
cloudfoundry.out.yml
6+
cloudfoundry.out.yml
7+
/.idea

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,19 @@ Changes to these documents require a vote (or consensus) of the Technical Oversi
2323
* [Principles](toc/PRINCIPLES.md) - (Status: INFORMATIONAL) - Core principles that inform the technical
2424
governance of the Cloud Foundry community
2525

26-
* [Roles](toc/ROLES.md) - (Status: PROPOSED) - Description of the various technical community roles
26+
* [Roles](toc/ROLES.md) - (Status: ACTIVE) - Description of the various technical community roles
2727
and the responsibilities, requirements, privileges and scope of each role
2828

2929
* [Technical Oversight Committee](toc/TOC.md) - (Status: ACTIVE) - Technical governance structure and
3030
process
3131

32-
* [Governance Concept](toc/GOVERNANCE.md) - (Status: INFORMATIONAL) - Informational background on the
33-
thinking behind how the TOC should structure the work of the technical community.
32+
* [Change Plan](toc/CHANGEPLAN.md) - (Status: DONE) - Plan for how to get from the community's current policies and practices to a new desired state
3433

35-
* [Change Plan](toc/CHANGEPLAN.md) - (Status: WORK IN PROGRESS) - Plan for how to get from the community's current policies and practices to a new desired state
34+
The evolution of the Cloud Foundry Technical Community Governance is explained in this [talk](https://youtu.be/OBKsdVpFfyQ).
3635

3736
## Working Groups
3837

39-
(STATUS: WORK IN PROGRESS)
38+
(Status: ACTIVE)
4039

4140
The technical community's activities are structured into working groups by the TOC. For a listing of the
4241
active working groups, see [WORKING-GROUPS.md](toc/working-groups/WORKING-GROUPS.md).

0 commit comments

Comments
 (0)