Skip to content

Commit

Permalink
Bump version in docs/conf.py and add changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Oct 23, 2024
1 parent 9b36c2f commit fc846dc
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG/CHANGELOG-v1.13.3.md
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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "1.13.2"
release = "1.13.3"

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit fc846dc

Please sign in to comment.