Update for CBL-Mariner 2.0 Feb 2024 Release#7633
Merged
jslobodzian merged 65 commits into2.0from Feb 2, 2024
Merged
Conversation
Co-authored-by: minghe <rmhsawyer>
Co-authored-by: Aurélien Bombo <abombo@microsoft.com> Co-authored-by: ms-mahuber <60939654+ms-mahuber@users.noreply.github.com> Co-authored-by: Mitch Zhu <mitchzhu@microsoft.com>
…n for split partitions (#7300)
Co-authored-by: Harshit Gupta <guptaharshit@microsoft.com>
…ut image format required (#7323)
Co-authored-by: Harshit Gupta <guptaharshit@microsoft.com>
The post scripts for mariadb don't run due to missing script. As part of cmake install, mariadb-install-db script is removed. Adding patch to ensure script is correctly added to buildroot Installing/Updating: mariadb-connector-c-config-3.1.10-6.cm2.noarch Installing/Updating: mariadb-server-10.6.9-5.cm2.x86_64 /var/tmp/rpm-tmp.wjMLcK: line 3: mysql_install_db: command not found
Enable for hardware platforms that use AMBIOS. Interacting with the firmware on these platforms from Linux user space uses the AMI Setup Control Environment Utility, SCELNX_64. This closed source vendor provided program depends on the iopl deprecated, legacy syscall. This syscall's availability is controlled by CONFIG_X86_IOPL_IOPERM kernel configuration item. Therefore, enable to prevent segfaults.
…- branch main (#7341) Co-authored-by: sindhu-karri <33163197+sindhu-karri@users.noreply.github.com>
… (#7357) Reference: GHSA-jq35-85cj-fj4p Changelog: https://github.com/containers/skopeo/releases/tag/v1.14.1 Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
AUTO-CHERRYPICK of PR: #7359 Changelog: https://github.com/helm/helm/releases/tag/v3.14.0 Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
…iveos overlay is backed by memory. (#7483)
Fixes CVE-2022-21698 for keda. The vulnerability is in the client_golang go module v1.11.1, and keda has a direct dependency on v1.11.0. Fixed by applying a patch to the keda code to update that module, then built the vendored tarball. Co-authored-by: Tobias Brick <39196763+tobiasb-ms@users.noreply.github.com>
…in (#7535) Note that arm64 had MMC_SDHCI_OMAP turned off due to a change upstream [106136f] which specified it depends on architecture which CBL-Mariner 2.0 does not support.
…nch main (#7577) Fixes CVE-2022-21698 for kube-vip-cloud-provider. The vulnerability is in the client_golang go module, which is vendored in this package. Fix is to apply a (modified) patch to the vendored code. Co-authored-by: Tobias Brick <39196763+tobiasb-ms@users.noreply.github.com>
Signed-off-by: Pawel Winogrodzki <pawel.winogrodzki@microsoft.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…main (#7586) Co-authored-by: jslobodzian <joslobo@microsoft.com>
…ch main (#7626) Fixes CVE-2022-21698 for local-path-provisioner. The vulnerability is in the client_golang go module, which is vendored in this package. Fix is to apply a (modified) patch to the vendored code. Co-authored-by: Tobias Brick <39196763+tobiasb-ms@users.noreply.github.com>
… branch main (#7628) Co-authored-by: Daniel McIlvaney <damcilva@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update for CBL-Mariner 2.0 Feb 2024 Release