We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151eef1 commit 02aeb37Copy full SHA for 02aeb37
rakelib/versions_task.rb
@@ -102,7 +102,9 @@ def initialize
102
'app_dynamics_agent' => { 'cve' => '',
103
'release' => '[Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-' \
104
'release-announcements/release-notes/language-agent-notes/java-agent-notes)' },
105
- 'azure_application_insights_agent' => { 'cve' => '', 'release' => '' },
+ 'azure_application_insights_agent' =>
106
+ { 'cve' => '',
107
+ 'release' => '[Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases)' },
108
'clean_up' => { 'cve' => '', 'release' => '' },
109
'client_certificate_mapper' => { 'cve' => 'Included inline above', 'release' => 'Included inline above' },
110
'container_customizer' => { 'cve' => 'Included inline above', 'release' => 'Included inline above' },
0 commit comments