<?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: Update to New Version in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966707#M29965</link>
    <description>The message seems to be saying it can't find that specific release number when checking the repository warehouse. Are you supplying that release when building the deployment custom resource? Are you using an internal repository warehouse?</description>
    <pubDate>Fri, 16 May 2025 17:53:54 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2025-05-16T17:53:54Z</dc:date>
    <item>
      <title>Update to New Version</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966698#M29962</link>
      <description>&lt;P&gt;I'm trying to update from 2023.10 to 2424.03&lt;/P&gt;&lt;P&gt;When I ran de deployment gives me the message:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Failed to find release '20240504.1714808422601' for the cadence 'lts' and version '2024.03'&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 16:06:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966698#M29962</guid>
      <dc:creator>omperez</dc:creator>
      <dc:date>2025-05-16T16:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Update to New Version</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966701#M29963</link>
      <description>How are you performing the update? Where do you see that message?</description>
      <pubDate>Fri, 16 May 2025 17:40:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966701#M29963</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-05-16T17:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Update to New Version</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966702#M29964</link>
      <description>&lt;P&gt;I'm using deployment operator. The message is from deployment operator logs.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 17:47:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966702#M29964</guid>
      <dc:creator>omperez</dc:creator>
      <dc:date>2025-05-16T17:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Update to New Version</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966707#M29965</link>
      <description>The message seems to be saying it can't find that specific release number when checking the repository warehouse. Are you supplying that release when building the deployment custom resource? Are you using an internal repository warehouse?</description>
      <pubDate>Fri, 16 May 2025 17:53:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966707#M29965</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-05-16T17:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Update to New Version</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966718#M29966</link>
      <description>&lt;P&gt;Yes, it is internal repository. I ran this command to create de deployment:&lt;/P&gt;&lt;PRE class=""&gt;&lt;CODE&gt;docker run --rm \
  -v $(pwd):&lt;EM&gt;mount-for-working-directory-inside-container&lt;/EM&gt; \
  sas-orchestration \
  create sas-deployment-cr \
  --deployment-data &lt;EM&gt;new-certificates-information&lt;/EM&gt; \
  --license &lt;EM&gt;new-license-information&lt;/EM&gt; \
  --user-content &lt;EM&gt;location-of-deployment-files&lt;/EM&gt; \
  --cadence-name &lt;EM&gt;stable-or-lts&lt;/EM&gt; \
  --cadence-version &lt;EM&gt;new-cadence-version-number&lt;/EM&gt; \
  --cadence-release &lt;EM&gt;new-cadence-release-number-or-double-quotation-marks&lt;/EM&gt; \
&amp;gt; $deploy-sasdeployment.yaml&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from mysas portal I've downloaded the assets with the certificates and license information.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 18:09:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966718#M29966</guid>
      <dc:creator>omperez</dc:creator>
      <dc:date>2025-05-16T18:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Update to New Version</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966722#M29967</link>
      <description>The Deployment Operator calls ses.sas.download to pull the cadence release file when deploying. If you have modified this to use an internal repository warehouse (not a mirror registry) you would need to update the files in your repository warehouse for the new version you are trying to deploy. These would have been pulled down when you run mirrormgr.</description>
      <pubDate>Fri, 16 May 2025 19:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Update-to-New-Version/m-p/966722#M29967</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-05-16T19:16:52Z</dc:date>
    </item>
  </channel>
</rss>

