File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 6262 run : ./mvnw clean package -DskipTests
6363
6464 - name : Run using JDK 7
65- run : docker run -i --rm -v $(pwd):/app -w /app openjdk:7-jdk java -jar ./target/jmxfetch-0.50.1-SNAPSHOT -jar-with-dependencies.jar --help
65+ run : docker run -i --rm -v $(pwd):/app -w /app openjdk:7-jdk java -jar ./target/jmxfetch-0.51.0 -jar-with-dependencies.jar --help
6666
6767 test :
6868 name : Test (OpenJDK ${{ matrix.java-version }})
Original file line number Diff line number Diff line change 11Changelog
22=========
3- # 0.50 .1 / TBC
3+ # 0.51 .1 / TBC
44
5- # 0.50.0 / 2025-0822
5+ # 0.51.0 / 2025-10-28
6+ - [ FEATURE] Add configuration-level dynamic tags for JMX attribute values via ` dynamic_tags ` [ #581 ] [ ]
7+
8+ # 0.50.0 / 2025-08-22
69* [ SECURITY] Removed ` jackson ` dependencies to mitigate [ CVE-2025 -52999] ( https://nvd.nist.gov/vuln/detail/CVE-2025-52999 ) [ #574 ] [ ]
710
811# 0.49.9 / 2025-07-16
@@ -811,6 +814,7 @@ Changelog
811814[ #565 ] : https://github.com/DataDog/jmxfetch/issues/566
812815[ #572 ] : https://github.com/DataDog/jmxfetch/issues/572
813816[ #574 ] : https://github.com/DataDog/jmxfetch/issues/574
817+ [ #581 ] : https://github.com/DataDog/jmxfetch/pull/581
814818[ @alz ] : https://github.com/alz
815819[ @aoking ] : https://github.com/aoking
816820[ @arrawatia ] : https://github.com/arrawatia
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ otherwise the subsequent publishes will fail.
181181
182182```
183183Get help on usage:
184- java -jar jmxfetch-0.50.1-SNAPSHOT -jar-with-dependencies.jar --help
184+ java -jar jmxfetch-0.51.0 -jar-with-dependencies.jar --help
185185```
186186
187187## Updating Maven Wrapper
Original file line number Diff line number Diff line change 55
66 <groupId >com.datadoghq</groupId >
77 <artifactId >jmxfetch</artifactId >
8- <version >0.50.1-SNAPSHOT </version >
8+ <version >0.51.0 </version >
99 <packaging >jar</packaging >
1010
1111 <name >jmxfetch</name >
You can’t perform that action at this time.
0 commit comments