-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: cri-o/cri-o
base: v1.31.2
head repository: cri-o/cri-o
compare: v1.31.3
- 13 commits
- 17 files changed
- 5 contributors
Commits on Nov 6, 2024
-
nix: don't build gpgme with
--enable-fixed-path
Don't use the fixed path to allow searching in system local paths. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c918a52 - Browse repository at this point
Copy the full SHA c918a52View commit details -
Merge pull request #8745 from openshift-cherrypick-robot/cherry-pick-…
…8708-to-release-1.31 [release-1.31] nix: don't build gpgme with `--enable-fixed-path`
Configuration menu - View commit details
-
Copy full SHA for 448124c - Browse repository at this point
Copy the full SHA 448124cView commit details
Commits on Nov 18, 2024
-
This allows defining a RuntimeHandler with custom annotations or other fields while inheriting the runtime type from the default runtime. This behavior is useful for layered projects that are not in control of the runtime selection but need to tweak the specific behavior while inheriting the node global runtime. Signed-off-by: Martin Sivak <msivak@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c65eb63 - Browse repository at this point
Copy the full SHA c65eb63View commit details -
Merge pull request #8762 from openshift-cherrypick-robot/cherry-pick-…
…8754-to-release-1.31 [release-1.31] RuntimeHandler inheritance
Configuration menu - View commit details
-
Copy full SHA for 43e9d9d - Browse repository at this point
Copy the full SHA 43e9d9dView commit details
Commits on Nov 19, 2024
-
RuntimeHandler inheritance bug-fix
The original PR missed few important bits - the reload code path was not the only one that loads configs - an empty RuntimePath has a special meaning and inheriting it does not inherit the parent runtime - golang does a copy during interation, not a reference and the updated values were forgotten - the unit test ignores some of the checks during CI when not on a bare metal This patch fixes all of these and adds better logging and also tests that actually catch the above mistakes. Signed-off-by: Martin Sivak <msivak@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d3f39ea - Browse repository at this point
Copy the full SHA d3f39eaView commit details
Commits on Nov 20, 2024
-
Merge pull request #8769 from openshift-cherrypick-robot/cherry-pick-…
…8768-to-release-1.31 [release-1.31] RuntimeHandler inheritance bug-fix
Configuration menu - View commit details
-
Copy full SHA for 2a28261 - Browse repository at this point
Copy the full SHA 2a28261View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1655049 - Browse repository at this point
Copy the full SHA 1655049View commit details -
Merge pull request #8776 from openshift-cherrypick-robot/cherry-pick-…
…8765-to-release-1.31 [release-1.31] Add `--pull-progress-timeout` / `pull_progress_timeout` option
Configuration menu - View commit details
-
Copy full SHA for d8d378f - Browse repository at this point
Copy the full SHA d8d378fView commit details
Commits on Nov 28, 2024
-
Only restore container if all bind mounts are defined
To avoid the situation where a container that is restored via a registry mounts unexpected host paths into the container, this changes the restore behaviour of CRI-O. Previously all bind mounted paths in the original container which were defined for example like this: volumeMounts: - mountPath: /data name: data-volume volumes: - name: data-volume hostPath: path: /srv/container/data Were automatically mounted in the restored container without and definition necessary. This lead to the situation that the user does not know which path will be mounted if starting a restored container. Now CRI-O will refuse to restore a container if not all bind mounts are defined via the CRI CreateContainer RPC in the CreateContainerRequest message. CRI-O will now return an error that will look something likes this: Error: the container to restore (7f...be) expects following bind mounts defined (/data,/data2) Now the user has to explicitly add those bind mounts in the same way as it was done during initial container creation. Signed-off-by: Adrian Reber <areber@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6aa6cbc - Browse repository at this point
Copy the full SHA 6aa6cbcView commit details -
Fix container restore lint report
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ee2d732 - Browse repository at this point
Copy the full SHA ee2d732View commit details
Commits on Nov 29, 2024
-
Merge pull request #8792 from kwilczynski/feature/backport-commit-429…
…ef7c36-to-release-1.31 [release-1.31] Only restore container if all bind mounts are defined
Configuration menu - View commit details
-
Copy full SHA for 88f5ee7 - Browse repository at this point
Copy the full SHA 88f5ee7View commit details
Commits on Dec 1, 2024
-
Signed-off-by: Kubernetes Release Robot <k8s-release-robot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0b449ce - Browse repository at this point
Copy the full SHA 0b449ceView commit details
Commits on Dec 2, 2024
-
Merge pull request #8799 from cri-o/release-1.31.3
Bump version to 1.31.3
Configuration menu - View commit details
-
Copy full SHA for 5865976 - Browse repository at this point
Copy the full SHA 5865976View 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 v1.31.2...v1.31.3