diff --git a/CHANGELOG/CHANGELOG-v1.13.2.md b/CHANGELOG/CHANGELOG-v1.13.2.md index dbc4457195..39f4514c51 100644 --- a/CHANGELOG/CHANGELOG-v1.13.2.md +++ b/CHANGELOG/CHANGELOG-v1.13.2.md @@ -19,7 +19,7 @@ * [flyteagent] Enable `agent-service` in every configuration by @Future-Outlier in https://github.com/flyteorg/flyte/pull/5730 * [Docs][flyteagent] Remove `agent-service` config in flyte agent documentation by @Future-Outlier in https://github.com/flyteorg/flyte/pull/5731 * Fix flytectl returning the oldest workflow when using --latest flag by @RRap0so in https://github.com/flyteorg/flyte/pull/5716 -* Remove explicit go toolchain versions by @ddl-ebrown in https://github.com/flyteorg/flyte/pull/5723 +* Remove explict go toolchain versions by @ddl-ebrown in https://github.com/flyteorg/flyte/pull/5723 * Add listing api to stow storage by @bgedik in https://github.com/flyteorg/flyte/pull/5741 * Use latest upload/download-artifact action version by @Sovietaced in https://github.com/flyteorg/flyte/pull/5743 * Introduced SMTP notification by @robert-ulbrich-mercedes-benz in https://github.com/flyteorg/flyte/pull/5535 @@ -42,6 +42,8 @@ * Revert "Improve execution name readability" by @pingsutw in https://github.com/flyteorg/flyte/pull/5740 * [Docs] Flyte Deck example V2 by @Future-Outlier in https://github.com/flyteorg/flyte/pull/5781 * [flytepropeller][flyteadmin] Compiler unknown literal type error handling by @Future-Outlier in https://github.com/flyteorg/flyte/pull/5651 +* [Temporary fix] Pin flytekit version for single binary builds by @pmahindrakar-oss in https://github.com/flyteorg/flyte/pull/5798 +* Fix propeller crash when inferring literal type for an offloaded literal by @pmahindrakar-oss in https://github.com/flyteorg/flyte/pull/5771 ## New Contributors * @wayner0628 made their first contribution in https://github.com/flyteorg/flyte/pull/5637