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: redhat-openshift-ecosystem/openshift-preflight
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.12.1
Choose a base ref
...
head repository: redhat-openshift-ecosystem/openshift-preflight
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.13.0
Choose a head ref
  • 4 commits
  • 23 files changed
  • 2 contributors

Commits on Mar 24, 2025

  1. Bump the prod-dependencies group across 1 directory with 8 updates

    Bumps the prod-dependencies group with 7 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.22.2` | `2.23.0` |
    | [github.com/operator-framework/api](https://github.com/operator-framework/api) | `0.29.0` | `0.30.0` |
    | [github.com/spf13/afero](https://github.com/spf13/afero) | `1.12.0` | `1.14.0` |
    | [github.com/spf13/viper](https://github.com/spf13/viper) | `1.19.0` | `1.20.0` |
    | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.2` | `0.32.3` |
    | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.2` | `0.32.3` |
    | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.20.2` | `0.20.3` |
    
    
    
    Updates `github.com/onsi/ginkgo/v2` from 2.22.2 to 2.23.0
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.22.2...v2.23.0)
    
    Updates `github.com/operator-framework/api` from 0.29.0 to 0.30.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.29.0...v0.30.0)
    
    Updates `github.com/spf13/afero` from 1.12.0 to 1.14.0
    - [Release notes](https://github.com/spf13/afero/releases)
    - [Commits](spf13/afero@v1.12.0...v1.14.0)
    
    Updates `github.com/spf13/viper` from 1.19.0 to 1.20.0
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.19.0...v1.20.0)
    
    Updates `k8s.io/api` from 0.32.2 to 0.32.3
    - [Commits](kubernetes/api@v0.32.2...v0.32.3)
    
    Updates `k8s.io/apimachinery` from 0.32.2 to 0.32.3
    - [Commits](kubernetes/apimachinery@v0.32.2...v0.32.3)
    
    Updates `k8s.io/client-go` from 0.32.2 to 0.32.3
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.32.2...v0.32.3)
    
    Updates `sigs.k8s.io/controller-runtime` from 0.20.2 to 0.20.3
    - [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.20.2...v0.20.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod-dependencies
    - dependency-name: github.com/operator-framework/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod-dependencies
    - dependency-name: github.com/spf13/afero
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod-dependencies
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod-dependencies
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod-dependencies
    - dependency-name: k8s.io/apimachinery
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod-dependencies
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod-dependencies
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and acornett21 committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    3fb21e3 View commit details
    Browse the repository at this point in the history
  2. add missing WithManifestListDigest assertion to check container test

    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    ce42f9f View commit details
    Browse the repository at this point in the history
  3. updating operator-sdk to version 1.39.1 to address CVE's

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

Commits on Apr 15, 2025

  1. adding a new container policy for konflux pipeline execution

    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 authored and komish committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    39da695 View commit details
    Browse the repository at this point in the history
Loading