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 #287

Merged
merged 4 commits into from
Apr 4, 2024

Commits on Apr 3, 2024

  1. ci: upgrade_version update

    Updating the CSI_UPGRADE_VERSION to the latest release.
    
    Signed-off-by: karthik-us <ksubrahm@redhat.com>
    karthik-us authored and mergify[bot] committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    01ca536 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. ci: remove mergify rules for 3.11

    we dont need a new mergify rule for
    3.11 branch and the default mergirfy
    with regex for `^(release-.+)$` branch
    will cover it.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    884d49e View commit details
    Browse the repository at this point in the history
  2. ci: remove condition for dependabot

    dependabot will not create PR on the
    release branch and for that reason
    removing unused rule
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    61eec7e View commit details
    Browse the repository at this point in the history
  3. ci: remove auto merge condition

    auto merge for release-3.11 is already
    convered with regex check and we cannot
    auto merge PR to the devel branch.
    Removing unwanted checks.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    66f71ae View commit details
    Browse the repository at this point in the history