From d30dafdd870d17c46b88f7339eb30699bb29e64b Mon Sep 17 00:00:00 2001 From: caterryan Date: Tue, 14 Jul 2026 13:50:32 -0500 Subject: [PATCH] chore: bump notifier dependency plugin versions --- influxdata/forecast_error_evaluator/manifest.toml | 2 +- influxdata/mad_check/manifest.toml | 2 +- influxdata/prophet_forecasting/manifest.toml | 2 +- influxdata/state_change/manifest.toml | 2 +- influxdata/stateless_adtk_detector/manifest.toml | 2 +- influxdata/threshold_deadman_checks/manifest.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/influxdata/forecast_error_evaluator/manifest.toml b/influxdata/forecast_error_evaluator/manifest.toml index 47ace44..2d5cd50 100644 --- a/influxdata/forecast_error_evaluator/manifest.toml +++ b/influxdata/forecast_error_evaluator/manifest.toml @@ -2,7 +2,7 @@ manifest_schema_version = "1.3" [plugin] name = "forecast_error_evaluator" -version = "1.1.0" +version = "1.2.0" description = "Evaluates accuracy of forecast models by comparing predicted values with actual observations. Computes error metrics and detects anomalies based on elevated errors with multi-channel notifications." triggers = ["process_scheduled_call"] homepage = "https://www.influxdata.com/" diff --git a/influxdata/mad_check/manifest.toml b/influxdata/mad_check/manifest.toml index b3a2d93..4f09e6d 100644 --- a/influxdata/mad_check/manifest.toml +++ b/influxdata/mad_check/manifest.toml @@ -2,7 +2,7 @@ manifest_schema_version = "1.3" [plugin] name = "mad_check" -version = "1.1.0" +version = "1.2.0" description = "Provides Median Absolute Deviation (MAD)-based anomaly detection using data writes trigger. Maintains in-memory deques for efficient computation and supports count-based and duration-based thresholds." triggers = ["process_writes"] homepage = "https://www.influxdata.com/" diff --git a/influxdata/prophet_forecasting/manifest.toml b/influxdata/prophet_forecasting/manifest.toml index 9e5e3b7..c305639 100644 --- a/influxdata/prophet_forecasting/manifest.toml +++ b/influxdata/prophet_forecasting/manifest.toml @@ -2,7 +2,7 @@ manifest_schema_version = "1.3" [plugin] name = "prophet_forecasting" -version = "1.1.0" +version = "1.2.0" description = "Provides time series forecasting capabilities for InfluxDB 3 data using the Prophet library." triggers = ["process_scheduled_call", "process_request"] homepage = "https://www.influxdata.com/" diff --git a/influxdata/state_change/manifest.toml b/influxdata/state_change/manifest.toml index dc3bebc..b2a5b86 100644 --- a/influxdata/state_change/manifest.toml +++ b/influxdata/state_change/manifest.toml @@ -2,7 +2,7 @@ manifest_schema_version = "1.3" [plugin] name = "state_change" -version = "1.1.0" +version = "1.2.0" description = "Provides field change and threshold monitoring capabilities through scheduler and data writes plugins. Detects changes in field values or threshold conditions with customizable notification templates." triggers = ["process_writes", "process_scheduled_call"] homepage = "https://www.influxdata.com/" diff --git a/influxdata/stateless_adtk_detector/manifest.toml b/influxdata/stateless_adtk_detector/manifest.toml index c427d29..210f5ef 100644 --- a/influxdata/stateless_adtk_detector/manifest.toml +++ b/influxdata/stateless_adtk_detector/manifest.toml @@ -2,7 +2,7 @@ manifest_schema_version = "1.3" [plugin] name = "stateless_adtk_detector" -version = "1.1.0" +version = "1.2.0" description = "Provides anomaly detection capabilities for time series data using the ADTK library. Supports multiple stateless detectors with consensus-based detection and customizable notification messages." triggers = ["process_scheduled_call"] homepage = "https://www.influxdata.com/" diff --git a/influxdata/threshold_deadman_checks/manifest.toml b/influxdata/threshold_deadman_checks/manifest.toml index 68f33d7..a57b301 100644 --- a/influxdata/threshold_deadman_checks/manifest.toml +++ b/influxdata/threshold_deadman_checks/manifest.toml @@ -2,7 +2,7 @@ manifest_schema_version = "1.3" [plugin] name = "threshold_deadman_checks" -version = "1.1.0" +version = "1.2.0" description = "Provides comprehensive monitoring capabilities including deadman alerts and aggregation-based threshold checks. Supports both scheduler and data write triggers with multi-channel notifications." triggers = ["process_writes", "process_scheduled_call"] homepage = "https://www.influxdata.com/"