-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version in docs/conf.py and add changelog
Signed-off-by: Eduardo Apolinario <[email protected]>
- Loading branch information
1 parent
9b36c2f
commit fc846dc
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Flyte 1.13.3 Release Notes | ||
|
||
This is an in-between release in preparation for the big 1.14 release slated for early December. | ||
|
||
## What's Changed | ||
* Add finalizer to avoid premature CRD Deletion by @RRap0so in https://github.com/flyteorg/flyte/pull/5788 | ||
* Handle CORS in secure connections by @eapolinario in https://github.com/flyteorg/flyte/pull/5855 | ||
* Upstream contributions from Union.ai by @andrewwdye in https://github.com/flyteorg/flyte/pull/5769 | ||
- Fix cluster pool assignment validation (@iaroslav-ciupin ) | ||
- Don't send inputURI for start-node (@iaroslav-ciupin ) | ||
- Unexpectedly deleted pod metrics (@iaroslav-ciupin ) | ||
- CreateDownloadLink: Head before signing (@iaroslav-ciupin ) | ||
- Fix metrics scale division in timer (@iaroslav-ciupin ) | ||
- Add histogram stopwatch to stow storage (@andrewwdye ) | ||
- Override ArrayNode log links with map plugin (@hamersaw ) | ||
- Fix k3d local setup prefix (@andrewwdye ) | ||
- adjust Dask LogName to (Dask Runner Logs) (@fiedlerNr9 ) | ||
- Dask dashboard should have a separate log config (@EngHabu ) | ||
- Log and monitor failures to validate access tokens (@katrogan ) | ||
- Fix type assertion when an event is missed while connection to apiser… (@EngHabu ) | ||
- Add read replica host config and connection (@squiishyy ) | ||
- added lock to memstore make threadsafe (@hamersaw ) | ||
- Move storage cache settings to correct location (@mbarrien ) | ||
- Add config for grpc MaxMessageSizeBytes (@andrewwdye ) | ||
- Add org to CreateUploadLocation (@katrogan ) | ||
- Histogram Bucket Options (@squiishyy ) | ||
- Add client-go metrics (@andrewwdye ) | ||
- Enqueue owner on launchplan terminal state (@hamersaw ) | ||
- Add configuration for launchplan cache resync duration (@hamersaw ) | ||
- Overlap fetching input and output data (@andrewwdye ) | ||
- Fix async notifications tests (@andrewwdye ) | ||
- Overlap FutureFileReader blob store writes/reads (@andrewwdye ) | ||
- Overlap create execution blob store reads/writes (@andrewwdye ) | ||
|
||
**Full Changelog**: https://github.com/flyteorg/flyte/compare/v1.13.2...v1.13.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters