-
Notifications
You must be signed in to change notification settings - Fork 252
Comparing changes
Open a pull request
base repository: operator-framework/operator-registry
base: master
head repository: operator-framework/operator-registry
compare: release-4.7
- 14 commits
- 102 files changed
- 6 contributors
Commits on Jan 14, 2021
-
Updating operator-registry builder & base images to be consistent wit…
…h ART Reconciling with https://github.com/openshift/ocp-build-data/tree/f01352e0069d4e8cedc0880ae427359a96668512/images/operator-registry.yml
AOS Automation Release Team committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for a6cdcdf - Browse repository at this point
Copy the full SHA a6cdcdfView commit details
Commits on Feb 23, 2021
-
Signed-off-by: Ryan Phillips <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 658cbbc - Browse repository at this point
Copy the full SHA 658cbbcView commit details
Commits on Mar 2, 2021
-
Merge pull request #584 from openshift-bot/art-consistency-openshift-…
…4.7-operator-registry Updating operator-registry builder & base images to be consistent with ART
Configuration menu - View commit details
-
Copy full SHA for be599a2 - Browse repository at this point
Copy the full SHA be599a2View commit details -
Merge pull request #597 from openshift-cherrypick-robot/cherry-pick-5…
…70-to-release-4.7 [release-4.7] Bug 1931903: add missing closes
Configuration menu - View commit details
-
Copy full SHA for a97d366 - Browse repository at this point
Copy the full SHA a97d366View commit details
Commits on Apr 15, 2021
-
go.*,vendor: Bump the k8s dependencies to v1.20.6
The v1.20.6 contains the github.com/gogo/protobuf version bump: https://github.com/kubernetes/kubernetes/blob/v1.20.6/go.mod#L53. Fixes CVE-2021-3121. Signed-off-by: timflannagan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d22e9dd - Browse repository at this point
Copy the full SHA d22e9ddView commit details -
.github/workflows: Remove the unneeded 'minikube docker-env' command
Signed-off-by: timflannagan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb1ccdb - Browse repository at this point
Copy the full SHA cb1ccdbView commit details
Commits on Apr 21, 2021
-
Add retries when pulling images
This commit adds retries to the containerd and podman pull tools. The docker pull tool shells out to the docker CLI, which already supports retries. The retry backoff is setup to retry every 1 second, 5 times. Signed-off-by: Joe Lanford <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d327d5 - Browse repository at this point
Copy the full SHA 6d327d5View commit details -
.github/workflows: Remove unneeded docker-env command
I'm not sure why this is needed when diving into the minikube documentation - maybe this is a requirement of an older minikube version - and that the `none` driver should just be able to autodetect the local docker registry w/o any explicit bash environment variables being exported by that command. This was producing the following error in the e2e-minikube job logs: ```bash X Exiting due to ENV_DRIVER_CONFLICT: 'none' driver does not support 'minikube docker-env' command ``` Signed-off-by: timflannagan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7d0636 - Browse repository at this point
Copy the full SHA a7d0636View commit details -
.github/workflows: Fix error when installing podman
Signed-off-by: timflannagan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f355a4 - Browse repository at this point
Copy the full SHA 8f355a4View commit details
Commits on Apr 27, 2021
-
Force latest install of podman to fix currently broken e2e tests
Signed-off-by: Joe Lanford <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3cd2505 - Browse repository at this point
Copy the full SHA 3cd2505View commit details
Commits on Apr 28, 2021
-
Merge pull request #643 from joelanford/bz-1937097
[release-4.7] Bug 1937097: Add retries to opm index add
Configuration menu - View commit details
-
Copy full SHA for fb7196f - Browse repository at this point
Copy the full SHA fb7196fView commit details
Commits on Apr 29, 2021
-
Merge pull request #638 from timflannagan/bump-to-k8s-v1.20.6
[release-4.7] Bug 1924468: Bump the k8s dependencies to v1.20.6
Configuration menu - View commit details
-
Copy full SHA for 5ccabf9 - Browse repository at this point
Copy the full SHA 5ccabf9View commit details
Commits on Jun 7, 2021
-
fix(containerd): drop xattrs during unpack
On some systems, creating files with certain extended attributes is a restricted operation -- e.g. "security.compatibility" on SELinux -- and causes bundle and index unpacking to fail for unprivileged users. To fix this, we drop all xattrs from unpacked files before writing them. Signed-off-by: Nick Hale <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7e1f52 - Browse repository at this point
Copy the full SHA d7e1f52View commit details
Commits on Jun 18, 2021
-
Merge pull request #676 from openshift-cherrypick-robot/cherry-pick-6…
…67-to-release-4.7 [release-4.7] Bug 1968680: fix(containerd): drop xattrs during unpack
Configuration menu - View commit details
-
Copy full SHA for 06e950d - Browse repository at this point
Copy the full SHA 06e950dView commit details
There are no files selected for viewing