Skip to content

chore(deps): update dependency sigstore/cosign to v1.13.6 - #178

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/sigstore-cosign-1.x
Open

chore(deps): update dependency sigstore/cosign to v1.13.6#178
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/sigstore-cosign-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Type Change Package file References
sigstore/cosign minor uses-with v1.7.1v1.13.6 .github/workflows/docker-publish.yml source

Release Notes

sigstore/cosign (sigstore/cosign)

v1.13.6

Compare Source

Note: v1.13.3, .4, and .5 were skipped due to issues in the release pipeline

This release backports support for the latest TUF specification. We encourage users to upgrade to Cosign v2.

Updates

  • V1 go tuf update (#​3598)
  • Update cloud build script to latest for v1.13.x (#​3615)

v1.13.2

Compare Source

This release backports a security fix. We encourage users to upgrade to Cosign v2.

Updates

v1.13.1

Compare Source

Enhancements

  • verify-blob-attestation: allow multiple subjects in in_toto attestation (#​2341)
  • Add verify-blob-attestation command and tests (#​2337)
  • Add --output-attestation flag to attest-blob and remove experimental signing (#​2332)
  • Add attest-blob command (#​2286)
  • Add '--cert-identity' flag to support subject alternate names for ver… (#​2278)
  • Update Dockerfile section of README (#​2323)

Bug Fixes

  • Update warning when users sign images by tag. (#​2313)

Others

  • Remove experimental flags from attest-blob and refactor (#​2338)

Contributors

  • Alex Cameron
  • Ville Aikas
  • Zack Newman
  • asraa
  • kpk47
  • priyawadhwa

v1.13.0

Compare Source

Highlights

  • For users who have deployed a private instance of Fulcio release v0.6.x and issue certificates with the Username identity, you will need to upgrade to use this version."

Enhancements

  • Add support for Fulcio username identity in SAN (#​2291)
  • Data race in FetchSignaturesForReference (#​2283)
  • Check error on chain verification failure (#​2284)
  • feat: improve the verification message (#​2268)
  • feat: use stdin as an input for predicate (#​2269)

Bug Fixes

  • fix: make tlog entry lookups for online verification shard-aware (#​2297)
  • Fix: Create a static copy of signatures as part of verification. (#​2287)
  • Fix: Remove an extra registry request from verification path. (#​2285)
  • fix pivtool generate key touch policy (#​2282)

Others

  • use scaffolding 0.4.8 for tests. (#​2280)

Contributors

v1.12.1

Compare Source

Highlights

  • Pulls Fulcio root and intermediate when --certificate-chain is not passed into verify-blob. The v1.12.0 release introduced a regression: when COSIGN_EXPERIMENTAL was not set, cosign verify-blob would check a --certificate (without a --certificate-chain provided) against the operating system root CA bundle. In this release, Cosign checks the certificate against Fulcio's CA root instead (restoring the earlier behavior).

Bug Fixes

  • fix: fixing breaking changes in rekor v1.12.0 upgrade (#​2260)
  • Fixed bug where intermediate certificates were not automatically read from the OCI chain annotation (#​2244)
  • fix: add COSIGN_EXPERIMENTAL=1 for verify-blob (#​2254)
  • fix: fix cert chain validation for verify-blob in non-experimental mode (#​2256)
  • fix: fix secret test, non-experimental bundle should pass (#​2249)
  • Fix e2e test failure, add test for local bundle without rekor bundle (#​2248)

Contributors

v1.12.0

Compare Source

Note: This release comes with a fix for CVE-2022-36056 described in this Github Security Advisory. Please upgrade to this release ASAP

Highlights

BREAKING: The fix for GHSA-GHSA-8gw7-4j42-w388 (CVE-2022-36056) means that some verify-blob commands that used to work may not anymore. In particular:

  • When using verify-blob with signatures created with keyless mode, we require either COSIGN_EXPERIMENTAL=1 or a valid Rekor bundle for offline verification passed with --bundle.

If you upgrade and encounter other issues, please read the advisory in full; your prior checks may have been passing inappropriately.

Enhancements

  • Add deprecation warning for sget CLI and packages (#​2019)
  • feat: set annotations to generate additional bash completion information (#​2221)
  • feat: integrate Alibaba Cloud Container Registry cred helper (#​2008)
  • Support non-ECDSA key types for verify-blob (#​2203)
  • Bump github.com/theupdateframework/go-tuf from 0.3.1 to 0.5.0 (#​2232)
    • feat: Add support for verifying ECDSA PEM-encoded keys. Continues deprecated hex-encoded keys for backward compatibility

Bug Fixes

  • fix: fix secret test, non-experimental bundle should pass (#​2249)
  • Fix e2e test failure, add test for local bundle without rekor bundle (#​2248)
  • Clarify error when KMS provider fails to load (#​2220)

Others

  • update kind to use release v0.15.0 and some version comments (#​2246)
  • Bump github.com/theupdateframework/go-tuf from 0.3.1 to 0.5.0 (#​2232)
  • update go builder to go1.19.1 (#​2241)
  • Bump mikefarah/yq from 4.27.3 to 4.27.5 (#​2239)
  • Bump github.com/open-policy-agent/opa from 0.43.0 to 0.44.0 (#​2234)
  • Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (#​2233)
  • Bump google.golang.org/api from 0.94.0 to 0.95.0 (#​2229)
  • upgrade setup-ko to point to new repo (#​2225)
  • Bump github.com/spf13/viper from 1.12.0 to 1.13.0 (#​2224)
  • Upgrade to go1.19 (#​2213)
  • remove doubl quotes, looks like it is passing as a single string to cosign and not as an array (#​2205)
  • use scaffolding v0.4.6. (#​2201)
  • Bump google.golang.org/api from 0.93.0 to 0.94.0 (#​2200)

Contributors

v1.11.1

Compare Source

Enhancements

  • feat: Rework fig autocomplete command (#​2187)

Bug Fixes

  • fix: fix typo that caused attestation verification failure (#​2199)

Documention

  • add release cadence section in the readme (#​2179)

Others

  • Bump actions/cache from 3.0.7 to 3.0.8 (#​2192)
  • Bump actions/dependency-review-action from 2.0.4 to 2.1.0 (#​2185)
  • Bump actions/setup-go from 3.2.1 to 3.3.0 (#​2196)
  • Bump github.com/go-openapi/swag from 0.22.1 to 0.22.3 (#​2182)
  • Bump github.com/sigstore/fulcio from 0.5.2 to 0.5.3 (#​2190)
  • Bump github.com/sigstore/rekor from 0.10.0 to 0.11.0 (#​2181)
  • Bump github.com/xanzy/go-gitlab from 0.72.0 to 0.73.0 (#​2191)
  • Bump github.com/xanzy/go-gitlab from 0.73.0 to 0.73.1 (#​2195)
  • Bump github/codeql-action from 2.1.18 to 2.1.19 (#​2184)
  • Bump github/codeql-action from 2.1.19 to 2.1.20 (#​2193)
  • Bump google.golang.org/api from 0.92.0 to 0.93.0 (#​2183)
  • Update Scorecard action to v2:alpha (#​2177)
  • add stale workflow using the workflow template (#​2175)
  • bump fulcio dep to 0.5.2 (#​2176)
  • bump scaffold in tests to use release v0.4.5 (#​2180)

Contributors

v1.11.0

Compare Source

Enhancements

  • use updated device flow logic with PKCE (#​2163)

Bug Fixes

  • fix panic when os.Stat returns an error besides ErrNotExists (#​2162)
  • fix: add env cmd to root (#​2171)
  • fix: rekor get tlog entry with uuid (#​2058)
  • fix oidc post-merge job (#​2164)
  • fix handling of verify-attestation types for URIs (#​2159)
  • fix: adds envelope hash to in-toto entries in tlog entry creation (#​2118)
  • fix: fix blob verification output (#​2157)
  • Verify the certificate chain against the Fulcio root trust by default (#​2139)

Documention

  • docs: clarify wording in spec about usage of certificate chain (#​2152)
  • Add notes to clarify registry use. (#​2145)

Others

  • Bump github.com/go-openapi/swag from 0.22.0 to 0.22.1 (#​2167)
  • Bump sigstore/cosign-installer from 2.5.0 to 2.5.1 (#​2168)
  • update e2e job to run only when push to main (#​2169)
  • Remove third_party (#​2166)
  • bump to scaffolding v0.4.4 (#​2165)
  • Bump sigs.k8s.io/release-utils from 0.6.0 to 0.7.3 (#​2102)
  • Run tests using Go 1.18 (#​2093)
  • Bump actions/github-script from 6.1.0 to 6.1.1 (#​2156)
  • Bump go.uber.org/atomic from 1.9.0 to 1.10.0 (#​2155)
  • Bump github.com/xanzy/go-gitlab from 0.71.0 to 0.72.0 (#​2148)
  • Bump tests to use scaffolding-0.4.3. (#​2153)
  • Bump google.golang.org/api from 0.91.0 to 0.92.0 (#​2150)
  • Bump actions/cache from 3.0.6 to 3.0.7 (#​2151)
  • Use TUF from scaffolding for validating cosign. (#​2146)
  • Bump github.com/hashicorp/go-secure-stdlib/parseutil from 0.1.6 to 0.1.7 (#​2141)
  • Bump github.com/go-openapi/swag from 0.21.1 to 0.22.0 (#​2140)
  • Bump github.com/xanzy/go-gitlab from 0.70.0 to 0.71.0 (#​2142)
  • Bump actions/cache from 3.0.5 to 3.0.6 (#​2136)
  • Bump github.com/go-piv/piv-go from 1.9.0 to 1.10.0 (#​2135)
  • Bump github/codeql-action from 2.1.17 to 2.1.18 (#​2129)
  • Update CHANGELOG for 1.10.1 release (#​2130)

Contributors

v1.10.1

Compare Source

Note: This release comes with a fix for CVE-2022-35929 described in this Github Security Advisory. Please upgrade to this release ASAP

Enhancements

  • update cross-builder to go1.18.5 and cosign image to 1.10.0 (#​2119)
  • feat: attach: attestation: allow passing multiple payloads (#​2085)
  • Resolves #​522 set Created date to time of execution (#​2108)
  • Fix field names in the vulnerability attestation (#​2099)
  • Change Result in Vulnerability Attestation to interface{} (#​2096)
  • Improve error message when no sigs/atts are found for an image (#​2101)
  • add flag to allow skipping upload to transparency log (#​2089)

Documention

  • chore: fix documentation and warning on using untrusted rekor key (#​2124)
  • Enable Scorecard badge (#​2109)

Bug Fixes

Others

  • Bump mikefarah/yq from 4.26.1 to 4.27.2 (#​2116)
  • Bump github.com/open-policy-agent/opa from 0.42.2 to 0.43.0 (#​2115)
  • Bump github.com/xanzy/go-gitlab from 0.69.0 to 0.70.0 (#​2120)
  • Bump google.golang.org/api from 0.90.0 to 0.91.0 (#​2125)
  • Bump google.golang.org/api from 0.89.0 to 0.90.0 (#​2111)
  • Bump github/codeql-action from 2.1.16 to 2.1.17 (#​2112)
  • Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#​2110)
  • Bump google.golang.org/api from 0.88.0 to 0.89.0 (#​2106)
  • Bump imjasonh/setup-ko from 0.4 to 0.5 (#​2107)
  • Introduce a custom error type to classify errors. (#​2114)
  • Bump github.com/hashicorp/go-hclog from 1.2.1 to 1.2.2 (#​2103)
  • remove style jobs and cleanup makefile gofmt and goimports are running already with golangci-lint (#​2105)
  • Bump sigstore/cosign-installer from 2.4.1 to 2.5.0 (#​2100)
  • Remove knative/pkg deps (#​2092)

Contributors

v1.10.0

Compare Source

Enhancements

  • Add env subcommand. (#​2051)
  • feat: cert-extensions verify (#​1626)
  • sign-blob: bundle should work independently (#​2016)
  • Add --oidc-provider flag to specify which provider to use for ambient credentials (#​1998)
  • Use pkg/fulcioroots and pkg/tuf from sigstore/sigstore (#​1866)
  • Add --platform flag to cosign sbom download (#​1975)
  • Route deprectated -version to subcommand (#​1854)
  • Add cyclonedx predicate type for attestations (#​1977)
  • Updated Azure kms commands. (#​1972)
  • Add spdxjson predicate type for attestations (#​1974)
  • Drop tuf client dependency on GCS client library (#​1967)
  • feat(fulcioroots): singleton error pattern (#​1965)
  • tuf: improve TUF client concurrency and caching (#​1953)
  • Separate RegExp matching of issuer/subject from strict (#​1956)

Documention

  • update design doc link (#​2077)
  • specs: fix list formatting on SIGNATURE_SPEC (#​2030)
  • public-key: fix command description (#​2024)
  • docs(readme): add installation steps for container image for cosign binary (#​1986)
  • Add Cloudsmith Container Registry to tested registry list (#​1966)

Bug Fixes

  • Fix OIDC test (#​2050)
  • Use cosign.ConfirmPrompt more consistently (#​2039)
  • chore: add note about SIGSTORE_REKOR_PUBLIC_KEY (#​2040)
  • Fix #​1378 create new attestation signature in replace mode if not existent (#​2014)
  • encrypt values to create the github action secret (#​1990)
  • fix/update post build job (#​1983)
  • fix typos (#​1982)

Others

  • Bump github.com/hashicorp/vault/sdk from 0.5.2 to 0.5.3 (#​2079)
  • Bump github.com/go-openapi/strfmt from 0.21.2 to 0.21.3 (#​2078)
  • Bump google.golang.org/api from 0.87.0 to 0.88.0 (#​2081)
  • Remove hack/tools.go (#​2080)
  • Remove replace directives in go.mod. (#​2070)
  • Bump mikefarah/yq from 4.25.3 to 4.26.1 (#​2076)
  • Bump github.com/xanzy/go-gitlab from 0.68.2 to 0.69.0 (#​2075)
  • Bump actions/dependency-review-action from 2.0.2 to 2.0.4 (#​2073)
  • Bump google.golang.org/api from 0.86.0 to 0.87.0 (#​2064)
  • chore(deps): CycloneDX PredicateType changed to use in-toto-golang (#​2067)
  • Bump github.com/open-policy-agent/opa from 0.42.0 to 0.42.2 (#​2063)
  • Bump google.golang.org/grpc from 1.47.0 to 1.48.0 (#​2062)
  • Bump actions/setup-go from 3.2.0 to 3.2.1 (#​2060)
  • Bump github/codeql-action from 2.1.15 to 2.1.16 (#​2065)
  • Bump actions/cache from 3.0.4 to 3.0.5 (#​2066)
  • update to go 1.18 (#​2059)
  • Bump github.com/open-policy-agent/opa from 0.35.0 to 0.42.0 (#​2046)
  • update ct/otel and etcd (#​2054)
  • remove tests with 1.21 k8s cluster because it is deprecated and add v1.23/24 (#​2055)
  • Bump sigstore/cosign-installer from 2.4.0 to 2.4.1 (#​2042)
  • Bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 (#​2032)
  • Bump github.com/spiffe/go-spiffe/v2 from 2.1.0 to 2.1.1 (#​2037)
  • Bump github/codeql-action from 2.1.14 to 2.1.15 (#​2038)
  • Bump google.golang.org/api from 0.85.0 to 0.86.0 (#​2036)
  • Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#​2035)
  • Bump ossf/scorecard-action from 1.1.1 to 1.1.2 (#​2033)
  • Bump github.com/xanzy/go-gitlab from 0.68.0 to 0.68.2 (#​2029)
  • Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (#​2026)
  • Attempt to clean up pkg/cosign (#​2018)
  • Bump github/codeql-action from 2.1.13 to 2.1.14 (#​2023)
  • Bump github.com/google/go-containerregistry from 0.9.0 to 0.10.0 (#​2021)
  • Bump mikefarah/yq from 4.25.2 to 4.25.3 (#​2022)
  • Bump google.golang.org/api from 0.84.0 to 0.85.0 (#​2015)
  • Bump github.com/stretchr/testify from 1.7.3 to 1.7.4 (#​2010)
  • Bump github.com/google/go-github/v45 from 45.1.0 to 45.2.0 (#​2011)
  • Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#​2012)
  • Bump github/codeql-action from 2.1.12 to 2.1.13 (#​2013)
  • Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 (#​2009)
  • Bump actions/dependency-review-action from 2.0.1 to 2.0.2 (#​2001)
  • Bump github.com/hashicorp/vault/sdk from 0.5.1 to 0.5.2 (#​1996)
  • Bump actions/dependency-review-action from 1.0.2 to 2.0.1 (#​2000)
  • Bump google.golang.org/api from 0.83.0 to 0.84.0 (#​1999)
  • Bump sigstore/sigstore to HEAD (#​1995)
  • Bump github.com/hashicorp/vault/sdk from 0.5.0 to 0.5.1 (#​1988)
  • cleanup ci job and remove policy-controller references (#​1981)
  • Bump google.golang.org/api from 0.82.0 to 0.83.0 (#​1979)
  • cleanup: unexport kubernetes.Client method (#​1973)
  • Remove policy-controller now that it lives in sigstore/policy-controller (#​1976)
  • Bump sigstore/cosign-installer from 2.3.0 to 2.4.0 (#​1980)
  • Bump actions/cache from 3.0.3 to 3.0.4 (#​1970)
  • Bump github.com/hashicorp/go-hclog from 1.2.0 to 1.2.1 (#​1968)
  • Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#​1963)
  • Bump google.golang.org/grpc from 1.46.2 to 1.47.0 (#​1943)
  • Bump github.com/hashicorp/go-secure-stdlib/parseutil from 0.1.5 to 0.1.6 (#​1958)
  • replace gcr.io/distroless/ to use ghcr.io/distroless/ (#​1961)
  • Bump github/codeql-action from 2.1.11 to 2.1.12 (#​1951)
  • Bump google.golang.org/api from 0.81.0 to 0.82.0 (#​1948)

Contributors

v1.9.0

Compare Source

Enhancements

  • Do not push to public rekor. (#​1931)
  • Add privacy statement for PII storage (#​1909)
  • Add support for "**" in image glob matching (#​1914)
  • [cosigned] Rename cosigned references to policy-controller (#​1893)
  • [cosigned] Remove undefined apiGroups from policy clusterrole (#​1896)
  • tree: support --attachment-tag-prefix (#​1900)
  • v1beta1 API for cosigned (#​1890)
  • tree: only report artifacts that are present (#​1872)
  • Check certificate policy flags with only a certificate (#​1869)
  • Normalize certificate flag names (#​1868)
  • Add rekor.0.pub TUF target to unit tests (#​1860)
  • If SBOM ref has .json suffix, assume JSON mediatype (#​1859)
  • sget: Enable KMS providers for sget (#​1852)
  • Use filepath match instead of glob (#​1842)
  • cosigned: Fix podAntiAffinity labels (#​1841)
  • Add function to explictly request a certain provider (#​1837)
  • Validate tlog entry when verifying signature via public key. (#​1833)
  • New flag --oidc-providers-disable to disable OIDC providers (#​1832)
  • Add auth flow option to KeyOpts. (#​1827)
  • cosigned: Test unsupported KMS providers (#​1820)
  • Refactor fulcio signer to take in KeyOpts (take 2) (#​1818)
  • feat: add rego policy support (#​1817)
  • [Cosigned] Add signature pull secrets (#​1805)
  • Check failure message of policy that fails with issuer mismatch (#​1815)
  • Support PKCS1 encoded and non-ECDSA CT log public keys (#​1806)

Documention

  • update README with ebpf modules (#​1888)
  • Point git commmit FUN.md to gitsign! (#​1874)
  • Add IBM Cloud Container Registry to tested registry list (#​1856)
  • Document Staging instance usage with Keyless (#​1824)

Bug Fixes

  • fix: fix #​1930 for AWS KMS formats (#​1946)
  • fix: fix fetching updated targets from TUF root (#​1921)
  • Fix piv-tool generate-key command in TOKENS doc (#​1850)

Others

  • remove deprecation (#​1952)
  • Bump github.com/aws/aws-sdk-go-v2 from 1.14.0 to 1.16.4 (#​1949)
  • update cross-builder image to use go1.17.11 (#​1950)
  • Bump ossf/scorecard-action from 1.1.0 to 1.1.1 (#​1945)
  • Bump github.com/secure-systems-lab/go-securesystemslib (#​1944)
  • Bump actions/cache from 3.0.2 to 3.0.3 (#​1937)
  • Bump mikefarah/yq from 4.25.1 to 4.25.2 (#​1933)
  • Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#​1924)
  • Bump github.com/hashicorp/vault/sdk from 0.4.1 to 0.5.0 (#​1926)
  • Bump actions/setup-go from 3.1.0 to 3.2.0 (#​1927)
  • Bump actions/dependency-review-action from 1.0.1 to 1.0.2 (#​1915)
  • Bump google-github-actions/auth from 0.7.3 to 0.8.0 (#​1916)
  • Bump ossf/scorecard-action from 1.0.4 to 1.1.0 (#​1922)
  • Bump google.golang.org/api from 0.80.0 to 0.81.0 (#​1918)
  • Bump github.com/armon/go-metrics from 0.3.11 to 0.4.0 (#​1919)
  • Bump github.com/xanzy/go-gitlab from 0.66.0 to 0.68.0 (#​1920)
  • Bump github.com/xanzy/go-gitlab from 0.65.0 to 0.66.0 (#​1913)
  • Move deprecated dependency: google/trillian/merkle to transparency-dev (#​1910)
  • Bump github.com/hashicorp/go-version from 1.4.0 to 1.5.0 (#​1902)
  • Bump github.com/hashicorp/go-secure-stdlib/parseutil from 0.1.4 to 0.1.5 (#​1883)
  • Bump cloud.google.com/go/storage from 1.22.0 to 1.22.1 (#​1906)
  • Bump actions/upload-artifact from 3.0.0 to 3.1.0 (#​1907)
  • The timeout arg in golangci-lint has been moved to the generic args param. (#​1901)
  • Update go-tuf (#​1894)
  • Bump google.golang.org/api from 0.79.0 to 0.80.0 (#​1897)
  • Bump google-github-actions/auth from 0.7.2 to 0.7.3 (#​1898)
  • Bump github/codeql-action from 2.1.10 to 2.1.11 (#​1891)
  • Update github.com/google/go-containerregistry/pkg/authn/k8schain module to f1b065c (#​1889)
  • Remove dependency on deprecated github.com/pkg/errors (#​1887)
  • Bump google.golang.org/grpc from 1.46.0 to 1.46.2 (#​1884)
  • Bump google-github-actions/auth from 0.7.1 to 0.7.2 (#​1886)
  • go.mod: format go.mod (#​1879)
  • chore: remove regex from image pattern (#​1873)
  • Bump actions/dependency-review-action (#​1875)
  • Bump actions/github-script from 6.0.0 to 6.1.0 (#​1876)
  • Bump actions/setup-go from 3.0.0 to 3.1.0 (#​1870)
  • Update go to 1.17.10 / cosign image to 1.18.0 and actions setup go (#​1861)
  • Bump github/codeql-action from 2.1.9 to 2.1.10 (#​1863)
  • Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#​1864)
  • Bump google.golang.org/api from 0.78.0 to 0.79.0 (#​1858)
  • Bump github.com/xanzy/go-gitlab from 0.64.0 to 0.65.0 (#​1857)
  • Bump github.com/go-openapi/runtime from 0.24.0 to 0.24.1 (#​1851)
  • remove exclude from go.mod (#​1846)
  • Bump github.com/hashicorp/go-plugin from 1.4.3 to 1.4.4 (#​1843)
  • Bump google.golang.org/api from 0.77.0 to 0.78.0 (#​1838)
  • Bump mikefarah/yq from 4.24.5 to 4.25.1 (#​1831)
  • Bump google.golang.org/api from 0.76.0 to 0.77.0 (#​1829)
  • Bump github.com/go-openapi/runtime from 0.23.3 to 0.24.0 (#​1830)
  • Bump github.com/spiffe/go-spiffe/v2 from 2.0.0 to 2.1.0 (#​1828)
  • chore(deps): Included dependency review (#​1792)
  • Bump sigstore/cosign-installer from 2.2.1 to 2.3.0 (#​1813)
  • Bump github/codeql-action from 2.1.8 to 2.1.9 (#​1814)
  • Bump google.golang.org/api from 0.75.0 to 0.76.0 (#​1810)
  • Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (#​1809)
  • Bump github.com/armon/go-metrics from 0.3.10 to 0.3.11 (#​1808)

Contributors

v1.8.0

Compare Source

NOTE: If you use Fulcio to issue certificates you will need to use this release.

Enhancements

  • Support PKCS1 encoded and non-ECDSA CT log public keys (#​1806)
  • Load in intermediate cert pool from TUF (#​1804)
  • Don't fail open in VerifyBundle (#​1648)
  • Handle context cancelled properly + tests. (#​1796)
  • Allow passing keys via environment variables (env:// refs) (#​1794)
  • Add parallelization for processing policies / authorities. (#​1795)
  • Attestations + policy in cip. (#​1772)
  • Refactor fulcio signer to take in KeyOpts. (#​1788)
  • Remove the dependency on v1alpha1.Identity which brings in (#​1790)
  • Add Fulcio intermediate CA certificate to intermediate pool (#​1774)
  • Cosigned validate against remote sig src (#​1754)
  • tuf: add debug info if tuf update fails (#​1766)
  • Break the CIP action tests into a sh script. (#​1767)
  • [policy-webhook] The webhooks name is now configurable via --(validating|mutating)-webhook-name flags (#​1757)
  • Verify embedded SCTs (#​1731)
  • Validate issuer/subject regexp in validate webhook. (#​1761)
  • Add intermediate CA certificate pool for Fulcio (#​1749)
  • [cosigned] The webhook name is now configurable via --webhook-name flag (#​1726)
  • Use bundle log ID to find verification key (#​1748)
  • Refactor policy related code, add support for vuln verify (#​1747)
  • Create convert functions for internal CIP (#​1736)
  • Move the KMS integration imports into the binary entrypoints (#​1744)

Bug Fixes

  • Fix a bug where an error would send duplicate results. (#​1797)
  • fix: more informative error (#​1778)
  • fix: add support for rsa keys (#​1768)
  • Implement identities, fix bug in webhook validation. (#​1759)

Others

  • update changelog for 1.8.0 (#​1807)
  • add changelog for release v1.8.0 (#​1803)
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.0 to 0.7.1 (#​1758)
  • Bump google-github-actions/auth from 0.7.0 to 0.7.1 (#​1801)
  • Bump google.golang.org/grpc from 1.45.0 to 1.46.0 (#​1800)
  • Bump github.com/xanzy/go-gitlab from 0.63.0 to 0.64.0 (#​1799)
  • Revert "Refactor fulcio signer to take in KeyOpts. (#​1788)" (#​1798)
  • chore: add rego function to consume modules (#​1787)
  • test: add cue unit tests (#​1791)
  • Run update-codegen. (#​1789)
  • Bump actions/checkout from 3.0.1 to 3.0.2 (#​1783)
  • Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 (#​1782)
  • Bump k8s.io/code-generator from 0.23.5 to 0.23.6 (#​1781)
  • Bump google.golang.org/api from 0.74.0 to 0.75.0 (#​1780)
  • Bump cuelang.org/go from 0.4.2 to 0.4.3 (#​1779)
  • Bump codecov/codecov-action from 3.0.0 to 3.1.0 (#​1784)
  • Bump actions/checkout from 3.0.0 to 3.0.1 (#​1764)
  • Bump mikefarah/yq from 4.24.4 to 4.24.5 (#​1765)
  • chore: add warning when downloading a sBOM (#​1763)
  • chore: add warn when attaching sBOM (#​1756)
  • Bump sigstore/cosign-installer from 2.2.0 to 2.2.1 (#​1752)
  • update go builder and cosign images (#​1755)
  • test: create fake TUF test root and create test SETs for verification (#​1750)
  • Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#​1751)
  • Bump mikefarah/yq from 4.24.2 to 4.24.4 (#​1746)
  • Bump github.com/xanzy/go-gitlab from 0.62.0 to 0.63.0 (#​1745)

Contributors

v1.7.2

Compare Source

Bug Fixes

  • Make public all types required to use ValidatePolicy (#​1727)
  • fix: add permissions to patch events (#​1722)
  • Fix publicKey unmarshal (#​1719)
  • Update release job (#​1720)
  • Makefile: fix directory not found error (#​1718)

Others

  • Remove newline from download sbom output (#​1732)
  • Bump github.com/hashicorp/go-uuid from 1.0.2 to 1.0.3 (#​1724)
  • Add unit tests for IntotoAttestation verifier. (#​1728)
  • Bump github/codeql-action from 2.1.7 to 2.1.8 (#​1725)
  • Bump cloud.google.

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants