Merge pull request #313 from liubin/publish-elections-2022-10-result

elections: add the 2022-11 elections results
This commit is contained in:
Bin Liu 2022-11-30 20:44:35 +08:00 committed by GitHub
commit db2f299c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 9 deletions

View File

@ -2,11 +2,7 @@ on: ["pull_request"]
name: Static checks name: Static checks
jobs: jobs:
test: test:
strategy: runs-on: ubuntu-latest
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
os: [ubuntu-18.04]
runs-on: ${{ matrix.os }}
env: env:
GO111MODULE: off GO111MODULE: off
TRAVIS: "true" TRAVIS: "true"
@ -17,7 +13,7 @@ jobs:
- name: Install Go - name: Install Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: ${{ matrix.go-version }} go-version: 1.19.3
- name: Setup GOPATH - name: Setup GOPATH
run: | run: |
gopath_org=$(go env GOPATH)/src/github.com/kata-containers/ gopath_org=$(go env GOPATH)/src/github.com/kata-containers/

View File

@ -87,9 +87,9 @@ The Architecture Committee is responsible for architectural decisions, including
The current Architecture Committee members are: The current Architecture Committee members are:
- `Eric Ernst` ([`egernst`](https://github.com/egernst)), [Apple](https://apple.com/). - `Eric Ernst` ([`egernst`](https://github.com/egernst)), [Apple](https://apple.com/).
- `Samuel Ortiz` ([`sameo`](https://github.com/sameo)), [Apple](https://apple.com/). - `Samuel Ortiz` ([`sameo`](https://github.com/sameo)), [`Rivos Inc`](https://www.rivosinc.com/).
- `Archana Shinde` ([`amshinde`](https://github.com/amshinde)), [Intel](https://www.intel.com). - `Gerry Liu` ([`jiangliu`](https://github.com/jiangliu)), [`Alibaba Cloud`](https://www.alibabacloud.com/).
- `Peng Tao` ([`bergwolf`](https://github.com/bergwolf)), [Ant Financial](https://www.antfin.com/index.htm?locale=en_US). - `Peng Tao` ([`bergwolf`](https://github.com/bergwolf)), [Ant Group](https://www.antfin.com/index.htm?locale=en_US).
- `Fabiano Fidêncio` ([`fidencio`](https://github.com/fidencio)), [Intel](https://www.intel.com). - `Fabiano Fidêncio` ([`fidencio`](https://github.com/fidencio)), [Intel](https://www.intel.com).
Architecture Committee elections take place in September (3 seats available) and February (2 seats available). Anyone who has made contributions to the project will be eligible to run, and anyone who has had code merged into the Kata Containers project in the 12 months (a Contributor) before the election will be eligible to vote. There are no term limits, but in order to encourage diversity, no more than 2 of the 5 seats can be filled by any one organization. Architecture Committee elections take place in September (3 seats available) and February (2 seats available). Anyone who has made contributions to the project will be eligible to run, and anyone who has had code merged into the Kata Containers project in the 12 months (a Contributor) before the election will be eligible to vote. There are no term limits, but in order to encourage diversity, no more than 2 of the 5 seats can be filled by any one organization.

View File

@ -1,2 +1,20 @@
# Architecture Committee Election Results: Nov 2022 # Architecture Committee Election Results: Nov 2022
Six nominations were received for the November 2022 elections:
- [`Archana Shinde`](https://github.com/amshinde)
- [`Eric Ernst`](https://github.com/egernst)
- [`Fabiano Fidêncio`](https://github.com/fidencio)
- [`Feng Wang`](https://github.com/fengwang666)
- [`Fupan Li`](https://github.com/lifupan)
- [`Gerry Liu`](https://github.com/jiangliu)
Three seats were available, so elections were held.
The nominees elected to the positions were:
- [`Eric Ernst`](https://github.com/egernst)
- [`Fabiano Fidêncio`](https://github.com/fidencio)
- [`Gerry Liu`](https://github.com/jiangliu)
Congratulations to our new architecture committee members `Gerry` and our continuing member `Eric` and `Fabiano`!