|
| 1 | +## 6.16.0 |
| 2 | +* Bump version to 6.16.0 |
| 3 | +* Remove 'type' column from domains output |
| 4 | +* Hide router-groups command |
| 5 | +* Hide --router-group option to create-shared-domain |
| 6 | +* Fix typo in pt-BR translation |
| 7 | +* Replaced confusing url in `cf install-plugin` help |
| 8 | +* Fix fr translation with extra space at end |
| 9 | +* Hide .cf directory on Windows |
| 10 | +* bin/generate-language-resources |
| 11 | +* create-app-manifest stores stack |
| 12 | +* Update travis to run on go1.6 |
| 13 | +* Don't translate role names |
| 14 | +* Update translation files post-PR merge |
| 15 | +* Move Dockerfile & Makefile to cli-ci repository |
| 16 | +* Promote cliFlags package to flags |
| 17 | +* Run goimports |
| 18 | +* Remove unused code |
| 19 | +* Sort command flags |
| 20 | +* bin/generate-language-resources |
| 21 | +* Merge branch 'update-ja-jp-messages-route-services' of https://github.com/fujitsu-cf/cli into fujitsu-cf-update-ja-jp-messages-route-services |
| 22 | +* cf-Apps -> CF-Apps |
| 23 | +* Wrap 'CLEAR', 'port', and 'none' in translations |
| 24 | +* translate the messages to Japanese. |
| 25 | +* Don't set GO15VENDOREXPERIMENT=1 |
| 26 | +* Simplify i18n/locale |
| 27 | +* Fixed incorrect usage of e.g. in delete-orphaned-routes |
| 28 | +* Add translation to invalid locale error message |
| 29 | +* Fail when config is given an invalid locale |
| 30 | +* Replace cf with CF when referring to Cloud Foundry |
| 31 | +* Remove 'app' local var |
| 32 | +* Add disk quota to create-app-manifest manifest |
| 33 | +* Remove named return args from create_app_manifest |
| 34 | +* Surround option values with single quotes |
| 35 | +* Fix `list-plugin-repos` typo in help |
| 36 | +* Added GitHub issue template |
| 37 | +* Don't send empty path when searching routes |
| 38 | +* Start command doesn't use appRepo.Read |
| 39 | +* Remove unused arg from setup func |
| 40 | +* Update French translation for plugins cmd description |
| 41 | +* Switch non-English key back to English |
| 42 | +* bin/generate-language-resources |
| 43 | +* Update ja-jp untranslated json |
| 44 | +* Merge branch 'update-ja_jp-files' of https://github.com/fujitsu-cf/cli into fujitsu-cf-update-ja_jp-files |
| 45 | +* Update ja-JP files |
| 46 | +* Update Dockerfile for latest Concourse builds |
| 47 | +* Capitalize non-english descriptions of commands |
| 48 | +* Remove trailing period from command option descriptions |
| 49 | +* Remove trailing period from command descriptions |
| 50 | +* Capitalized command option descriptions |
| 51 | +* Capitalized command descriptions |
| 52 | +* Produce manifest with no-hostname attribute |
| 53 | +* Support generating manifest with no-hostname |
| 54 | +* Replace Ω with Expect, ToNot with NotTo |
| 55 | +* Rename Omega to Expect |
| 56 | +* Update skip_ssl_validation flag description |
| 57 | +* Standardizes on hyphenated locale names |
| 58 | +* Make space_quotas test work in Go 1.6 |
| 59 | +* Make quotas_test test work in Go 1.6 |
| 60 | +* Make env_var_groups test work in Go 1.6 |
| 61 | +* Make service_keys_test work in Go 1.6 |
| 62 | +* Fix bind-route-service min API failure message |
| 63 | +* Update create-service-broker creation message |
| 64 | +* Remove long name 'force' from delete-route flag |
| 65 | +* Update formatting of help text for some commands |
| 66 | +* unbind-route-service requires CC >=2.51 |
| 67 | +* bind-route-service requires CC >=2.51 |
| 68 | +* update-user-provided-service -r requires CC >=2.51 |
| 69 | +* Rewrite update_user_provided_service_test |
| 70 | +* create-user-provided-service -r requires CC >=2.51 |
| 71 | +* Remove named return args from cups |
| 72 | +* Rewrite create_user_provided_service_test |
| 73 | +* Merge pull request #755 from emirozer/master |
| 74 | +* Increase StartupTimeout in start test |
| 75 | +* RouteServiceBindingRepository includes 'parameters' |
| 76 | +* uups does not accept files prefixed with @ |
| 77 | +* cups does not accept files prefixed with @ |
| 78 | +* Update help text for curl command |
| 79 | +* Remove default method from cf curl -X StringFlag |
| 80 | +* fix wrong link in Plugin API doc |
| 81 | +* Update curl help text |
| 82 | +* curl defaults to POST when body is given |
| 83 | +* Update install-plugin help text |
| 84 | +* Update remove-plugin-repo help text |
| 85 | +* Update untranslated files |
| 86 | +* Improve help text of add-plugin-repo |
| 87 | +* Remove InputsChan from FakeUI |
| 88 | +* Improve help text of repo-plugins |
| 89 | +* Improve help text of install-plugin |
| 90 | +* Correctly define flags for delete/delete-space |
| 91 | +* oauth-token only prints the token |
| 92 | +* Remove mapValuesFromPrompt from cups command |
| 93 | +* Update tests for update-user-provided-service |
| 94 | +* curl -d flag accepts @file |
| 95 | +* Add compilers=2 back to .travis.yml |
| 96 | +* Extract JSON loader into util package |
| 97 | +* bind-route-service takes -c parameters |
| 98 | +* Remove unused RouteServiceBinder interface |
| 99 | +* Set nodes=4 in travis.yml |
| 100 | +* Remove -nodes=4 from bin/test |
| 101 | +* Updating a service plan only updates 'public' |
| 102 | +* Service auth token commands require API <=2.46 |
| 103 | +* migrate-service-instances requires api <=2.46 |
| 104 | +* Add API version req to create-service-broker |
| 105 | +* purge-service-offering only takes -p for <=2.46 |
| 106 | +* Add MaxAPIVersionRequirement |
| 107 | +* Remove unused JSON in tests |
| 108 | +* update-user-provided-service -p flag accepts @file |
| 109 | +* create-user-provided-service -p flag accepts @file |
| 110 | +* Remove trailing space from EXAMPLE in usage |
| 111 | +* bin/generate-language-resources |
| 112 | +* Merge branch 'help2' of https://github.com/fujitsu-cf/cli into fujitsu-cf-help2 |
| 113 | +* Add space-scoped flag to create-service-broker |
| 114 | +* Rewrite create_service_broker_test |
| 115 | +* Generate FakeServiceBrokerRepo with counterfeiter |
| 116 | +* Make add-plugin-repo test not take 15 seconds |
| 117 | +* Fix typo in create-shared-domain usage text again |
| 118 | +* replace double-byte colons in main Chinese help text |
| 119 | +* Fix typo in create-shared-domain usage text |
| 120 | +* bin/generate-language-resources |
| 121 | +* Merge branch 'generated-help' of https://github.com/fujitsu-cf/cli into fujitsu-cf-generated-help |
| 122 | +* Merge branch 'fix_ja' of https://github.com/tnaoto/cli into tnaoto-fix_ja |
| 123 | +* Update README/README-i18n |
| 124 | +* Refactor push command a bit |
| 125 | +* Add explanatory comment to ProcessPath |
| 126 | +* godep save ./... (again) |
| 127 | +* godep save ./... |
| 128 | +* Bring in missing go-ccapi dependency |
| 129 | +* Add V3Apps |
| 130 | +* Move passingRequirement definition to suites |
| 131 | +* Fix translations to only update the modified messages |
| 132 | +* Cleanup test cases for list shared domains |
| 133 | +* Add the routing field to 'cf domains' command. Rewrite test cases for domains command |
| 134 | +* Enable creating a shared domain with a router group |
| 135 | +* fix typo |
| 136 | +* Modify Japanese transration |
| 137 | +* Push returns an error when given an invalid path |
| 138 | +* CheckIfExists ensures path has prefixed slash |
| 139 | +* i18n-checkup installs goi18n |
| 140 | +* Bind/UnbindRouteService allow --hostname flag |
| 141 | +* AuthRepo.Authorize() sets Proxy from environment |
| 142 | +* Refactor ssh_code Get() implementation |
| 143 | +* Update i18n-checkup |
| 144 | +* Regenerate FakeAuthenticationRepository |
| 145 | +* Regenerate FakeEndpointRepository |
| 146 | +* Revert "WIP merging create route with port" |
| 147 | +* Fixing example for unbind-route-services in translation files |
| 148 | +* Improving example from usage of the unbind-route-service |
| 149 | +* Add -u back to go get of i18n4go |
| 150 | +* Login retrieves a max of 50 orgs |
| 151 | +* bin/generate-language-resources |
| 152 | +* Fix translations |
| 153 | +* Add untranslated files |
| 154 | +* Print standardized locales when given bad locale |
| 155 | +* Fall back to en-us by default |
| 156 | +* Rename translation files to what go-i18n expects |
| 157 | +* Remove non-translation translations |
| 158 | +* Update routes command |
| 159 | +* Update unbind_route_service |
| 160 | +* Rewrite bind_route_service_test |
| 161 | +* Update bind_route_service |
| 162 | +* Remove named return args from service_offerings |
| 163 | +* Add "repository" to route_service_binding |
| 164 | +* Display route services in cf routes command |
| 165 | +* Add bind-route-service and unbind-route-service commands |
| 166 | +* Add route_service_url flag to update-user-provided-service command. |
| 167 | +* Add route_service_url support for create user provided service command. |
| 168 | +* HTTP_PROXY -> https_proxy in help template |
| 169 | +* cf service includes service tags |
| 170 | +* Display X-Cf-Warnings after running commands |
| 171 | +* Switch add plugin repo test to use example.com |
| 172 | +* On connection refusal include tip to set http proxy |
| 173 | +* CopyFiles uses absolute paths |
| 174 | +* Update Push actor's handling of paths |
| 175 | +* Handle paths that exceed MAX_PATH elsewhere |
| 176 | +* WalkAppFiles handles paths that exceed MAX_PATH |
| 177 | + |
1 | 178 | ## 6.15.0 |
2 | 179 | * Bump version to 6.15.0 |
3 | 180 | * Fix regression in table printer |
|
0 commit comments