Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudfoundry/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.14.1
Choose a base ref
...
head repository: cloudfoundry/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.16.0
Choose a head ref
  • 18 commits
  • 71 files changed
  • 6 contributors

Commits on Jun 17, 2025

  1. [v8](go): Bump the dependencies group with 7 updates (#3520)

    Bumps the dependencies group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt) | `0.40.0` | `0.41.0` |
    | [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.38.0` | `1.39.0` |
    | [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) | `3.37.0` | `3.38.0` |
    | [code.cloudfoundry.org/tlsconfig](https://github.com/cloudfoundry/tlsconfig) | `0.27.0` | `0.28.0` |
    | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.38.0` | `0.39.0` |
    | [golang.org/x/net](https://github.com/golang/net) | `0.40.0` | `0.41.0` |
    | [golang.org/x/text](https://github.com/golang/text) | `0.25.0` | `0.26.0` |
    
    
    Updates `code.cloudfoundry.org/bytefmt` from 0.40.0 to 0.41.0
    - [Release notes](https://github.com/cloudfoundry/bytefmt/releases)
    - [Commits](cloudfoundry/bytefmt@v0.40.0...v0.41.0)
    
    Updates `code.cloudfoundry.org/clock` from 1.38.0 to 1.39.0
    - [Release notes](https://github.com/cloudfoundry/clock/releases)
    - [Commits](cloudfoundry/clock@v1.38.0...v1.39.0)
    
    Updates `code.cloudfoundry.org/lager/v3` from 3.37.0 to 3.38.0
    - [Release notes](https://github.com/cloudfoundry/lager/releases)
    - [Commits](cloudfoundry/lager@v3.37.0...v3.38.0)
    
    Updates `code.cloudfoundry.org/tlsconfig` from 0.27.0 to 0.28.0
    - [Release notes](https://github.com/cloudfoundry/tlsconfig/releases)
    - [Commits](cloudfoundry/tlsconfig@v0.27.0...v0.28.0)
    
    Updates `golang.org/x/crypto` from 0.38.0 to 0.39.0
    - [Commits](golang/crypto@v0.38.0...v0.39.0)
    
    Updates `golang.org/x/net` from 0.40.0 to 0.41.0
    - [Commits](golang/net@v0.40.0...v0.41.0)
    
    Updates `golang.org/x/text` from 0.25.0 to 0.26.0
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.25.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: code.cloudfoundry.org/bytefmt
      dependency-version: 0.41.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/clock
      dependency-version: 1.39.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/lager/v3
      dependency-version: 3.38.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/tlsconfig
      dependency-version: 0.28.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.39.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: golang.org/x/net
      dependency-version: 0.41.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: golang.org/x/text
      dependency-version: 0.26.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    d71304d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. [v8](go): Bump the dependencies group with 2 updates (#3527)

    Bumps the dependencies group with 2 updates: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go).
    
    
    Updates `k8s.io/apimachinery` from 0.33.1 to 0.33.2
    - [Commits](kubernetes/apimachinery@v0.33.1...v0.33.2)
    
    Updates `k8s.io/client-go` from 0.33.1 to 0.33.2
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.33.1...v0.33.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apimachinery
      dependency-version: 0.33.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: k8s.io/client-go
      dependency-version: 0.33.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    3f6fefe View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

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

Commits on Jul 15, 2025

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

Commits on Jul 16, 2025

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

Commits on Jul 17, 2025

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

Commits on Jul 18, 2025

  1. Fix syntax (#3550)

    gururajsh authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    80425ab View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Fix Missing GUID in CloudController Application Type (#3552)

    Signed-off-by: Dilip Tadepalli <tadepalli.dilip@gmail.com>
    dilipmighty245 authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    9664e20 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

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

Commits on Aug 20, 2025

  1. [v8](gha): Bump the dependencies group across 1 directory with 3 upda…

    …tes (#3558)
    
    Bumps the dependencies group with 3 updates in the / directory: [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `google-github-actions/setup-gcloud` from 1 to 2
    - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
    - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
    - [Commits](google-github-actions/setup-gcloud@v1...v2)
    
    Updates `golangci/golangci-lint-action` from 6 to 8
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v6...v8)
    
    Updates `actions/download-artifact` from 4 to 5
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: google-github-actions/setup-gcloud
      dependency-version: '2'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: golangci/golangci-lint-action
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    2e62c5d View commit details
    Browse the repository at this point in the history
  2. [v8](go): Bump the dependencies group across 1 directory with 13 upda…

    …tes (#3559)
    
    Bumps the dependencies group with 7 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt) | `0.42.0` | `0.47.0` |
    | [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.40.0` | `1.43.0` |
    | [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) | `3.39.0` | `3.44.0` |
    | [code.cloudfoundry.org/tlsconfig](https://github.com/cloudfoundry/tlsconfig) | `0.29.0` | `0.33.0` |
    | [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.11.2` | `6.11.3` |
    | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.2` | `0.33.4` |
    | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.2` | `0.33.4` |
    
    
    
    Updates `code.cloudfoundry.org/bytefmt` from 0.42.0 to 0.47.0
    - [Release notes](https://github.com/cloudfoundry/bytefmt/releases)
    - [Commits](cloudfoundry/bytefmt@v0.42.0...v0.47.0)
    
    Updates `code.cloudfoundry.org/clock` from 1.40.0 to 1.43.0
    - [Release notes](https://github.com/cloudfoundry/clock/releases)
    - [Commits](cloudfoundry/clock@v1.40.0...v1.43.0)
    
    Updates `code.cloudfoundry.org/lager/v3` from 3.39.0 to 3.44.0
    - [Release notes](https://github.com/cloudfoundry/lager/releases)
    - [Commits](cloudfoundry/lager@v3.39.0...v3.44.0)
    
    Updates `code.cloudfoundry.org/tlsconfig` from 0.29.0 to 0.33.0
    - [Release notes](https://github.com/cloudfoundry/tlsconfig/releases)
    - [Commits](cloudfoundry/tlsconfig@v0.29.0...v0.33.0)
    
    Updates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.11.2 to 6.11.3
    - [Release notes](https://github.com/maxbrunsfeld/counterfeiter/releases)
    - [Commits](maxbrunsfeld/counterfeiter@v6.11.2...v6.11.3)
    
    Updates `github.com/onsi/ginkgo/v2` from 2.23.4 to 2.24.0
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.23.4...v2.24.0)
    
    Updates `github.com/onsi/gomega` from 1.37.0 to 1.38.0
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.37.0...v1.38.0)
    
    Updates `golang.org/x/crypto` from 0.39.0 to 0.41.0
    - [Commits](golang/crypto@v0.39.0...v0.41.0)
    
    Updates `golang.org/x/net` from 0.41.0 to 0.43.0
    - [Commits](golang/net@v0.41.0...v0.43.0)
    
    Updates `golang.org/x/term` from 0.32.0 to 0.34.0
    - [Commits](golang/term@v0.32.0...v0.34.0)
    
    Updates `golang.org/x/text` from 0.26.0 to 0.28.0
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.26.0...v0.28.0)
    
    Updates `k8s.io/apimachinery` from 0.33.2 to 0.33.4
    - [Commits](kubernetes/apimachinery@v0.33.2...v0.33.4)
    
    Updates `k8s.io/client-go` from 0.33.2 to 0.33.4
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.33.2...v0.33.4)
    
    ---
    updated-dependencies:
    - dependency-name: code.cloudfoundry.org/bytefmt
      dependency-version: 0.47.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/clock
      dependency-version: 1.43.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/lager/v3
      dependency-version: 3.44.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/tlsconfig
      dependency-version: 0.33.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/maxbrunsfeld/counterfeiter/v6
      dependency-version: 6.11.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-version: 2.24.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/onsi/gomega
      dependency-version: 1.38.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.41.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: golang.org/x/net
      dependency-version: 0.43.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: golang.org/x/term
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: golang.org/x/text
      dependency-version: 0.28.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: k8s.io/apimachinery
      dependency-version: 0.33.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: k8s.io/client-go
      dependency-version: 0.33.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    253d618 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. bump go to 1.25 (#3561)

    gururajsh authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    e2950ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f2a431 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. [v8](gha): Bump the dependencies group across 1 directory with 5 upda…

    …tes (#3571)
    
    Bumps the dependencies group with 5 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` |
    | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2` | `3` |
    | [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `2` | `3` |
    | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` |
    | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4` | `5` |
    
    
    
    Updates `actions/checkout` from 4 to 5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    Updates `google-github-actions/auth` from 2 to 3
    - [Release notes](https://github.com/google-github-actions/auth/releases)
    - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
    - [Commits](google-github-actions/auth@v2...v3)
    
    Updates `google-github-actions/setup-gcloud` from 2 to 3
    - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
    - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
    - [Commits](google-github-actions/setup-gcloud@v2...v3)
    
    Updates `actions/setup-go` from 5 to 6
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v6)
    
    Updates `aws-actions/configure-aws-credentials` from 4 to 5
    - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
    - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
    - [Commits](aws-actions/configure-aws-credentials@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: google-github-actions/auth
      dependency-version: '3'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: google-github-actions/setup-gcloud
      dependency-version: '3'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: actions/setup-go
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: aws-actions/configure-aws-credentials
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    e8ec5d5 View commit details
    Browse the repository at this point in the history
  2. [v8](go): Bump the dependencies group across 1 directory with 10 upda…

    …tes (#3573)
    
    Bumps the dependencies group with 8 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt) | `0.47.0` | `0.49.0` |
    | [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.43.0` | `1.46.0` |
    | [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) | `3.44.0` | `3.46.0` |
    | [code.cloudfoundry.org/tlsconfig](https://github.com/cloudfoundry/tlsconfig) | `0.33.0` | `0.34.0` |
    | [golang.org/x/term](https://github.com/golang/term) | `0.34.0` | `0.35.0` |
    | [golang.org/x/text](https://github.com/golang/text) | `0.28.0` | `0.29.0` |
    | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.4` | `0.34.0` |
    | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.4` | `0.34.0` |
    
    
    
    Updates `code.cloudfoundry.org/bytefmt` from 0.47.0 to 0.49.0
    - [Release notes](https://github.com/cloudfoundry/bytefmt/releases)
    - [Commits](cloudfoundry/bytefmt@v0.47.0...v0.49.0)
    
    Updates `code.cloudfoundry.org/clock` from 1.43.0 to 1.46.0
    - [Release notes](https://github.com/cloudfoundry/clock/releases)
    - [Commits](cloudfoundry/clock@v1.43.0...v1.46.0)
    
    Updates `code.cloudfoundry.org/lager/v3` from 3.44.0 to 3.46.0
    - [Release notes](https://github.com/cloudfoundry/lager/releases)
    - [Commits](cloudfoundry/lager@v3.44.0...v3.46.0)
    
    Updates `code.cloudfoundry.org/tlsconfig` from 0.33.0 to 0.34.0
    - [Release notes](https://github.com/cloudfoundry/tlsconfig/releases)
    - [Commits](cloudfoundry/tlsconfig@v0.33.0...v0.34.0)
    
    Updates `github.com/onsi/ginkgo/v2` from 2.24.0 to 2.25.2
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.24.0...v2.25.2)
    
    Updates `github.com/onsi/gomega` from 1.38.0 to 1.38.2
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.38.0...v1.38.2)
    
    Updates `golang.org/x/term` from 0.34.0 to 0.35.0
    - [Commits](golang/term@v0.34.0...v0.35.0)
    
    Updates `golang.org/x/text` from 0.28.0 to 0.29.0
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.28.0...v0.29.0)
    
    Updates `k8s.io/apimachinery` from 0.33.4 to 0.34.0
    - [Commits](kubernetes/apimachinery@v0.33.4...v0.34.0)
    
    Updates `k8s.io/client-go` from 0.33.4 to 0.34.0
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.33.4...v0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: code.cloudfoundry.org/bytefmt
      dependency-version: 0.49.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/clock
      dependency-version: 1.46.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/lager/v3
      dependency-version: 3.46.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/tlsconfig
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-version: 2.25.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/onsi/gomega
      dependency-version: 1.38.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: golang.org/x/term
      dependency-version: 0.35.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: golang.org/x/text
      dependency-version: 0.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: k8s.io/apimachinery
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: k8s.io/client-go
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    06fc204 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Check for chunk size before api call[v8] (#3574)

    Co-authored-by: marc.khouzam@broadcom.com
    gururajsh authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    8caaff8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

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

Commits on Sep 16, 2025

  1. Fix typo in Json unmarshaling (#3582)

    Signed-off-by: Marc Khouzam <marc.khouzam@broadcom.com>
    marckhouzam authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    4b92b73 View commit details
    Browse the repository at this point in the history
Loading