Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Releases: confidential-containers/attestation-service

v0.8.1

16 Nov 09:24
158bb06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

27 Oct 18:48
Compare
Choose a tag to compare

What's Changed

  • build(deps): Bump libc from 0.2.146 to 0.2.147 by @dependabot in #120
  • build(deps): Bump github.com/open-policy-agent/opa from 0.54.0 to 0.55.0 in /attestation-service/src/cgo by @dependabot in #122
  • dockerfile: update the builder image to rust:latest by @Xynnn007 in #125
  • Add initial support for a hygon csv verifier by @BaoshunFang in #126
  • Change the Attestation Results from a custom JSON structure to a JWT standard format. by @jialez0 in #121
  • snp: accept DER and non-DER encoding for hwID by @katexochen in #131
  • as: Update csv-rs dep to rev bcf3bcc. by @BaoshunFang in #132
  • New tee type: CCA (Confidential Compute Architecture) by @chendave in #90
  • Update az-snp-vtpm version to avoid vendor openssl by @jialez0 in #134
  • build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #133
  • build(deps): Bump github.com/open-policy-agent/opa from 0.55.0 to 0.56.0 in /attestation-service/src/cgo by @dependabot in #136
  • as: Update csv-rs dep to rev 05fbacd. by @BaoshunFang in #137
  • Update az-snp-vtpm dependency by @mkulke in #145
  • Update Docker base image version and install openssl by @jialez0 in #146
  • Validate the freshness of session nonce by @chendave in #147

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

18 Jul 17:58
Compare
Choose a tag to compare

What's Changed

  • build(deps): Bump github.com/open-policy-agent/opa from 0.52.0 to 0.53.1 in /attestation-service/src/cgo by @dependabot in #104
  • TDX Verifier: Add fine grained parsed claims inside evidence by @Xynnn007 in #105
  • attestation-service: Add a CODEOWNERS file by @sameo in #107
  • AS: flatten the parsed claims by @Xynnn007 in #109
  • Update TDX verifier dependencies to DCAP_1.16 by @jialez0 in #106
  • Update base64 to 0.21 by @sameo in #108
  • build(deps): Bump tracing-attributes from 0.1.24 to 0.1.25 by @dependabot in #111
  • Dockerfile: Copy TPM runtime dependencies by @octaviansima in #114
  • build(deps): Bump path-clean from 0.1.0 to 1.0.1 by @dependabot in #112
  • TDX verifier: Refined the parsing content of tdx evidence by @jialez0 in #110
  • build(deps): Bump github.com/open-policy-agent/opa from 0.53.1 to 0.54.0 in /attestation-service/src/cgo by @dependabot in #117
  • Update virtee/sev dep to 1.2 by @jepio in #116
  • deps: update kbs-types to 0.4 by @katexochen in #119
  • build(deps): Bump scroll_derive from 0.11.0 to 0.11.1 by @dependabot in #118

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

02 Jun 09:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

01 Jun 02:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

13 Apr 13:49
Compare
Choose a tag to compare
as-types | Derive Clone trait for AttestationResults

Signed-off-by: Jiale Zhang <zhangjiale@linux.alibaba.com>