Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare CHANGELOG 7.0.1 #427

Merged
merged 2 commits into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
Changes
=======
## 7.0.1 / 2024-05-06
### Details
https://github.com/jenkinsci/datadog-plugin/compare/datadog-7.0.0...datadog-7.0.1

* [Fixed] Fix Additional Settings field help in automatic Test Visibility instrumentation. See [#421](https://github.com/jenkinsci/datadog-plugin/pull/421).
* [Fixed] Fix BuildSpanAction deserialization logic. See [#425](https://github.com/jenkinsci/datadog-plugin/pull/425).
* [Fixed] Fix log spamming for builds that do not have upstream parent. See [#426](https://github.com/jenkinsci/datadog-plugin/pull/426).

## 7.0.0 / 2024-04-30
### Details
https://github.com/jenkinsci/datadog-plugin/compare/datadog-6.0.3...datadog-7.0.0

* Supported Jenkins versions:
* Jenkins >= 2.361.4

* [Changed] Changed plugin to Java 11. See [#404](https://github.com/jenkinsci/datadog-plugin/pull/404)
* [Added] Implement running jobs metric + update metrics code. See [#407](https://github.com/jenkinsci/datadog-plugin/pull/407).
* [Added] Support linking downstream pipelines to upstream pipelines in CI Visibility. See [#405](https://github.com/jenkinsci/datadog-plugin/pull/405).
Expand All @@ -12,18 +24,21 @@ https://github.com/jenkinsci/datadog-plugin/compare/datadog-6.0.3...datadog-7.0.
* [Fixed] Fix queue time calculation for builds and pipeline steps. See [#406](https://github.com/jenkinsci/datadog-plugin/pull/406).

## 6.0.3 / 2024-04-11
### Details
https://github.com/jenkinsci/datadog-plugin/compare/datadog-6.0.2...datadog-6.0.3

* [Fixed] Add git-client as a plugin dependency. See [#413](https://github.com/jenkinsci/datadog-plugin/pull/413).

## 6.0.2 / 2024-02-08
### Details
https://github.com/jenkinsci/datadog-plugin/compare/datadog-6.0.1...datadog-6.0.2

Fixes StackOverflowException occurring when logs collection is enabled.

* [Fixed] Fix stack overflow on initialising DatadogTaskListenerDecorator. See [#396](https://github.com/jenkinsci/datadog-plugin/pull/396).

## 6.0.1 / 2024-02-05
### Details
https://github.com/jenkinsci/datadog-plugin/compare/datadog-6.0.0...datadog-6.0.1

Various bugfixes. Fixes plugin data deserialization issue which could lead to build data corruption.
Expand All @@ -36,6 +51,7 @@ Various bugfixes. Fixes plugin data deserialization issue which could lead to bu
* [Fixed] Fix port used for APM track spans submission. See [#386](https://github.com/jenkinsci/datadog-plugin/pull/386).

## 6.0.0 / 2024-01-31
### Details
https://github.com/jenkinsci/datadog-plugin/compare/datadog-5.6.2...datadog-6.0.0

Reworking CI Visibility logic: changing how the plugin's internal state is stored, and how pipeline steps are submitted to Datadog.
Expand Down
Loading