Commit Graph

217 Commits

Author SHA1 Message Date
Fabiano Fidêncio
821ae53239
Merge pull request #209 from lifupan/master
add the 2020-09 elections results
2021-03-17 08:06:42 +01:00
Fupan Li
06741ed07c
Merge pull request #208 from fidencio/wip/2021-02-elections-results
election: Publish results for 2021-02 round
2021-03-17 11:57:09 +08:00
fupan.lfp
a0b0935858 elections: add the 2020-09 elections results
Signed-off-by: fupan.lfp <fupan.lfp@antfin.com>
2021-03-17 10:18:50 +08:00
Fabiano Fidêncio
3903e678e1 election: Publish results for 2021-02 round
Two nominations were received for the February 2021 elections:

- [`Peng Tao`](https://github.com/bergwolf)
- [`Samuel Ortiz`](https://github.com/sameo)

Two seats were available, so elections were over sooner.

The two members were (re-)admitted to the Architecture Committee on 2021-03-10

Fixes: #207

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
2021-03-10 16:44:09 +01:00
Peng Tao
85fb393808
Merge pull request #205 from sameo/topic/ac-elections-2021-02
elections: 2021-02: Add Samuel Ortiz candidacy
2021-03-10 16:56:14 +08:00
Samuel Ortiz
3b9ef41767 elections: 2021-02: Add Samuel Ortiz candidacy
I'd like to run for a renewal of my AC seat.

Fixes: #204

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2021-03-09 09:49:12 +01:00
Samuel Ortiz
64d0b93acd README: Define guidelines for adding topics to the AC meetings agenda
The goal here is to avoid spending time on discussions that could be
much more efficiently and inclusively discussed through github issues or
on the mailing list.

Fixes: #196

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2021-03-07 22:48:00 +01:00
Fabiano Fidêncio
0b177f61fa
Merge pull request #203 from gnawux/election-2021
elections: Add Peng Tao candidacy
2021-03-04 18:52:35 +01:00
Xu Wang
fa67905807
elections: Add Peng Tao candidacy
Ant Group nominate bergwolf as a candidate for AC

Fixes: #202

Signed-off-by: Xu Wang <xu@hyper.sh>
2021-03-04 00:52:48 +08:00
Eric Ernst
46004526af
Merge pull request #201 from fidencio/wip/elections-2021-02-round-2
elections: Adjust the dates for the 2021-02 round 2
2021-03-02 11:16:07 -08:00
Fabiano Fidêncio
8001a8213f elections: Adjust the dates for the 2021-02 round 2
Due to issues with the Kata Containers ML, the Architecture Committee
has agreed on postponing the election by one week.

This PR updates the dates according to the decision taken as part of the
Architecture Committee meeting held on March 2nd, 2021.

Fixes: #200

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
2021-03-02 19:43:40 +01:00
Fupan Li
3dd253bf3d
Merge pull request #199 from fidencio/wip/elections-2021-02
elections: 2021-02
2021-02-24 18:02:54 +08:00
Fabiano Fidêncio
917e64ba40 elections: 2021-02
Add the details and documentation for the February 2021 elections.

Fixes: #198

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
2021-02-24 10:50:05 +01:00
GabyCT
f72e3f5078
Merge pull request #194 from GabyCT/topic/addgitcomu
github: Add github actions
2020-12-18 08:59:48 -06:00
Gabriela Cervantes
92a892e741 github: Add github actions
This PR enables the github actions for this repository.

Fixes #193

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2020-12-17 17:23:52 -06:00
Salvador Fuentes
47959354dd
Merge pull request #192 from c3d/CVE-2020-27151
security: Create KCSA for CVS-2020-27151
2020-12-17 09:37:57 -06:00
Christophe de Dinechin
ab1d3603f9 security: Create KCSA for CVE-2020-27151
An insufficient validation of annotations affects Kata Containers prior to
version 1.11.5, making it possible to execute arbitrary programs on the
host. Unless specific filtering of the annotations is performed by the upper
layers of the stack, it makes it possible for a user to send manifests that
instruct kata-runtime to execute arbitrary code with the same privilege level as
kata-runtime itself.

Fixes: #191

Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
2020-12-07 11:32:33 +01:00
James O. D. Hunt
453a7579f1
Merge pull request #190 from jodh-intel/kcsa-doc-tweaks
docs: Improve formatting and content of KCSA document
2020-11-20 15:31:17 +00:00
James O. D. Hunt
9aa5ebdb0f docs: Improve formatting and content of KCSA document
Various improvements to the KCSA document including:

- Add "Date" (of announcement) and "Affected Versions" columns to table.
- Sort table rows by date.
- Add section showing how to determine which version of Kata you are using.
- Add section with references to upgrading doc if you are affected by a KCSA.
- Add table of contents.

Fixes: #189.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2020-11-20 09:46:50 +00:00
James O. D. Hunt
febac8c37e
Merge pull request #188 from kata-containers/KCSA-2020-28914
Add KCSA for CVE-2020-28914
2020-11-20 09:40:03 +00:00
Archana Shinde
52f659b51f kcsa: Add entry to newly added KCSA
Add mention of KCSA for CVE-2020-28914 to the list of KCSAs

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
2020-11-19 15:38:16 -08:00
Archana Shinde
d02f43c5bb docs: List KCSAs in reverse date order
We mentioned in the KCSA doc, that the advisories are listed
in reverse date order, but the advisories themselves are listed
in chronological order.
Change the order as it makes sense to list the most recent
KCSA first.

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
2020-11-19 15:37:02 -08:00
Archana Shinde
1d7c06454a VMT: add KCSA for CVE-2020-28914
We have fixed them and put the fix in a release. Let's
make the announcement.

Fixes: #187

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
2020-11-19 15:36:55 -08:00
Archana Shinde
58b0f0feeb
Merge pull request #186 from fidencio/wip/update-architecture-committee-members
README: Update Architecture Committee members
2020-10-27 11:18:51 -07:00
Fabiano Fidêncio
5c80169097 README: Update Architecture Committee members
As a result of the elections that took place in Sep - Oct 2020,
Archana Shinde and Fabiano Fidêncio became part of the Architecture
Committee.

Link to the published results:
http://lists.katacontainers.io/pipermail/kata-dev/2020-October/001545.html

Fixes: #185

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
2020-10-27 10:54:48 +01:00
Chelsea Mafrica
0c21b28c34
Merge pull request #178 from jodh-intel/docs-new-porting-process
docs: Update for new porting process
2020-10-01 11:31:48 -07:00
James O. D. Hunt
0ceaafa01e docs: Increase TOC detail
Add an extra level to the contributing guide table of contents
for easier navigation.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2020-09-29 11:32:18 +01:00
James O. D. Hunt
dfed217882 docs: Update for new porting process
Explain the new porting process whereby all PRs must have a valid
combination of porting labels to land.

See: https://github.com/kata-containers/kata-containers/issues/634

Fixes: #172.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2020-09-29 11:32:16 +01:00
Ricardo Aravena
8c9a44b5e5
Merge pull request #184 from amshinde/candidacy-for-ac
election: Add candidacy for Kata AC
2020-09-18 10:10:22 -07:00
Archana Shinde
022b54b5ac election: Add candidacy for Kata AC
Want to add my candidacy for 09-2020 elections.

Fixes: #183

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
2020-09-17 22:55:45 -07:00
James O. D. Hunt
c44fedccd0 docs: Fix heading indentation
Correct the indentation level for some of the headings in the
contributing guide.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2020-09-15 09:45:08 +01:00
Peng Tao
69ceca0cf9
Merge pull request #182 from justin-he/ac_election
election: Add Justin He's candidacy for Kata AC
2020-09-15 16:45:04 +08:00
Jia He
639ed2549d election: Add Justin He's candidacy for Kata AC
Let's make Kata better, especially on arm64 :)

Fixes: #181

Signed-off-by: Jia He <justin.he@arm.com>
2020-09-15 16:34:49 +08:00
Xu Wang
60b71beee7
Merge pull request #180 from egernst/election
election: Add Eric Ernst's candidacy for Kata AC
2020-09-15 13:43:07 +08:00
Eric Ernst
6a3f1a2017 election: Add Eric Ernst's candidacy for Kata AC
I'm having fun -- let's keep going!

Fixes: #179

Signed-off-by: Eric Ernst <eric.g.ernst@gmail.com>
2020-09-14 21:45:40 -07:00
James O. D. Hunt
21739c8454 docs: Fix broken link
Fixed (now) incorrect URL.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2020-09-14 18:17:39 +01:00
Archana Shinde
06ea7ad28d
Merge pull request #167 from jodh-intel/actions-for-issue-backlog
action: Add issue to project and move to "In progress" on linked PR
2020-09-10 14:21:23 -07:00
James O. D. Hunt
56907c4678 action: Add issue to project and move to "In progress" on linked PR
Add GitHub actions to:

- Add newly-created issues to the issue backlog project.
- Move issues with a linked PR into the "In progress" column
  of the issue backlog project.

Related: https://github.com/kata-containers/kata-containers/issues/512

Fixes: #166.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2020-09-10 16:16:54 +01:00
James O. D. Hunt
c2c52efc27
Merge pull request #174 from fidencio/wip/elections_september_2020_fix_dates_rendering
elections | 2020-09: Fix date formatting
2020-09-10 10:45:08 +01:00
Fabiano Fidêncio
1f040b309e elections: Fix date formatting on 2020-09 round
Let's have each one of the dates as a list item, so it can be properly
rendered.

Fixes: #173

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
2020-09-09 23:50:06 +02:00
Ricardo Aravena
3458e04eff
Merge pull request #176 from fidencio/wip/elections-2020-09-add-fidencio-candidacy
elections: Add Fabiano Fidêncio candidacy
2020-09-09 13:59:00 -07:00
Fabiano Fidêncio
e6161b0ce0 elections: Add Fabiano Fidêncio candidacy
Declare myself a candidate for one seat on the Kata Containers
Architecture Committee.

Fixes: #175

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
2020-09-09 21:06:39 +02:00
Peng Tao
67e242cb1a
Merge pull request #171 from lifupan/2020-09
elections: 2020-09
2020-09-09 09:38:15 +08:00
fupan.lfp
c2d2eb5d61 elections: 2020-09
Add the details and documentation for the September 2020 elections.

Fixes: #170

Signed-off-by: fupan.lfp <fupan.lfp@antfin.com>
2020-09-07 17:12:58 +08:00
James O. D. Hunt
dc766bc3cd
Merge pull request #165 from jensfr/patch-1
docs: correct contributor guide Signed-off-by example
2020-08-24 09:50:38 +01:00
Jens Freimann
5e3f4f850d docs: correct contributor guide Signed-off-by example
Fixes #163

The Signed-off-by line should also contain the name of the contributor.
Fix it in the documentation.

Signed-off-by: Jens Freimann <jfreiman@redhat.com>
2020-08-19 14:12:54 +02:00
Archana Shinde
6e57d3ec92
Merge pull request #162 from kata-containers/actions-PR-master
actions: Add action to perform checks for pull requests
2020-07-23 16:31:58 -07:00
Archana Shinde
e26b821c88 actions: Add action to perform checks for pull requests
Use github actions for performing wip and DCO checks on PRs.
Note since external actions for DCO check access github token, a
particular sha for the actions is used.

Fixes: github.com/kata-containers/kata-containers#437

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
2020-07-23 16:28:55 -07:00
Xu Wang
f5290ff21c
Merge pull request #161 from egernst/moved-again
architecture-committee: Update Eric's employer
2020-07-17 09:27:33 +08:00
Eric Ernst
ddf2cf5ba6 architecture-committee: Update Eric's employer
Moved again, let's make it official.

Fixes: #160

Signed-off-by: Eric Ernst <eric.g.ernst@gmail.com>
2020-07-16 16:09:22 -07:00