Skip to content

Releases: google/cc-device-plugin

v1.1.4 - Go Version Upgrade

16 Apr 21:11
9f8a668

Choose a tag to compare

This release focuses on upgrading Go version to address security vulnerabilities.

🔒 Security

  • Go Version Upgrade: Upgraded Go version to v1.26.2 to addresses vulnerabilities found in the Go standard library in versions prior to 1.26.2.

v1.1.3 - gRPC Upgrade and Stability Improvement

13 Apr 22:20
2d9017a

Choose a tag to compare

This release focuses on upgrading gRPC to address security vulnerabilities and improving plugin stability.

🔒 Security

  • gRPC Upgrade: Upgraded google.golang.org/grpc to v1.79.3 to fix a security vulnerability.

⚙️ Stability & Testing

  • Plugin Improvements: Improved plugin retry logic and optimized measurement file copying in ccdevice.go.
  • Test Manifest: Added a test pod manifest for vTPM (SEV) validation.

v1.1.2 - Go Version Upgrade and Security Patch

19 Mar 23:44
2ab9ed8

Choose a tag to compare

This release focuses on updating the build environment to address security vulnerabilities and updating the deployment manifests.

🔒 Security

  • Go Base Image Update: Upgraded the build image in the Dockerfile from golang:1.21 to golang:1.26-trixie. This addresses known vulnerabilities in the Go standard library and ensures the plugin is built using an actively supported version.

⚙️ Deployment

  • Manifest Update: Updated the default image tag in manifests/cc-device-plugin.yaml to point to the v1.1.2 release image.

v1.1.1 - Security and Documentation Updates

13 Feb 00:56
ccb7107

Choose a tag to compare

This release focuses on security improvements and documentation updates.

🔒 Security

  • Base Image Update: The Dockerfile has been updated to include OS-level package upgrades (apt update and apt -y upgrade) and cleanup (apt -y autoremove). This addresses vulnerabilities in the base image.

📝 Documentation

  • Hardware Requirements: Updated the README.md to clearly specify the technology requirements for AMD SEV-SNP and Intel TDX support.
  • Prerequisites: Clarified node pool configuration steps for Confidential Computing features.

v1.1.0 - TDX and SEV-SNP Support

21 Jan 23:14
6ae5122

Choose a tag to compare

Implement Intel TDX and AMD SEV-SNP support.

v1.0.1

14 Mar 16:11

Choose a tag to compare

Security:

bump google.golang.org/protobuf version to v1.33.0. fix CVE-2024-24786

v1.0.0

13 Mar 19:58

Choose a tag to compare

New Features:

Add TPM as a CC device

New Contributors:

@Ruide