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

ceph: lift minimum supported version of ceph csi to v3.3.0 (backport #8803) #8823

Closed
wants to merge 1 commit into from

Commits on Sep 24, 2021

  1. ceph: lift minimum supported version of ceph csi to v3.3.0

    With the release of Ceph CSI 3.4.0, Ceph CSI project came up
    with a new support policy where we support only versions >= 3.3.0
    
    The supported window of Ceph CSI versions is known as "N.(x-1)":
     (N (Latest major release) . (x (Latest minor release) - 1)).
    
    For example, if Ceph CSI latest major version is 3.4.0 today,
    support is provided for the versions above 3.3.0.
    If users are running an unsupported Ceph CSI version, they will be
    asked to upgrade when requesting support for the cluster.
    
    This PR lift the minimum supported version of Ceph CSI to 3.3.0
    in this repo.
    
    Fix #8709
    
    Ref #
    https://github.com/ceph/ceph-csi/releases/tag/v3.4.0
    https://github.com/ceph/ceph-csi/#known-to-work-co-platforms
    
    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    (cherry picked from commit 731b0f5)
    (cherry picked from commit 4f6608f)
    humblec authored and mergify-bot committed Sep 24, 2021
    Copy the full SHA
    3508a02 View commit details
    Browse the repository at this point in the history