James O. D. Hunt
c1d42b417e
Merge pull request #220 from GabyCT/topic/removetravis
...
docs: Remove travis reference in the CI
2021-06-21 07:44:25 +01:00
Gabriela Cervantes
3c9dfd1c4d
docs: Remove travis reference in the CI
...
This PR removes the travis reference in the Continuous Integration
System as it is not longer supported.
Fixes #219
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com >
2021-06-18 17:04:00 +00:00
Julio Montes
eb8c3944b4
Merge pull request #217 from fidencio/wip/point-the-IRC-channels-to-oftc
...
README: Point the IRC channels to OFTC
2021-06-10 08:27:56 -05:00
Fabiano Fidêncio
4fc4cefc09
README: Point the IRC channels to OFTC
...
Freenode is no longer the home of the kata-containers IRC channels.
Following the announcement on our mailing list, we've moved to OFTC:
http://lists.katacontainers.io/pipermail/kata-dev/2021-May/001938.html
Fixes : #216
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com >
2021-06-10 13:53:22 +02:00
Fabiano Fidêncio
eaf4dd3336
Merge pull request #214 from ManaSugi/add-rust-code-style
...
docs: Add explanation about Rustlang coding style
2021-05-19 22:54:51 +02:00
Fabiano Fidêncio
f3f3e4bbd7
Merge pull request #211 from eadamsintel/update-contributing
...
docs: Add note for Windows users to use LF and not CRLF
2021-05-19 22:46:25 +02:00
Eric Adams
bc1729c829
docs: Add note for Windows users to use LF and not CRLF
...
If you edit a doc in Windows there is a good chance the
editor will add CRLF to the end instead of LF which
causes CI failures.
Fixes : #210
Signed-off-by: Eric Adams <eric.adams@intel.com >
2021-05-19 19:06:47 +00:00
Manabu Sugimoto
23c939a0ee
docs: Add explanation about Rustlang coding style
...
kata-agent is written in Rust currently, so it is better to add a
description about Rustlang coding style in the CONTRIBUTING document.
Fixes : #213
Signed-off-by: Manabu Sugimoto <Manabu.Sugimoto@sony.com >
2021-05-07 01:50:13 +09:00
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