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

Merged
merged 11 commits into from
Feb 28, 2024
Merged

Commits on Feb 26, 2024

  1. build(deps): bump the github-dependencies group with 1 update

    Bumps the github-dependencies group with 1 update: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go).
    
    
    Updates `github.com/aws/aws-sdk-go` from 1.50.20 to 1.50.25
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.50.20...v1.50.25)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    497139b View commit details
    Browse the repository at this point in the history
  2. operator: use Linux container CPU quota

    Go is not cgroup aware and by default will set GOMAXPROCS to the number
    of available threads, regardless of whether it is within the allocated
    quota. This behaviour causes high amount of CPU throttling and degraded
    application performance.
    
    Fixes: rook#13815
    
    Signed-off-by: Thomas Way <thomas@6f.io>
    uhthomas committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    97e3e69 View commit details
    Browse the repository at this point in the history
  3. Merge pull request rook#13816 from uhthomas/13815

    operator: use Linux container CPU quota
    travisn authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ae30130 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Merge pull request rook#13819 from rook/dependabot/go_modules/github-…

    …dependencies-89693179d6
    
    build(deps): bump the github-dependencies group with 1 update
    subhamkrai authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    061506c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0

    Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0.
    - [Release notes](https://github.com/uber-go/zap/releases)
    - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
    - [Commits](uber-go/zap@v1.26.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.uber.org/zap
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e86a1f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request rook#13820 from rook/dependabot/go_modules/go.uber…

    ….org/zap-1.27.0
    
    build(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0
    subhamkrai authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9816f2f View commit details
    Browse the repository at this point in the history
  4. ci: remove extra space with 'network' commit title

    removing extra space infront of 'network' commit tittle.
    
    Signed-off-by: shay1760 <rahulkrrai0302@gmail.com>
    shay1760 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d666f6e View commit details
    Browse the repository at this point in the history
  5. external: update logging when comparing ceph version

    when comparing local ceph version with external cluster
    there is wrong log printing. Updating to print the right
    log message.
    
    Signed-off-by: shay1760 <rahulkrrai0302@gmail.com>
    shay1760 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f8f17b2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request rook#13823 from shay1760/update-log

    external: update logging when comparing ceph version
    subhamkrai authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    019c751 View commit details
    Browse the repository at this point in the history
  7. build: uplift prometheus operator version to v0.71.1

    This commit uplifts prometheus operator version to v0.71.1.
    
    Signed-off-by: Sunnatillo <sunnat.samadov@est.tech>
    Sunnatillo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3ad456c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Merge pull request rook#13617 from Nordix/update-prometheus-operator-…

    …version-sunnat
    
    Bump Prometheus operator version to v0.71.1
    subhamkrai authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5892648 View commit details
    Browse the repository at this point in the history