Skip to content

TeslaSync v2.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Sep 20:16
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
8c1358b

πŸš€ TeslaSync v2.2.0

πŸ“¦ Docker Images

# Backend API
docker pull ghcr.io/ev-dev-labs/teslasync-api:2.2.0

# Web Frontend
docker pull ghcr.io/ev-dev-labs/teslasync-web:2.2.0

# Notification Worker
docker pull ghcr.io/ev-dev-labs/teslasync-notification-worker:2.2.0

# Export Worker
docker pull ghcr.io/ev-dev-labs/teslasync-export-worker:2.2.0

# Automation Worker
docker pull ghcr.io/ev-dev-labs/teslasync-automation-worker:2.2.0

# Fleet Telemetry (event-time preserving)
docker pull ghcr.io/ev-dev-labs/teslasync-fleet-telemetry:2.2.0

⎈ Helm Chart

helm install teslasync oci://ghcr.io/ev-dev-labs/charts/teslasync --version 2.2.0

πŸ” Image Verification

All images are signed with cosign (keyless, via GitHub OIDC), ship a CycloneDX SBOM attestation, and carry SLSA build provenance:

# Verify image signature
cosign verify ghcr.io/ev-dev-labs/teslasync-api:2.2.0 \
  --certificate-identity-regexp="github.com/ev-dev-labs/teslasync" \
  --certificate-oidc-issuer="https://token.actions.githubusercontent.com"

# Verify + extract SBOM attestation
cosign verify-attestation \
  --type cyclonedx \
  --certificate-identity-regexp="github.com/ev-dev-labs/teslasync" \
  --certificate-oidc-issuer="https://token.actions.githubusercontent.com" \
  ghcr.io/ev-dev-labs/teslasync-api:2.2.0 \
  | jq -r '.payload' | base64 -d | jq '.predicate' > sbom.cdx.json

# Verify SLSA build provenance (proves WHICH workflow built these bytes)
gh attestation verify \
  oci://ghcr.io/ev-dev-labs/teslasync-api:2.2.0 \
  --repo ev-dev-labs/teslasync

See docs/operations/release-verification.md for the full verification procedure.

πŸ›‘οΈ Vulnerability status

Scanned with Trivy at build time (fixable findings only; policy in ops/release/supply-chain.yaml). A release is blocked on any fixable CRITICAL.

Image Critical High Medium
api 0 0 2
web 0 9 17
notification-worker 0 0 2
export-worker 0 0 2
fleet-telemetry 0 2 3
automation-worker 0 0 2

πŸ“ Changes

  • feat(timeline): full state history and quieter chart cyan (#111) (@atul Gupta)

Full Changelog: v2.1.0...v2.2.0

πŸ“‹ Assets

Asset Tag
Backend Image ghcr.io/ev-dev-labs/teslasync-api:2.2.0
Web Image ghcr.io/ev-dev-labs/teslasync-web:2.2.0
Notification Worker ghcr.io/ev-dev-labs/teslasync-notification-worker:2.2.0
Export Worker ghcr.io/ev-dev-labs/teslasync-export-worker:2.2.0
Automation Worker ghcr.io/ev-dev-labs/teslasync-automation-worker:2.2.0
Fleet Telemetry ghcr.io/ev-dev-labs/teslasync-fleet-telemetry:2.2.0
Helm Chart oci://ghcr.io/ev-dev-labs/charts/teslasync:2.2.0