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 main for kubernetes-csi-addons #102

Merged
merged 13 commits into from
Nov 16, 2023

Commits on Nov 8, 2023

  1. vendor: bump k8s.io/klog/v2 from 2.100.1 to 2.110.1

    Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.100.1 to 2.110.1.
    - [Release notes](https://github.com/kubernetes/klog/releases)
    - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
    - [Commits](kubernetes/klog@v2.100.1...v2.110.1)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/klog/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mergify[bot] committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4996d0f View commit details
    Browse the repository at this point in the history
  2. fix: replace %w with %v for klog

    replace %w with %v for klog as
    Fatalf does not support error-wrapping
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 authored and mergify[bot] committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    3be3bf9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. replication: make parameters as immutable

    mark parameters as immutable once created
    which means we are not able to add/delete
    or update the parameters once created.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 authored and mergify[bot] committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    36bf7fb View commit details
    Browse the repository at this point in the history
  2. networkfence: make parameters as immutable

    mark parameters as immutable once created
    which means we are not able to add/delete
    or update the parameters once created.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 authored and mergify[bot] committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f4c65f7 View commit details
    Browse the repository at this point in the history
  3. networkfence: make secret as immutable

    mark secret as immutable once created
    which means we are not able to add/delete
    or update the secret once created.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 authored and mergify[bot] committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d97f4c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #98 from red-hat-storage/sync_us--main

    Syncing latest changes from main for kubernetes-csi-addons
    openshift-merge-bot[bot] authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5a89ec7 View commit details
    Browse the repository at this point in the history
  5. Explicitly disable gRPC idle timeout

    The idle timeout was disabled, but has been enabled by default in
    google.golang.org/grpc v1.59. The kubernetes-csi-addons operator acts
    similarly to the Kubernetes external-provisioner, and benefits from
    having a functional gRPC connection open to the csi-addons sidecars that
    run alongside CSI-drivers.
    
    See-also: kubernetes-csi/external-provisioner#1099
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic authored and mergify[bot] committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5ccc76e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Merge pull request #99 from red-hat-storage/sync_us--main

    Syncing latest changes from main for kubernetes-csi-addons
    openshift-merge-bot[bot] authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    76df629 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. vendor: bump github.com/onsi/gomega from 1.29.0 to 1.30.0

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.29.0 to 1.30.0.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.29.0...v1.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mergify[bot] committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c3829e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge pull request #100 from red-hat-storage/sync_us--main

    Syncing latest changes from main for kubernetes-csi-addons
    openshift-merge-bot[bot] authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6a4f418 View commit details
    Browse the repository at this point in the history
  2. ci: update dependabot for group

    updated dependabot configuration
    to have group rebase.
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 authored and mergify[bot] committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c2f1b22 View commit details
    Browse the repository at this point in the history
  3. vendor: bump the github-dependencies group with 1 update

    Bumps the github-dependencies group with 1 update: [github.com/kubernetes-csi/csi-lib-utils](https://github.com/kubernetes-csi/csi-lib-utils).
    
    - [Release notes](https://github.com/kubernetes-csi/csi-lib-utils/releases)
    - [Commits](kubernetes-csi/csi-lib-utils@v0.15.0...v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/kubernetes-csi/csi-lib-utils
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mergify[bot] committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2336074 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Merge pull request #101 from red-hat-storage/sync_us--main

    Syncing latest changes from main for kubernetes-csi-addons
    openshift-merge-bot[bot] authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8bcee0e View commit details
    Browse the repository at this point in the history