Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: cofide/cofidectl

Tags

v0.16.3

Toggle v0.16.3's commit message
chore(deps): bump cuelang.org/go from 0.14.0 to 0.14.1

Bumps cuelang.org/go from 0.14.0 to 0.14.1.

---
updated-dependencies:
- dependency-name: cuelang.org/go
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

v0.16.2

Toggle v0.16.2's commit message
fix: bump go to 1.24.6

Fixes https://pkg.go.dev/vuln/GO-2025-3849

v0.16.1

Toggle v0.16.1's commit message
feat: support skipping installation of SPIRE CRDs in Helm provider

This can be useful for provision plugins that do not require the CRDs.

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use options to configure the HelmSPIREProvider (#278)

* use options to configure the HelmSPIREProvider

* ensure capitalisation is consistent

* update test cases

* remove export on these variables

* add additional options to configure the chart versions

* add missing repo URL check

* add in repo name and additional test cases to exercise behaviour

* update comment so it's consistent with others

v0.15.3

Toggle v0.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pass CA cert for workload cluster for OIDC verification (#268)

* Adds --kubernetes-ca-cert flag

* Basic unit test for ca cert

* go fmt

* Update cmd/cofidectl/cmd/trustzone/trustzone_test.go

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

v0.15.2

Toggle v0.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check values override for controller-manager config (#267)

* check if controller-manager is enabled in override

* test: add test for SPIRE controller manager

---------

Co-authored-by: Mark Goddard <[email protected]>

v0.15.1

Toggle v0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #265 from cofide/dependabot/go_modules/go_modules-…

…a16eab215d

chore(deps): bump helm.sh/helm/v3 from 3.18.3 to 3.18.4 in the go_modules group

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use ID fields for internal referencing in local source (#211)

This change uses the new v1alpha2 datasource and provision plugin gRPC services added in cofide/cofide-api-sdk#82. Resources are now referenced by ID rather than names internally. The CLI input and output still uses names for now.

Fixes: #204
Fixes: #205

---------

Signed-off-by: Maartje Eyskens <[email protected]>
Co-authored-by: Mark Goddard <[email protected]>

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #247 from cofide/dependabot/go_modules/github.com/…

…cofide/cofide-api-sdk-0.24.0

chore(deps): bump github.com/cofide/cofide-api-sdk from 0.22.0 to 0.24.0

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump SPIRE Helm chart versions and update applicable field names (#238)