-
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.14.0
head repository: redhat-openshift-ecosystem/openshift-preflight
compare: 1.14.1
- 17 commits
- 15 files changed
- 4 contributors
Commits on Jun 25, 2025
-
artifacts: improve test coverage
Signed-off-by: Caleb Xu <caxu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ad7a1e2 - Browse repository at this point
Copy the full SHA ad7a1e2View commit details -
internal/policy/container: improve test coverage
Signed-off-by: Caleb Xu <caxu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c01a853 - Browse repository at this point
Copy the full SHA c01a853View commit details -
cmd/preflight/cmd: improve test coverage
Signed-off-by: Caleb Xu <caxu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 50cef55 - Browse repository at this point
Copy the full SHA 50cef55View commit details
Commits on Jun 30, 2025
-
Use skopeo already present in VM for mirroring images to RHISV
As pointed out in [1], skopeo is already provided inside the VM in which GitHub Actions are executed. [1]: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md Signed-off-by: Caleb Xu <caxu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for cbb1108 - Browse repository at this point
Copy the full SHA cbb1108View commit details
Commits on Jul 7, 2025
-
Reduce usage of third-party actions in release workflow
Signed-off-by: Caleb Xu <caxu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1b27146 - Browse repository at this point
Copy the full SHA 1b27146View commit details
Commits on Jul 8, 2025
-
Bump the prod-dependencies group with 3 updates
Bumps the prod-dependencies group with 3 updates: [github.com/docker/cli](https://github.com/docker/cli), [github.com/operator-framework/operator-manifest-tools](https://github.com/operator-framework/operator-manifest-tools) and [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml). Updates `github.com/docker/cli` from 28.2.2+incompatible to 28.3.0+incompatible - [Commits](docker/cli@v28.2.2...v28.3.0) Updates `github.com/operator-framework/operator-manifest-tools` from 0.9.0 to 0.10.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.9.0...v0.10.0) Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/kubernetes-sigs/yaml/releases) - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/yaml@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 28.3.0+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: github.com/operator-framework/operator-manifest-tools dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: sigs.k8s.io/yaml dependency-version: 1.5.0 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 2d37a0d - Browse repository at this point
Copy the full SHA 2d37a0dView commit details
Commits on Jul 15, 2025
-
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 28.3.1+incompatible to 28.3.2+incompatible - [Commits](docker/cli@v28.3.1...v28.3.2) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 28.3.2+incompatible 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 e2766b6 - Browse repository at this point
Copy the full SHA e2766b6View commit details
Commits on Jul 16, 2025
-
adding maintainer label to test docker files
Signed-off-by: Adam D. Cornett <adc@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1a057c7 - Browse repository at this point
Copy the full SHA 1a057c7View commit details
Commits on Jul 22, 2025
-
Bump sigstore/cosign-installer from 3.9.1 to 3.9.2
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@398d4b0...d58896d) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0dacc11 - Browse repository at this point
Copy the full SHA 0dacc11View commit details -
Add -trimpath flag and -s -w ldflags on builds
Signed-off-by: Caleb Xu <caxu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 53539f2 - Browse repository at this point
Copy the full SHA 53539f2View commit details
Commits on Jul 31, 2025
-
Add a Gemini reviewer for Preflight
For extra inception points, Gemini was utilized in the creation of this workflow. Signed-off-by: Brad P. Crochet <brad@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for dfb5fc6 - Browse repository at this point
Copy the full SHA dfb5fc6View commit details
Commits on Aug 1, 2025
-
fix(workflows): Check out PR merge ref in code review
The code review workflow was failing on pull requests from forks because it was not checking out the correct ref. This change modifies the checkout step to fetch the PR's merge ref, which will allow the workflow to access the PR's code. Signed-off-by: Brad P. Crochet <brad@redhat.com> Assisted-by: Gemini
Configuration menu - View commit details
-
Copy full SHA for 2423138 - Browse repository at this point
Copy the full SHA 2423138View commit details
Commits on Aug 11, 2025
-
updating GetPackageList to support ubi10-micro
Signed-off-by: Adam D. Cornett <adc@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8c1e966 - Browse repository at this point
Copy the full SHA 8c1e966View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19f2748 - Browse repository at this point
Copy the full SHA 19f2748View commit details -
add a run validate step to main to make sure image is built correctly
Signed-off-by: Adam D. Cornett <adc@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 32aecfb - Browse repository at this point
Copy the full SHA 32aecfbView commit details
Commits on Aug 12, 2025
-
Bump the prod-dependencies group with 8 updates
Bumps the prod-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [github.com/docker/cli](https://github.com/docker/cli) | `28.3.2+incompatible` | `28.3.3+incompatible` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.37.0` | `1.38.0` | | [github.com/operator-framework/api](https://github.com/operator-framework/api) | `0.32.0` | `0.33.0` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.33.2` | `0.33.3` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.2` | `0.33.3` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.2` | `0.33.3` | | [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.5.0` | `1.6.0` | Updates `github.com/docker/cli` from 28.3.2+incompatible to 28.3.3+incompatible - [Commits](docker/cli@v28.3.2...v28.3.3) Updates `github.com/onsi/gomega` from 1.37.0 to 1.38.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.37.0...v1.38.0) Updates `github.com/operator-framework/api` from 0.32.0 to 0.33.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.32.0...v0.33.0) Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.7 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.6...v1.0.7) Updates `k8s.io/api` from 0.33.2 to 0.33.3 - [Commits](kubernetes/api@v0.33.2...v0.33.3) Updates `k8s.io/apimachinery` from 0.33.2 to 0.33.3 - [Commits](kubernetes/apimachinery@v0.33.2...v0.33.3) Updates `k8s.io/client-go` from 0.33.2 to 0.33.3 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.33.2...v0.33.3) Updates `sigs.k8s.io/yaml` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/kubernetes-sigs/yaml/releases) - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/yaml@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 28.3.3+incompatible dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: github.com/operator-framework/api dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: github.com/spf13/pflag dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: k8s.io/api dependency-version: 0.33.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.33.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: k8s.io/client-go dependency-version: 0.33.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: sigs.k8s.io/yaml dependency-version: 1.6.0 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 9e2b1e2 - Browse repository at this point
Copy the full SHA 9e2b1e2View commit details -
release-artifacts: separate mv and gh in multiline inline script
Signed-off-by: Caleb Xu <caxu@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 436b6cd - Browse repository at this point
Copy the full SHA 436b6cdView 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.14.0...1.14.1