diff --git a/release_notes/index.adoc b/release_notes/index.adoc index ac8060151a..6f65e82baf 100644 --- a/release_notes/index.adoc +++ b/release_notes/index.adoc @@ -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] diff --git a/release_notes/master.adoc b/release_notes/master.adoc index 46e6ed8a80..838498d20a 100644 --- a/release_notes/master.adoc +++ b/release_notes/master.adoc @@ -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] diff --git a/release_notes/topics/4_4_0_final.adoc b/release_notes/topics/4_4_0_final.adoc index 7db23faf24..07bc13a449 100644 --- a/release_notes/topics/4_4_0_final.adoc +++ b/release_notes/topics/4_4_0_final.adoc @@ -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 diff --git a/release_notes/topics/4_6_0_final.adoc b/release_notes/topics/4_6_0_final.adoc new file mode 100644 index 0000000000..bb5f9f809e --- /dev/null +++ b/release_notes/topics/4_6_0_final.adoc @@ -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 gambol99 for contributing this work to Keycloak. +endif::[] \ No newline at end of file