Skip to content

Commit 02aeb37

Browse files
author
Daniel Mikusa
authored
Add release notes link for Azure App Insights (#920)
Signed-off-by: Daniel Mikusa <[email protected]>
1 parent 151eef1 commit 02aeb37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rakelib/versions_task.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ def initialize
102102
'app_dynamics_agent' => { 'cve' => '',
103103
'release' => '[Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-' \
104104
'release-announcements/release-notes/language-agent-notes/java-agent-notes)' },
105-
'azure_application_insights_agent' => { 'cve' => '', 'release' => '' },
105+
'azure_application_insights_agent' =>
106+
{ 'cve' => '',
107+
'release' => '[Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases)' },
106108
'clean_up' => { 'cve' => '', 'release' => '' },
107109
'client_certificate_mapper' => { 'cve' => 'Included inline above', 'release' => 'Included inline above' },
108110
'container_customizer' => { 'cve' => 'Included inline above', 'release' => 'Included inline above' },

0 commit comments

Comments
 (0)