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

Commits on Nov 12, 2025

  1. 🌱 Bump helm.sh/helm/v3 from 3.19.1 to 3.19.2 (#2324)

    Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.19.1 to 3.19.2.
    - [Release notes](https://github.com/helm/helm/releases)
    - [Commits](helm/helm@v3.19.1...v3.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: helm.sh/helm/v3
      dependency-version: 3.19.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    95281f7 View commit details
    Browse the repository at this point in the history
  2. 🌱 Bump certifi from 2025.10.5 to 2025.11.12 (#2326)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.10.5 to 2025.11.12.
    - [Commits](certifi/python-certifi@2025.10.05...2025.11.12)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-version: 2025.11.12
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    7b6be4d View commit details
    Browse the repository at this point in the history
  3. 🌱 Bump pymdown-extensions from 10.16.1 to 10.17.1 (#2327)

    Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.16.1 to 10.17.1.
    - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
    - [Commits](facelessuser/pymdown-extensions@10.16.1...10.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: pymdown-extensions
      dependency-version: 10.17.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    596b821 View commit details
    Browse the repository at this point in the history
  4. 🌱 Bump golang.org/x/mod from 0.29.0 to 0.30.0 (#2325)

    Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.29.0 to 0.30.0.
    - [Commits](golang/mod@v0.29.0...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/mod
      dependency-version: 0.30.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    be43e58 View commit details
    Browse the repository at this point in the history
  5. 🌱 Revision manifest sanitization (#2319)

    * Removes read-only or otherwise ill-advised fields from the manifests applied by revisions.
    
    Assisted-by: Gemini+Claude
    Signed-off-by: Daniel Franz <[email protected]>
    
    * Cleanup, add logging
    
    Signed-off-by: Daniel Franz <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Franz <[email protected]>
    dtfranz authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    c95fc24 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. 🌱 Bump golang.org/x/tools from 0.38.0 to 0.39.0 (#2330)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.38.0 to 0.39.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.38.0...v0.39.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-version: 0.39.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    35e38aa View commit details
    Browse the repository at this point in the history
  2. Only include ClusterExtensionRevision CRD when Boxcutter enabled (#2331)

    Add a check for the BoxcutterRuntime feature-gate before including the
    ClusterExtensionRevision CRD into the manifest.
    
    Signed-off-by: Todd Short <[email protected]>
    tmshort authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    c06f27f View commit details
    Browse the repository at this point in the history
Loading