-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from pavelhoral/wrenam-release-15.1.0
Wren:AM 15.1.0 released
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
--- | ||
|
||
<Post> | ||
|
||
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 | ||
``` | ||
|
||
</Post> |