-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Radim Daniel Panek
authored and
Radim Daniel Panek
committed
Sep 8, 2023
1 parent
2ba65b6
commit 22bfed3
Showing
4 changed files
with
53 additions
and
2 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,48 @@ | ||
--- | ||
sidebar_position: 3 | ||
description: Backlog and Releases | ||
title: Backlog and Releases | ||
tags: | ||
- listener | ||
- roadmap | ||
- releases | ||
- backlog | ||
--- | ||
|
||
:::info Important links | ||
- Please always use the latest tag for the Canarytrace Listener Docker images: [listener-agent](https://quay.io/repository/canarytrace/listener-agent?tab=tags), [listener-dm](https://quay.io/repository/canarytrace/dm?tab=tags) | ||
- [Kanban board](https://github.com/orgs/canarytrace/projects/5) your and our ideas. | ||
- Discuss your ideas and bugs with us on [Discussions](https://github.com/canarytrace/documentation/discussions/categories/listener) | ||
::: | ||
|
||
|
||
# Releases | ||
|
||
## Listener Agent | ||
|
||
### 1.43 | ||
Download: `docker pull quay.io/canarytrace/listener-agent:1.43` | ||
|
||
🛠️ Upgrade | ||
- [Nodemailer 6.9.4 has been upgraded](https://github.com/canarytrace/documentation/issues/192), and an environment variable has been added to select the minimum and maximum versions of TLS." | ||
|
||
### 1.42 | ||
Download: `docker pull quay.io/canarytrace/listener-agent:1.42` | ||
|
||
🚀 New Features | ||
- Analysis data from the Canarytrace RUM | ||
- Analysis data from the Canarytrace Synthetic | ||
- Build-in rules / checklist for the analysis of the Canarytrace RUM and Synthetic | ||
- Overview reports | ||
- Reporting via e-mail and Slack | ||
|
||
|
||
📝 Documentation | ||
- Welcome to the new documentation for Canarytrace RUM 2.8.10 and the entire Canarytrace toolset, which includes RUM, Listener, and Synthetic. This documentation is based on [Docusaurus](https://docusaurus.io/). We hope you will like it. If you find any issues, please report them to us in the [Discussions](https://github.com/canarytrace/documentation/discussions) section. | ||
|
||
--- | ||
|
||
|
||
import FeedbackFooter from '../../src/components/FeedbackFooter'; | ||
|
||
<FeedbackFooter /> |
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 |
---|---|---|
|
@@ -44,6 +44,7 @@ const sidebars = { | |
items: [ | ||
'listener/introduction', | ||
'listener/agent', | ||
'listener/releases', | ||
], | ||
}, | ||
{ | ||
|