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.10.2
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.11.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 5 contributors

Commits on Mar 5, 2025

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

    Bumps the dependencies group with 4 updates: [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt), [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager), [code.cloudfoundry.org/tlsconfig](https://github.com/cloudfoundry/tlsconfig) and [golang.org/x/crypto](https://github.com/golang/crypto).
    
    
    Updates `code.cloudfoundry.org/bytefmt` from 0.29.0 to 0.30.0
    - [Release notes](https://github.com/cloudfoundry/bytefmt/releases)
    - [Commits](cloudfoundry/bytefmt@v0.29.0...v0.30.0)
    
    Updates `code.cloudfoundry.org/lager/v3` from 3.26.0 to 3.27.0
    - [Release notes](https://github.com/cloudfoundry/lager/releases)
    - [Commits](cloudfoundry/lager@v3.26.0...v3.27.0)
    
    Updates `code.cloudfoundry.org/tlsconfig` from 0.18.0 to 0.19.0
    - [Release notes](https://github.com/cloudfoundry/tlsconfig/releases)
    - [Commits](cloudfoundry/tlsconfig@v0.18.0...v0.19.0)
    
    Updates `golang.org/x/crypto` from 0.34.0 to 0.35.0
    - [Commits](golang/crypto@v0.34.0...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: code.cloudfoundry.org/bytefmt
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/lager/v3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/tlsconfig
      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
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    6b86e00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8439d20 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Update image to the latest ubuntu (#3450)

    - Use dpkg-deb -Zxz to keep backward compatibility
    - Improve test to check compatibility with Deb OSes
    
    Co-authored-by: João Pereira <joao.pereira@broadcom.com>
    Co-authored-by: Alex Rocha <alex.rocha@broadcom.com>
    3 people authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    c0bc8b6 View commit details
    Browse the repository at this point in the history
Loading