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: operator-framework/operator-registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.59.0
Choose a base ref
...
head repository: operator-framework/operator-registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.60.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 5 contributors

Commits on Sep 17, 2025

  1. Bump the k8s-dependencies group across 1 directory with 6 updates (#1772

    )
    
    * Bump the k8s-dependencies group across 1 directory with 6 updates
    
    Bumps the k8s-dependencies group with 4 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver), [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) and [sigs.k8s.io/kind](https://github.com/kubernetes-sigs/kind).
    
    
    Updates `k8s.io/api` from 0.33.4 to 0.34.0
    - [Commits](kubernetes/api@v0.33.4...v0.34.0)
    
    Updates `k8s.io/apiextensions-apiserver` from 0.33.4 to 0.34.0
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.33.4...v0.34.0)
    
    Updates `k8s.io/apimachinery` from 0.33.4 to 0.34.0
    - [Commits](kubernetes/apimachinery@v0.33.4...v0.34.0)
    
    Updates `k8s.io/client-go` from 0.33.4 to 0.34.0
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.33.4...v0.34.0)
    
    Updates `sigs.k8s.io/controller-runtime` from 0.21.0 to 0.22.0
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.21.0...v0.22.0)
    
    Updates `sigs.k8s.io/kind` from 0.29.0 to 0.30.0
    - [Release notes](https://github.com/kubernetes-sigs/kind/releases)
    - [Commits](kubernetes-sigs/kind@v0.29.0...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apimachinery
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/client-go
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-version: 0.22.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    - dependency-name: sigs.k8s.io/kind
      dependency-version: 0.30.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix failing unit test
    
    Signed-off-by: Per Goncalves da Silva <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Per Goncalves da Silva <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Per Goncalves da Silva <[email protected]>
    dependabot[bot] and Per Goncalves da Silva authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    4cceb63 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Add PodMonitor to supported resources (#1795)

    PodMonitor is a useful resource when monitoring a set of Pods that do not have
    a dedicated Service resource associated. This is helpful if the only reason to
    add them to a Service would be to configure monitoring.
    
    Fixes #1688
    
    Signed-off-by: Moritz Wanzenböck <[email protected]>
    WanzenBug authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    017ab53 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

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

Commits on Oct 3, 2025

  1. update o-f/api as prep for release (#1806)

    Signed-off-by: grokspawn <[email protected]>
    grokspawn authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    8d4a5f9 View commit details
    Browse the repository at this point in the history
Loading