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.62.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.63.0
Choose a head ref
  • 11 commits
  • 12 files changed
  • 5 contributors

Commits on Jan 27, 2026

  1. fix dropped :latest tag publication from migration to goreleaser v2.1…

    …2 and go1.25 (#1891)
    
    Signed-off-by: grokspawn <jordan@nimblewidget.com>
    grokspawn authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    4e96664 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/docker/cli (#1890)

    Bumps [github.com/docker/cli](https://github.com/docker/cli) from 29.1.5+incompatible to 29.2.0+incompatible.
    - [Commits](docker/cli@v29.1.5...v29.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/cli
      dependency-version: 29.2.0+incompatible
      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 Jan 27, 2026
    Configuration menu
    Copy the full SHA
    d918a5a View commit details
    Browse the repository at this point in the history
  3. Bump the k8s-dependencies with additional fixes (#1892)

    * 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.34.3 to 0.35.0
    - [Commits](kubernetes/api@v0.34.3...v0.35.0)
    
    Updates `k8s.io/apiextensions-apiserver` from 0.34.3 to 0.35.0
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.34.3...v0.35.0)
    
    Updates `k8s.io/apimachinery` from 0.34.3 to 0.35.0
    - [Commits](kubernetes/apimachinery@v0.34.3...v0.35.0)
    
    Updates `k8s.io/client-go` from 0.34.3 to 0.35.0
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.34.3...v0.35.0)
    
    Updates `sigs.k8s.io/controller-runtime` from 0.22.4 to 0.23.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.22.4...v0.23.0)
    
    Updates `sigs.k8s.io/kind` from 0.30.0 to 0.31.0
    - [Release notes](https://github.com/kubernetes-sigs/kind/releases)
    - [Commits](kubernetes-sigs/kind@v0.30.0...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-version: 0.35.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-version: 0.35.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apimachinery
      dependency-version: 0.35.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/client-go
      dependency-version: 0.35.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.23.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    - dependency-name: sigs.k8s.io/kind
      dependency-version: 0.31.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: k8s-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fix deprecated fake.NewSimpleClientset usage
    
    Replace deprecated fake.NewSimpleClientset() with fake.NewClientset()
    to resolve staticcheck SA1019 warning in configmap tests.
    
    Signed-off-by: Todd Short <todd.short@me.com>
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
    
    * Update containerd registry config to new format
    
    Replace deprecated registry.mirrors syntax with the new config_path
    approach and hosts.toml file configuration. This fixes e2e test
    failures with Kubernetes 1.35.0 where the deprecated containerd
    configuration causes kubeadm init to fail.
    
    The new approach:
    - Sets config_path = "/etc/containerd/certs.d" in containerd config
    - Creates hosts.toml files on each node to configure the registry mirror
    - Follows the official kind local registry documentation
    
    Fixes compatibility with kind v0.31.0 and Kubernetes v1.35.0.
    
    Signed-off-by: Todd Short <todd.short@me.com>
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Todd Short <todd.short@me.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
    3 people authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    07c84f1 View commit details
    Browse the repository at this point in the history
  4. Bump sigs.k8s.io/controller-runtime (#1893)

    Bumps the k8s-dependencies group with 1 update in the / directory: [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime).
    
    
    Updates `sigs.k8s.io/controller-runtime` from 0.23.0 to 0.23.1
    - [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.23.0...v0.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-version: 0.23.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    485394b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 (#1894)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.27.5 to 2.28.1.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.27.5...v2.28.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-version: 2.28.1
      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 Feb 3, 2026
    Configuration menu
    Copy the full SHA
    a2eb1a3 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/docker/cli (#1896)

    Bumps [github.com/docker/cli](https://github.com/docker/cli) from 29.2.0+incompatible to 29.2.1+incompatible.
    - [Commits](docker/cli@v29.2.0...v29.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/cli
      dependency-version: 29.2.1+incompatible
      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 Feb 3, 2026
    Configuration menu
    Copy the full SHA
    ff70250 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/onsi/gomega from 1.39.0 to 1.39.1 (#1895)

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.39.0 to 1.39.1.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.39.0...v1.39.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-version: 1.39.1
      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 Feb 3, 2026
    Configuration menu
    Copy the full SHA
    501f99b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e8ef11 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. Bump github.com/operator-framework/api from 0.38.0 to 0.39.0 (#1900)

    Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.38.0 to 0.39.0.
    - [Release notes](https://github.com/operator-framework/api/releases)
    - [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md)
    - [Commits](operator-framework/api@v0.38.0...v0.39.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/operator-framework/api
      dependency-version: 0.39.0
      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 Feb 4, 2026
    Configuration menu
    Copy the full SHA
    fa08e28 View commit details
    Browse the repository at this point in the history
  2. fix CreateTemplateByType regression (#1899)

    Signed-off-by: grokspawn <jordan@nimblewidget.com>
    grokspawn authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    38743e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8e92c4 View commit details
    Browse the repository at this point in the history
Loading