Cody Soyland

Results 7 issues of Cody Soyland

This ticket is a placeholder for future work in plugins. PR #574 contained code that we chose not to merge yet. It may be useful for our future strategy with...

plugin

This fixes a template syntax error: ``` - {{ tag_list|join", " }} + {{ tag_list|join:", " }} ```

I may have missed a flag or something, but this doesn't appear to support release histories that include multiple maintained release branches. As an example, see the changelog generated for...

bug

This adds a method to FileWriter to expose the underlying file's Fd() method.

**Description** Policy-Controller currently supports verification of attestations/signatures generated using `cosign sign`/`cosign attest`, which attach signatures/attestations using the process described in the [Cosign Signature Specification](https://github.com/sigstore/cosign/blob/main/specs/SIGNATURE_SPEC.md#storage). In summary, this signature attachment scheme...

enhancement

## Description of the change This adds the ability to configure lifecycle hooks to the Trillian Helm Chart. ## Existing or Associated Issue(s) ## Additional Information ## Checklist - [x]...

## Description of the change This replaces `toolbelt/netcat` with the standard `alpine` multi-arch image, which makes this chart compatible with non-amd64 architectures. The alpine image includes the `nc` command. ##...