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 dependencies group with 14 updates #4829

Closed

Commits on Feb 27, 2024

  1. 🌱 Bump the dependencies group with 14 updates

    Bumps the dependencies group with 14 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/aws/amazon-vpc-cni-k8s](https://github.com/aws/amazon-vpc-cni-k8s) | `1.15.4` | `1.16.3` |
    | [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) | `1.41.0` | `1.46.0` |
    | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.45.26` | `1.49.13` |
    | [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) | `2.16.2` | `2.17.0` |
    | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.3.0` | `1.4.1` |
    | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.13.1` | `2.14.0` |
    | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.30.0` | `1.31.1` |
    | [github.com/openshift-online/ocm-sdk-go](https://github.com/openshift-online/ocm-sdk-go) | `0.1.403` | `0.1.404` |
    | [github.com/openshift/rosa](https://github.com/openshift/rosa) | `1.2.35-rc1.0.20240221134836-0beb882e5836` | `1.2.36-rc1` |
    | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.18.0` | `1.19.0` |
    | [github.com/zgalor/weberr](https://github.com/zgalor/weberr) | `0.6.0` | `0.8.2` |
    | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.18.0` | `0.20.0` |
    | [sigs.k8s.io/aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) | `0.6.13` | `0.6.17` |
    | [sigs.k8s.io/kustomize/api](https://github.com/kubernetes-sigs/kustomize) | `0.13.5-0.20230601165947-6ce0bf390ce3` | `0.16.0` |
    
    
    Updates `github.com/aws/amazon-vpc-cni-k8s` from 1.15.4 to 1.16.3
    - [Release notes](https://github.com/aws/amazon-vpc-cni-k8s/releases)
    - [Changelog](https://github.com/aws/amazon-vpc-cni-k8s/blob/master/CHANGELOG.md)
    - [Commits](aws/amazon-vpc-cni-k8s@v1.15.4...v1.16.3)
    
    Updates `github.com/aws/aws-lambda-go` from 1.41.0 to 1.46.0
    - [Release notes](https://github.com/aws/aws-lambda-go/releases)
    - [Commits](aws/aws-lambda-go@v1.41.0...v1.46.0)
    
    Updates `github.com/aws/aws-sdk-go` from 1.45.26 to 1.49.13
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.45.26...v1.49.13)
    
    Updates `github.com/coreos/ignition/v2` from 2.16.2 to 2.17.0
    - [Release notes](https://github.com/coreos/ignition/releases)
    - [Changelog](https://github.com/coreos/ignition/blob/main/docs/release-notes.md)
    - [Commits](coreos/ignition@v2.16.2...v2.17.0)
    
    Updates `github.com/go-logr/logr` from 1.3.0 to 1.4.1
    - [Release notes](https://github.com/go-logr/logr/releases)
    - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
    - [Commits](go-logr/logr@v1.3.0...v1.4.1)
    
    Updates `github.com/onsi/ginkgo/v2` from 2.13.1 to 2.14.0
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.13.1...v2.14.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 `github.com/openshift-online/ocm-sdk-go` from 0.1.403 to 0.1.404
    - [Release notes](https://github.com/openshift-online/ocm-sdk-go/releases)
    - [Changelog](https://github.com/openshift-online/ocm-sdk-go/blob/main/CHANGES.md)
    - [Commits](openshift-online/ocm-sdk-go@v0.1.403...v0.1.404)
    
    Updates `github.com/openshift/rosa` from 1.2.35-rc1.0.20240221134836-0beb882e5836 to 1.2.36-rc1
    - [Release notes](https://github.com/openshift/rosa/releases)
    - [Commits](https://github.com/openshift/rosa/commits/v1.2.36-rc1)
    
    Updates `github.com/prometheus/client_golang` from 1.18.0 to 1.19.0
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/v1.19.0/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.18.0...v1.19.0)
    
    Updates `github.com/zgalor/weberr` from 0.6.0 to 0.8.2
    - [Release notes](https://github.com/zgalor/weberr/releases)
    - [Commits](zgalor/weberr@v0.6.0...v0.8.2)
    
    Updates `golang.org/x/crypto` from 0.18.0 to 0.20.0
    - [Commits](golang/crypto@v0.18.0...v0.20.0)
    
    Updates `sigs.k8s.io/aws-iam-authenticator` from 0.6.13 to 0.6.17
    - [Release notes](https://github.com/kubernetes-sigs/aws-iam-authenticator/releases)
    - [Changelog](https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/CHANGELOG.md)
    - [Commits](kubernetes-sigs/aws-iam-authenticator@v0.6.13...v0.6.17)
    
    Updates `sigs.k8s.io/kustomize/api` from 0.13.5-0.20230601165947-6ce0bf390ce3 to 0.16.0
    - [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
    - [Commits](https://github.com/kubernetes-sigs/kustomize/commits/api/v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/amazon-vpc-cni-k8s
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/aws/aws-lambda-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/coreos/ignition/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/go-logr/logr
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/openshift-online/ocm-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: github.com/openshift/rosa
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/zgalor/weberr
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: sigs.k8s.io/aws-iam-authenticator
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: sigs.k8s.io/kustomize/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6be6131 View commit details
    Browse the repository at this point in the history