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

OCPBUGS-29162: Upstream sync to 20240207 #214

Merged
merged 21 commits into from Feb 14, 2024

Commits on Dec 4, 2023

  1. Deployments: Add watch permission to thick example (#1171)

    The ClusterRole was missing the watch permission on pods, which resulted in Multus throwing this error message every few seconds:
    
    Failed to watch *v1.Pod: unknown (get pods)
    J0n4t4n committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a373a22 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. fix e2e test ModuleNotFoundError: No module named 'pkg_resources' (#1…

    …189)
    
    Signed-off-by: Moshe Levi <moshele@nvidia.com>
    Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
    moshe010 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e4404b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d97514f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    540a887 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1194 from s1061123/fix-logging

    Fix to use lumberjack only for logging files
    dougbtv committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c76db9c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#1182)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.53.0...v1.56.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    acfbd42 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    ab7d64e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    197877d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e4f62f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1202 from s1061123/add-timeout

    Add timeout
    dougbtv committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    003fbd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    a70da35 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Reduce informer memory usage by informer transform (#1203)

    This fix reduces multus-daemon memory usage with k8s 0.29 informer
    transform to trim unnecessary Pod object information to multus.
    s1061123 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4068775 View commit details
    Browse the repository at this point in the history
  2. Add watch permission to thick e2e template (#1208)

    As described in #1171, the watch function is required in the clusterrole
    for the thick Multus version, otherwise "Failed to watch *v1.Pod" would
    be returned.
    LionelJouin committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    36ba303 View commit details
    Browse the repository at this point in the history
  3. fix(quick start)-You do not need to clone the repository and directly…

    … deliver the installation file (#1210)
    
    Signed-off-by: Zechun Chen <zechun.chen@daocloud.io>
    Fish-pro committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3477c9c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    6812ce0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    24b2d55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    493d421 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1217 from s1061123/add-sleep-thin

    Add additional sleep in thick entrypoint
    dougbtv committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1071115 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c982f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    8e5060b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    1b9f661 View commit details
    Browse the repository at this point in the history