Commit Graph

174 Commits

Author SHA1 Message Date
Suraj Deshmukh
03e17fea1a releases: add release notes for v0.8.0
Details about the v0.8.0 release.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
Signed-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>
2023-11-10 14:12:41 -05:00
Fabiano Fidêncio
c49e27c5a2 Merge pull request #167 from fidencio/topic/set-io.containerd.cri.runtime.handler-annotation
demos: Add io.containerd.cri.runtime-handler to the ssh demo
2023-10-20 07:51:11 +02:00
Fabiano Fidêncio
ec2e350168 demos: Add io.containerd.cri.runtime-handler to the ssh demo
This is needed in order to ensure the nydus-snapshotter will behave
properly when it's set in the runtime handler.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
2023-10-19 14:50:40 +02:00
Paul Meyer
96496b1cab ci: add link checker
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-03 09:42:24 -04:00
Tobin Feldman-Fitzthum
8f890f0430 docs: overhaul contributing guide
remove references to Kata protocols that we do not follow
remove basic instructions for GitHub
add more information about connecting with the community
change tone to be more welcoming

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
2023-09-26 09:09:29 +02:00
Carlos Segarra
f09ae8b215 docs: point to upstream docker compose installation instructions and compose v2 usage
Signed-off-by: Carlos Segarra <carlos@carlossegarra.com>
2023-09-20 11:35:58 -04:00
Fabiano Fidêncio
1f3e6c19fd Merge pull request #155 from dcmiddle/update-intel-rep
Update intel rep to steering committee
2023-09-18 16:40:30 +02:00
Dan Middleton
4ce6104f39 Update intel rep to steering committee
Signed-off-by: Dan Middleton <dan.middleton@intel.com>
2023-09-15 17:10:52 -05:00
Suraj Deshmukh
10c1bf7e54 governance: Add Microsoft TSC members
- Add Vincent and Ananya to the list of members.

Signed-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>
2023-09-06 15:09:17 -04:00
Zvonko Kaiser
c9bb59973f governance: Update governance.md, add NVIDIA TSC Member
Add Zvonko Kaiser (NVIDIA) to the list of TSC members.

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
2023-09-05 15:27:49 -04:00
Tobin Feldman-Fitzthum
7413d8e4a3 Add SC expansion protocol
Following discussion in SC meeting on 7/27/22 the governance document
is ammended to allow membership changes to the steering committee.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
2023-08-25 09:37:50 +02:00
Samuel Ortiz
5edd4826ca governance: Add my company affiliation
I am a Rivos employee.

Signed-off-by: Samuel Ortiz <sameo@rivosinc.com>
2023-08-23 07:31:39 +02:00
Fabiano Fidêncio
62d5e2f2f6 governance: Point to an existing TSC meeting agenda document
The previous link would open an empty document.  Instead of doing that,
let's point to the TSC meeting agenda document, so users searching for
it can have an easier time finding it from the project's GitHub page.

Fixes: #148

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
2023-08-22 07:10:10 +02:00
Huiting Hou
16099d2328 Update Quickstart for v0.8
Fixes: https://github.com/confidential-containers/enclave-cc/issues/181

- Add the content of deploy KBS cluster and create encrypted image in enclave-cc.md
- Delete verdictd in enclave-cc.md and add cc-kbc and sample-kbc content, and give examples of usage
- Modify the creation of enclave-cc custom resource in quickstart.md

Signed-off-by: Huiting Hou <huiting.hou@linux.alibaba.com>
2023-08-04 10:03:32 -04:00
Wainer dos Santos Moschetta
99a84b7d1e release-check-list: flip the order of checkboxes and numbers
Inverted the order of the checkboxes and numbers so that Github provides
a tracker of how many steps are done at the top of the issue.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
2023-08-02 13:53:19 -04:00
Wainer dos Santos Moschetta
4f69d4ea76 release-check-list: updated step 10 ("Update kbs ...")
Added information about:
 * bumping the guest-components version
 * the release workflow that generates the image
 * update the lock file

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
2023-08-02 13:53:19 -04:00
Wainer dos Santos Moschetta
f51c7faa49 release-check-list: move step 8 below to 9
Moved the step 8 ("Update kbs to use the latest commit ...") below to
step 9 ("Cut a guest-components ...") because the kbs depend on
guest-components, therefore, the later should be tagged *before* the
former.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
2023-08-02 13:53:19 -04:00
Wainer dos Santos Moschetta
643a9b269f release-check-list: update step 22 ("Make sure to update the release notes")
On that step the confidential-containers repository is tagged as well.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
2023-08-02 13:53:19 -04:00
Wainer dos Santos Moschetta
5e5a1edd78 release-check-list: remove unecessary steps due repos merge
With the merge of image-rs, ocicrypt-rs and attestation-agent into a
single guest-components repository, the steps 1,2,3,9,10 and 13 are not
necessary anymore.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
2023-08-02 13:53:19 -04:00
Tobin Feldman-Fitzthum
702093defe templates: add meeting request issue template
A template to help people request meetings using
the official CoCo Zoom.

