Skip to content

Commit

Permalink
feat(ui): add v3.4 feature info (argoproj#9777)
Browse files Browse the repository at this point in the history
Signed-off-by: juchao <juchao@coscene.io>
  • Loading branch information
tczhao authored and juchaosong committed Nov 3, 2022
1 parent c974ad7 commit 00f5a49
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 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,33 @@ 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.4</h5>
<ul className='new-version-modal-bullets'>
<li>
<a href='https://argoproj.github.io/argo-workflows/artifact-visualization/?utm_source=argo-ui' target='_blank'>
Visualize artifact{' '}
</a>
in the UI
</li>
<li>
Automated{' '}
<a href='https://argoproj.github.io/argo-workflows/walk-through/artifacts/#artifact-garbage-collection?utm_source=argo-ui' target='_blank'>
artifact garbage collection
</a>
</li>
<li>
Provide{' '}
<a href='https://argoproj.github.io/argo-workflows/intermediate-inputs/?utm_source=argo-ui' target='_blank'>
parameter input{' '}
</a>
in the middle of the workflow
</li>
</ul>
<p>
<a href='https://blog.argoproj.io/what-to-expect-in-argo-workflows-v3-4-711702ad88e9?utm_source=argo-ui' target='_blank'>
Learn more
</a>
</p>
<h5>v3.3</h5>
<ul className='new-version-modal-bullets'>
<li>
Expand Down

0 comments on commit 00f5a49

Please sign in to comment.