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

Commits on Jul 8, 2025

  1. re-generate scaffolding post release

    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    385b275 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Bump helm.sh/helm/v3 from 3.18.3 to 3.18.4 (#6970)

    Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.18.3 to 3.18.4.
    - [Release notes](https://github.com/helm/helm/releases)
    - [Commits](helm/helm@v3.18.3...v3.18.4)
    
    ---
    updated-dependencies:
    - dependency-name: helm.sh/helm/v3
      dependency-version: 3.18.4
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    4aeffa7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. fix typo of filename kustomization.yaml (#6974)

    Signed-off-by: Scott Trent <trent@jp.ibm.com>
    trent-s authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    35e7864 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Fix missing +/- prefixes in migration diff for v1.39.0.md (#6975)

    Improves readability when migrating to v1.39.0
    
    Signed-off-by: Simon Shine <simon@simonshine.dk>
    sshine authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    ed4df85 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Bump github.com/docker/docker (#6976)

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.2.2+incompatible to 28.3.3+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v28.2.2...v28.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-version: 28.3.3+incompatible
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    bbee393 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Bump helm.sh/helm/v3 from 3.18.4 to 3.18.5 (#6986)

    Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.18.4 to 3.18.5.
    - [Release notes](https://github.com/helm/helm/releases)
    - [Commits](helm/helm@v3.18.4...v3.18.5)
    
    ---
    updated-dependencies:
    - dependency-name: helm.sh/helm/v3
      dependency-version: 3.18.5
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    9755c82 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#6989)

    Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.3.0 to 2.4.0.
    - [Release notes](https://github.com/go-viper/mapstructure/releases)
    - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
    - [Commits](go-viper/mapstructure@v2.3.0...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-viper/mapstructure/v2
      dependency-version: 2.4.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    d96a807 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 4 to 5 (#6980)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    ff54094 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 (#6993)

    Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.12 to 0.5.14.
    - [Commits](ulikunitz/xz@v0.5.12...v0.5.14)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ulikunitz/xz
      dependency-version: 0.5.14
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    83d7c06 View commit details
    Browse the repository at this point in the history
  2. use go version from builder image, instead of downloading in Dockerfi…

    …le (#6996)
    
    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    25b1186 View commit details
    Browse the repository at this point in the history
  3. updating go and various dependencies (#6997)

    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    e27207c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Bump actions/setup-go from 5 to 6 (#6998)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    8c4d551 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. update observability docs to align with prometheus's docs (#7000)

    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    8eddc56 View commit details
    Browse the repository at this point in the history
  2. add support to scaffold oci helm registry charts (#6999)

    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    cef8969 View commit details
    Browse the repository at this point in the history
  3. updating ansible plugin to v1.40.0 and corresponding dependencies (#7001

    )
    
    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    89b409b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Bump github.com/containerd/containerd from 1.7.28 to 1.7.29 (#7008)

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.28 to 1.7.29.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.7.28...v1.7.29)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-version: 1.7.29
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    a42936a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. updating ansible plugin to v1.42.0 and corresponding dependencies (#7010

    )
    
    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    5295051 View commit details
    Browse the repository at this point in the history
  2. moving 1.25 website from netlify to gh

    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    8cf170b View commit details
    Browse the repository at this point in the history
  3. Release v1.42.0 (#7011)

    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    1b9cb8d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. update signing keys (#7017)

    Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
    joelanford authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    ab5563d View commit details
    Browse the repository at this point in the history
Loading