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 master for rook #699

Merged
merged 13 commits into from
Aug 20, 2024

Commits on Aug 15, 2024

  1. ci: pin auto-assign dependencies

    The openSSF scorecard report warns that the github actions are not
    pinned by hash.
    
    This PR aims at improving this by pinning the auto-assign.yaml workflow by hash.
    
    Signed-off-by: harshitasao <[email protected]>
    harshitasao committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    aa297e1 View commit details
    Browse the repository at this point in the history
  2. ci: github workflows pin dependencies

    The openSSF scorecard report warns that the github workflows are not pinned by hash.
    
    This PR aims at improving this by pinning the github workflows by hash.
    
    Signed-off-by: harshitasao <[email protected]>
    harshitasao committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c6ab1f2 View commit details
    Browse the repository at this point in the history
  3. ci: github action pin dependencies

    The openSSF scorecard report warns that the github actions are not pinned by hash.
    
    This PR aims at improving this by pinning the github actions by hash.
    
    Signed-off-by: harshitasao <[email protected]>
    harshitasao committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fb697fb View commit details
    Browse the repository at this point in the history
  4. Merge pull request rook#14570 from harshitasao/pin-auto-assign-depend…

    …encies
    
    ci: pin auto-assign dependencies
    travisn authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    466b3ac View commit details
    Browse the repository at this point in the history
  5. Merge pull request rook#14574 from harshitasao/github-action-pin-depe…

    …ndencies
    
    ci: github action pin dependencies
    travisn authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    115835f View commit details
    Browse the repository at this point in the history
  6. Merge pull request rook#14573 from harshitasao/github-workflows-pin-d…

    …ependencies
    
    ci: github workflows pin dependencies
    travisn authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9840bd4 View commit details
    Browse the repository at this point in the history
  7. core: add annotations and labels to detect version jobs

    The jobs to detect the ceph and csi versions now can have
    custom annotationso and labels added to them. They are
    very short-lived jobs, but they may need custom annotations
    in some environments to run.
    
    Signed-off-by: Travis Nielsen <[email protected]>
    travisn committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5014d5b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. csi: update csi-addons to v0.9.0

    As we have new csi-addons v0.9.0
    updating the same here as well.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    123025f View commit details
    Browse the repository at this point in the history
  2. csi: update cephcsi to 3.12.0

    updating cephcsi image to 3.12.0
    release.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7c7e8a2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request rook#14579 from Madhu-1/csi-addons-0.9.0

    csi: update csi-addons to v0.9.0
    travisn authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    80ac56e View commit details
    Browse the repository at this point in the history
  4. Merge pull request rook#14576 from travisn/version-detect-annotation

    core: Add annotations and labels to detect version jobs
    BlaineEXE authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    679ccc7 View commit details
    Browse the repository at this point in the history
  5. ci: fix gh action hash pin typo

    Fix a github action hash version pin typo that causes canary jobs to not
    run.
    
    Signed-off-by: Blaine Gardner <[email protected]>
    BlaineEXE committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    bc1c416 View commit details
    Browse the repository at this point in the history
  6. Merge pull request rook#14583 from BlaineEXE/fix-canary-runs

    ci: fix gh action hash pin typo
    BlaineEXE authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    884111c View commit details
    Browse the repository at this point in the history