You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Handle etcd request too large error ([#6752](https://github.com/flyteorg/flyte/pull/6752))
16
+
- Immediately fail if plugin.BuildResource fails instead of retrying until system retry budget is exhausted ([#6740](https://github.com/flyteorg/flyte/pull/6740))
17
+
- Avoid merging pod template twice if template container name matches task container name ([#6733](https://github.com/flyteorg/flyte/pull/6733))
18
+
19
+
## Dependencies / Security
20
+
21
+
- Update x/crypto to v0.45.0 to fix security warnings ([#6774](https://github.com/flyteorg/flyte/pull/6774))
22
+
- Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /datacatalog ([#6764](https://github.com/flyteorg/flyte/pull/6764))
23
+
- Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /flyteadmin ([#6770](https://github.com/flyteorg/flyte/pull/6770))
24
+
- Pin neoeinstein-prost to v0.4.0 ([#6773](https://github.com/flyteorg/flyte/pull/6773))
25
+
- Bump stow to latest ([#6741](https://github.com/flyteorg/flyte/pull/6741))
- Update docs version ([#424d7775f](https://github.com/flyteorg/flyte/commit/424d7775f))
31
+
32
+
## Contributors
33
+
34
+
Thanks to all the contributors who made this release possible: @fg91 ([#6733](https://github.com/flyteorg/flyte/pull/6733), [#6740](https://github.com/flyteorg/flyte/pull/6740), [#6751](https://github.com/flyteorg/flyte/pull/6751)), @Sovietaced ([#6603](https://github.com/flyteorg/flyte/pull/6603), [#6773](https://github.com/flyteorg/flyte/pull/6773), [#6774](https://github.com/flyteorg/flyte/pull/6774)).
35
+
36
+
Full Changelog: https://github.com/flyteorg/flyte/compare/v1.16.2...v1.16.3
| flytepropeller.manager_resources | object |`{"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"100Mi"}}}`| If manager is set to true this can be used to give the flytepropeller-manager different resource requests than the sharded flyte propeller pods |
316
316
| flytepropeller.nodeSelector | object |`{}`| nodeSelector for Flytepropeller deployment |
0 commit comments