TeslaSync v2.2.0
·
4 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
π 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/teslasyncSee 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
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 |