Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sigstore/rekor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: sigstore/rekor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.2
Choose a head ref
  • 10 commits
  • 82 files changed
  • 3 contributors

Commits on Sep 2, 2025

  1. build(deps): Bump google-github-actions/auth from 2.1.12 to 3.0.0

    Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.12 to 3.0.0.
    - [Release notes](https://github.com/google-github-actions/auth/releases)
    - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
    - [Commits](google-github-actions/auth@b7593ed...7c6bc77)
    
    ---
    updated-dependencies:
    - dependency-name: google-github-actions/auth
      dependency-version: 3.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and cpanato committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    df875f1 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump github/codeql-action in the all group (#2602)

    Bumps the all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/codeql-action` from 3.29.11 to 3.30.0
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@3c3833e...2d92b76)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 3.30.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    a9fb9d9 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump the all group with 3 updates (#2599)

    Bumps the all group with 3 updates: [github.com/spf13/pflag](https://github.com/spf13/pflag), [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) and [github.com/stretchr/testify](https://github.com/stretchr/testify).
    
    
    Updates `github.com/spf13/pflag` from 1.0.7 to 1.0.9
    - [Release notes](https://github.com/spf13/pflag/releases)
    - [Commits](spf13/pflag@v1.0.7...v1.0.9)
    
    Updates `github.com/go-chi/chi/v5` from 5.2.2 to 5.2.3
    - [Release notes](https://github.com/go-chi/chi/releases)
    - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
    - [Commits](go-chi/chi@v5.2.2...v5.2.3)
    
    Updates `github.com/stretchr/testify` from 1.11.0 to 1.11.1
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.11.0...v1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/pflag
      dependency-version: 1.0.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: github.com/go-chi/chi/v5
      dependency-version: 5.2.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: github.com/stretchr/testify
      dependency-version: 1.11.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    c992443 View commit details
    Browse the repository at this point in the history
  4. optimize performance of regex operations (#2603)

    * optimize performance of regex operations
    
    Signed-off-by: Bob Callaway <[email protected]>
    
    * make consistent
    
    Signed-off-by: Bob Callaway <[email protected]>
    
    ---------
    
    Signed-off-by: Bob Callaway <[email protected]>
    bobcallaway authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    5239bdb View commit details
    Browse the repository at this point in the history
  5. move to direct decoding instead of mapstructure (#2598)

    * move to direct decoding instead of mapstructure
    
    Signed-off-by: Bob Callaway <[email protected]>
    
    * add license headers
    
    Signed-off-by: Bob Callaway <[email protected]>
    
    * Add missing fuzzers
    
    Signed-off-by: Bob Callaway <[email protected]>
    
    * gofmt
    
    Signed-off-by: Bob Callaway <[email protected]>
    
    ---------
    
    Signed-off-by: Bob Callaway <[email protected]>
    bobcallaway authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    58c9f25 View commit details
    Browse the repository at this point in the history
  6. build(deps): Bump github.com/go-openapi/swag from 0.23.1 to 0.24.1 (#…

    …2600)
    
    * build(deps): Bump github.com/go-openapi/swag from 0.23.1 to 0.24.1
    
    Bumps [github.com/go-openapi/swag](https://github.com/go-openapi/swag) from 0.23.1 to 0.24.1.
    - [Commits](go-openapi/swag@v0.23.1...v0.24.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-openapi/swag
      dependency-version: 0.24.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * move away from deprecated methods
    
    Signed-off-by: Bob Callaway <[email protected]>
    
    * remove unused commit
    
    Signed-off-by: Bob Callaway <[email protected]>
    
    * go mod tidy
    
    Signed-off-by: Bob Callaway <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Bob Callaway <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Bob Callaway <[email protected]>
    dependabot[bot] and bobcallaway authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    ec3e380 View commit details
    Browse the repository at this point in the history
  7. build(deps): Bump golang from 1.24.6 to 1.25.0 in the all group (#2587)

    * build(deps): Bump golang from 1.24.6 to 1.25.0 in the all group
    
    Bumps the all group with 1 update: golang.
    
    
    Updates `golang` from 1.24.6 to 1.25.0
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-version: 1.25.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * bump golangci-lint version
    
    Signed-off-by: Bob Callaway <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Bob Callaway <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Bob Callaway <[email protected]>
    dependabot[bot] and bobcallaway authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    fe7e8e6 View commit details
    Browse the repository at this point in the history
  8. process type contents serially (#2604)

    \#vc4a
    
    Signed-off-by: Bob Callaway <[email protected]>
    bobcallaway authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    81a43c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. use pubsub client to check IAM permissions (#2605)

    Signed-off-by: Bob Callaway <[email protected]>
    bobcallaway authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    6f2044d View commit details
    Browse the repository at this point in the history
  2. add changelog for v1.4.2 (#2606)

    Signed-off-by: Bob Callaway <[email protected]>
    bobcallaway authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    2379785 View commit details
    Browse the repository at this point in the history
Loading