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

Update Flyte components #6383

Merged
merged 6 commits into from
Mar 28, 2025
Merged

Update Flyte components #6383

merged 6 commits into from
Mar 28, 2025

Conversation

flyte-bot
Copy link
Collaborator

@flyte-bot flyte-bot commented Mar 28, 2025

Updated flyte deployment

  • Updated GCP Flyte helm generated manifest file
  • Updated EKS Flyte helm generated manifest file
  • Updated Sandbox Flyte helm generated manifest file
  • Updated TEST Flyte helm generated manifest file
  • Auto-generated by [flyte-bot]

Summary by Bito

This PR updates Flyte component versions across multiple environments (EKS, GCP, Sandbox, TEST), upgrading from v1.15.0 to v1.15.1 (with flyteagent moving to 1.15.3). Configuration checksums have been refreshed and helm manifests updated. Documentation has been enhanced with new parameters, default settings, and expanded scheduler configuration information.

Unit tests added: False

Estimated effort to review (1-5, lower is better): 5

Signed-off-by: Flyte-Bot <admin@flyte.org>
@flyte-bot flyte-bot added the helm label Mar 28, 2025
@flyte-bot flyte-bot requested a review from a team March 28, 2025 20:01
Copy link

codecov bot commented Mar 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.47%. Comparing base (3008fd6) to head (cf999c1).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6383   +/-   ##
=======================================
  Coverage   58.47%   58.47%           
=======================================
  Files         940      940           
  Lines       71567    71567           
=======================================
  Hits        41852    41852           
  Misses      26531    26531           
  Partials     3184     3184           
Flag Coverage Δ
unittests-datacatalog 59.03% <ø> (ø)
unittests-flyteadmin 56.25% <ø> (ø)
unittests-flytecopilot 30.99% <ø> (ø)
unittests-flytectl 64.70% <ø> (ø)
unittests-flyteidl 76.12% <ø> (ø)
unittests-flyteplugins 60.89% <ø> (ø)
unittests-flytepropeller 54.81% <ø> (ø)
unittests-flytestdlib 64.04% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@flyte-bot
Copy link
Collaborator Author

flyte-bot commented Mar 28, 2025

Code Review Agent Run #dffa3b

Actionable Suggestions - 0
Review Details
  • Files reviewed - 21 · Commit Range: 5281403..5281403
    • charts/flyte-binary/values.yaml
    • charts/flyte-core/values.yaml
    • charts/flyte/values.yaml
    • charts/flyteagent/values.yaml
    • deployment/agent/flyte_agent_helm_generated.yaml
    • deployment/eks/flyte_aws_scheduler_helm_generated.yaml
    • deployment/eks/flyte_helm_controlplane_generated.yaml
    • deployment/eks/flyte_helm_dataplane_generated.yaml
    • deployment/eks/flyte_helm_generated.yaml
    • deployment/gcp/flyte_helm_controlplane_generated.yaml
    • deployment/gcp/flyte_helm_dataplane_generated.yaml
    • deployment/gcp/flyte_helm_generated.yaml
    • deployment/sandbox-binary/flyte_sandbox_binary_helm_generated.yaml
    • deployment/sandbox/flyte_helm_generated.yaml
    • docker/sandbox-bundled/manifests/complete-agent.yaml
    • docker/sandbox-bundled/manifests/complete.yaml
    • docker/sandbox-bundled/manifests/dev.yaml
    • docs/deployment/configuration/generated/datacatalog_config.rst
    • docs/deployment/configuration/generated/flyteadmin_config.rst
    • docs/deployment/configuration/generated/flytepropeller_config.rst
    • docs/deployment/configuration/generated/scheduler_config.rst
  • Files skipped - 4
    • charts/flyte-binary/README.md - Reason: Filter setting
    • charts/flyte-core/README.md - Reason: Filter setting
    • charts/flyte/README.md - Reason: Filter setting
    • charts/flyteagent/README.md - Reason: Filter setting
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

Refer to the documentation for additional commands.

Configuration

This repository uses code_review_bito You can customize the agent settings here or contact your Bito workspace admin at haytham@union.ai.

Documentation & Help

AI Code Review powered by Bito Logo

