File cf-cli.changes of Package cf-cli
321
1
-------------------------------------------------------------------
2
Thu Feb 21 09:52:22 UTC 2019 - thardeck@suse.com
3
4
- update to version 6.43.0 (bsc#1132242)
5
### Enhancements
6
- `cf curl` supports a new `--fail` flag (primarily for scripting purposes) which returns exit code `22` for server errors [story](https://www.pivotaltracker.com/story/show/130060949)
7
- Improves `cf delete-orphaned-routes` such that it uses a different endpoint, reducing the chance of a race condition when two users are simultaneously deleting orphaned routes and associating routes with applications [story](https://www.pivotaltracker.com/story/show/163156064)
8
- we've improved the speed of cf services - it now hits a single endpoint instead of making individual API calls
9
### Bug Fixes
10
#### Security
11
- Fixes issue with running cf login in verbose mode whereby passwords which contains regex were not completely redacted
12
- Fixes issue whilst running commands in verbose mode refresh tokens were not completely redacted
13
### Other Bug Fixes
14
- Updates help text for cf curlstory
15
- Now refresh tokens work properly whilst using cf curl with V3 CC API endpoints story
16
- Fixes performance degradation for cf services story
17
- cf delete-service requires that you are targeting a space story
18
- cf enable-service access for a service in an org will succeed if you have already enabled access for that service in that org story
19
20
-------------------------------------------------------------------
21
Thu Jan 17 22:20:34 UTC 2019 - thardeck@suse.com
22
23
- update to version 6.42.0
24
### Minor Enhancements
25
- updated `cf restage` help text and the first line in the command's output to indicate that using this command will cause app downtime [story](https://www.pivotaltracker.com/story/show/151841382)
26
- updated the `cf bind-route-service` help text to clarify usage instructions [story](https://www.pivotaltracker.com/story/show/150111078)
27
- improved an error message for `cf create-service-boker` to be more helpful when the CC API returns a `502` due to an invalid service broker catalog
28
- upgraded to Golang 1.11.4 [story](https://www.pivotaltracker.com/story/show/162745359)
29
- added a short name `ue` for `cf unset-env` [story](https://www.pivotaltracker.com/story/show/161632713)
30
- updated `cf marketplace` command to include a new `broker` column to prepare for a upcoming services-related feature which will allow services to have the same name as long as they are associated with different service brokers [story](https://www.pivotaltracker.com/story/show/162699756)
31
### Bugs
32
- fix for `cf enable-service-access -p plan` whereby when we refactored the code in CLI `v6.41.0` it created service plan visibilities as part of a subsequent run of the command (the unrefactored code skipped creating the service plan visibilities); now the command will skip creating service plan visibilities as it did prior to the refactor [story](https://www.pivotaltracker.com/story/show/162747373)
33
- updated the `cf rename-buildpack` help text which was missing reference to the `-s` stack flag [story](https://www.pivotaltracker.com/story/show/162428661)
34
- updated help text for when users use `brew search cloudfoundry-cli` [story](https://www.pivotaltracker.com/story/show/161770940)
35
- now when you run `cf service service-instance` for a route service, the route service url appears in the key value table [story](https://www.pivotaltracker.com/story/show/162498211)
36
37
-------------------------------------------------------------------
38
Mon Dec 3 19:00:45 UTC 2018 - thardeck@suse.com
39
40
- update to version 6.41.0
41
### Enhancements
42
- updated `cf --help` to include the `delete` command [story](https://www.pivotaltracker.com/story/show/161556511)
43
44
-------------------------------------------------------------------
45
Tue Nov 13 09:27:33 UTC 2018 - okurz@suse.com
46
47
- Require specific version for self-test; disable debug packages in test to prevent error about missing files
48
49
-------------------------------------------------------------------
50
Mon Nov 12 14:03:42 UTC 2018 - thardeck@suse.com
51
52
- update to version 6.40.1
53
### Bug Fixes
54
- Updates the minimum version for the buildpacks-stacks association feature. In [CLI v6.39.0](https://github.com/cloudfoundry/cli/releases/tag/v6.39.0), when the feature was released, we incorrectly set the minimum to cc api version as`2.114`. The minimum cc api version is now correctly set to [`2.112`](https://github.com/cloudfoundry/capi-release/releases/tag/1.58.0). [story](https://www.pivotaltracker.com/story/show/161464797)
55
- Fixes a bug with inspecting a service instance `cf service service-instance`, now the `documentation` url displays correctly for services which populate that field [story](https://www.pivotaltracker.com/story/show/161251875)
56
57
-------------------------------------------------------------------
58
Mon Oct 8 21:38:24 UTC 2018 - thardeck@suse.com
59
60
- update to version 6.40.0
61
### Bug Fixes
62
- Fix bug where trailing slash on cf api would break listing commands for older CC APIs story. For older versions of CC API, if the API URL had a trailing slash, some requests would fail with an "Unknown request" error. These requests are now handled properly.
63
64
-------------------------------------------------------------------
65
Thu Sep 20 08:19:31 UTC 2018 - thardeck@suse.com
66
67
- update to version 6.39.1
68
69
-------------------------------------------------------------------
70
Tue Sep 11 23:53:49 UTC 2018 - thardeck@suse.com
71
72
- update to version 6.39.0
73
### Enhancements
74
- for users on cc api 3.27, cf start is enhanced to display the new cf app v3 output. For users on cc api 3.27 or lower, users will see the same v2 output. Note that if you use v3 commands to create and start your app, if you subsequently use cf stop and cf start, the routes property in cf app will not populate even though the route exists story
75
- for users on cc api 3.27, cf restart is enhanced to display the new cf app v3 output. For users on cc api 3.27 or lower, users will see the same v2 output. story
76
- for users on cc api 3.27, cf restage is enhanced to display the new cf app v3 output. For users on cc api 3.27 or lower, users will see the same v2 output. story
77
- improved help text for -d domains for cf push to include examples of usage story
78
- cf v3-scale displays additional app information story
79
- if you've created an internal domain, and it is the first domain in cc, the CLI will now ignore the internal domain and instead choose the next non-internal domain when you push an app story
80
### Bug Fixes
81
- Fix for users on macOS attempting to brew install cf-cli the CF CLI using the unreleased master branch of Homebrew story
82
- Fixes an issue whereby, due to a recent cc api change, when you execute cf push and watch the cf app command, the app display returned a 400 error story
83
- Fixes a bug whereby if you logged in using client credentials, cf auth user pass --client credentials you were unable to create an org; now create-org will assign the role to the user id specified in your manifest story
84
- fixes an issue introduced when we refactored cf start and as part of that work, we stopped blocking on the initial connection with the logging backend; now the CLI blocks until the NOAA connection is made, or the default dial timeout of five seconds is reached story
85
86
-------------------------------------------------------------------
87
Fri Aug 17 07:49:30 UTC 2018 - okurz@suse.com
88
89
- Change package self-test to _multibuild single-spec file approach for easier
90
handling of package submissions
91
92
-------------------------------------------------------------------
93
Wed Aug 8 21:42:29 UTC 2018 - thardeck@suse.com
94
95
- update to version 6.38.0
96
### Enhancements
97
- v3-ssh process type now defaults to web story
98
- Support added for setting tags for user provided service instances story
99
- Now a warning appears if you attempt to use deprecated properties and variable substitution story
100
- Updated usage so now you can rename the cf binary use it with every command story
101
- cf events now displays the Diego cell_id and instance guid in crash events story
102
- Includes cf service service-instance table display improvements wherein the service instance information is now grouped separately from the binding information story
103
- cf service service-instance table display information for user provided services changed: status has been added to the table story
104
### Bug Fixes
105
- the CLI now properly handles escaped commas in the X-Cf-Warnings header
106
107
-------------------------------------------------------------------
108
Sat Jul 14 07:00:45 UTC 2018 - okurz@suse.com
109
110
- Add package installation and post-install self-test
111
112
-------------------------------------------------------------------
113
Tue May 29 21:51:23 UTC 2018 - thardeck@suse.com
114
115
- update to version 6.37.0
116
### Enhancements
117
- The api/cloudcontroller/ccv2 package has been updated with more functions #1343
118
- Now a warning appears if you are using a API version older than 2.69.0, which is no longer officially supported
119
- Now the CLI reads the username and password from the environment variables #1358
120
### Bug Fixes
121
- Fixes bug whereby X-Cf-Warnings were not being unescaped when displayed to user #1361
122
- When using CF_TRACE=1, passwords are now sanitized #1375 and tracker
123
124
-------------------------------------------------------------------
125
Thu May 17 17:54:50 UTC 2018 - thardeck@suse.com
126
127
- update to version 6.36.2
128
129
-------------------------------------------------------------------
130
Thu Apr 5 19:17:14 UTC 2018 - thardeck@suse.com
131
132
- update to version 6.36.1
133
134
-------------------------------------------------------------------
135
Tue Apr 3 22:17:31 UTC 2018 - thardeck@suse.com
136
137
- update to version 6.36.0
138
### Bug Fixes
139
- int64 support for cf/flags library, #1333
140
- Debian package, #1336
141
- Web action flag not working on CLI 0.6.5, #1337
142
- When a cf push upload fails/Consul is down, a panic occurs, #1340 and #1351
143
144
-------------------------------------------------------------------
145
Fri Mar 16 23:21:13 UTC 2018 - thardeck@suse.com
146
147
- update to version 6.35.2
148
### Bug Fixes
149
- Providing a clearer services authorization warning message when a service has been disabled for the organization, fixing #1344
150
151
-------------------------------------------------------------------
152
Thu Mar 15 09:55:41 UTC 2018 - thardeck@suse.com
153
154
- update to version 6.35.1
155
156
-------------------------------------------------------------------
157
Fri Mar 9 19:41:54 UTC 2018 - thardeck@suse.com
158
159
- update to version 6.35.0
160
161
-------------------------------------------------------------------
162
Tue Feb 6 14:51:50 UTC 2018 - thardeck@suse.com
163
164
- add rpmlintrc file to spec
165
- remove source url to prevent issues with the Concourse
166
github-release resource
167
168
-------------------------------------------------------------------
169
Tue Feb 6 15:00:58 CET 2018 - aosthof@suse.de
170
171
- Include in SLE 15 CAP Module (fate#324528)
172
173
-------------------------------------------------------------------
174
Thu Jan 18 00:07:35 UTC 2018 - thardeck@suse.com
175
176
- update to version 6.34.1
177
178
-------------------------------------------------------------------
179
Wed Jan 10 01:49:42 UTC 2018 - thardeck@suse.com
180
181
- update to version 6.34.0
182
183
-------------------------------------------------------------------
184
Fri Dec 15 03:05:13 UTC 2017 - thardeck@suse.com
185
186
- update to version 6.33.1
187
188
-------------------------------------------------------------------
189
Mon Dec 11 12:38:34 UTC 2017 - thardeck@suse.com
190
191
- remove obsolete go-bindata statement (fixes segmentation fault)
192
- add simple check to verify that cf does not segfault
193
194
-------------------------------------------------------------------
195
Tue Nov 21 09:04:56 UTC 2017 - thardeck@suse.com
196
197
- update to version 6.33.0
198
199
-------------------------------------------------------------------
200
Thu Oct 12 12:06:39 UTC 2017 - thardeck@suse.com
201
202
- update to version 6.32.0
203
204
-------------------------------------------------------------------
205
Thu Oct 12 11:49:59 UTC 2017 - thardeck@suse.com
206
207
- run go-bindata to create the in newer tarballs missing resource file
208
(borrowed from bin/generate-language-resources to work without internet)
209
210
-------------------------------------------------------------------
211
Fri Sep 15 23:40:32 UTC 2017 - thardeck@suse.com
212
213
- update to version 6.31.0
214
215
-------------------------------------------------------------------
216
Fri Sep 1 21:38:52 UTC 2017 - thardeck@suse.com
217
218
- update to version 6.30.0
219
220
-------------------------------------------------------------------
221
Fri Aug 25 23:43:01 UTC 2017 - thardeck@suse.com
222
223
- update to version 6.29.2
224
225
-------------------------------------------------------------------
226
Thu Aug 17 21:00:22 UTC 2017 - thardeck@suse.com
227
228
- update to version 6.29.1
229
230
-------------------------------------------------------------------
231
Tue Jul 25 22:07:01 UTC 2017 - thardeck@suse.com
232
233
- update to version 6.29.0
234
235
-------------------------------------------------------------------
236
Thu Jun 29 08:22:32 UTC 2017 - thardeck@suse.com
237
238
- update to version 6.28.0
239
240
-------------------------------------------------------------------
241
Thu Jun 29 08:20:13 UTC 2017 - thardeck@suse.com
242
243
- CHANGELOG.md was removed updstream
244
245
-------------------------------------------------------------------
246
Fri Jun 9 09:18:51 UTC 2017 - thardeck@suse.com
247
248
- update to version 6.27.0
249
250
-------------------------------------------------------------------
251
Fri Jun 9 08:22:54 UTC 2017 - thardeck@suse.com
252
253
- require go >= 1.8.3 during build time which is necessary from version 6.27.0 on
254
255
-------------------------------------------------------------------
256
Fri Apr 7 00:44:05 UTC 2017 - thardeck@suse.com
257
258
- update to version 6.26.0
259
260
-------------------------------------------------------------------
261
Thu Apr 6 07:37:32 UTC 2017 - thardeck@suse.com
262
263
- adapt spec file to handle tarballs downloaded by concourse
264
265
-------------------------------------------------------------------
266
Wed Mar 22 17:04:44 UTC 2017 - thardeck@suse.com
267
268
- revert some spec changes to fix Tumbleweed building
269
270
-------------------------------------------------------------------
271
Tue Mar 21 15:23:14 UTC 2017 - thardeck@suse.com
272
273
- clean up spec file
274
275
-------------------------------------------------------------------
276
Tue Mar 21 14:23:27 UTC 2017 - thardeck@suse.com
277
278
- install and enable bash completion
279
280
-------------------------------------------------------------------
281
Fri Mar 3 15:12:42 UTC 2017 - thardeck@suse.com
282
283
- update to version 6.25.0
284
- adapt spec to go packaging changes
285
- provide full url as source path
286
287
-------------------------------------------------------------------
288
Sat Feb 11 13:41:21 UTC 2017 - svollath@suse.de
289
290
- update to version 6.24.0
291
292
-------------------------------------------------------------------
293
Tue Jan 17 17:30:36 UTC 2017 - thardeck@suse.com
294
295
- update to version 6.23.1
296
- clean up doc file packaging
297
- remove disabled checks and macros
298
299
-------------------------------------------------------------------
300
Tue Dec 20 15:18:09 CET 2016 - svollath@suse.de
301
302
- renamed source tarball to real name (v6.22.2.tar.gz)
303
304
-------------------------------------------------------------------
305
Mon Dec 5 14:44:09 CET 2016 - svollath@suse.de
306
307
- change cf version string with patch instead of script in specfile
308
309
-------------------------------------------------------------------
310
Fri Oct 28 13:30:48 CEST 2016 - svollath@suse.de
311
312
- update to version 6.22.2+61ce394
313
- fix cf command to return correct version string
314
- replace upstream README.md with local README
315
316
-------------------------------------------------------------------
317
Wed Oct 26 15:33:47 CEST 2016 - svollath@suse.de
318
319
- initial package for version 6.22.1+6b7af9c
320
321