diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 470f56d..50710ec 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -7,7 +7,7 @@ on: - '**' env: VERSION_UPSTREAM: 1.25.1 - VERSION_PACKAGE: 1.25.1-2 + VERSION_PACKAGE: 1.25.1-3 TELEGRAF_INPUTS: inputs.bond,inputs.cpu,inputs.disk,inputs.diskio,inputs.dns_query,inputs.ethtool,inputs.exec,inputs.http_response,inputs.internal,inputs.internet_speed,inputs.iptables,inputs.mem,inputs.net,inputs.netstat,inputs.net_response,inputs.ping,inputs.processes,inputs.snmp,inputs.snmp_legacy,inputs.snmp_trap,inputs.system TELEGRAF_OUTPUTS: outputs.influxdb,outputs.influxdb_v2,outputs.prometheus_client TELEGRAF_PARSERS: parsers.influx diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a54137d..b4397a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: - '**' env: VERSION_UPSTREAM: 1.25.1 - VERSION_PACKAGE: 1.25.1-2 + VERSION_PACKAGE: 1.25.1-3 TELEGRAF_INPUTS: inputs.bond,inputs.cpu,inputs.disk,inputs.diskio,inputs.dns_query,inputs.ethtool,inputs.exec,inputs.http_response,inputs.internal,inputs.internet_speed,inputs.iptables,inputs.mem,inputs.net,inputs.netstat,inputs.net_response,inputs.ping,inputs.processes,inputs.snmp,inputs.snmp_legacy,inputs.snmp_trap,inputs.system TELEGRAF_OUTPUTS: outputs.influxdb,outputs.influxdb_v2,outputs.prometheus_client TELEGRAF_PARSERS: parsers.influx