-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathrelease-notes.html.md.erb
583 lines (473 loc) · 16.8 KB
/
release-notes.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
---
title: Tanzu Application Service for Kubernetes Release Notes
owner: Tanzu Application Service Release Engineering
---
This topic contains release notes for <%= vars.app_runtime_full %> (<%= vars.app_runtime_short %>).
<%= partial 'evaluation_only' %>
<%= partial 'limitation_notes' %>
## <a id='0-7-0'></a> v<%= vars.local_product_version %>
**Release Date**: January 21, 2020
### <a id='product-snapshot'></a>Product Snapshot
<table class="nice">
<tr>
<th>Release</th>
<th width=40%>Details</th>
</tr>
<tr>
<td>Version</td>
<td>v<%= vars.local_product_version %></td>
</tr>
<tr>
<td>Release date</td>
<td>January 21, 2020</td>
</tr>
</table>
To download VMware <%= vars.app_runtime_short %> v<%= vars.local_product_version %>, see
[VMware <%= vars.app_runtime_full %>]
(https://network.pivotal.io/products/tas-for-kubernetes)
on the _VMware Tanzu Network_.
#### <a id='0-7-0-supported-platforms'></a>Supported Kubernetes Distributions
<%= vars.app_runtime_short %> is compatible with Kubernetes v1.16 and later, and is tested with the following Kubernetes distributions:
<table class="nice">
<tr>
<th>Platform</th>
<th width=40%>Version</th>
</tr>
<tr>
<td>Tanzu Kubernetes Grid</td>
<td>v1.2, with <code>metrics-server</code></td>
</tr>
<tr>
<td>Tanzu Kubernetes Grid Service for vSphere</td>
<td>v7.0</td>
</tr>
</table>
#### <a id='0-7-0-installed-components'></a>Installed With <%= vars.app_runtime_short %> v<%= vars.local_product_version %>
<%= vars.app_runtime_short %> uses the following components:
<table class="nice">
<tr>
<th>Element</th>
<th width=40%>Details</th>
</tr>
<tr>
<td>cf-for-k8s</td>
<td><a href="https://github.com/cloudfoundry/cf-for-k8s/commit/f2eddce53bcd05b62043b8f681387b09c1fb087f">Commit f2eddce</a></td>
</tr>
<tr>
<td>Istio</td>
<td>v1.7.3</td>
</tr>
<tr>
<td>kpack</td>
<td>v0.1.2</td>
</tr>
</table>
#### <a id='0-7-0-additional-components'></a>Required Additional Components
<%= vars.app_runtime_short %> requires the following components:
<table class="nice">
<tr>
<th>Element</th>
<th width=40%>Details</th>
</tr>
<tr>
<td>BOSH CLI</td>
<td>v6.3.1</td>
</tr>
<tr>
<td>cf CLI</td>
<td>v7.0.1 or later</td>
</tr>
<tr>
<td>Docker CLI</td>
<td>v19.03 or later</td>
</tr>
<tr>
<td>Harbor Registry</td>
<td>v2.0.1 or later</td>
</tr>
<tr>
<td>kubectl, the Kubernetes CLI</td>
<td>v1.16.0 or later</td>
</tr>
<tr>
<td>kapp</td>
<td>v0.34.0 or later</td>
</tr>
<tr>
<td>kbld</td>
<td>v0.25.0 or later</td>
</tr>
<tr>
<td>ytt</td>
<td>v0.28.0 or later</td>
</tr>
</table>
#### <a id='0-7-0-supported-environments'></a>Supported Environments
<%= vars.app_runtime_short %> can be deployed and managed from the following desktop OS environments:
* 64-bit Mac OS
* 64-bit Linux OS
### <a id='0-7-0-features'></a> Features
New features and changes in this release:
- Enables <%= vars.app_runtime_short %> CF API v2 staging endpoints.
- Security enhancements.
### <a id='0-7-0-breaking'></a> Breaking Changes
This release has not been tested against Tanzu Kubernetes Grid Integrated Edition.
### <a id='0-7-0-known-issues'></a> Known Issues
This release has the following issues:
- **Apps Manager** does not support inviting members.
- **Apps Manager** does not support creating container networking policies for apps.
- On TKGm v1.2.0 and v1.2.1, the `kapp` utility may fail to delete CF due to the version of Antrea used in those environments.
<br>
To work around this issue, specify a filter to exclude Antrea resources during deletion:
```
kapp delete -a cf --filter '{"not":{"resource":{"kinds":["AntreaControllerInfo"]}}}'
```
- Staging applications fail during `cf push` if you exceed the maximum image label size when using containerd v1.4.0 and 1.4.1.
Containerd version 1.4.1 is used by TKGm 1.2.1. To reduce the chances of exceeding the maximum image's label size,
reduce the number of buildpacks used by the cf-default-builder.
## <a id='0-6-0'></a> v0.6
**Release Date**: December 4, 2020
### <a id='product-snapshot'></a>Product Snapshot
<table class="nice">
<tr>
<th>Release</th>
<th width=40%>Details</th>
</tr>
<tr>
<td>Version</td>
<td>v0.6</td>
</tr>
<tr>
<td>Release date</td>
<td>December 4, 2020</td>
</tr>
</table>
To download VMware <%= vars.app_runtime_short %> v0.6, see
[VMware <%= vars.app_runtime_full %>]
(https://network.pivotal.io/products/tas-for-kubernetes)
on the _VMware Tanzu Network_.
#### <a id='0-6-0-supported-platforms'></a>Supported Kubernetes Distributions
<%= vars.app_runtime_short %> is compatible with Kubernetes v1.16 and later, and is tested with the following Kubernetes distributions:
<table class="nice">
<tr>
<th>Platform</th>
<th width=40%>Version</th>
</tr>
<tr>
<td>Tanzu Kubernetes Grid</td>
<td>v1.0, with <code>metrics-server</code></td>
</tr>
<tr>
<td>Tanzu Kubernetes Grid Integrated Edition</td>
<td>v1.7, v1.8 and v1.9</td>
</tr>
<tr>
<td>Tanzu Kubernetes Grid Service for vSphere</td>
<td>v7.0</td>
</tr>
</table>
#### <a id='0-6-0-installed-components'></a>Installed With <%= vars.app_runtime_short %> v0.6
<%= vars.app_runtime_short %> uses the following components:
<table class="nice">
<tr>
<th>Element</th>
<th width=40%>Details</th>
</tr>
<tr>
<td>cf-for-k8s</td>
<td><a href="https://github.com/cloudfoundry/cf-for-k8s/commit/f2eddce53bcd05b62043b8f681387b09c1fb087f">Commit f2eddce</a></td>
</tr>
<tr>
<td>Istio</td>
<td>v1.7.3</td>
</tr>
<tr>
<td>kpack</td>
<td>v0.1.2</td>
</tr>
</table>
#### <a id='0-6-0-additional-components'></a>Required Additional Components
<%= vars.app_runtime_short %> requires the following components:
<table class="nice">
<tr>
<th>Element</th>
<th width=40%>Details</th>
</tr>
<tr>
<td>BOSH CLI</td>
<td>v6.3.1</td>
</tr>
<tr>
<td>cf CLI</td>
<td>v7.0.1 or later</td>
</tr>
<tr>
<td>Docker CLI</td>
<td>v19.03 or later</td>
</tr>
<tr>
<td>Harbor Registry</td>
<td>v2.0.1 or later</td>
</tr>
<tr>
<td>kubectl, the Kubernetes CLI</td>
<td>v1.16.0 or later</td>
</tr>
<tr>
<td>kapp</td>
<td>v0.34.0 or later</td>
</tr>
<tr>
<td>kbld</td>
<td>v0.25.0 or later</td>
</tr>
<tr>
<td>ytt</td>
<td>v0.28.0 or later</td>
</tr>
</table>
#### <a id='0-6-0-supported-environments'></a>Supported Environments
<%= vars.app_runtime_short %> can be deployed and managed from the following desktop OS environments:
* 64-bit Mac OS
* 64-bit Linux OS
### <a id='0-6-0-features'></a> Features
New features and changes in this release:
- <%= vars.app_runtime_short %> incorporates Apps Manager
- <%= vars.app_runtime_short %> incorporates Usage Service
- <%= vars.app_runtime_short %> incorporates Tanzu Buildpacks (with support for airgapped app staging) for Java, NodeJS, PHP, .NET core, and Golang
- Security enhancements
### <a id='0-6-0-breaking'></a> Breaking Changes
This release has the following breaking changes:
* App registry configuration files used with <%= vars.app_runtime_short %> v0.3.0 and earlier
are not compatible with <%= vars.app_runtime_short %> v0.6.0 and later.
For information about the current app registry configuration file
format, see [Configure the App Image Registry]
(configuring-app-image-registry.html#harbor-config-file)
and [Use a Different Image Registry]
(configuring-app-image-registry.html#configure-other-registry) in _Configuring Your App Image Registry_.
* Deployment configuration files used with <%= vars.app_runtime_short %> v0.3.0 and earlier
are not compatible with <%= vars.app_runtime_short %> v0.6.0 and later.
For information on how to re-generate your deployment configuration files,
see [Generate Configuration Values](installing-tas-for-kubernetes.html#generate-configuration-values)
in _Installing <%= vars.app_runtime_short %>_.
* Endpoints related to staging apps in the CF v2 API are disabled. Clients should use equivalent endpoints in the v3 API instead.
### <a id='0-6-0-known-issues'></a> Known Issues
This release has the following issues:
- **Apps Manager** does not support inviting members.
- **Apps Manager** does not support creating container networking policies for apps.
- Pushing apps or retrieving app logs with `cf logs` requires cf CLI v7.0.1 or later
## <a id='0-3-0'></a> v0.3.0
**Release Date**: July 30, 2020
### <a id='product-snapshot-0-3-0'></a>Product Snapshot
<table class="nice">
<tr>
<th>Release</th>
<th width=40%>Details</th>
</tr>
<tr>
<td>Version</td>
<td>v0.3.0</td>
</tr>
<tr>
<td>Release date</td>
<td>July 30, 2020</td>
</tr>
</table>
To download VMware <%= vars.app_runtime_short %> v0.3.0, see
[VMware <%= vars.app_runtime_full %>]
(https://network.pivotal.io/products/tas-for-kubernetes#/releases/691843)
on the _VMware Tanzu Network_.
#### <a id='installed-components-0-3-0'></a>Installed With 0.3.0
<%= vars.app_runtime_short %> uses the following components:
<table class="nice">
<tr>
<th>Element</th>
<th width=40%>Details</th>
</tr>
<tr>
<td>cf-for-k8s</td>
<td><a href="https://github.com/cloudfoundry/cf-for-k8s/commit/9854f5b0e250fbdf11b33abd956ae5a53efe7866">Commit 9854f5b</a></td>
</tr>
<tr>
<td>Istio</td>
<td>v1.4.5</td>
</tr>
<tr>
<td>kpack</td>
<td>v0.0.9</td>
</tr>
</table>
#### <a id='additional-components-0-3-0'></a>Required Additional Components
<%= vars.app_runtime_short %> requires the following components:
<table class="nice">
<tr>
<th>Element</th>
<th width=40%>Details</th>
</tr>
<tr>
<td>BOSH CLI</td>
<td>v6.3.1</td>
</tr>
<tr>
<td>cf CLI</td>
<td>v6.51.0</td>
</tr>
<%#
<tr>
<td>Docker CLI</td>
<td>.</td>
</tr>
<tr>
<td>Harbor Registry</td>
<td>.</td>
</tr>
<tr>
<td>kubectl, the Kubernetes CLI</td>
<td>.</td>
</tr>
#%>
<tr>
<td>kapp</td>
<td>v0.29.0 or later</td>
</tr>
<tr>
<td>kbld</td>
<td>v0.23.0 or later</td>
</tr>
<tr>
<td>ytt</td>
<td>v0.28.0 or later</td>
</tr>
</table>
<%#
#### <a id='optional-components'></a>Optional Components
<%= vars.app_runtime_short %
> supports the following optional components:
<table class="nice">
<tr>
<th>Element</th>
<th>Details</th>
</tr>
<tr>
<td>.</td>
<td>.</td>
</tr>
<tr>
<td>.</td>
<td>.</td>
</tr>
</table>
#%>
#### <a id='supported-platforms-0-3-0'></a>Supported Kubernetes Distributions
<%= vars.app_runtime_short %> supports the following Kubernetes distributions:
<table class="nice">
<tr>
<th>Platform</th>
<th width=40%>Version</th>
</tr>
<tr>
<td>Tanzu Kubernetes Grid</td>
<td>v1.0, with <code>metrics-server</code></td>
</tr>
<tr>
<td>Tanzu Kubernetes Grid Integrated Edition</td>
<td>v1.7, v1.8, and v1.9</td>
</tr>
</table>
#### <a id='supported-environments-0-3-0'></a>Supported Environments
<%= vars.app_runtime_short %> can be deployed and managed from the following desktop OS environments:
* 64-bit Mac OS
* 64-bit Linux OS
<%#
<table class="nice">
<tr>
<th>Deployment Environment</th>
<th >Version</th>
</tr>
<tr>
<td>vSphere with Flannel</td>
<td>.</td>
</tr>
<tr>
<th>Supported IaaSs</th>
<th></th>
</tr>
<tr>
<td>.</td>
<td></td>
</tr>
</table>
#%>
### <a id='features-0-3-0'></a> Features
New features and changes in this release:
- Platform operators can copy system-component images into another registry and deploy <%= vars.app_runtime_short %> to use those relocated images.
- Platform operators can configure their own certificates on the <%= vars.app_runtime_short %> ingress gateway for TLS termination.
- <%= vars.app_runtime_short %> incorporates [Paketo cloud-native buildpacks](https://paketo.io/) for Java, NodeJS, Go, .NET Core, PHP, HTTPD, and nginx.
- Istio sidecar proxies prevent all communication between apps on the Kubernetes Pod network.
- Bump Istio to version `1.4.5`
- Bump kpack to version `0.0.9`
### <a id='known-issues-0-3-0'></a> Known Issues
This release has the following issues:
- Retrieving app and buildpack-staging logs with `cf logs` requires cf CLI v6.50.0 or later.
- App instance logs also include unfiltered logs from the Istio sidecar proxy process and can be noisy as a result.
- The `cf buildpacks` command shows an empty list of buildpacks.
- Does not support cf CLI `buildpack-administration` commands.
- App developers cannot select a buildpack for their buildpack-based apps.
- The <%= vars.app_runtime_short %> ingress gateway service may interfere with traffic for other Kubernetes Services in the cluster.
- <%= vars.app_runtime_short %> cannot use the AWS Elastic Container Registry as its app image registry.
- Does not support upgrading an existing <%= vars.app_runtime_short %> installation to a new version.
- Does not support re-deploying <%= vars.app_runtime_short %> with different credentials.
## <a id='0-2-0'></a> v0.2.0
**Release Date: May 29, 2020**
### <a id='features-0-2-0'></a> Features
New features and changes in this release:
- The `cf app` command now displays CPU and memory usage metrics for app instances.
- Component metrics for Cloud Controller are now available for Prometheus to scrape via conventional `prometheus.io` annotations.
- Load-balancer options are now configured via the `enable_load_balancer` template parameter instead of via moving template overlay files.
- Ingress routing without a Kubernetes-provisioned load balancer no longer creates the `istio-ingressgateway` Kubernetes service.
### Resolved Issues
This release has the following fixes:
- Apps can now receive ingress traffic through both HTTP and HTTPS.
- Buildpack-staging logs are now streamed during `cf push`.
- Running `cf restage` now restages the app successfully.
- Running buildpack-based apps no longer requires the `diego_docker` feature flag to be set.
### <a id='known-issues-0-2-0'></a> Known Issues
This release has the following issues:
- Retrieving app and buildpack-staging logs with `cf logs` requires cf CLI v6.50.0 or later.
- App instance logs also include unfiltered logs from the Istio sidecar proxy process and can be noisy as a result.
- The `cf buildpacks` command shows an empty list of buildpacks.
- Does not support cf CLI `buildpack-administration` commands.
- App developers cannot select a buildpack for their buildpack-based apps.
- The <%= vars.app_runtime_short %> ingress gateway service may interfere with traffic for other Kubernetes Services in the cluster.
- <%= vars.app_runtime_short %> cannot use the AWS Elastic Container Registry as its app image registry.
- Does not support upgrading an existing <%= vars.app_runtime_short %> installation to a new version.
- Does not support re-deploying <%= vars.app_runtime_short %> with different credentials.
## <a id='0-1-0'></a> v0.1.0
**Release Date: April 14, 2020**
### <a id='features-0-1-0'></a> Features
Key features in this release:
- Supports building and running apps from source files through `cf push`
using system-provided cloud-native buildpacks for Java, Go, NodeJS, and .NET Core.
- Supports running apps packaged as Docker images.
- Supports routing HTTP traffic to apps.
- Supports retrieving logs from app-instance processes.
- Supports retrieving logs from cloud-native buildpack builds.
- Supports installation to Kubernetes clusters provisioned by Tanzu Kubernetes Grid Integrated Edition.
- Uses the Carvel toolchain (ytt, kbld, and kapp) for installation.
For more information, see the [Carvel](https://carvel.dev) website.
- Supports integration with VMware Harbor Registry, Google Container Registry, and DockerHub for storing app images.
### <a id='known-issues-0-1-0'></a> Known Issues
This release has the following issues:
- Apps can receive ingress traffic only through HTTP and not HTTPS.
- Retrieving app and buildpack-staging logs with `cf logs` requires cf CLI v6.50.0 or later.
- Buildpack-staging logs are not streamed during `cf push`.
- App instance logs also include unfiltered logs from the Istio sidecar proxy process and can be noisy as a result.
- Running `cf restage` fails to re-stage the app.
- The `cf buildpacks` command shows an empty list of buildpacks.
- Does not support cf CLI `buildpack-administration` commands.
- App developers cannot select a buildpack for their buildpack-based apps.
- Running buildpack-based apps requires the `diego_docker` feature flag to be set.
- The <%= vars.app_runtime_short %> ingress gateway service may interfere with traffic for other Kubernetes Services in the cluster.
- <%= vars.app_runtime_short %> cannot use the AWS Elastic Container Registry as its app image registry.
- Does not support upgrading an existing TAS installation to a new version.
- Does not support re-deploying TAS with different credentials.