Skip to content

Commit

Permalink
Revert "fix: Add missing new version modal for v3.5 (argoproj#11692)"
Browse files Browse the repository at this point in the history
This reverts commit 46297ca.

Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com>
  • Loading branch information
terrytangyuan authored and dpadhiar committed May 9, 2024
1 parent ce628f0 commit 800f082
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ui/src/app/modals/new-version/new-version-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ export const NewVersionModal = ({version, dismiss}: {version: string; dismiss: (
<h4 className='new-version-modal-title'>
It looks like <b>{version}</b> has just been installed!
</h4>
<h5>v3.5</h5>
<ul className='new-version-modal-bullets'>
<li>Improvements to existing UI/UX and CLI</li>
<li>Additional fields and parameters in workflow/template spec</li>
<li>Controller performance optimizations</li>
</ul>
<p>
<a href='https://blog.argoproj.io/whats-new-in-argo-workflows-v3-5-f260e8603ca6' target='_blank'>
Learn more
</a>
</p>
<h5>v3.4</h5>
<ul className='new-version-modal-bullets'>
<li>
Expand Down

0 comments on commit 800f082

Please sign in to comment.