Skip to content

Commit 74b98e9

Browse files
author
Pivotal
committed
Bump version to 6.15.0
1 parent 9cffc41 commit 74b98e9

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,73 @@
1+
## 6.15.0
2+
* Bump version to 6.15.0
3+
* Fix regression in table printer
4+
* Display text where rune len > string len properly
5+
* Remove full stop from files description
6+
* Upload release binaries to v${release_tag}
7+
* Upload release binaries as cf-cli-installer*
8+
* Display non-latin table headers properly
9+
* Remove named return args from CheckIfExists
10+
* CheckIfExists includes path in api call
11+
* files fails for Diego-deployed apps
12+
* Rewrite application/files_test
13+
* Dereference symlinks to app directories
14+
* Keep Alive for non-interactive sessions
15+
* i18n4go -c fixup && bin/generate-language-sources
16+
* Update hostname and path usage
17+
* check-route supports --path option
18+
* Rewrite check_route_test
19+
* push supports --route-path option
20+
* Update push-test to show product of domains/hosts
21+
* Move creation of semver lower in delete-route
22+
* delete-route supports --path option
23+
* Rewrite map_route_test
24+
* Remove unnecessary InputsChan from app_test
25+
* Update de_DE translations
26+
* Display two hyphens for all options
27+
* godep save ./...
28+
* Move simonleung8/flags back into cloudfoundry/cli
29+
* Move prepending of '/' to path into Route Repo
30+
* unmap-route supports --path option
31+
* Update unmap-route
32+
* Rewrite unmap-route test
33+
* updated vcap-dev to cf dev ML
34+
* Re-order create-route requirements
35+
* minRequiredAPIVersion -> requiredVersion
36+
* map-route supports --path option
37+
* Remove map-route Requirements' named return args
38+
* Update MinApiVersionRequirement
39+
* Rewrite map_route_test
40+
* Generate FakeDomainRepository with counterfeiter
41+
* Update create-route hostname help text
42+
* Use ja_JP instead of ja_JA
43+
* Update i18n README to reflect new translations
44+
* Remove extra spaces from some fr_FR entries
45+
* Update create-route examples
46+
* Convert dos format files to unix
47+
* Update translations
48+
* Add --hostname option name for other commands
49+
* Add --hostname option name for create-route
50+
* Set PATH in bin/i18n-checkup
51+
* Fix go vet errors
52+
* Invert conditional in UpdateEndpoint
53+
* Remove named return arguments from UpdateEndpoint
54+
* Don't get i18n4go with -u
55+
* Load core commands later in main
56+
* create-route requires CC 2.36.0+ for --path option
57+
* Remove named return arguments from CreateRoute
58+
* Don't add '/' to path when it's blank
59+
* Update README to reflect move to cloudfoundry/tap
60+
* Update bin/generate-release-notes
61+
* create-route doesn't require prepended / for path
62+
* Update create-route help
63+
* Add context path when listing routes
64+
* Fix help message as per feedback
65+
* Don't use magic empty string in RouteRepository
66+
* Don't construct domain/path with Sprintf
67+
* Move RouteSummary into its own file
68+
* create-route command now takes optional context path
69+
* Update bin/generate-release-notes
70+
171
## 6.14.1
272
* Bump version to 6.14.1
373
* Revert "Merge pull request #718 from cf-routing/list_route_services"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.14.1
1+
6.15.0

0 commit comments

Comments
 (0)