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

Resync from upstream release-1.12 to downstream release-4.14 #509

Merged
merged 17 commits into from
Aug 16, 2023

Commits on Aug 15, 2023

  1. file: ignore exit code 22 when adding datapool

    Ignore the exit code 22 when adding the
    datapool to a filesystem.
    
    updates: #12673
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    (cherry picked from commit bd9b42d)
    Madhu-1 authored and mergify[bot] committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9260f4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12727 from rook/mergify/bp/release-1.12/pr-12725

    file: ignore exit code 22 when addding datapool (backport #12725)
    travisn authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3de55e2 View commit details
    Browse the repository at this point in the history
  3. build: update patch version to v1.12.2

    For the patch release the examples and the docs are updated
    to v1.12.2.
    
    Signed-off-by: travisn <[email protected]>
    travisn committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e81bc1b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12728 from travisn/release-1.12.2

    build: Update patch version to v1.12.2
    travisn authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    86f26fa View commit details
    Browse the repository at this point in the history
  5. ci: disable tmate for build actions

    The build and release actions will rarely ever need to be
    debugged. To make them more efficient and reduce their
    runtime, we remove the tmate action so it won't add 10
    unnecessary minutes to the end of the action.
    
    Signed-off-by: travisn <[email protected]>
    (cherry picked from commit 90a95ce)
    travisn authored and mergify[bot] committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d4215f2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #12729 from rook/mergify/bp/release-1.12/pr-12643

    ci: Disable tmate for build actions (backport #12643)
    travisn authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0d11f5a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. ci: create toolbox-operator early in ci

    moving the toolbox-operator creation early in
    ci, so that by the time we wait for others pods
    to come up, toolbox-operator will be ready or
    will wait for 180s.
    
    Signed-off-by: subhamkrai <[email protected]>
    (cherry picked from commit bffa766)
    subhamkrai authored and mergify[bot] committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    382d272 View commit details
    Browse the repository at this point in the history
  2. helm: install rook in openshift cluster

    The sccs were missing in the helm installation,
    added it
    
    Closes: #12280
    
    Signed-off-by: parth-gr <[email protected]>
    (cherry picked from commit 62e3ffb)
    parth-gr authored and mergify[bot] committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    523664e View commit details
    Browse the repository at this point in the history
  3. operator: log op. config cm setting when changed

    earlier, we're always logging when `GetValue` method is
    called to get operator config  values which somettime
    spamming the logs for example `ROOK_WATCH_FOR_NODE_FAILURE`
    keep logging every time 5 min.
    
    Now, we'll store the settings in the map and log only when
    map key value is changed.
    
    Signed-off-by: subhamkrai <[email protected]>
    (cherry picked from commit 733be02)
    subhamkrai authored and mergify[bot] committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    835048a View commit details
    Browse the repository at this point in the history
  4. build: update vault and other indirect imports

    update vault and other indirect imports. Also,
    updating k8s package to `v0.28.0-rc.0` since with
    v0.27.4 it was through build error.
    
    Signed-off-by: subhamkrai <[email protected]>
    (cherry picked from commit ab37637)
    subhamkrai authored and mergify[bot] committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    00b941b View commit details
    Browse the repository at this point in the history
  5. ci: fix golangCI lint remove k8s.io/utils/pointer

    golangci linter was throughing error `k8s.io/utils/pointer`
    package is deprecated. So, I have removed that.
    
    Signed-off-by: subhamkrai <[email protected]>
    (cherry picked from commit a25071a)
    subhamkrai authored and mergify[bot] committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b4e94f7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #12738 from rook/mergify/bp/release-1.12/pr-12675

    helm: install rook in openshift cluster (backport #12675)
    travisn authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a1947a0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #12737 from rook/mergify/bp/release-1.12/pr-12736

    ci: create toolbox-operator early in ci (backport #12736)
    travisn authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6e7822d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #12740 from rook/mergify/bp/release-1.12/pr-12672

    build: update vault and other indirect imports (backport #12672)
    travisn authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    af2b375 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #12739 from rook/mergify/bp/release-1.12/pr-12679

    operator: log op. config cm setting when changed (backport #12679)
    travisn authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0b80329 View commit details
    Browse the repository at this point in the history
  10. monitoring: add "for" to CephOSDDownHigh alert

    As part of a normal restart, an OSD can go down just as prometheus tries
    to scrape it, causing this alert to fire. Alerts shouldn't fire as part
    of normal operations. This change requires the OSD to be down for 5
    consecutive minutes before the alert will fire.
    
    Signed-off-by: Chris Jones <[email protected]>
    (cherry picked from commit 9f1e5ec)
    cjyar authored and mergify[bot] committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    76aaca4 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #12742 from rook/mergify/bp/release-1.12/pr-12731

    monitoring: add "for" to CephOSDDownHigh alert (backport #12731)
    travisn authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7081f1a View commit details
    Browse the repository at this point in the history