Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/sigstore/rekor to v1.3.0 #2100

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/sigstore/rekor require minor v1.2.2 -> v1.3.0

Release Notes

sigstore/rekor (github.com/sigstore/rekor)

v1.3.0

Compare Source

New Features

  • feat: Support publishing new log entries to Pub/Sub topics (#​1580)
  • Change values of Identity.Raw, add fingerprints (#​1628)
  • Extract all subjects from SANs for x509 verifier (#​1632)
  • Fix type comment for Identity struct (#​1619)
  • Refactor Identities API (#​1611)
  • Refactor Verifiers to return multiple keys (#​1601)

Quality Enhancements

Bug Fixes

  • Update openapi.yaml (#​1655)
  • pass transient errors through retrieveLogEntry (#​1653)
  • return full entryID on HTTP 409 responses (#​1650)
  • Update checkpoint link (#​1597)
  • Use correct log index in inclusion proof (#​1599)
  • remove instrumentation library (#​1595)
  • pki: clean up fuzzer (#​1594)
  • alpine: add max metadata size to fuzzer (#​1571)

Contributors

  • AdamKorcz
  • Appu
  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Ceridwen Coghlan
  • Hayden B
  • James Alseth

Configuration

📅 Schedule: 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 is behind base branch, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 31, 2023
@renovate renovate bot force-pushed the renovate/github.com-sigstore-rekor-1.x branch 3 times, most recently from e6204db to 5554b4e Compare September 4, 2023 18:08
@mtrmac
Copy link
Collaborator

mtrmac commented Sep 4, 2023

Go 1.21 has changed the go.mod semantics, so that a go 1.21 line in go.mod requires every single user of a library to also use Go 1.21.

And Rekor has updated to Go 1.21 in sigstore/rekor#1651 , for a dependency in a server-side code we don’t include.

Luckily, for now, there are no code changes to the client between 1.2.2 and 1.3.0, so we don’t need to upgrade. But eventually this will become an issue.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-sigstore-rekor-1.x branch from 5554b4e to 0c6f9f8 Compare September 5, 2023 14:54
@mtrmac
Copy link
Collaborator

mtrmac commented Sep 5, 2023

Closing to avoid a Go bump to 1.21 for now.

@mtrmac mtrmac closed this Sep 5, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Sep 5, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.3.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant