Add release notes for 4.6

This commit is contained in:
stianst 2018-11-01 09:23:03 +01:00 committed by Stian Thorgersen
parent 5e340356e7
commit 3fd70cbcc7
4 changed files with 18 additions and 0 deletions

View file

@ -8,6 +8,9 @@ include::topics/templates/document-attributes-community.adoc[]
= {releasenotes_name}
== {project_name_full} 4.6.0.Final
include::topics/4_6_0_final.adoc[leveloffset=2]
== {project_name_full} 4.5.0.Final
include::topics/4_5_0_final.adoc[leveloffset=2]

View file

@ -10,6 +10,7 @@ include::topics/templates/document-attributes-product.adoc[]
== {project_name_full} 7.3.CD04
include::topics/4_6_0_final.adoc[leveloffset=2]
include::topics/4_5_0_final.adoc[leveloffset=2]
include::topics/4_4_0_final.adoc[leveloffset=2]

View file

@ -1,8 +1,10 @@
ifeval::[{project_community}==true]
= Upgrade to WildFly 13
The {project_name} server was upgraded to use WildFly 13 under the covers. This means update of the underlying dependencies and also
some changes in the configuration. We now also support WildFly 13 adapter and we upgraded the underlying JDG/Infinispan server version for
the Cross-DC setup. See link:{upgradingguide_link}[{upgradingguide_name}] for more details.
endif::[]
= Authorization Services support in Node.js

View file

@ -0,0 +1,12 @@
ifeval::[{project_community}==true]
= Upgrade to WildFly 14
The {project_name} server was upgraded to use WildFly 14 under the covers.
= Keycloak Gatekeeper
Keycloak Gatekeeper provides a security proxy that can be used to secure applications and services without an adapter.
It can be installed locally alongside your application or as a sidecar on OpenShift or Kubernetes.
Huge thanks to <a href="https://github.com/gambol99">gambol99</a> for contributing this work to Keycloak.
endif::[]