-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: redhat-openshift-ecosystem/openshift-preflight
base: 1.11.1
head repository: redhat-openshift-ecosystem/openshift-preflight
compare: 1.12.0
- 7 commits
- 27 files changed
- 3 contributors
Commits on Dec 16, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 24a1412 - Browse repository at this point
Copy the full SHA 24a1412View commit details
Commits on Jan 31, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for bb48d9c - Browse repository at this point
Copy the full SHA bb48d9cView commit details -
removing kube-rbac-proxy from test data
Signed-off-by: Adam D. Cornett <adc@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1606c82 - Browse repository at this point
Copy the full SHA 1606c82View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bec6343 - Browse repository at this point
Copy the full SHA bec6343View commit details
Commits on Feb 6, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0561ec2 - Browse repository at this point
Copy the full SHA 0561ec2View commit details
Commits on Feb 11, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 249f279 - Browse repository at this point
Copy the full SHA 249f279View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9680417 - Browse repository at this point
Copy the full SHA 9680417View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.11.1...1.12.0