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/api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.39.0
Choose a base ref
...
head repository: operator-framework/api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.40.0
Choose a head ref
  • 3 commits
  • 16 files changed
  • 3 contributors

Commits on Feb 17, 2026

  1. Bump the k8s-dependencies group with 4 updates (#478)

    Bumps the k8s-dependencies group with 4 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver), [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.35.0 to 0.35.1
    - [Commits](kubernetes/api@v0.35.0...v0.35.1)
    
    Updates `k8s.io/apiextensions-apiserver` from 0.35.0 to 0.35.1
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.35.0...v0.35.1)
    
    Updates `k8s.io/apimachinery` from 0.35.0 to 0.35.1
    - [Commits](kubernetes/apimachinery@v0.35.0...v0.35.1)
    
    Updates `k8s.io/client-go` from 0.35.0 to 0.35.1
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.35.0...v0.35.1)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-version: 0.35.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-version: 0.35.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/apimachinery
      dependency-version: 0.35.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-dependencies
    - dependency-name: k8s.io/client-go
      dependency-version: 0.35.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 Feb 17, 2026
    Configuration menu
    Copy the full SHA
    1b5c3ea View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. add bundle relatedimage image pullspec validation (#475)

    Signed-off-by: grokspawn <jordan@nimblewidget.com>
    grokspawn authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    63554ab View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Add OpenAPIModelName() generation for v1alpha1 and lib/version types (#…

    …477)
    
    Use openapi-gen from k8s.io/kube-openapi to generate OpenAPIModelName()
    accessor functions and OpenAPI schema definitions.
    
    * Add openapi-gen to bingo.
    * add +k8s:openapi-gen and +k8s:openapi-model-package markers to pkg/operators/v1alpha1 and pkg/lib/version.
    * Add a generate-openapi Makefile target.
    * Remove broken empty +patchMergeKey tag from SubscriptionStatus.CatalogHealth that blocked generation.
    
    
    Assisted-By: Claude
    
    Signed-off-by: Todd Short <todd.short@me.com>
    tmshort authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    7641ce3 View commit details
    Browse the repository at this point in the history
Loading