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 main for kubernetes-csi-addons #131

Merged
merged 2 commits into from
Apr 4, 2024

Commits on Apr 1, 2024

  1. replace custom ContainsInSlice() with standard slices.Contains()

    With Go 1.21 the "slices" package can be used for many operations on
    slices. The custom ContainsInSlice() function can be replaced by the
    standard slices.Contains().
    
    Signed-off-by: Niels de Vos <[email protected]>
    nixpanic authored and mergify[bot] committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    148488b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge pull request #130 from red-hat-storage/sync_us--main

    Syncing latest changes from upstream main for kubernetes-csi-addons
    openshift-merge-bot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e2e84ac View commit details
    Browse the repository at this point in the history