forked from mboldt/docs-tiledev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-notes.html.md.erb
More file actions
50 lines (37 loc) · 1.58 KB
/
release-notes.html.md.erb
File metadata and controls
50 lines (37 loc) · 1.58 KB
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
---
title: Ops Manager v2.11 Partners Release Notes
owner: Technical Program Management
---
<% current_page.data.title = vars.platform_name + " v2.10 Partners Release Notes" %>
This topic describes the changes in <%= vars.platform_name %> v2.11 that might be relevant to partner service tiles.
For information about changes introduced in Ops Manager v2.11,
see [Ops Manager v2.11 Release Notes](https://docs.pivotal.io/ops-manager/2-11/release-notes.html).
For information about breaking changes introduced in <%= vars.app_runtime_full %> v2.11,
see [Breaking Changes](https://docs.pivotal.io//ops-manager/2-11/release-notes.html).
[//]: # (The above links are duds and need to be fixed before 2.11 releases.)
## <a id="features"></a> Features
There are no changes in Ops Manager v2.10 that directly affect tile development for partners.
## <a id="known-issues"></a> Known Issues
Known issues in this release that may affect tile development for partners:
### <a id="non-configurable-certs"></a> Non-Configurable Certificates Are Invalid Within a Selector
An `rsa_cert_credentials` property with `configurable: false` is invalid within a `selector` property.
The tile does not raise any validation errors, but the following error appears during the pre-deploy check:
<pre>
{
"pre_deploy_check": {
...
"properties": [
{
"name": ".properties.EXAMPLE-CERT-PROPERTY",
"type": "rsa_cert_credentials",
"errors": [
"can't be blank",
"can't be blank"
]
}
],
...
}
}
</pre>
Where `EXAMPLE-CERT-PROPERTY` is the property you specify.