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: servicebinding/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: servicebinding/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 12 commits
  • 19 files changed
  • 2 contributors

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    64cd168 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. --- (#421)

    dependabot[bot] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    0876134 View commit details
    Browse the repository at this point in the history
  2. --- (#422)

    dependabot[bot] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    a3c1d8d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    bd2d03e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    4708cec View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    3fb9600 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Keep kube-rbac-proxy images up to date (#425)

    Kubebuilder includes a kube-rbac-proxy sidecar with the controller
    deployment, but provides no mechanism to keep that image up to date.
    
    We now use dependabot to consume new upstream releases of the proxy go
    module, and build that source into an image as part of `make deploy` and
    the regular CI release via `ko`.
    
    Signed-off-by: Scott Andrews <scott@andrews.me>
    scothis authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    38547f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    0a1e429 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Bump k8s.io/component-base in /hack/kube-rbac-proxy (#431)

    Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base) from 0.30.1 to 0.30.2.
    - [Commits](kubernetes/component-base@v0.30.1...v0.30.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/component-base
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    aa81d34 View commit details
    Browse the repository at this point in the history
  2. Bump the kubernetes group with 3 updates (#430)

    Bumps the kubernetes group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go).
    
    
    Updates `k8s.io/api` from 0.30.1 to 0.30.2
    - [Commits](kubernetes/api@v0.30.1...v0.30.2)
    
    Updates `k8s.io/apimachinery` from 0.30.1 to 0.30.2
    - [Commits](kubernetes/apimachinery@v0.30.1...v0.30.2)
    
    Updates `k8s.io/client-go` from 0.30.1 to 0.30.2
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.30.1...v0.30.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: kubernetes
    - dependency-name: k8s.io/apimachinery
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: kubernetes
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: kubernetes
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    820f1b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Update reconciler.io/dies to 0.13.0 (#432)

    * Update reconciler.io/dies to 0.13.0
    
    Signed-off-by: Scott Andrews <scott@andrews.me>
    
    * Gernerate die mutation methods where possible
    
    Signed-off-by: Scott Andrews <scott@andrews.me>
    
    ---------
    
    Signed-off-by: Scott Andrews <scott@andrews.me>
    scothis authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    32b3ba5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Bump golang.org/x/tools from 0.22.0 to 0.23.0 in /hack/goimports (#433)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.22.0 to 0.23.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2a8dd8a View commit details
    Browse the repository at this point in the history
Loading