|
| 1 | +## 6.14.1 |
| 2 | +* Bump version to 6.14.1 |
| 3 | +* Revert "Merge pull request #718 from cf-routing/list_route_services" |
| 4 | +* Revert "Remove extra space in command 'routes' prompt" |
| 5 | +* Remove extra space in command 'routes' prompt |
| 6 | +* Merge pull request #718 from cf-routing/list_route_services |
| 7 | +* Reword help text in `cf push -b` to mention CFF buildpack |
| 8 | +* Display route services in cf routes command |
| 9 | +* Publish edge installers |
| 10 | +* Fix delete-quota force flag text |
| 11 | +* Remove developing on windows with powershell note |
| 12 | +* Commit i18n_resources.go |
| 13 | +* Add missing windows dependencies |
| 14 | +* Move GO15VENDOREXPERIMENT lower |
| 15 | +* godep save ./... |
| 16 | +* Add -p -nodes=4 -randomizeAllSpecs to bin/test |
| 17 | +* WalkAppFiles returns error properly |
| 18 | +* Remove go vet from bin/get-tools |
| 19 | +* Add go fmt changes to fakes |
| 20 | +* Update README to reflect switch to Go 1.5 |
| 21 | +* Add optimization to WalkAppFiles |
| 22 | +* pluginAppModel includes more fields |
| 23 | +* Export PluginModels |
| 24 | +* Remove WalkAppFiles SkipDir optimization |
| 25 | +* Skip WalkAppFiles test that expects an error |
| 26 | +* Add OS-generic assertions to WalkAppFiles test |
| 27 | +* WalkAppFiles skips problematic .cfignored paths |
| 28 | +* Don't dot import app_files in test |
| 29 | +* Remove named return args from WalkAppFiles |
| 30 | +* Update Travis to 1.5.2 |
| 31 | +* Fix bug in GatherFiles |
| 32 | +* Defer close of files in CopyFiles properly |
| 33 | +* Add better error when pushing an empty app |
| 34 | +* Hoist ProcessPath usage |
| 35 | +* Don't use app_files as a local var |
| 36 | +* Add error handling to CopyPathToPath use |
| 37 | +* Remove copyPathToPath |
| 38 | +* Remove presentFiles from GatherFiles |
| 39 | +* Remove some private methods from Push actor |
| 40 | +* Backfill Push actor tests |
| 41 | +* Remove gofileutils from actors/push_test |
| 42 | +* Merge pull request #706 from cloudfoundry/shalako-patch-1 |
| 43 | +* Zipped files on Windows are always 07xx |
| 44 | +* Restructure zipper Zip test |
| 45 | +* Resource-matched windows files are always 07xx |
| 46 | +* GatherFiles does not unzip |
| 47 | +* Add ProcessPath to push actor |
| 48 | +* Remove empty AfterEach |
| 49 | +* Update README.md |
| 50 | +* PurgeServiceInstance requires CC API 2.36.0+ |
| 51 | +* Rewrite purge_service_instance_test |
| 52 | +* FakeUI accepts a channel for inputs |
| 53 | +* Generate FakeServiceRepository with counterfeiter |
| 54 | +* Update MinAPIVersionRequirement |
| 55 | +* purge-service-instance: confirmed -> force |
| 56 | +* purge-service-instance: Use idiomatic error check |
| 57 | +* purge-service-instance: Remove named return args |
| 58 | +* fake_registry_command -> fake_command |
| 59 | +* Remove diego-ssh/helpers from ssh command |
| 60 | +* Remove unused TestHostKeyFingerprint |
| 61 | +* Remove SynchronizedBeforeSuite from ssh suite |
| 62 | +* bin/test only gets godep if not present |
| 63 | +* bin/test doesn't run in a subshell |
| 64 | +* Update go vet list in bin/test |
| 65 | +* Stop using two copies of fileutils |
| 66 | +* godep update gofileutils/fileutils |
| 67 | +* Remove usages of CopyReaderToPath |
| 68 | +* log_message_queue_old -> loggregator_message_queue |
| 69 | +* logs_old_consumer -> log_repository |
| 70 | +* Update NewLogMessage helper |
| 71 | +* OldLogs -> Logs |
| 72 | +* Remove checkForOrgExistence |
| 73 | +* Remove unused Noaa code |
| 74 | +* Remove unused RunCommandMoreBetter helper |
| 75 | +* Move Requirement interface to requirement.go |
| 76 | +* Merge pull request #695 from jasonkeene/docs-fix |
| 77 | +* Update plugin README |
| 78 | +* Move FakeSSHCodeGetter into appropriate location |
| 79 | +* Move FakeCommand into appropriate location |
| 80 | +* Remove magic from i18n.go |
| 81 | +* Sort known locales when printed |
| 82 | +* Remove SUPPORTED_LOCALES |
| 83 | +* cf/i18n/init.go -> cf/i18n/i18n.go |
| 84 | +* Force zh-tw and zh-hk locales to zh-hant |
| 85 | +* Improve performance of i18n.Init |
| 86 | +* Simplify i18n.Init |
| 87 | +* Move `bind-service` fake into appropriate location |
| 88 | +* teach command_loader test to ignore fakes |
| 89 | +* remove unused fake `FakeApiEndpointSetter` |
| 90 | +* Add notes about untested lines in i18n/init |
| 91 | +* Fix defers in i18n/init |
| 92 | +* Update cf/i18n/init_unix_test |
| 93 | +* godep update github.com/nicksnyder/go-i18n/i18n |
| 94 | +* Fix build instructions. |
| 95 | +* Remove unused logRepo from application/start |
| 96 | +* Set BUILD TIME in help as cf.BuiltOnDate always |
| 97 | +* Remove Installed-Size from debian install template |
| 98 | +* i18n4go -c fixup |
| 99 | +* Add proper Installed-Size to debian installers |
| 100 | +* Update osx Distribution file |
| 101 | +* Show better message for auth ServerErrors |
| 102 | +* Remove -p from bin/test ginkgo |
| 103 | +* Fix reliance on test pollution in registry_test |
| 104 | +* Fix reliance on test pollution in service_keys_test |
| 105 | +* godep update github.com/cloudfoundry/jibber_jabber |
| 106 | +* Rename SUPPORTED_LOCALES ko_KO -> ko_KR |
| 107 | +* Add nodes=4, randomizeAllSpecs to bin/test |
| 108 | +* Add -p to bin/build ginkgo |
| 109 | +* Rewrite file_download_test |
| 110 | +* Add ko_KO i18n support |
| 111 | +* Update Contributing section in README |
| 112 | +* Remove unused ALL_CAPS const |
| 113 | +* findPlan returns error as the last arg |
| 114 | +* NoRedirectsErr -> ErrNoRedirects |
| 115 | +* Don't assign vars to their defaults |
| 116 | +* Don't assign and not use errors |
| 117 | +* Run goimports on files that were not goimported |
| 118 | +* Don't use underscore as receiver name |
| 119 | +* Omit unnecessary 2nd value from range |
| 120 | +* Update CHANGELOG.md |
| 121 | +* Update README.md |
| 122 | +* Update CHANGELOG.md |
| 123 | +* v6.14.0 CHANGELOG for plugin API |
| 124 | +* Add _osx to osx installer name created by CI |
| 125 | +* Add support for prefixed bytes to zipper |
| 126 | + |
1 | 127 | ## 6.14.0 |
2 | 128 | * Bump version to 6.14.0 |
3 | 129 | * Merge pull request #677 from aminjam/master |
|
0 commit comments