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: kubernetes-sigs/release-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.2
Choose a base ref
...
head repository: kubernetes-sigs/release-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.3
Choose a head ref
  • 6 commits
  • 29 files changed
  • 4 contributors

Commits on May 29, 2024

  1. Add support for sending HTTP HEAD requests

    Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
    xmudrii committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ddff40c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from xmudrii/http-head

    Add support for sending HTTP HEAD requests
    k8s-ci-robot authored May 29, 2024
    Configuration menu
    Copy the full SHA
    e30fa4b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. build(deps): bump github.com/spf13/cobra in the all group

    Bumps the all group with 1 update: [github.com/spf13/cobra](https://github.com/spf13/cobra).
    
    
    Updates `github.com/spf13/cobra` from 1.8.0 to 1.8.1
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.8.0...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c85f3b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Merge pull request #105 from kubernetes-sigs/dependabot/go_modules/al…

    …l-f8a8197bb4
    
    build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in the all group
    k8s-ci-robot authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a8e8df7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Update golangci-lint and fix lints

    Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
    saschagrunert committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1e6967e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from saschagrunert/lint

    Update golangci-lint and fix lints
    k8s-ci-robot authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    24b0b7a View commit details
    Browse the repository at this point in the history
Loading