From cc50f491c5fc6176b9dc436f10d1c7515190b37e Mon Sep 17 00:00:00 2001 From: bin liu Date: Wed, 30 Nov 2022 19:37:46 +0800 Subject: [PATCH 1/2] workflow: update golang version to 1.19 Upgrade golang to 1.19.3, and delete matrix, since this repo doesn't need so many checks. Signed-off-by: bin liu --- .github/workflows/main.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 888a973ec8..8743bc3215 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/ From c95c2695eddceeb88ef4fdf8e259ee0b424aea4e Mon Sep 17 00:00:00 2001 From: bin liu Date: Wed, 30 Nov 2022 19:28:35 +0800 Subject: [PATCH 2/2] elections: add the 2022-11 elections results And update some Architecture Committee members' info. Signed-off-by: bin liu --- README.md | 6 +++--- elections/arch-committee-2022-11/Results.md | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29d904733b..0434265b95 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/elections/arch-committee-2022-11/Results.md b/elections/arch-committee-2022-11/Results.md index d8c4384dee..84deff2255 100644 --- a/elections/arch-committee-2022-11/Results.md +++ b/elections/arch-committee-2022-11/Results.md @@ -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`!