-
Notifications
You must be signed in to change notification settings - Fork 262
Comparing changes
Open a pull request
base repository: operator-framework/operator-registry
base: v1.62.0
head repository: operator-framework/operator-registry
compare: v1.63.0
- 11 commits
- 12 files changed
- 5 contributors
Commits on Jan 27, 2026
-
fix dropped :latest tag publication from migration to goreleaser v2.1…
…2 and go1.25 (#1891) Signed-off-by: grokspawn <jordan@nimblewidget.com>
Configuration menu - View commit details
-
Copy full SHA for 4e96664 - Browse repository at this point
Copy the full SHA 4e96664View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d918a5a - Browse repository at this point
Copy the full SHA d918a5aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 07c84f1 - Browse repository at this point
Copy the full SHA 07c84f1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 485394b - Browse repository at this point
Copy the full SHA 485394bView commit details
Commits on Feb 3, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for a2eb1a3 - Browse repository at this point
Copy the full SHA a2eb1a3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ff70250 - Browse repository at this point
Copy the full SHA ff70250View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 501f99b - Browse repository at this point
Copy the full SHA 501f99bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e8ef11 - Browse repository at this point
Copy the full SHA 0e8ef11View commit details
Commits on Feb 4, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for fa08e28 - Browse repository at this point
Copy the full SHA fa08e28View commit details -
fix CreateTemplateByType regression (#1899)
Signed-off-by: grokspawn <jordan@nimblewidget.com>
Configuration menu - View commit details
-
Copy full SHA for 38743e0 - Browse repository at this point
Copy the full SHA 38743e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8e92c4 - Browse repository at this point
Copy the full SHA f8e92c4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.62.0...v1.63.0