Skip to content

Releases: flyteorg/flyte

flytectl/v0.9.2

09 Sep 13:31
89efcc6
Compare
Choose a tag to compare

Changelog

  • ca04314 Auth/prevent lookup per call (#5686)
  • 89efcc6 Fix flytectl returning the oldest workflow when using --latest flag (#5716)
  • 96c799c Move default execution name generation to flyteadmin (#5714)
  • 5f69589 Refactor flyteadmin to pass proto structs as pointers (#5717)
  • 43c9d94 Turn flyteidl and flytectl releases into manual gh workflows (#5635)
  • 7d59f10 [flytectl] DataConfig missing from TaskSpec (#5692)

Flyte v1.13.1 milestone release

27 Aug 01:34
7136919
Compare
Choose a tag to compare

Flyte 1.13.1 Release Notes

What's Changed

New Contributors

Flyte v1.13.1-rc1 milestone release

23 Aug 23:32
d2614d4
Compare
Choose a tag to compare
Pre-release

Flyte v1.13.0-rc1 Release Notes

What's Changed

New Contributors

Full Changelog: flytectl/v0.9.1...v1.13.1-rc1

Flyte v1.13.1-rc0 milestone release

13 Aug 23:43
4f9227a
Compare
Choose a tag to compare
Pre-release

Flyte v1.13.1-rc0 Release Notes

Changelog

New Contributors

Full Changelog: v1.13.0...v1.13.1-rc0

flytectl/v0.9.1

06 Aug 16:02
4014bbd
Compare
Choose a tag to compare

Changelog

Flyte v1.13.0 milestone release

03 Jul 23:40
f075b34
Compare
Choose a tag to compare

Flyte 1.13.0 Release Notes

Flyte 1.13.0 brings a host of new features, optimizations, and fixes, enhancing the platform's functionality and user experience. This release also welcomes several new contributors to the Flyte community. Below are the highlights of this release.

🚀 New Features & Improvements

  1. Features

  2. Helm Charts & Manifests

  3. Documentation Improvements

  4. Performance & Bug Fixes

  5. Flytectl

🔧 Housekeeping & Deprecations

  1. Miscellaneous

🆕 New Contributors

Full Changelog

flytectl/v0.9.0

02 Jul 16:59
2407e90
Compare
Choose a tag to compare

Changelog

  • f87a049 Add API to get domain (#5443)
  • e1d9c5c Add OTLP and sampling to otelutils (#5504)
  • ba88e82 Add lint-fix make target, add gci to flytectl, remove goimports make target (#5484)
  • 791471c Fix: Make 'flytectl compile' consider launchplans used within workflows (#5463)
  • f54b74e Fix: replace with in OSS docs (#5501)
  • ed40a94 Remove doc building from flytectl (#5494)
  • c97a0e9 Remove github.ref from group (#5518)
  • c512571 reimplement functions in go-mouff-update, use ghreposervice (#5470)

Flyte v1.13.0-rc0 milestone release

26 Jun 19:33
ce5eb03
Compare
Choose a tag to compare
Pre-release

Flyte v1.13.0-rc0 Release Notes

Major Features and Improvements

  • Key-value execution tags: Enhanced execution tagging capabilities. (#5453)
  • Watch agent metadata service: Improved monitoring of agent metadata. (#5017)
  • Distributed job refactoring: Refactored distributed job using common ReplicaSpec. (#5355)
  • Execution cluster label inheritance: Executions now inherit cluster labels from source executions. (#5431)
  • Domain API: Added new API to retrieve domain information. (#5443)
  • Execution environment versioning: Added version to ExecutionEnv proto message. (#5506)
  • OTLP and sampling in otelutils: Enhanced observability with OpenTelemetry Protocol (OTLP) support. (#5504)

Notable Changes

  • Removed mmcloud plugin. (#5468)
  • Updated k3s version to 1.29.0. (#5475)
  • Improved auth flow to support custom base URLs in deployments. (#5192)
  • Added flyteconsole URL to FlyteWorkflow CRD. (#5449)
  • Enhanced 'flytectl compile' to consider launch plans within workflows. (#5463)
  • Introduced control over task phases for log link display. (#4726)
  • Improved Helm chart configurations for Prometheus, Webhook HPA, and Flyteconsole probes. (#5508)

Bug Fixes and Optimizations

  • Fixed flaky auto_refresh_test. (#5438)
  • Corrected NULL to empty string in SQL insert for migrations. (#5482)
  • Resolved issues with broken mermaid diagrams in documentation. (#5498)
  • Fixed Ray plugin to use default service account if not set in task metadata. (#5499)

Documentation and Usability

  • Updated community page. (#5496)
  • Improved documentation on logging link lifetime configuration. (#5503)
  • Replaced 'uctl' with 'flytectl' in OSS docs for consistency. (#5501)

New Contributors

For a complete list of changes, please refer to the full changelog.

flytectl/v0.8.24

04 Jun 21:27
9ffc54f
Compare
Choose a tag to compare

Changelog

  • 9ffc54f Indicate that jq is now required to install flytectl via the script (#5440)
  • f08eb47 Upstream revert revert auth token fix (#5407)

Flyte v1.12.1-rc0 milestone release

31 May 22:51
1e61f4e
Compare
Choose a tag to compare
Pre-release

Flyte 1.12.1-rc0 Release Notes

Flyte 1.12.1-rc0 is a release candidate that focuses on documentation enhancements, bug fixes, and improvements to the core infrastructure. This release also includes contributions from a new member of the Flyte community. Below are the highlights of this release.

🚀 New Features & Improvements

  1. Documentation Improvements

  2. Infrastructure and Configuration

  3. Bug Fixes

  4. Miscellaneous

🆕 New Contributors

Full Changelog