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.13.0
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.14.0
Choose a head ref
  • 6 commits
  • 42 files changed
  • 4 contributors

Commits on Apr 17, 2025

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

    Bumps the dependencies group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt) | `0.35.0` | `0.36.0` |
    | [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.33.0` | `1.34.0` |
    | [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) | `3.32.0` | `3.33.0` |
    | [code.cloudfoundry.org/tlsconfig](https://github.com/cloudfoundry/tlsconfig) | `0.23.0` | `0.24.0` |
    | [golang.org/x/net](https://github.com/golang/net) | `0.38.0` | `0.39.0` |
    
    
    Updates `code.cloudfoundry.org/bytefmt` from 0.35.0 to 0.36.0
    - [Release notes](https://github.com/cloudfoundry/bytefmt/releases)
    - [Commits](cloudfoundry/bytefmt@v0.35.0...v0.36.0)
    
    Updates `code.cloudfoundry.org/clock` from 1.33.0 to 1.34.0
    - [Release notes](https://github.com/cloudfoundry/clock/releases)
    - [Commits](cloudfoundry/clock@v1.33.0...v1.34.0)
    
    Updates `code.cloudfoundry.org/lager/v3` from 3.32.0 to 3.33.0
    - [Release notes](https://github.com/cloudfoundry/lager/releases)
    - [Commits](cloudfoundry/lager@v3.32.0...v3.33.0)
    
    Updates `code.cloudfoundry.org/tlsconfig` from 0.23.0 to 0.24.0
    - [Release notes](https://github.com/cloudfoundry/tlsconfig/releases)
    - [Commits](cloudfoundry/tlsconfig@v0.23.0...v0.24.0)
    
    Updates `golang.org/x/net` from 0.38.0 to 0.39.0
    - [Commits](golang/net@v0.38.0...v0.39.0)
    
    ---
    updated-dependencies:
    - dependency-name: code.cloudfoundry.org/bytefmt
      dependency-version: 0.36.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/clock
      dependency-version: 1.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/lager/v3
      dependency-version: 3.33.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: code.cloudfoundry.org/tlsconfig
      dependency-version: 0.24.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: golang.org/x/net
      dependency-version: 0.39.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 Apr 17, 2025
    Configuration menu
    Copy the full SHA
    b4430d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Deprecate Ubuntu 20.04 (#3493)

    a-b authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    bfd1125 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Set custom version (#3490)

    a-b authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    55036aa View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

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

Commits on May 9, 2025

  1. [v8] Add lifecycle flag to buildpacks related commands (#3496)

    * Add lifecycle flag to buildpacks and create-buildpack
    
    Signed-off-by: Tom Kennedy <tom.kennedy@broadcom.com>
    
    * Remove default order_by query in GetBuildpacks
    
    - This will allow capi to update the default order independently of the cli in the future
    
    Signed-off-by: Tom Kennedy <tom.kennedy@broadcom.com>
    
    * Add lifecycle flag to update-buildpack and delete-buildpack
    
    Signed-off-by: Tom Kennedy <tom.kennedy@broadcom.com>
    
    * Set minimum cc version for lifecycle flag
    
    Signed-off-by: Tom Kennedy <tom.kennedy@broadcom.com>
    
    ---------
    
    Signed-off-by: Tom Kennedy <tom.kennedy@broadcom.com>
    tomkennedy513 authored May 9, 2025
    Configuration menu
    Copy the full SHA
    53a0e56 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

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