Skip to content

Commit 27c5f12

Browse files
Update Flyte components (#6731)
* Update Flyte Components Signed-off-by: Flyte-Bot <[email protected]> * Update docs version Signed-off-by: Jason Parraga <[email protected]> * Add changelog files Signed-off-by: Jason Parraga <[email protected]> * add new contributors Signed-off-by: Jason Parraga <[email protected]> --------- Signed-off-by: Flyte-Bot <[email protected]> Signed-off-by: Jason Parraga <[email protected]> Co-authored-by: Sovietaced <[email protected]> Co-authored-by: Jason Parraga <[email protected]>
1 parent 2ef9f41 commit 27c5f12

24 files changed

+184
-181
lines changed

CHANGELOG/CHANGELOG-v1.16.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Flyte 1.16.1
2+
3+
## Changed
4+
5+
- Fix OTEL config map in Helm Chart ([#6624](https://github.com/flyteorg/flyte/pull/6624))
6+
7+
Full Changelog: https://github.com/flyteorg/flyte/compare/v1.16.0...v1.16.1

CHANGELOG/CHANGELOG-v1.16.2.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Flyte 1.16.2
2+
3+
## Added
4+
5+
- Added support for configuring horizontal pod autoscaling for flyte admin in flyte-core helm chart ([#6625](https://github.com/flyteorg/flyte/pull/6625))
6+
- Added support for typing.Union in flytecopilot / container tasks ([#6674](https://github.com/flyteorg/flyte/pull/6674))
7+
8+
## Changed
9+
10+
- Only return connector/agent plugins if enabled ([#6644](https://github.com/flyteorg/flyte/pull/6644))
11+
- Support downloading old versions of flytectl by install.sh ([#6668](https://github.com/flyteorg/flyte/pull/6668))
12+
- Improve datacatalog query performance with composite index on tags table ([#6672](https://github.com/flyteorg/flyte/pull/6672))
13+
- Handle child node timeouts in conditional branch nodes ([#6678](https://github.com/flyteorg/flyte/pull/6678))
14+
- Fix auto refresh cache iteration bug causing parent workflows to get stuck in a running state ([#6725](https://github.com/flyteorg/flyte/pull/6725))
15+
16+
## Removed
17+
18+
- Removed unused node selector functions and legacy environment variables ([#6614](https://github.com/flyteorg/flyte/pull/6614))
19+
- Remove unused DefaultWorkflowActiveDeadline config ([#6688](https://github.com/flyteorg/flyte/pull/6688))
20+
21+
## Dependencies / Security
22+
23+
- Bump urllib3 from 2.2.3 to 2.5.0 in /flytectl/docs ([#6728](https://github.com/flyteorg/flyte/pull/6728))
24+
- Bump requests from 2.32.3 to 2.32.4 in /flytectl/docs ([#6727](https://github.com/flyteorg/flyte/pull/6727))
25+
26+
## Housekeeping
27+
28+
- Removed unused replace directives ([#6638](https://github.com/flyteorg/flyte/pull/6638))
29+
- Removed use of deprecated pod phase ([#6640](https://github.com/flyteorg/flyte/pull/6640))
30+
- Executor code cleanup ([#6629](https://github.com/flyteorg/flyte/pull/6629))
31+
- Updated docker images to use Bitnami legacy repo ([#6631](https://github.com/flyteorg/flyte/pull/6631))
32+
- Updated helm charts to use new twun.io helm repo ([#6726](https://github.com/flyteorg/flyte/pull/6726))
33+
34+
## Contributors
35+
36+
Special thanks to new contributors: @hefeiyun ([#6629](https://github.com/flyteorg/flyte/pull/6629)), @ihvol-freenome ([#6672](https://github.com/flyteorg/flyte/pull/6672)), @Sally-Yang-Jing-Ou ([#6725](https://github.com/flyteorg/flyte/pull/6725)), along with all returning contributors who made this release possible.
37+
38+
Full Changelog: https://github.com/flyteorg/flyte/compare/v1.16.1...v1.16.2

charts/flyte-binary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Chart for basic single Flyte executable deployment
3737
| configuration.auth.oidc.clientId | string | `""` | |
3838
| configuration.auth.oidc.clientSecret | string | `""` | |
3939
| configuration.co-pilot.image.repository | string | `"cr.flyte.org/flyteorg/flytecopilot"` | |
40-
| configuration.co-pilot.image.tag | string | `"v1.16.0"` | |
40+
| configuration.co-pilot.image.tag | string | `"v1.16.2"` | |
4141
| configuration.connectorService.defaultConnector.defaultTimeout | string | `"10s"` | |
4242
| configuration.connectorService.defaultConnector.endpoint | string | `"k8s://flyteconnector.flyte:8000"` | |
4343
| configuration.connectorService.defaultConnector.insecure | bool | `true` | |

charts/flyte-binary/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ configuration:
167167
# repository CoPilot sidecar image repository
168168
repository: cr.flyte.org/flyteorg/flytecopilot # FLYTECOPILOT_IMAGE
169169
# tag CoPilot sidecar image tag
170-
tag: v1.16.0 # FLYTECOPILOT_TAG
170+
tag: v1.16.2 # FLYTECOPILOT_TAG
171171
# connectorService Flyte Connector configuration
172172
connectorService:
173173
defaultConnector:

charts/flyte-core/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ helm install gateway bitnami/contour -n flyte
111111
| configmap.clusters.clusterConfigs | list | `[]` | |
112112
| configmap.clusters.labelClusterMap | object | `{}` | |
113113
| configmap.console | object | `{"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config"}` | Configuration for Flyte console UI |
114-
| configmap.copilot | object | `{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.16.0","name":"flyte-copilot-","start-timeout":"30s"}}}}` | Copilot configuration |
115-
| configmap.copilot.plugins.k8s.co-pilot | object | `{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.16.0","name":"flyte-copilot-","start-timeout":"30s"}` | Structure documented [here](https://pkg.go.dev/github.com/lyft/[email protected]/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig) |
114+
| configmap.copilot | object | `{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.16.2","name":"flyte-copilot-","start-timeout":"30s"}}}}` | Copilot configuration |
115+
| configmap.copilot.plugins.k8s.co-pilot | object | `{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.16.2","name":"flyte-copilot-","start-timeout":"30s"}` | Structure documented [here](https://pkg.go.dev/github.com/lyft/[email protected]/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig) |
116116
| configmap.core | object | `{"manager":{"pod-application":"flytepropeller","pod-template-container-name":"flytepropeller","pod-template-name":"flytepropeller-template"},"propeller":{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","literal-offloading-config":{"enabled":false},"max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://{{ .Values.storage.bucketName }}/","workers":4,"workflow-reeval-duration":"30s"},"webhook":{"certDir":"/etc/webhook/certs","serviceName":"flyte-pod-webhook"}}` | Core propeller configuration |
117117
| configmap.core.manager | object | `{"pod-application":"flytepropeller","pod-template-container-name":"flytepropeller","pod-template-name":"flytepropeller-template"}` | follows the structure specified [here](https://pkg.go.dev/github.com/flyteorg/flytepropeller/manager/config#Config). |
118118
| configmap.core.propeller | object | `{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","literal-offloading-config":{"enabled":false},"max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://{{ .Values.storage.bucketName }}/","workers":4,"workflow-reeval-duration":"30s"}` | follows the structure specified [here](https://pkg.go.dev/github.com/flyteorg/flytepropeller/pkg/controller/config). |
@@ -165,7 +165,7 @@ helm install gateway bitnami/contour -n flyte
165165
| datacatalog.extraArgs | object | `{}` | Appends extra command line arguments to the main command |
166166
| datacatalog.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
167167
| datacatalog.image.repository | string | `"cr.flyte.org/flyteorg/datacatalog"` | Docker image for Datacatalog deployment |
168-
| datacatalog.image.tag | string | `"v1.16.0"` | Docker image tag |
168+
| datacatalog.image.tag | string | `"v1.16.2"` | Docker image tag |
169169
| datacatalog.nodeSelector | object | `{}` | nodeSelector for Datacatalog deployment |
170170
| datacatalog.podAnnotations | object | `{}` | Annotations for Datacatalog pods |
171171
| datacatalog.podEnv | object | `{}` | Additional Datacatalog container environment variables |
@@ -219,7 +219,7 @@ helm install gateway bitnami/contour -n flyte
219219
| flyteadmin.extraArgs | object | `{}` | Appends extra command line arguments to the serve command |
220220
| flyteadmin.image.pullPolicy | string | `"IfNotPresent"` | |
221221
| flyteadmin.image.repository | string | `"cr.flyte.org/flyteorg/flyteadmin"` | Docker image for Flyteadmin deployment |
222-
| flyteadmin.image.tag | string | `"v1.16.0"` | |
222+
| flyteadmin.image.tag | string | `"v1.16.2"` | |
223223
| flyteadmin.initialProjects | list | `["flytesnacks","flytetester","flyteexamples"]` | Initial projects to create |
224224
| flyteadmin.livenessProbe | string | `"exec:\n command: [ \"sh\", \"-c\", \"reply=$(curl -s -o /dev/null -w %{http_code} http://127.0.0.1:8088/healthcheck); if [ \\\"$reply\\\" -lt 200 -o \\\"$reply\\\" -ge 400 ]; then exit 1; fi;\",\"grpc_health_probe\", \"-addr=:8089\"]\ninitialDelaySeconds: 20\nperiodSeconds: 5"` | |
225225
| flyteadmin.nodeSelector | object | `{}` | nodeSelector for Flyteadmin deployment |
@@ -310,7 +310,7 @@ helm install gateway bitnami/contour -n flyte
310310
| flytepropeller.extraArgs | object | `{}` | Appends extra command line arguments to the main command |
311311
| flytepropeller.image.pullPolicy | string | `"IfNotPresent"` | |
312312
| flytepropeller.image.repository | string | `"cr.flyte.org/flyteorg/flytepropeller"` | Docker image for Flytepropeller deployment |
313-
| flytepropeller.image.tag | string | `"v1.16.0"` | |
313+
| flytepropeller.image.tag | string | `"v1.16.2"` | |
314314
| flytepropeller.manager | bool | `false` | |
315315
| 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 |
316316
| flytepropeller.nodeSelector | object | `{}` | nodeSelector for Flytepropeller deployment |
@@ -347,7 +347,7 @@ helm install gateway bitnami/contour -n flyte
347347
| flytescheduler.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files |
348348
| flytescheduler.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
349349
| flytescheduler.image.repository | string | `"cr.flyte.org/flyteorg/flytescheduler"` | Docker image for Flytescheduler deployment |
350-
| flytescheduler.image.tag | string | `"v1.16.0"` | Docker image tag |
350+
| flytescheduler.image.tag | string | `"v1.16.2"` | Docker image tag |
351351
| flytescheduler.nodeSelector | object | `{}` | nodeSelector for Flytescheduler deployment |
352352
| flytescheduler.podAnnotations | object | `{}` | Annotations for Flytescheduler pods |
353353
| flytescheduler.podEnv | object | `{}` | Additional Flytescheduler container environment variables |

charts/flyte-core/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ flyteadmin:
1616
image:
1717
# -- Docker image for Flyteadmin deployment
1818
repository: cr.flyte.org/flyteorg/flyteadmin # FLYTEADMIN_IMAGE
19-
tag: v1.16.0 # FLYTEADMIN_TAG
19+
tag: v1.16.2 # FLYTEADMIN_TAG
2020
pullPolicy: IfNotPresent
2121
# -- Additional flyteadmin container environment variables
2222
#
@@ -189,7 +189,7 @@ flytescheduler:
189189
# -- Docker image for Flytescheduler deployment
190190
repository: cr.flyte.org/flyteorg/flytescheduler # FLYTESCHEDULER_IMAGE
191191
# -- Docker image tag
192-
tag: v1.16.0 # FLYTESCHEDULER_TAG
192+
tag: v1.16.2 # FLYTESCHEDULER_TAG
193193
# -- Docker image pull policy
194194
pullPolicy: IfNotPresent
195195
# -- Default resources requests and limits for Flytescheduler deployment
@@ -277,7 +277,7 @@ datacatalog:
277277
# -- Docker image for Datacatalog deployment
278278
repository: cr.flyte.org/flyteorg/datacatalog # DATACATALOG_IMAGE
279279
# -- Docker image tag
280-
tag: v1.16.0 # DATACATALOG_TAG
280+
tag: v1.16.2 # DATACATALOG_TAG
281281
# -- Docker image pull policy
282282
pullPolicy: IfNotPresent
283283
# -- Default resources requests and limits for Datacatalog deployment
@@ -405,7 +405,7 @@ flytepropeller:
405405
image:
406406
# -- Docker image for Flytepropeller deployment
407407
repository: cr.flyte.org/flyteorg/flytepropeller # FLYTEPROPELLER_IMAGE
408-
tag: v1.16.0 # FLYTEPROPELLER_TAG
408+
tag: v1.16.2 # FLYTEPROPELLER_TAG
409409
pullPolicy: IfNotPresent
410410
# -- Default resources requests and limits for Flytepropeller deployment
411411
resources:
@@ -1059,7 +1059,7 @@ configmap:
10591059
# -- Structure documented [here](https://pkg.go.dev/github.com/lyft/[email protected]/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig)
10601060
co-pilot:
10611061
name: flyte-copilot-
1062-
image: cr.flyte.org/flyteorg/flytecopilot:v1.16.0 # FLYTECOPILOT_IMAGE
1062+
image: cr.flyte.org/flyteorg/flytecopilot:v1.16.2 # FLYTECOPILOT_IMAGE
10631063
start-timeout: 30s
10641064

10651065
# -- Core propeller configuration

0 commit comments

Comments
 (0)