Skip to content

Commit d76c9b3

Browse files
authored
Merge pull request #582 from DataDog/jszwedko/prepare-0.51.0-release
Preparing 0.51.0 release
2 parents efd946a + 91b667f commit d76c9b3

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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 }})

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Changelog
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ otherwise the subsequent publishes will fail.
181181

182182
```
183183
Get 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)