<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: releases page in UI not showing the &amp;quot;Release version&amp;quot; in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/releases-page-in-UI-not-showing-the-quot-Release-version-quot/m-p/225438#M1953</link>
    <description>&lt;P&gt;It looks like the wrong parameters in app.kubernetes.io/version - as far as I can see it says version of OneAgent - you should enter the version number of your application.&lt;/P&gt;&lt;P&gt;See here:&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/shortlink/version-detection#kubernetes" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/version-detection#kubernetes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also try giving the versions without using the "-". I used to have a problem with this.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2023 10:31:23 GMT</pubDate>
    <dc:creator>radek_jasinski</dc:creator>
    <dc:date>2023-10-16T10:31:23Z</dc:date>
    <item>
      <title>releases page in UI not showing the "Release version"</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/releases-page-in-UI-not-showing-the-quot-Release-version-quot/m-p/225134#M1951</link>
      <description>&lt;P&gt;I am trying to enable the "Releases" configuration in Dynatrace with respect to my AWS EKS cluster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the Dynakube, I have the feature flag enabed:&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;apiVersion&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;dynatrace.com/v1beta1&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;kind&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;DynaKube&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;metadata&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;dynakube&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;namespace&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;dynatrace&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;# Automatically connect the kubernetes api to the dynatrace tenant endpoint to enable kubernetes monitoring.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;annotations&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;feature.dynatrace.com/automatic-kubernetes-api-monitoring&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"true"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;feature.dynatrace.com/label-version-detection&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"true"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;spec&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the OneAgent pods, I can see the labels in the in the "Properties and tags" view (as well as with kubectl):&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;app.kubernetes.io/created-by:dynakube, app.kubernetes.io/managed-by:dynatrace-operator, app.kubernetes.io/name:oneagent, app.kubernetes.io/version:1.275.146.20231002-095820, app.kubernetes.io/component:cloudnativefullstack&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;The oneAgent pod have the env variable set:&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;- name: DT_RELEASE_STAGE&lt;BR /&gt;value: gd10&lt;BR /&gt;- name: DT_RELEASE_VERSION&lt;BR /&gt;valueFrom:&lt;BR /&gt;fieldRef:&lt;BR /&gt;apiVersion: v1&lt;BR /&gt;fieldPath: metadata.labels['apps.kubernetes.io/version']&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However in the Relases page, I am not getting any "Release version" information to show up:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="missing release version" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/14547i8C542EDDB3178CD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-10-11 at 1.38.55 PM.png" alt="missing release version" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;missing release version&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I feel like I've followed the guide to the letter but I am not seeing full functionality here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone suggest how to troubleshoot further?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 09:55:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/releases-page-in-UI-not-showing-the-quot-Release-version-quot/m-p/225134#M1951</guid>
      <dc:creator>sergio_magothag</dc:creator>
      <dc:date>2023-10-12T09:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: releases page in UI not showing the "Release version"</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/releases-page-in-UI-not-showing-the-quot-Release-version-quot/m-p/225137#M1952</link>
      <description>&lt;P&gt;release version field is empty when I drill down from the Releases page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="release version field is empty" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/14549i3C99A2D20B198F47/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-10-11 at 2.25.42 PM.png" alt="release version field is empty" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;release version field is empty&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 19:27:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/releases-page-in-UI-not-showing-the-quot-Release-version-quot/m-p/225137#M1952</guid>
      <dc:creator>sergio_magothag</dc:creator>
      <dc:date>2023-10-11T19:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: releases page in UI not showing the "Release version"</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/releases-page-in-UI-not-showing-the-quot-Release-version-quot/m-p/225438#M1953</link>
      <description>&lt;P&gt;It looks like the wrong parameters in app.kubernetes.io/version - as far as I can see it says version of OneAgent - you should enter the version number of your application.&lt;/P&gt;&lt;P&gt;See here:&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/shortlink/version-detection#kubernetes" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/version-detection#kubernetes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also try giving the versions without using the "-". I used to have a problem with this.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 10:31:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/releases-page-in-UI-not-showing-the-quot-Release-version-quot/m-p/225438#M1953</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-10-16T10:31:23Z</dc:date>
    </item>
  </channel>
</rss>

