1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Release Notes for 1.1.6

This commit is contained in:
Julie Stickler
2020-08-03 10:47:48 -04:00
committed by openshift-cherrypick-robot
parent 904f56b613
commit c8b315fa2c
4 changed files with 46 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
:ProductName: Red Hat OpenShift Service Mesh
:ProductShortName: Service Mesh
:ProductRelease:
:ProductVersion: 1.1.5
:ProductVersion: 1.1.7
:MaistraVersion: 1.1
:product-build:
:DownloadURL: registry.redhat.io

View File

@@ -0,0 +1,35 @@
////
Module included in the following assemblies:
- servicemesh-release-notes.adoc
////
[id="ossm-deprecated-features_{context}"]
////
Description - Description of the any features (including technology previews) that have been removed from the product. Write the description from a customer perspective, what UI elements, commands, or options are no longer available.
Consequence or a recommended replacement - Description of what the customer can no longer do, and recommended replacement (if known).
////
= Deprecated features
Some features available in previous releases have been deprecated or removed.
Deprecated functionality is still included in {product-title} and continues to be supported; however, it will be removed in a future release of this product and is not recommended for new deployments.
== Deprecated features {ProductName} 1.1.5
The following custom resources are deprecated in this release and will be removed in a future release.
* `Policy` - The `Policy` resource is deprecated and will be replaced by the `PeerAuthentication` resource in a future release.
* `MeshPolicy` - The `MeshPolicy` resource is deprecated and will be replaced by the `PeerAuthentication` resource in a future release.
* `v1alpha1` RBAC API -The v1alpha1 RBAC policy is deprecated by the v1beta1 `AuthorizationPolicy`. RBAC (Role Based Access Control) defines `ServiceRole` and `ServiceRoleBinding` objects.
** `ServiceRole`
** `ServiceRoleBinding`
* `RbacConfig` - `RbacConfig` implements the Custom Resource Definition for controlling Istio RBAC behavior.
** `ClusterRbacConfig`(versions prior to {ProductName} 1.0)
** `ServiceMeshRbacConfig` ({ProductName} version 1.0 and later)
* In Kiali, the `login` and `LDAP` strategies are deprecated. A future version will introduce authentication using OpenID providers.
The following components are also deprecated in this release and will be replaced by the *Istiod* component in a future release.
* *Mixer* - access control and usage policies
* *Pilot* - service discovery and proxy configuration
* *Citadel* - certificate generation
* *Galley* - configuration validation and distribution

View File

@@ -35,6 +35,14 @@ Result If changed, describe the current user experience
|1.0.0
|===
== New features {ProductName} 1.1.7
This release of {ProductName} addresses Common Vulnerabilities and Exposures (CVEs) and bug fixes.
== New features {ProductName} 1.1.6
This release of {ProductName} addresses Common Vulnerabilities and Exposures (CVEs) and bug fixes.
== New features {ProductName} 1.1.5
This release of {ProductName} addresses Common Vulnerabilities and Exposures (CVEs) and bug fixes.

View File

@@ -15,6 +15,8 @@ include::modules/ossm-supported-configurations.adoc[leveloffset=+1]
include::modules/ossm-rn-new-features.adoc[leveloffset=+1]
include::modules/ossm-rn-deprecated-features.adoc[leveloffset=+1]
include::modules/ossm-rn-known-issues.adoc[leveloffset=+1]
include::modules/jaeger-rn-known-issues.adoc[leveloffset=+2]