Skip to content

Commit

Permalink
fix: Add missing new version modal for v3.5 (#11692)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
  • Loading branch information
terrytangyuan authored Aug 28, 2023
1 parent 74551e3 commit 27f1227
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ui/src/app/modals/new-version/new-version-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ 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 27f1227

Please sign in to comment.