diff --git a/site/blog/2023/10/wrenam-15-0-0-released.md b/site/blog/2023/10/wrenam-15-0-0-released.md index 198b735..a8de2c6 100644 --- a/site/blog/2023/10/wrenam-15-0-0-released.md +++ b/site/blog/2023/10/wrenam-15-0-0-released.md @@ -8,6 +8,7 @@ sidebar: false --- + We're thrilled to announce the release of the anticipated new version of Wren:AM. Following Wren:IDM and Wren:DS, it's now completely independent of the legacy infrastructure, features an upgraded technology stack, and is compatible with JDK 17 (with preparations for Jakarta EE). Additionally, we've addressed a significant number of issues from previous versions, predominantly the security ones. The project remains highly compatible with abandoned community versions of OpenAM, allowing for a seamless migration process, with the added option to leverage Docker images for added convenience. diff --git a/site/blog/2024/05/wrenam-15-1-0-released.md b/site/blog/2024/05/wrenam-15-1-0-released.md new file mode 100644 index 0000000..e762708 --- /dev/null +++ b/site/blog/2024/05/wrenam-15-1-0-released.md @@ -0,0 +1,34 @@ +--- +title: Wren:AM 15.1.0 Released +date: 2024-05-30 +excerpt: | + New release Wren:AM 15.1.0 has been published. +sidebar: false +--- + + + +New release [Wren:AM 15.1.0](https://github.com/WrenSecurity/wrenam/releases/tag/15.1.0) has been published. +This release upgrades UI build pipeline with its dependencies and adds support for Cisco Duo MFA. + +## Changes + +List of significant changes: + +* New Cisco Duo authentication module +* New UI build pipeline and upgrade font-end dependencies +* Session token is no longer being used in a query parameter during login process + +Review all the changes on [GitHub](https://github.com/WrenSecurity/wrenam/releases/15.1.0). + +## How to get + +Refer to the [Getting Started](https://docs.wrensecurity.org/wrenam/latest/getting-started.html) page to learn how to get and run Wren:AM. + +Alternatively you can run the official Docker image from [Docker Hub](https://hub.docker.com/r/wrensecurity/wrenam): + +```bash +docker run --rm --name wrenam-test -p 8080:8080 wrensecurity/wrenam:15.1.0 +``` + +