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.11.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.12.0
Choose a head ref
  • 7 commits
  • 27 files changed
  • 3 contributors

Commits on Dec 16, 2024

  1. Bump github.com/docker/cli in the prod-dependencies group

    Bumps the prod-dependencies group with 1 update: [github.com/docker/cli](https://github.com/docker/cli).
    
    
    Updates `github.com/docker/cli` from 27.3.1+incompatible to 27.4.0+incompatible
    - [Commits](docker/cli@v27.3.1...v27.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/cli
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and acornett21 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    24a1412 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Introduce ability to get profile data

    This exposes two environment variables, PFLT_MEMPROFILE and
    PFLT_CPUPROFILE, that should be set to the path and name of a file to
    write the profile data to. These can then be processed with `go tool
    pprof` for further analysis.
    
    Signed-off-by: Brad P. Crochet <brad@redhat.com>
    bcrochet authored and acornett21 committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    bb48d9c View commit details
    Browse the repository at this point in the history
  2. removing kube-rbac-proxy from test data

    Signed-off-by: Adam D. Cornett <adc@redhat.com>
    acornett21 committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    1606c82 View commit details
    Browse the repository at this point in the history
  3. feat: allow Setuid/Setgid bits to be removed

    Removal of setuid/setgid bits should be allowed, as this can be seen
    only as increasing security. Caveat emptor should this removal cause
    a workload to subsequently fail.
    
    Signed-off-by: Brad P. Crochet <brad@redhat.com>
    bcrochet authored and acornett21 committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    bec6343 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Add certification-component-id flag

    This flag deprecates the certification-project-id flag. The field has
    been changed on the server side, and in certification documentation.
    
    Fixes #1185
    
    Signed-off-by: Brad P. Crochet <brad@redhat.com>
    bcrochet authored and acornett21 committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    0561ec2 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Bump sigstore/cosign-installer from 3.7.0 to 3.8.0

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.7.0 to 3.8.0.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@dc72c7d...c56c2d3)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and acornett21 committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    249f279 View commit details
    Browse the repository at this point in the history
  2. Bump the prod-dependencies group across 1 directory with 13 updates

    Bumps the prod-dependencies group with 8 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/docker/cli](https://github.com/docker/cli) | `27.4.0+incompatible` | `27.5.1+incompatible` |
    | [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.20.2` | `0.20.3` |
    | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.22.0` | `2.22.2` |
    | [github.com/operator-framework/api](https://github.com/operator-framework/api) | `0.27.0` | `0.29.0` |
    | [github.com/operator-framework/operator-manifest-tools](https://github.com/operator-framework/operator-manifest-tools) | `0.7.0` | `0.8.0` |
    | [github.com/spf13/afero](https://github.com/spf13/afero) | `1.11.0` | `1.12.0` |
    | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.6` |
    | [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) | `3.5.1` | `3.5.2` |
    
    
    
    Updates `github.com/docker/cli` from 27.4.0+incompatible to 27.5.1+incompatible
    - [Commits](docker/cli@v27.4.0...v27.5.1)
    
    Updates `github.com/google/go-containerregistry` from 0.20.2 to 0.20.3
    - [Release notes](https://github.com/google/go-containerregistry/releases)
    - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
    - [Commits](google/go-containerregistry@v0.20.2...v0.20.3)
    
    Updates `github.com/onsi/ginkgo/v2` from 2.22.0 to 2.22.2
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.22.0...v2.22.2)
    
    Updates `github.com/onsi/gomega` from 1.36.0 to 1.36.2
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.36.0...v1.36.2)
    
    Updates `github.com/operator-framework/api` from 0.27.0 to 0.29.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.27.0...v0.29.0)
    
    Updates `github.com/operator-framework/operator-manifest-tools` from 0.7.0 to 0.8.0
    - [Release notes](https://github.com/operator-framework/operator-manifest-tools/releases)
    - [Changelog](https://github.com/operator-framework/operator-manifest-tools/blob/main/.goreleaser.yml)
    - [Commits](operator-framework/operator-manifest-tools@v0.7.0...v0.8.0)
    
    Updates `github.com/spf13/afero` from 1.11.0 to 1.12.0
    - [Release notes](https://github.com/spf13/afero/releases)
    - [Commits](spf13/afero@v1.11.0...v1.12.0)
    
    Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.6
    - [Release notes](https://github.com/spf13/pflag/releases)
    - [Commits](spf13/pflag@v1.0.5...v1.0.6)
    
    Updates `gotest.tools/v3` from 3.5.1 to 3.5.2
    - [Release notes](https://github.com/gotestyourself/gotest.tools/releases)
    - [Commits](gotestyourself/gotest.tools@v3.5.1...v3.5.2)
    
    Updates `k8s.io/api` from 0.31.3 to 0.32.0
    - [Commits](kubernetes/api@v0.31.3...v0.32.0)
    
    Updates `k8s.io/apimachinery` from 0.31.3 to 0.32.0
    - [Commits](kubernetes/apimachinery@v0.31.3...v0.32.0)
    
    Updates `k8s.io/client-go` from 0.31.3 to 0.32.0
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.31.3...v0.32.0)
    
    Updates `sigs.k8s.io/controller-runtime` from 0.19.3 to 0.19.4
    - [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.19.3...v0.19.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/cli
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod-dependencies
    - dependency-name: github.com/google/go-containerregistry
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod-dependencies
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod-dependencies
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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/operator-framework/operator-manifest-tools
      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/pflag
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod-dependencies
    - dependency-name: gotest.tools/v3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod-dependencies
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod-dependencies
    - dependency-name: k8s.io/apimachinery
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod-dependencies
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
      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 Feb 11, 2025
    Configuration menu
    Copy the full SHA
    9680417 View commit details
    Browse the repository at this point in the history
Loading