Let's try out the fancy new github issue forms.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
2023-08-02 11:27:49 -04:00
Tobin Feldman-Fitzthum
54b275921d releases: add release notes for v0.7.0
Details on the release

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
v0.7.0
2023-07-24 10:07:14 -04:00
Wainer dos Santos Moschetta
c5383c9b4f guides/sev: add more details about SEV policy
Updated the SEV guide with information about the default values of the
SEV policy for SEV and SEV-ES as well as the features enabled/disabled.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
2023-07-18 19:21:44 +02:00
Paul Meyer
8e3987864f contributing: fix yaml formatting
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-07-18 13:15:50 -04:00
Paul Meyer
1b37ef16e2 contributing: update Go setup and git workflow
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-07-18 13:15:50 -04:00
Paul Meyer
249b316900 guides/sev: point container image link to web UI
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-07-11 16:20:15 -04:00
Paul Meyer
d66d45a839 contributing: update Rust style guide
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-07-08 17:11:11 +03:00
Paul Meyer
721d6ff757 docs: update broken link in release notes
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-07-08 17:09:12 +03:00
Steve Horsman
166d3aef09 Merge pull request #105 from stevenhorsman/check-list-updates
Check list updates
2023-07-07 08:32:25 +01:00
Paul Meyer
6801741f73 docs: update ccc whitepaper link
The link to the previous version was broken. Replacing with the latest
version v1.3 of the whitepaper.

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-07-03 12:40:01 -04:00
Pradipta Banerjee
a5f8b349a1 Merge pull request #103 from katexochen/feat/contribution-no-vendor
contributing: remove instructions for Go vendoring
2023-07-03 18:43:46 +05:30
stevenhorsman
ca1b1c005c release-check-list: Formatting
- Try and improve the formatting to be it easier to read/understand

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
2023-06-29 16:45:23 +01:00
stevenhorsman
fa330a6727 release-check-list: Update peer pods
- Link to the peer pods release process to declutter the checklist

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
2023-06-29 16:39:44 +01:00
Paul Meyer
2c0165c74e contributing: remove instructions for Go vendoring
None of the CoCo projects is using vendoring.

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-06-27 15:09:02 +02:00
stevenhorsman
789b0e81ec release-check-list: Update release checklist
- Merge steps that can be achieved in a common PR
- Add steps to wait for runtime payload builds
- Add peer pods steps

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
2023-06-22 15:28:50 -04:00
James Magowan
5f68f05f1d Merge pull request #96 from magowan/merge-documentation-repo
Merge documentation repo
2023-06-21 21:43:50 +01:00
James Magowan
d46bb484ad Update README, CODEOWNERS
Updated README to combine README from documentation repo with one from community repo.
And updated CODEOWNERS to confidential-containers-maintainers ahead of renaming the repo.

Signed-off-by: James Magowan <MAGOWAN@uk.ibm.com>
2023-06-19 14:53:35 +01:00
Xynnn_
eafd1abe9c update release v0.6.0 docs for enclave-cc (#128)
Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
2023-06-19 14:42:51 +01:00
James Magowan
4b0a277a5c Merge remote-tracking branch 'upstream-documentation-repo/main' into test
Merging community/documentation repos together
2023-06-09 12:31:52 +01:00
James Magowan
ea425851ef Prepare for merge community/documentation repos
Signed-off-by: James Magowan <MAGOWAN@uk.ibm.com>
2023-06-09 12:23:54 +01:00
Dan Middleton
4c5da468ac Update OpenSSF Badge line for release 0.6
Signed-off-by: Dan Middleton <dan.middleton@intel.com>
2023-06-08 11:14:40 -04:00
Tobin Feldman-Fitzthum
ffa50c4a44 Release notes for v0.6.0
Create new release notes file with content for
v0.6.0.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
2023-06-08 09:05:20 -04:00
Jeremi Piotrowski
a2b6269d36 release-check-list: add AS and KBS steps
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-05-20 02:16:36 +02:00
Zhongze Tang
aca326e7c8 Improve the doc
`asciidoctor` is not included in a freshly installed Ubuntu Server 22.04 LTS.
The doc enters wrong folder when configure `attestation-agent`

Signed-off-by: tangbao <i@tbis.me>
2023-05-09 09:25:17 -04:00
Larry Dewey
7ac2cc952a docs: Removing link for now
Due to some of the discussions in the community, we are removing this
for now.

Signed-off-by: Larry Dewey <larry.dewey@amd.com>
2023-05-01 09:37:40 -04:00
Larry Dewey
c29278b0c7 cleanup: Fixing some grammar and wording.
This adds some cleanup for the existing documentation, adds some
language specifiers for code blocks, as well as some fixes for minor
spelling issues.

Signed-off-by: Larry Dewey <larry.dewey@amd.com>
2023-05-01 09:37:40 -04:00
stevenhorsman
33d1a067d8 Update cloud-api-adaptor link in release notes
- Point to the released version of the Peer pods readme

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
2023-04-17 11:19:14 -04:00
Tobin Feldman-Fitzthum
6a765dcbe1 Reorganize Quickstart Guide
Simplify quickstart guide to cover installation,
basic usage, encryption/signing, attestation.
Focus on the generic KBS.
Everything else is moved to other files. Pointers
to the relevant files are included where needed.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
2023-04-14 16:05:54 -04:00
Tobin Feldman-Fitzthum
4b2f89ee47 SEV: Add annotations guide
The shim now supports a nmber of annotations for SEV(-ES),
meaning that we no longer need to modify the config file
to set things like the guest policy or kbs uri. Update
the quickstart guide to spread the news.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
2023-04-14 16:05:54 -04:00
Tobin Feldman-Fitzthum
e7bac1044c SEV: Add guide overview
Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
2023-04-14 16:05:54 -04:00
Tobin Feldman-Fitzthum
57ea613caa SEV: fix heading level
Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
2023-04-14 16:05:54 -04:00