Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing latest changes from upstream devel for ceph-csi #299

Merged
merged 3 commits into from
Apr 26, 2024

Commits on Apr 24, 2024

  1. build: include MirrorDaemonCount in the ConfigMap API

    It seems that original commit 4c2d2ca modified the API under the
    vendor/ directory. Weirdly this did not cause any issues?! The change
    should have been done in the api/deploy/kubernetes/ file instead, that
    gets sync'd after running "go mod vendor".
    
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic authored and mergify[bot] committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4b49d28 View commit details
    Browse the repository at this point in the history
  2. ci: do not require Kubernetes 1.26 tests for the devel branch

    Kubernetes 1.26 is End-Of-Life, the next version of Ceph-CSI will not
    support that anymore.
    
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic authored and mergify[bot] committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2887747 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. build: use Fedora 39 as base image for test container

    It seems GitHub has an issue with the Fedora 40 container image,
    extracting the Golang tarball fails. The Fedora 39 image does not have
    this problem, so use that for the time being.
    
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic authored and mergify[bot] committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    60e2527 View commit details
    Browse the repository at this point in the history