Skip to content

Commit 6239434

Browse files
author
Simon Leung
committed
Bump version to 6.8.0
1 parent 7e99c6c commit 6239434

File tree

2 files changed

+113
-2
lines changed

2 files changed

+113
-2
lines changed

CHANGELOG.md

Lines changed: 112 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,115 @@
1+
##v6.8.0
2+
* Allows plugin to be installed from an Url [#80043644]
3+
* Allows mutliple plugins with blank aliases. [#84241752]
4+
* Remove commented line in update_service_test
5+
* test fix and additional coverage [#80043644]
6+
* Exit non-zero in build-and-release-gocd if sub-script fails
7+
* New utils for download single file from url
8+
* create-buildpack and update-buildpack now allow relative paths. [#80043644]
9+
* Update ginkgo
10+
* Add `cf restart_app_instance` command [#78049908]
11+
* Add dashboard-url to `cf service` output [#68396596]
12+
* Add unset flag to `cf api` -Allows user to unset the api endpoint [#82979408]
13+
* `cf plugins` shows command alias [finishes #83892154]
14+
* plugin alias shows in `cf help` [finishes #83892240]
15+
* improve error text for plugin alias conflict errors. [#83717740]
16+
* `cf install-plugin` cross-checks for command/alias conflicts [#83717740]
17+
* Fixed plugin test fixture; Made aliases work with multi-command plugins
18+
* Added aliases for plugins. [#82051186]
19+
* README update for multi-command plugin example [#83690584]
20+
* code example for plugin with multiple commands [#83690584]
21+
* improve text in help [#82913246]
22+
* correct display order in space admin help section [#83437508]
23+
* `cf org` displays all information in quota [#83363414]
24+
* improve help text for command `uups` [#83233266]
25+
* Add guid flag to `cf org` [#83435546]
26+
* Add guid flag to `cf space` [#83435684]
27+
* Add guid flag to `cf service` [#83435846]
28+
* Update README.md
29+
* fake out cf config for testing [#82871316]
30+
* Merge branch 'hw-issue-20' of github.com:HuaweiTech/cli into HuaweiTech-hw-issue-20
31+
* Merge branch 'hw-issue-21' of github.com:HuaweiTech/cli into HuaweiTech-hw-issue-21
32+
* Update buildpack flag descriptions [#83069682]
33+
* Allow users to specify a space-quota when creating a space [#82311654]
34+
* Update travis golang version to reflect the version we compile on
35+
* Attempt to fix travis build with ginkgo flag [#82012788]
36+
* Update ginkgo
37+
* Show detected_start_command on first push [#79325064]
38+
* Merge pull request #287 from HuaweiTech/hw-issue-2 Extraneous arguments now cause commands to fail with usage.
39+
* Prompt is always shown to user, even when the plugin has invoked the cli command with output suppressed. [#82770766]
40+
* Update jibber_jabber - Adds support for zh-TW and has fix that moves zh-CK to zh-HK [#83146574]
41+
* Merge pull request #299 from uzzz/master Fix ui.Ask to return strings with spaces from stdin
42+
* Changed iscc to use environment variable for finding WINE.
43+
* Replace hard coded path to restore the build and release script.
44+
* Fix ui.Ask to return strings with spaces from stdin [#78596198]
45+
* Fix windows init_i18n test -Also fix compilation issues related to injection of jibber_jabber
46+
* Inject jibberjabber so it can be tested Attempt to fix windws Hant/Hans init tests
47+
* Revert "Revert "fix failing HK/TW Windows 32 unit test""
48+
* Revert "Revert "Match traditional Chinese dialects to zh_Hant""
49+
* Revert "Revert "Moved chinese translations to more generic locale tags""
50+
* polling respects api target host while performing http 'Create' request [#77846300]
51+
* polling respects api target host while performing http 'Update' request [#77846300]
52+
* polling respects api target host while performing http 'Delete' request [#77846300]
53+
* When starting an app the start command is displayed to the user [#79325064]
54+
* Use '$HOME' env var instead of hard coded path
55+
* Use iscc in scripts directory when building installers
56+
* Add comments to build-installers-gocd script for installation of 'Inno Setup 5'
57+
* Add iscc file for creating windows installer
58+
* Fix quota creation to default to unlimited instance memory [#82914568]
59+
* Allow users to set quotas and space-quotas instance memory to 0 [#82914568]
60+
* Fix the args validation in commands
61+
* Update help text for `cf update-buildpack` and `cf create-buildpack` [#82828946]
62+
* Update README.md
63+
* Add command help text to `cf plugins` [#82777012]
64+
* `-h` and `--h` should not report as invalid flags [#69038672]
65+
* Add `--guid` flag to `cf app` - Allow users to get the guid of an application with a guid flag [#76459212]
66+
* find plugins in the current directory without having to specify `./` [#82776732]
67+
* Fix the usage info in cf feature-flag command
68+
* var renaming for readability
69+
* handles both "-" & "--" prefix for flag checking - ignores flag value after `=` [#69038672]
70+
* T() up new texts for translation - dot-import i18n
71+
* informs user about incorrect flags
72+
* Improve messaging `cf unmap-route` output [#82187142]
73+
* Removing api requirement for `cf service-access` [#77468074]
74+
* Revert "Moved chinese translations to more generic locale tags"
75+
* Revert "Match traditional Chinese dialects to zh_Hant"
76+
* Revert "fix failing HK/TW Windows 32 unit test"
77+
* Fix the Usage info in cf security-groups command
78+
* fix failing HK/TW Windows 32 unit test
79+
* tip text for update-buildpack [#82910350]
80+
* Merge pull request #297 from jberkhahn/default_english Match traditional Chinese dialects to zh_Hant
81+
* Match traditional Chinese dialects to zh_Hant
82+
* update readme add step for running godep restore to ensure appropriate go dependencies are present
83+
* Remove 'CommandDidPassRequirements' global test var [#70595398]
84+
* 'service-access' command requires cc api version 2.13.0
85+
* Do not prompt the user for org when none are available during login [#78057906]
86+
* Do not prompt the user for a space during login when the user has no available spaces [#78057906]
87+
* Handle non 403 error when accessing the uaa endpoint
88+
* Add tip to `cf m` about the -s flag [#82673112]
89+
* Update push --no-route help text to be more accurate [#64863370]
90+
* Improve error handling for create-user [#80042984]
91+
* Handle non string env var variables.
92+
* Moved chinese translations to more generic locale tags
93+
* Fix issue with create-service
94+
* Update README.md
95+
* Update README.md
96+
* Merge pull request #293 from jennjblack/edits edit cf CLI dev guide README
97+
* edit cli README.md
98+
* Update README.md Add Releases info to Download section of the README [#78473546]
99+
* Show whether a service is paid in `cf m` [#76373558]
100+
* Add script to improve release cutting process [#79626744]
101+
* edit cli/plugin_examples README.md
102+
* Remove inline-relations-depth calls from service_builder calls [#81535612]
103+
* `cf m -s service-name` works when unauthenticated [#81535612]
104+
* Begin adding -s flag to `cf m` [#81535612]
105+
* Update output for bad memory or disk quota in manifest [#79727218]
106+
* Handle manifest memory and disk values that are numeric and have no memory unit [#79727218]
107+
* Update output for bad memory or disk quota in manifest [#79727218]
108+
* Handle manifest memory and disk values that are numeric and have no memory unit [#79727218]
109+
* Improve 'cf unset-org-role' error message on Access Denied (code 403) [#77158010]
110+
* User is warned when creating a service that incurs cost
111+
* edit cf CLI dev guide README
112+
1113
##v6.7.0
2114
* Display correct information about app in copy-source -Restart app.Start/Stop/Restart/WatchStaging by passing org and
3115
space name instead of assuming config contained correct information [finishes #81219748]
@@ -180,7 +292,6 @@ invalid config in the home directory (the real home dir) [finishes #79305568]
180292
* Fix http_test.go to be OS independent [#79151902]
181293
* Update flag descriptions for enable/disable service access [#79151902]
182294
* show help when `cf` is input [#78233706]
183-
Signed-off-by: Daniel Lavine <[email protected]>
184295
* Up tcp timeout to 10 seconds and log errors more effectively -Upping the timeout to deal with possible architecture issues, but
185296
this should not be increased any more than 10 seconds
186297
[#79151504]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.7.0
1+
6.8.0

0 commit comments

Comments
 (0)