Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Releases: spiffe/helm-charts

spire-0.13.0

15 Sep 17:30
b2f0423
Compare
Choose a tag to compare

A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.

What's Changed

New Contributors

Full Changelog: spire-0.12.0...spire-0.13.0

spire-0.12.0

21 Aug 17:55
Compare
Choose a tag to compare

A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.

What's Changed

New Contributors

Full Changelog: spire-0.11.1...spire-0.12.0

spire-0.11.1

03 Aug 16:57
7af7e1d
Compare
Choose a tag to compare

A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.

What's Changed

Full Changelog: spire-0.11.0...spire-0.11.1

spire-0.11.0

20 Jul 08:51
ca41861
Compare
Choose a tag to compare

A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.

What's Changed

  • Fix missing spiffe-csi-driver imagePullSecrets template by @LaithLite in #376
  • Bump test chart dependencies by @github-actions in #377
  • Add additional domains to JWT issued items. by @kfox1111 in #230
  • Add namespace to spiffe-oidc-discovery-provider RBAC definitions by @drewwells in #379
  • Add missing tolerations config to daemonsets by @kfox1111 in #381
  • Bump helm/kind-action from 1.7.0 to 1.8.0 by @dependabot in #384
  • Fix oidc provider config change not rolling out by @kfox1111 in #383
  • Bump test chart dependencies by @github-actions in #382
  • Bump test chart dependencies by @github-actions in #386
  • Add TLS/mTLS support for Tornjak by @mrsabath in #338
  • Align tornjak clientCA naming convention by @marcofranssen in #393
  • Improve tornjak service API to have object structure by @marcofranssen in #392
  • Add basic unit test framework by @kfox1111 in #390
  • Refactor testing to leverage core chart-testing capabilities and enable multiple root level charts by @marcofranssen in #324
  • Bump spire Helm Chart version from 0.10.1 to 0.11.0 by @marcofranssen in #394

New Contributors

Full Changelog: spire-0.10.1...spire-0.11.0

spire-0.10.1

30 Jun 20:19
cc9565b
Compare
Choose a tag to compare

A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.

Note: Since the 0.10.0 release we also capture our release in rekor.

Verify the signed OCI artifact

cosign verify
    --certificate-identity "https://github.com/spiffe/helm-charts/.github/workflows/helm-release.yaml@refs/heads/release" \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --output text \
    ghcr.io/spiffe/helm-charts/spire:0.10.1

Install Helm chart via OCI

helm upgrade --namespace spire-system --install --create-namespace spire ghcr.io/spiffe/helm-charts/spire:0.10.1

What's Changed

  • Bump test chart dependencies by @github-actions in #370
  • Fix bug in cert-manager upstream authority by @marcofranssen in #374
  • Bump spire Helm Chart version from 0.10.0 to 0.10.1 by @marcofranssen in #375

Full Changelog: spire-0.10.0...spire-0.10.1

spire-0.10.0

28 Jun 20:55
8b5f970
Compare
Choose a tag to compare

A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.

Note: Since this release we also capture our release in rekor.

Verify the signed OCI artifact

$ cosign verify
    --certificate-identity "https://github.com/spiffe/helm-charts/.github/workflows/helm-release.yaml@refs/heads/release" \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --output text \
    ghcr.io/spiffe/helm-charts/spire:0.10.0

Verification for ghcr.io/spiffe/helm-charts/spire:0.10.0 --
The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - Existence of the claims in the transparency log was verified offline
  - The code-signing certificate was verified using trusted certificate authority certificates
Certificate subject: https://github.com/spiffe/helm-charts/.github/workflows/helm-release.yaml@refs/heads/release
Certificate issuer URL: https://token.actions.githubusercontent.com
GitHub Workflow Trigger: push
GitHub Workflow SHA: 8b5f9703ffef3afeb71e0971afe63fba1a39d9c0
GitHub Workflow Name: Release Helm Charts
GitHub Workflow Repository: spiffe/helm-charts
GitHub Workflow Ref: refs/heads/release
{"critical":{"identity":{"docker-reference":"ghcr.io/spiffe/helm-charts/spire"},"image":{"docker-manifest-digest":"sha256:01a5a119401f3f5e60967f9a7e884e1985f0c6f3a0c2e020297b007f8c7e1e11"},"type":"cosign container image signature"},"optional":null}

Install Helm chart via OCI

helm upgrade --namespace spire-system --install --create-namespace spire ghcr.io/spiffe/helm-charts/spire:0.10.0

What's Changed

Full Changelog: spire-0.9.1...spire-0.10.0

spire-0.9.1

22 Jun 17:01
8f7c9ba
Compare
Choose a tag to compare

A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.

What's Changed

Full Changelog: spire-0.9.0...spire-0.9.1

spire-0.9.0

20 Jun 06:34
0e5d281
Compare
Choose a tag to compare

A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.

Warning: The issuer_name for cert-manager on spire-server has changed to default to the name of the Helm release. Previously the default was spire-ca.

What's Changed

New Contributors

Full Changelog: spire-0.8.1...spire-0.9.0

spire-0.8.1

30 May 17:30
b628b08
Compare
Choose a tag to compare

A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.

What's Changed

Full Changelog: spire-0.8.0...spire-0.8.1

spire-0.8.0

25 May 12:23
191d1f0
Compare
Choose a tag to compare

A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.

Warning: The support for Tornjak is still considered experimental.

What's Changed

Full Changelog: spire-0.7.0...spire-0.8.0