Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retag flyteagent image upon release #5509

Merged
merged 3 commits into from
Jun 25, 2024
Merged

Conversation

eapolinario
Copy link
Contributor

Tracking issue

NA

Why are the changes needed?

In #5360 we made a decision to join flytekit and Flyte releases, but that turned out to be too inflexible.

What changes were proposed in this pull request?

In this PR we decouple the versions of the flyteagent from the Flyte release versions. Instead, we follow a similar scheme as the one we use for flyteconsole and upon releases we retag the latest flyteagent docker image.

On releases we retag the images by adding the suffix -release to each component image. We're going to do the same with flyteagent images, which are published on flytekit releases.

How was this patch tested?

Running VERSION=1.99.0 make release_automation from the root of the repo updated all helm charts, including the flyteagent image (to 1.12.3, which is the latest flytekit image at the time of this PR).

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

Signed-off-by: Eduardo Apolinario <[email protected]>
Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.99%. Comparing base (3ee7120) to head (9bc7e10).
Report is 119 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5509   +/-   ##
=======================================
  Coverage   60.98%   60.99%           
=======================================
  Files         794      794           
  Lines       51475    51475           
=======================================
+ Hits        31392    31397    +5     
+ Misses      17191    17186    -5     
  Partials     2892     2892           
Flag Coverage Δ
unittests-datacatalog 69.31% <ø> (ø)
unittests-flyteadmin 58.73% <ø> (+0.04%) ⬆️
unittests-flytecopilot 17.79% <ø> (ø)
unittests-flytectl 68.03% <ø> (ø)
unittests-flyteidl 79.04% <ø> (ø)
unittests-flyteplugins 61.85% <ø> (ø)
unittests-flytepropeller 57.30% <ø> (ø)
unittests-flytestdlib 65.57% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Eduardo Apolinario <[email protected]>
wild-endeavor
wild-endeavor previously approved these changes Jun 25, 2024
@eapolinario eapolinario merged commit 37fe0a3 into master Jun 25, 2024
55 checks passed
@eapolinario eapolinario deleted the retag-agent-image-on-releases branch June 25, 2024 18:08
robert-ulbrich-mercedes-benz pushed a commit to robert-ulbrich-mercedes-benz/flyte that referenced this pull request Jul 2, 2024
* Retag flyteagent image upon release

Signed-off-by: Eduardo Apolinario <[email protected]>

* Run make helm

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
vlibov pushed a commit to vlibov/flyte that referenced this pull request Aug 16, 2024
* Retag flyteagent image upon release

Signed-off-by: Eduardo Apolinario <[email protected]>

* Run make helm

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Vladyslav Libov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants