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

Bump the all group with 7 updates #279

Merged
merged 3 commits into from Feb 6, 2024

Commits on Jan 29, 2024

  1. Bump the all group with 7 updates

    Bumps the all group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.14.0` | `2.15.0` |
    | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.30.0` | `1.31.1` |
    | [k8s.io/api](https://github.com/kubernetes/api) | `0.29.0` | `0.29.1` |
    | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.29.0` | `0.29.1` |
    | [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.29.0` | `0.29.1` |
    | [k8s.io/klog/v2](https://github.com/kubernetes/klog) | `2.120.0` | `2.120.1` |
    | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.16.3` | `0.17.0` |
    
    
    Updates `github.com/onsi/ginkgo/v2` from 2.14.0 to 2.15.0
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.14.0...v2.15.0)
    
    Updates `github.com/onsi/gomega` from 1.30.0 to 1.31.1
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.30.0...v1.31.1)
    
    Updates `k8s.io/api` from 0.29.0 to 0.29.1
    - [Commits](kubernetes/api@v0.29.0...v0.29.1)
    
    Updates `k8s.io/cli-runtime` from 0.29.0 to 0.29.1
    - [Commits](kubernetes/cli-runtime@v0.29.0...v0.29.1)
    
    Updates `k8s.io/component-base` from 0.29.0 to 0.29.1
    - [Commits](kubernetes/component-base@v0.29.0...v0.29.1)
    
    Updates `k8s.io/klog/v2` from 2.120.0 to 2.120.1
    - [Release notes](https://github.com/kubernetes/klog/releases)
    - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
    - [Commits](kubernetes/klog@v2.120.0...v2.120.1)
    
    Updates `sigs.k8s.io/controller-runtime` from 0.16.3 to 0.17.0
    - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
    - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
    - [Commits](kubernetes-sigs/controller-runtime@v0.16.3...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: k8s.io/cli-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: k8s.io/component-base
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: k8s.io/klog/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: sigs.k8s.io/controller-runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 29, 2024
    Copy the full SHA
    5744613 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. stop using "TypeMeta.Kind"

    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon committed Feb 6, 2024
    Copy the full SHA
    5666aca View commit details
    Browse the repository at this point in the history
  2. fix typo in test

    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon committed Feb 6, 2024
    Copy the full SHA
    ff0dcf5 View commit details
    Browse the repository at this point in the history