Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Technology-Development/cli

Tags

v7.2.0

Toggle v7.2.0's commit message
Bump version to 7.2.0

v6.53.0

Toggle v6.53.0's commit message
Clean V6 pipeline run

v7.1.0

Toggle v7.1.0's commit message
Fix integration test

- This issue occurred due to merge of two conflicting features

Co-authored-by: Lisa Burns <[email protected]>
Co-authored-by: Nick Webb <[email protected]>

v6.52.0

Toggle v6.52.0's commit message
Bump version to 6.52.0

Co-authored-by: Lisa Burns <[email protected]>

7.0.2

Toggle 7.0.2's commit message
Revert "Remove dead code (cloudfoundry#1987)"

This reverts commit f024eef.
This reverts commit 9ced0ec.
This reverts commit 7ff90cc.

v7.0.2

Toggle v7.0.2's commit message
Bump version to 7.0.2

[#173573281](https://www.pivotaltracker.com/story/show/173573281)

v7.0.1

Toggle v7.0.1's commit message
Bump app disk space in scaling integration tests

Signed-off-by: Nick Webb <[email protected]>
Co-authored-by: Nick Webb <[email protected]>

v7.0.0

Toggle v7.0.0's commit message
Skip TCP domains when finding default domain in integration tests

We recently began seeing failures when a TCP route (a route using a TCP
domain) was being used unexpectedly. I believe it is because this
DefaultSharedDomain helper was not excluding domains with protocol
"tcp". Now, we exclude them, just like we do for internal domains, so
that the "default domain" it finds will never be a TCP domain.

Authored-by: Reid Mitchell <[email protected]>

v6.51.0

Toggle v6.51.0's commit message
Bump version to 6.51.0

[#171421548](https://www.pivotaltracker.com/story/show/171421548)

Co-authored-by: Alexander Berezovsky <[email protected]>

v6.50.0

Toggle v6.50.0's commit message
Lint requires `else if cond`, rather than `else {if cond`