Skip to content

v2.11.0

Compare
Choose a tag to compare
@heyjcollins heyjcollins released this 04 Mar 23:52

Updated Tests

-docker/credhub_enabled.go

  • Update to not prompt when executing purge-service-offering.

Helpers updates

  • helpers/download...
    • Improve error message when API redirects multiple times. #358
      • "can copy package bits to another app and download the package" in v3/package.go fails with a confusing unzip error, when api redirects multiple times, because it tries to unzip the body of a redirect.
        This change stops on the second redirect with an error message emulating what the cf CLI would do.