diff --git a/modules/ossm-document-attributes.adoc b/modules/ossm-document-attributes.adoc index 5a6acbd13a..baf8a7250f 100644 --- a/modules/ossm-document-attributes.adoc +++ b/modules/ossm-document-attributes.adoc @@ -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 diff --git a/modules/ossm-rn-deprecated-features.adoc b/modules/ossm-rn-deprecated-features.adoc new file mode 100644 index 0000000000..b3018e7211 --- /dev/null +++ b/modules/ossm-rn-deprecated-features.adoc @@ -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 diff --git a/modules/ossm-rn-new-features.adoc b/modules/ossm-rn-new-features.adoc index 3accb0c4a5..52b7dd35d5 100644 --- a/modules/ossm-rn-new-features.adoc +++ b/modules/ossm-rn-new-features.adoc @@ -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. diff --git a/service_mesh/servicemesh-release-notes.adoc b/service_mesh/servicemesh-release-notes.adoc index 7e850dbc01..1ddcecfcbd 100644 --- a/service_mesh/servicemesh-release-notes.adoc +++ b/service_mesh/servicemesh-release-notes.adoc @@ -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]