From 22bfed34bfdd57222d112b43f00ee5dd4e2777f2 Mon Sep 17 00:00:00 2001 From: Radim Daniel Panek Date: Fri, 8 Sep 2023 21:17:52 +0200 Subject: [PATCH] listener: release --- docs/listener/agent.mdx | 4 ++++ docs/listener/releases.mdx | 48 ++++++++++++++++++++++++++++++++++++++ docs/rum/releases.mdx | 2 -- sidebars.js | 1 + 4 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 docs/listener/releases.mdx diff --git a/docs/listener/agent.mdx b/docs/listener/agent.mdx index 8bdc0db..3c2f1f5 100644 --- a/docs/listener/agent.mdx +++ b/docs/listener/agent.mdx @@ -678,6 +678,10 @@ The Listener Agent can be configured using environment variables, and these conf - `EMAIL_SMTP_USER` - SMTP user for sending emails. - `EMAIL_SMTP_PASS` - SMTP password for sending emails. - `EMAIL_EMERGENCY` - Email address for sending emergency events to your administrators team, e.g., Elasticsearch heap is higher than 85%. +- `TLS_MIN_VERSION = 'TLSv1.2'` - TLS minimum version for sending emails. Default `TLSv1.2`. +- `TLS_MAX_VERSION = 'TLSv1.3'` - TLS maximum version for sending emails. Default `TLSv1.3`. +- `TLS_REJECT_UNAUTHORIZED = false` - Reject unauthorized TLS certificate for sending emails. Default `false`. +- `PRINT_MAIL_CONFIGURATION = false` - Print mail configuration into stdout. Default `false`. ### Errors queue - `CLOSE_ERR_MIN = 30` - Close the error if the same error is not found for more than 30 minutes. The default is `30`. diff --git a/docs/listener/releases.mdx b/docs/listener/releases.mdx new file mode 100644 index 0000000..33510e1 --- /dev/null +++ b/docs/listener/releases.mdx @@ -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'; + + \ No newline at end of file diff --git a/docs/rum/releases.mdx b/docs/rum/releases.mdx index 1a0c5a7..06d685e 100644 --- a/docs/rum/releases.mdx +++ b/docs/rum/releases.mdx @@ -21,8 +21,6 @@ tags: ### 2.8.10 Download: `docker pull quay.io/canarytrace/rum:2.8.10` -Your text is mostly correct, with some minor issues related to plurality, prepositions, and punctuation. Here is a revised version: - 🚀 New Features - Monitoring the entire lifecycle of user actions on the page. - Storing the latest [metrics](./rumClient#rumClient#browser-data-collected). diff --git a/sidebars.js b/sidebars.js index b9c81f1..b9bd2e8 100644 --- a/sidebars.js +++ b/sidebars.js @@ -44,6 +44,7 @@ const sidebars = { items: [ 'listener/introduction', 'listener/agent', + 'listener/releases', ], }, {