mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-27 03:59:01 +00:00
Merge pull request #313 from liubin/publish-elections-2022-10-result
elections: add the 2022-11 elections results
This commit is contained in:
commit
db2f299c10
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -2,11 +2,7 @@ on: ["pull_request"]
|
||||
name: Static checks
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.13.x, 1.14.x, 1.15.x]
|
||||
os: [ubuntu-18.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GO111MODULE: off
|
||||
TRAVIS: "true"
|
||||
@ -17,7 +13,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
go-version: 1.19.3
|
||||
- name: Setup GOPATH
|
||||
run: |
|
||||
gopath_org=$(go env GOPATH)/src/github.com/kata-containers/
|
||||
|
@ -87,9 +87,9 @@ The Architecture Committee is responsible for architectural decisions, including
|
||||
The current Architecture Committee members are:
|
||||
|
||||
- `Eric Ernst` ([`egernst`](https://github.com/egernst)), [Apple](https://apple.com/).
|
||||
- `Samuel Ortiz` ([`sameo`](https://github.com/sameo)), [Apple](https://apple.com/).
|
||||
- `Archana Shinde` ([`amshinde`](https://github.com/amshinde)), [Intel](https://www.intel.com).
|
||||
- `Peng Tao` ([`bergwolf`](https://github.com/bergwolf)), [Ant Financial](https://www.antfin.com/index.htm?locale=en_US).
|
||||
- `Samuel Ortiz` ([`sameo`](https://github.com/sameo)), [`Rivos Inc`](https://www.rivosinc.com/).
|
||||
- `Gerry Liu` ([`jiangliu`](https://github.com/jiangliu)), [`Alibaba Cloud`](https://www.alibabacloud.com/).
|
||||
- `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).
|
||||
|
||||
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.
|
||||
|
@ -1,2 +1,20 @@
|
||||
# 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`!
|
||||
|
Loading…
Reference in New Issue
Block a user