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

Merged
merged 15 commits into from
Jul 31, 2024
Merged

Commits on Jul 24, 2024

  1. doc: add upgrade steps for external cluster

    curently if user want to utilise the new flags with upgrade
    user dont have the ability for it
    Add the steps so user can make use of it
    
    closes: rook#14368
    
    Signed-off-by: parth-gr <[email protected]>
    parth-gr committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8e72748 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Merge pull request rook#14382 from parth-gr/external-seamless-upgrade…

    …-doc
    
    doc: add upgrade steps for external cluster
    travisn authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    54a2944 View commit details
    Browse the repository at this point in the history
  2. tests: check for correct base rook version during upgrade

    The daily upgrade tests were checking for a specific
    version of the rook image instead of the local_build tag
    that is set as the rook base image since 14486.
    
    Signed-off-by: Travis Nielsen <[email protected]>
    travisn committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4cf3498 View commit details
    Browse the repository at this point in the history
  3. Merge pull request rook#14499 from travisn/daily-upgrade-tests

    tests: Check for correct base rook version during upgrade
    travisn authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    39cc31d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. docs: add new topic in troubleshooting guide for the LimitNOFILE issue

    Create new topic in the troubleshooting guide to explain how to fix a new rook-ceph deployment that could remain in an unhealthy state or fails to config because of the LimitNOFILE value specified in the containerd.service configuration.
    
    Signed-off-by: Nicola Fantacuzzi <[email protected]>
    nicofnt authored and Nicola Fantacuzzi committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    0952e36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #686 from red-hat-storage/sync_us--master

    Syncing latest changes from upstream master for rook
    travisn authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1b76ad1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request rook#14500 from nicofnt/master

    docs: add troubleshooting topic for containerd LimitNOFILE issue
    travisn authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a3c487e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Merge pull request #687 from red-hat-storage/sync_us--master

    Syncing latest changes from upstream master for rook
    subhamkrai authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    688ecea View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the github-dependencies group with 3 updates

    Bumps the github-dependencies group with 3 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go), [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) and [github.com/prometheus-operator/prometheus-operator/pkg/client](https://github.com/prometheus-operator/prometheus-operator).
    
    
    Updates `github.com/aws/aws-sdk-go` from 1.54.20 to 1.55.3
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.54.20...v1.55.3)
    
    Updates `github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring` from 0.75.1 to 0.75.2
    - [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases)
    - [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md)
    - [Commits](prometheus-operator/prometheus-operator@v0.75.1...v0.75.2)
    
    Updates `github.com/prometheus-operator/prometheus-operator/pkg/client` from 0.75.1 to 0.75.2
    - [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases)
    - [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md)
    - [Commits](prometheus-operator/prometheus-operator@v0.75.1...v0.75.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    - dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-dependencies
    - dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/client
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ed74d22 View commit details
    Browse the repository at this point in the history
  3. Merge pull request rook#14509 from rook/dependabot/go_modules/github-…

    …dependencies-8a83b577c4
    
    build(deps): bump the github-dependencies group with 3 updates
    subhamkrai authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7dafd45 View commit details
    Browse the repository at this point in the history
  4. core: set min-compat-client to reef for upmap-read

    If upmap-read balancer mode is required, then set
    min-compat-client to reef
    
    Signed-off-by: sp98 <[email protected]>
    sp98 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ee5e710 View commit details
    Browse the repository at this point in the history
  5. Merge pull request rook#14488 from sp98/set-min-compat-client-to-reef

    core: set min-compat-client to reef for upmap-read
    travisn authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d91b807 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge commit 'd91b8073c5d675e7bf42f90a3729657affbc5690' into sync_us-…

    …-master
    
    Signed-off-by: Ceph Jenkins <[email protected]>
    Ceph Jenkins committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b440bb3 View commit details
    Browse the repository at this point in the history
  2. csv: add additional csv changes that other commits bring

    add generated csv changes
    
    Signed-off-by: Ceph Jenkins <[email protected]>
    Ceph Jenkins committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a36554d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #689 from red-hat-storage/sync_us--master

    Syncing latest changes from upstream master for rook
    travisn authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8388c7c View commit details
    Browse the repository at this point in the history