Signed-off-by: davidmirror-ops <david.espejo@union.ai>
Signed-off-by: davidmirror-ops <david.espejo@union.ai>
@flyte-bot
Copy link
Collaborator Author

flyte-bot commented Mar 28, 2025

Changelist by Bito

This pull request implements the following key changes.

Key Change Files Impacted
Feature Improvement - Helm Chart Version Upgrades

values.yaml - Updated FLYTECOPILOT tag from v1.15.0 to 1.15.1.

values.yaml - Updated FLYTEADMIN, FLYTESCHEDULER, DATACATALOG, and FLYTEPROPELLER tags from v1.15.0 to 1.15.1.

values.yaml - Updated FLYTEADMIN, FLYTESCHEDULER, DATACATALOG, and FLYTEPROPELLER tags from v1.15.0 to 1.15.1.

values.yaml - Updated FLYTEAGENT tag from 1.15.0 to 1.15.3.

Other Improvements - Deployment Manifest Updates and Checksum Refresh

flyte_agent_helm_generated.yaml - Updated flyteagent image tag from 1.15.0 to 1.15.3.

flyte_aws_scheduler_helm_generated.yaml - Updated multiple image tags (flytecopilot, flyteadmin, datacatalog, flytepropeller, flytescheduler) and refreshed configuration checksums.

flyte_helm_controlplane_generated.yaml - Updated flyteadmin and datacatalog image tags to 1.15.1 to align control plane configurations.

flyte_helm_dataplane_generated.yaml - Updated flytecopilot and flytepropeller image tags and version labels.

flyte_helm_generated.yaml - Upgraded flyteadmin, datacatalog, and flytescheduler image tags and updated config checksums.

flyte_helm_controlplane_generated.yaml - Revised flyteadmin, datacatalog, and flytescheduler image tags for GCP control plane.

flyte_helm_dataplane_generated.yaml - Updated flytecopilot and flytepropeller image tags and refreshed associated config checksums.

flyte_helm_generated.yaml - Aligned flyteadmin, datacatalog, and flytescheduler image tags across the GCP manifests.

flyte_sandbox_binary_helm_generated.yaml - Updated flytecopilot image tag and configuration checksum in the sandbox binary setup.

flyte_helm_generated.yaml - Upgraded Flyte component images (flyteadmin, datacatalog, flytescheduler, flytepropeller) to 1.15.1 with refreshed configuration checksums and updated version labels.

complete-agent.yaml - Updated flytecopilot image to 1.15.1, flyteagent to 1.15.3, and refreshed HA shared secret and configuration checksum.

complete.yaml - Updated flytecopilot image to 1.15.1, modified HA shared secret, and refreshed checksum configuration.

dev.yaml - Updated HA shared secret and checksum secret values.

Documentation - Documentation and Configuration Enhancements

conf.py - Updated release version from 1.15.0 to 1.15.1.

datacatalog_config.rst - Added new gRPC max receive message size parameters.

flyteadmin_config.rst - Changed defaultTimeout to 3s and introduced connector service configuration details.

flytepropeller_config.rst - Changed defaultTimeout to 3s and updated configuration documentation.

scheduler_config.rst - Enhanced scheduler configuration documentation with new connector configuration parameters, comprehensive YAML examples for caching, rate limiting, resource constraints, default connector settings, and updated poll interval and timeout defaults.

Signed-off-by: davidmirror-ops <david.espejo@union.ai>
Signed-off-by: davidmirror-ops <david.espejo@union.ai>
Signed-off-by: davidmirror-ops <david.espejo@union.ai>
@flyte-bot
Copy link
Collaborator Author

flyte-bot commented Mar 28, 2025

Code Review Agent Run #d6c80e

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: 5281403..cf999c1
    • docs/conf.py
  • Files skipped - 1
    • CHANGELOG/CHANGELOG-v1.15.1.md - Reason: Filter setting
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

Refer to the documentation for additional commands.

Configuration

This repository uses code_review_bito You can customize the agent settings here or contact your Bito workspace admin at haytham@union.ai.

Documentation & Help

AI Code Review powered by Bito Logo

@davidmirror-ops davidmirror-ops merged commit 4164ac4 into master Mar 28, 2025
56 checks passed
@davidmirror-ops davidmirror-ops deleted the flyte-bot-update-releases branch March 28, 2025 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants