From 3ada1475970ae7b69cdc3342ee0f78015e3941aa Mon Sep 17 00:00:00 2001 From: Flyte Bot Date: Thu, 14 Oct 2021 15:19:34 -0700 Subject: [PATCH] Update Flyte components - 0.18.0 release (#1669) * Update Flyte Components Signed-off-by: Flyte-Bot * Bump release version Signed-off-by: Eduardo Apolinario * Add CHANGELOG-v0.18.0.md Signed-off-by: Eduardo Apolinario * Fill in 0.18.0 changelog. Combined changelogs of all versions greater than 0.17.0 Signed-off-by: Eduardo Apolinario * Update flytetools image Signed-off-by: Eduardo Apolinario * Copy the right flytetools image SHA Signed-off-by: Eduardo Apolinario Co-authored-by: eapolinario --- CHANGELOG/CHANGELOG-v0.18.0.md | 41 +++++++++++++++++++ charts/flyte-core/README.md | 10 ++--- charts/flyte-core/values.yaml | 8 ++-- charts/flyte/README.md | 14 +++---- charts/flyte/values.yaml | 8 ++-- deployment/eks/flyte_generated.yaml | 20 ++++----- deployment/eks/flyte_helm_generated.yaml | 22 +++++----- deployment/gcp/flyte_generated.yaml | 20 ++++----- deployment/gcp/flyte_helm_generated.yaml | 26 ++++++------ deployment/sandbox/flyte_generated.yaml | 22 +++++----- deployment/sandbox/flyte_helm_generated.yaml | 26 ++++++------ deployment/test/flyte_generated.yaml | 16 ++++---- end2end/tests/endtoend.yaml | 2 +- kustomize/overlays/eks/kustomization.yaml | 8 ++-- kustomize/overlays/gcp/kustomization.yaml | 8 ++-- kustomize/overlays/sandbox/kustomization.yaml | 8 ++-- kustomize/overlays/test/kustomization.yaml | 8 ++-- rsts/conf.py | 2 +- 18 files changed, 155 insertions(+), 114 deletions(-) create mode 100644 CHANGELOG/CHANGELOG-v0.18.0.md diff --git a/CHANGELOG/CHANGELOG-v0.18.0.md b/CHANGELOG/CHANGELOG-v0.18.0.md new file mode 100644 index 0000000000..312cb1c66b --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.18.0.md @@ -0,0 +1,41 @@ +# Flyte v0.18.0 + + +## Platform +1. [Flyte Native scheduler](https://www.youtube.com/watch?v=YljIIJx1_q8) +2. [Support for Snowflake](https://github.com/flyteorg/flytesnacks/blob/master/cookbook/integrations/external_services/snowflake/README.rst) including backend plugin and flytekit tasks +3. Expose default MaxParallelism in flyteadmin [configuration](https://github.com/flyteorg/flyteadmin/pull/262) +4. Support [custom resource cleanup policy](https://github.com/flyteorg/flyte/issues/1345) in backend plugins +5. Improved error message in the case of [images with invalid names](https://github.com/flyteorg/flyte/issues/306) +6. Added default buckets in sandbox helm +7. Fixed bug in helm chart propeller config. logs url will not update correctly +8. Added cluster-admin read only roles for kubernetes dashboard +9. Updated helm chart to include minio & kubernetes Dashboard nodePort + + +## flytekit + +1. Continued changes to the FlyteRemote interface, including: + - `remote.sync` now operates on the object in-place. + - A `sync_nodes` argument has been added to the `remote.sync` call - by default it's True but set it to False if you want to only render inputs/outputs at the top level (rather than at every node within the execution). + - The `sync` call on `FlyteWorkflowExecution` objects was removed (it was already deprecated and a noop but if you were calling it, you'll need to remove it.) + - gRPC credentials to FlyteRemote +2. Improved typing errors when scanning user code. Added better type inference to some of the transformers. +3. Plugin tests have been moved into each individual plugin's `test` folder. +4. Snowflake task has been added +5. Fixes to SQLAlchemy task secrets handling +6. Modin schema transformer + +Please see the [flytekit release](https://github.com/flyteorg/flytekit/releases/tag/v0.23.0) for the full list and more details. + + +## UI +1. Additional information when a Task in a non-terminal state +2. Support for workflow versions + + +## flytectl +1. Sandbox docker images can now be provided as a parameter +2. Bug fixes: + - panics in calls to get execution details and launchplans. + - datetime format generated in execFile are now valid diff --git a/charts/flyte-core/README.md b/charts/flyte-core/README.md index ae98ca8479..6bf47d3412 100644 --- a/charts/flyte-core/README.md +++ b/charts/flyte-core/README.md @@ -125,7 +125,7 @@ helm install gateway bitnami/contour -n flyte | flyteadmin.deployRedoc | bool | `true` | Deploys a Redoc container in Flyteadmin's pod | | flyteadmin.image.pullPolicy | string | `"IfNotPresent"` | | | flyteadmin.image.repository | string | `"cr.flyte.org/flyteorg/flyteadmin"` | Docker image for Flyteadmin deployment | -| flyteadmin.image.tag | string | `"v0.6.41"` | | +| flyteadmin.image.tag | string | `"v0.6.43"` | | | flyteadmin.initialProjects | list | `["flytesnacks","flytetester","flyteexamples"]` | Initial projects to create | | flyteadmin.nodeSelector | object | `{}` | nodeSelector for Flyteadmin deployment | | flyteadmin.podAnnotations | object | `{}` | Annotations for Flyteadmin pods | @@ -138,7 +138,7 @@ helm install gateway bitnami/contour -n flyte | flyteadmin.serviceAccount.create | bool | `true` | Should a service account be created for flyteadmin | | flyteadmin.serviceAccount.imagePullSecrets | object | `{}` | ImapgePullSecrets to automatically assign to the service account | | flyteadmin.tolerations | list | `[]` | tolerations for Flyteadmin deployment | -| flyteconsole | object | `{"affinity":{},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v0.28.2"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}},"service":{"annotations":{},"type":"ClusterIP"},"tolerations":[]}` | FLYTECONSOLE SETTINGS | +| flyteconsole | object | `{"affinity":{},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v0.29.0"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}},"service":{"annotations":{},"type":"ClusterIP"},"tolerations":[]}` | FLYTECONSOLE SETTINGS | | flyteconsole.affinity | object | `{}` | affinity for Flyteconsole deployment | | flyteconsole.image.repository | string | `"cr.flyte.org/flyteorg/flyteconsole"` | Docker image for Flyteconsole deployment | | flyteconsole.nodeSelector | object | `{}` | nodeSelector for Flyteconsole deployment | @@ -147,7 +147,7 @@ helm install gateway bitnami/contour -n flyte | flyteconsole.resources | object | `{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}}` | Default resources requests and limits for Flyteconsole deployment | | flyteconsole.service | object | `{"annotations":{},"type":"ClusterIP"}` | Service settings for Flyteconsole | | flyteconsole.tolerations | list | `[]` | tolerations for Flyteconsole deployment | -| flytepropeller | object | `{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v0.14.12"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | FLYTEPROPELLER SETTINGS | +| flytepropeller | object | `{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v0.14.13"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | FLYTEPROPELLER SETTINGS | | flytepropeller.affinity | object | `{}` | affinity for Flytepropeller deployment | | flytepropeller.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flytepropeller.image.repository | string | `"cr.flyte.org/flyteorg/flytepropeller"` | Docker image for Flytepropeller deployment | @@ -160,12 +160,12 @@ helm install gateway bitnami/contour -n flyte | flytepropeller.serviceAccount.create | bool | `true` | Should a service account be created for FlytePropeller | | flytepropeller.serviceAccount.imagePullSecrets | object | `{}` | ImapgePullSecrets to automatically assign to the service account | | flytepropeller.tolerations | list | `[]` | tolerations for Flytepropeller deployment | -| flytescheduler | object | `{"affinity":{},"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytescheduler","tag":"v0.6.41"},"nodeSelector":{},"podAnnotations":{},"resources":{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"secrets":{},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | FLYTESCHEDULER SETTINGS | +| flytescheduler | object | `{"affinity":{},"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytescheduler","tag":"v0.6.43"},"nodeSelector":{},"podAnnotations":{},"resources":{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"secrets":{},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | FLYTESCHEDULER SETTINGS | | flytescheduler.affinity | object | `{}` | affinity for Flytescheduler deployment | | flytescheduler.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flytescheduler.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flytescheduler.image.repository | string | `"cr.flyte.org/flyteorg/flytescheduler"` | Docker image for Flytescheduler deployment | -| flytescheduler.image.tag | string | `"v0.6.41"` | Docker image tag | +| flytescheduler.image.tag | string | `"v0.6.43"` | Docker image tag | | flytescheduler.nodeSelector | object | `{}` | nodeSelector for Flytescheduler deployment | | flytescheduler.podAnnotations | object | `{}` | Annotations for Flytescheduler pods | | flytescheduler.resources | object | `{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}}` | Default resources requests and limits for Flytescheduler deployment | diff --git a/charts/flyte-core/values.yaml b/charts/flyte-core/values.yaml index 5c878e8971..0755851f95 100755 --- a/charts/flyte-core/values.yaml +++ b/charts/flyte-core/values.yaml @@ -15,7 +15,7 @@ flyteadmin: image: # -- Docker image for Flyteadmin deployment repository: cr.flyte.org/flyteorg/flyteadmin - tag: v0.6.41 # FLYTEADMIN_TAG + tag: v0.6.43 # FLYTEADMIN_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteadmin deployment resources: @@ -71,7 +71,7 @@ flytescheduler: # -- Docker image for Flytescheduler deployment repository: cr.flyte.org/flyteorg/flytescheduler # -- Docker image tag - tag: v0.6.41 # FLYTESCHEDULER_TAG + tag: v0.6.43 # FLYTESCHEDULER_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytescheduler deployment @@ -163,7 +163,7 @@ flytepropeller: image: # -- Docker image for Flytepropeller deployment repository: cr.flyte.org/flyteorg/flytepropeller - tag: v0.14.12 # FLYTEPROPELLER_TAG + tag: v0.14.13 # FLYTEPROPELLER_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytepropeller deployment resources: @@ -206,7 +206,7 @@ flyteconsole: image: # -- Docker image for Flyteconsole deployment repository: cr.flyte.org/flyteorg/flyteconsole - tag: v0.28.2 # FLYTECONSOLE_TAG + tag: v0.29.0 # FLYTECONSOLE_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteconsole deployment resources: diff --git a/charts/flyte/README.md b/charts/flyte/README.md index 5ce997e409..22ec93231f 100644 --- a/charts/flyte/README.md +++ b/charts/flyte/README.md @@ -145,7 +145,7 @@ helm install gateway bitnami/contour -n flyte | flyteadmin.deployRedoc | bool | `true` | Deploys a Redoc container in Flyteadmin's pod | | flyteadmin.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyteadmin.image.repository | string | `"cr.flyte.org/flyteorg/flyteadmin"` | Docker image for Flyteadmin deployment | -| flyteadmin.image.tag | string | `"v0.6.41"` | Docker image tag | +| flyteadmin.image.tag | string | `"v0.6.43"` | Docker image tag | | flyteadmin.initialProjects | list | `["flytesnacks","flytetester","flyteexamples"]` | Initial projects to create | | flyteadmin.nodeSelector | object | `{}` | nodeSelector for Flyteadmin deployment | | flyteadmin.podAnnotations | object | `{}` | Annotations for Flyteadmin pods | @@ -158,23 +158,23 @@ helm install gateway bitnami/contour -n flyte | flyteadmin.serviceAccount.create | bool | `true` | Should a service account be created for flyteadmin | | flyteadmin.serviceAccount.imagePullSecrets | object | `{}` | ImapgePullSecrets to automatically assign to the service account | | flyteadmin.tolerations | list | `[]` | tolerations for Flyteadmin deployment | -| flyteconsole | object | `{"affinity":{},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v0.28.2"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}},"service":{"annotations":{},"type":"ClusterIP"},"tolerations":[]}` | FLYTECONSOLE SETTINGS | +| flyteconsole | object | `{"affinity":{},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v0.29.0"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}},"service":{"annotations":{},"type":"ClusterIP"},"tolerations":[]}` | FLYTECONSOLE SETTINGS | | flyteconsole.affinity | object | `{}` | affinity for Flyteconsole deployment | | flyteconsole.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyteconsole.image.repository | string | `"cr.flyte.org/flyteorg/flyteconsole"` | Docker image for Flyteconsole deployment | -| flyteconsole.image.tag | string | `"v0.28.2"` | Docker image tag | +| flyteconsole.image.tag | string | `"v0.29.0"` | Docker image tag | | flyteconsole.nodeSelector | object | `{}` | nodeSelector for Flyteconsole deployment | | flyteconsole.podAnnotations | object | `{}` | Annotations for Flyteconsole pods | | flyteconsole.replicaCount | int | `1` | Replicas count for Flyteconsole deployment | | flyteconsole.resources | object | `{"limits":{"cpu":"500m","memory":"250Mi"},"requests":{"cpu":"10m","memory":"50Mi"}}` | Default resources requests and limits for Flyteconsole deployment | | flyteconsole.service | object | `{"annotations":{},"type":"ClusterIP"}` | Service settings for Flyteconsole | | flyteconsole.tolerations | list | `[]` | tolerations for Flyteconsole deployment | -| flytepropeller | object | `{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v0.14.12"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | FLYTEPROPELLER SETTINGS | +| flytepropeller | object | `{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v0.14.13"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | FLYTEPROPELLER SETTINGS | | flytepropeller.affinity | object | `{}` | affinity for Flytepropeller deployment | | flytepropeller.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flytepropeller.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flytepropeller.image.repository | string | `"cr.flyte.org/flyteorg/flytepropeller"` | Docker image for Flytepropeller deployment | -| flytepropeller.image.tag | string | `"v0.14.12"` | Docker image tag | +| flytepropeller.image.tag | string | `"v0.14.13"` | Docker image tag | | flytepropeller.nodeSelector | object | `{}` | nodeSelector for Flytepropeller deployment | | flytepropeller.podAnnotations | object | `{}` | Annotations for Flytepropeller pods | | flytepropeller.replicaCount | int | `1` | Replicas count for Flytepropeller deployment | @@ -184,12 +184,12 @@ helm install gateway bitnami/contour -n flyte | flytepropeller.serviceAccount.create | bool | `true` | Should a service account be created for FlytePropeller | | flytepropeller.serviceAccount.imagePullSecrets | object | `{}` | ImapgePullSecrets to automatically assign to the service account | | flytepropeller.tolerations | list | `[]` | tolerations for Flytepropeller deployment | -| flytescheduler | object | `{"affinity":{},"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytescheduler","tag":"v0.6.41"},"nodeSelector":{},"podAnnotations":{},"resources":{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"secrets":{},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | FLYTESCHEDULER SETTINGS | +| flytescheduler | object | `{"affinity":{},"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytescheduler","tag":"v0.6.43"},"nodeSelector":{},"podAnnotations":{},"resources":{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"secrets":{},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":{}},"tolerations":[]}` | FLYTESCHEDULER SETTINGS | | flytescheduler.affinity | object | `{}` | affinity for Flytescheduler deployment | | flytescheduler.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flytescheduler.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flytescheduler.image.repository | string | `"cr.flyte.org/flyteorg/flytescheduler"` | Docker image for Flytescheduler deployment | -| flytescheduler.image.tag | string | `"v0.6.41"` | Docker image tag | +| flytescheduler.image.tag | string | `"v0.6.43"` | Docker image tag | | flytescheduler.nodeSelector | object | `{}` | nodeSelector for Flytescheduler deployment | | flytescheduler.podAnnotations | object | `{}` | Annotations for Flytescheduler pods | | flytescheduler.resources | object | `{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}}` | Default resources requests and limits for Flytescheduler deployment | diff --git a/charts/flyte/values.yaml b/charts/flyte/values.yaml index b43d8fd138..d124c3ad9e 100755 --- a/charts/flyte/values.yaml +++ b/charts/flyte/values.yaml @@ -17,7 +17,7 @@ flyteadmin: # -- Docker image for Flyteadmin deployment repository: cr.flyte.org/flyteorg/flyteadmin # -- Docker image tag - tag: v0.6.41 # FLYTEADMIN_TAG + tag: v0.6.43 # FLYTEADMIN_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteadmin deployment @@ -74,7 +74,7 @@ flytescheduler: # -- Docker image for Flytescheduler deployment repository: cr.flyte.org/flyteorg/flytescheduler # -- Docker image tag - tag: v0.6.41 # FLYTESCHEDULER_TAG + tag: v0.6.43 # FLYTESCHEDULER_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytescheduler deployment @@ -167,7 +167,7 @@ flytepropeller: # -- Docker image for Flytepropeller deployment repository: cr.flyte.org/flyteorg/flytepropeller # -- Docker image tag - tag: v0.14.12 # FLYTEPROPELLER_TAG + tag: v0.14.13 # FLYTEPROPELLER_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytepropeller deployment @@ -212,7 +212,7 @@ flyteconsole: # -- Docker image for Flyteconsole deployment repository: cr.flyte.org/flyteorg/flyteconsole # -- Docker image tag - tag: v0.28.2 # FLYTECONSOLE_TAG + tag: v0.29.0 # FLYTECONSOLE_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flyteconsole deployment diff --git a/deployment/eks/flyte_generated.yaml b/deployment/eks/flyte_generated.yaml index 767469d773..8ea65103cc 100644 --- a/deployment/eks/flyte_generated.yaml +++ b/deployment/eks/flyte_generated.yaml @@ -8699,7 +8699,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.14.12 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.13 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -8726,7 +8726,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.14.12 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.13 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8770,7 +8770,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8817,7 +8817,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8834,7 +8834,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -8848,7 +8848,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -8868,7 +8868,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8914,7 +8914,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: cr.flyte.org/flyteorg/flyteconsole:v0.28.2 + image: cr.flyte.org/flyteorg/flyteconsole:v0.29.0 name: flyteconsole ports: - containerPort: 8080 @@ -8958,7 +8958,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.14.12 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.13 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -9150,7 +9150,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/eks/flyte_helm_generated.yaml b/deployment/eks/flyte_helm_generated.yaml index 04976448f9..716e57dd2d 100644 --- a/deployment/eks/flyte_helm_generated.yaml +++ b/deployment/eks/flyte_helm_generated.yaml @@ -1341,7 +1341,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1358,7 +1358,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -1372,7 +1372,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -1383,7 +1383,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -1404,7 +1404,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -1480,7 +1480,7 @@ spec: app.kubernetes.io/managed-by: Helm spec: containers: - - image: "cr.flyte.org/flyteorg/flyteconsole:v0.28.2" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.29.0" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -1632,7 +1632,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.12" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.13" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -1685,14 +1685,14 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.14.12 + app.kubernetes.io/version: v0.14.13 annotations: configChecksum: "1a4678d9e43881ab183a3fce7ee25de8c10b0d5f1cd91f108ff8dddc3cff99f" spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.12" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.13" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1715,7 +1715,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.12" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.13" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1897,7 +1897,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/gcp/flyte_generated.yaml b/deployment/gcp/flyte_generated.yaml index 231b199a0d..12a515d95e 100644 --- a/deployment/gcp/flyte_generated.yaml +++ b/deployment/gcp/flyte_generated.yaml @@ -8741,7 +8741,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.14.12 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.13 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -8768,7 +8768,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.14.12 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.13 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8812,7 +8812,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8859,7 +8859,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8876,7 +8876,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -8890,7 +8890,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -8910,7 +8910,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8956,7 +8956,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: cr.flyte.org/flyteorg/flyteconsole:v0.28.2 + image: cr.flyte.org/flyteorg/flyteconsole:v0.29.0 name: flyteconsole ports: - containerPort: 8080 @@ -9000,7 +9000,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.14.12 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.13 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -9192,7 +9192,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/gcp/flyte_helm_generated.yaml b/deployment/gcp/flyte_helm_generated.yaml index 69640e7d43..a5ea2aab7e 100644 --- a/deployment/gcp/flyte_helm_generated.yaml +++ b/deployment/gcp/flyte_helm_generated.yaml @@ -1290,7 +1290,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1306,7 +1306,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -1319,7 +1319,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -1329,7 +1329,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -1350,7 +1350,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -1416,7 +1416,7 @@ spec: app.kubernetes.io/managed-by: Helm spec: containers: - - image: "cr.flyte.org/flyteorg/flyteconsole:v0.28.2" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.29.0" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -1546,7 +1546,7 @@ spec: - precheck - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.41" + image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.43" imagePullPolicy: "IfNotPresent" name: flytescheduler-check volumeMounts: @@ -1559,7 +1559,7 @@ spec: - run - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.41" + image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.43" imagePullPolicy: "IfNotPresent" name: flytescheduler resources: @@ -1621,7 +1621,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.12" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.13" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -1667,14 +1667,14 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.14.12 + app.kubernetes.io/version: v0.14.13 annotations: configChecksum: "74a531ef6a3e75afe97758d43e74136703f3e873337992c1a25f379d0016769" spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.12" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.13" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1697,7 +1697,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.12" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.13" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1879,7 +1879,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index 5722e1d39c..15159b9358 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -2839,7 +2839,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.14.12 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.13 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -2869,7 +2869,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.14.12 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.13 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -2916,7 +2916,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -2942,7 +2942,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: sync-cluster-resources-goroutine volumeMounts: @@ -2983,7 +2983,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -2999,7 +2999,7 @@ spec: - seed-projects - flytesnacks - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -3013,7 +3013,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -3033,7 +3033,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -3079,7 +3079,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: cr.flyte.org/flyteorg/flyteconsole:v0.28.2 + image: cr.flyte.org/flyteorg/flyteconsole:v0.29.0 name: flyteconsole ports: - containerPort: 8080 @@ -3123,7 +3123,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.14.12 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.13 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -3438,7 +3438,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/sandbox/flyte_helm_generated.yaml b/deployment/sandbox/flyte_helm_generated.yaml index 10b12d4601..0b891045b6 100644 --- a/deployment/sandbox/flyte_helm_generated.yaml +++ b/deployment/sandbox/flyte_helm_generated.yaml @@ -3515,7 +3515,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -3531,7 +3531,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -3544,7 +3544,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -3554,7 +3554,7 @@ spec: - mountPath: /etc/flyte/config name: config-volume - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -3575,7 +3575,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -3661,7 +3661,7 @@ spec: app.kubernetes.io/managed-by: Helm spec: containers: - - image: "cr.flyte.org/flyteorg/flyteconsole:v0.28.2" + - image: "cr.flyte.org/flyteorg/flyteconsole:v0.29.0" imagePullPolicy: "IfNotPresent" name: flyteconsole envFrom: @@ -3797,7 +3797,7 @@ spec: - precheck - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.41" + image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.43" imagePullPolicy: "IfNotPresent" name: flytescheduler-check volumeMounts: @@ -3810,7 +3810,7 @@ spec: - run - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.41" + image: "cr.flyte.org/flyteorg/flytescheduler:v0.6.43" imagePullPolicy: "IfNotPresent" name: flytescheduler resources: @@ -3978,7 +3978,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.12" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.13" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -4024,14 +4024,14 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v0.14.12 + app.kubernetes.io/version: v0.14.13 annotations: configChecksum: "23649f70ef6d41dc508d570df33d78103effffb3d876ea7fc84bcef4693bfd3" spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.12" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.13" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -4054,7 +4054,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.12" + image: "cr.flyte.org/flyteorg/flytepropeller:v0.14.13" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -4110,7 +4110,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.41" + image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.43" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index 94ace78bd4..0a0afb8de3 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -699,7 +699,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.14.12 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.13 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -726,7 +726,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v0.14.12 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.13 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -770,7 +770,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -823,7 +823,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -839,7 +839,7 @@ spec: - seed-projects - flytetester - flytesnacks - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -853,7 +853,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -873,7 +873,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v0.6.41 + image: cr.flyte.org/flyteorg/flyteadmin:v0.6.43 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -929,7 +929,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: cr.flyte.org/flyteorg/flytepropeller:v0.14.12 + image: cr.flyte.org/flyteorg/flytepropeller:v0.14.13 imagePullPolicy: IfNotPresent name: flytepropeller ports: diff --git a/end2end/tests/endtoend.yaml b/end2end/tests/endtoend.yaml index aac6897af7..65c14651db 100644 --- a/end2end/tests/endtoend.yaml +++ b/end2end/tests/endtoend.yaml @@ -11,7 +11,7 @@ spec: command: - bash - -c - image: ghcr.io/flyteorg/flytetools:1bf3e5e0232d91ceae349648235a9b91e42eb52c + image: ghcr.io/flyteorg/flytetools:3e1c72a97b2fd289233bf6fdb15c14e2c233f32e imagePullPolicy: IfNotPresent name: flytetester resources: diff --git a/kustomize/overlays/eks/kustomization.yaml b/kustomize/overlays/eks/kustomization.yaml index 068564879c..fdadde4b9c 100644 --- a/kustomize/overlays/eks/kustomization.yaml +++ b/kustomize/overlays/eks/kustomization.yaml @@ -21,11 +21,11 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.41 # FLYTEADMIN_TAG override the tag + newTag: v0.6.43 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.28.2 # FLYTECONSOLE_TAG the tag + newTag: v0.29.0 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name @@ -33,11 +33,11 @@ images: newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.14.12 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.13 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.14.12 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.13 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres diff --git a/kustomize/overlays/gcp/kustomization.yaml b/kustomize/overlays/gcp/kustomization.yaml index 3ee16828f4..4962a46d17 100644 --- a/kustomize/overlays/gcp/kustomization.yaml +++ b/kustomize/overlays/gcp/kustomization.yaml @@ -23,11 +23,11 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.41 # FLYTEADMIN_TAG override the tag + newTag: v0.6.43 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.28.2 # FLYTECONSOLE_TAG the tag + newTag: v0.29.0 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name @@ -35,11 +35,11 @@ images: newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.14.12 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.13 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.14.12 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.13 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres diff --git a/kustomize/overlays/sandbox/kustomization.yaml b/kustomize/overlays/sandbox/kustomization.yaml index 925f709eb0..2c2327377c 100644 --- a/kustomize/overlays/sandbox/kustomization.yaml +++ b/kustomize/overlays/sandbox/kustomization.yaml @@ -25,11 +25,11 @@ resources: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.41 # FLYTEADMIN_TAG override the tag + newTag: v0.6.43 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.28.2 # FLYTECONSOLE_TAG the tag + newTag: v0.29.0 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name @@ -37,11 +37,11 @@ images: newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.14.12 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.13 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.14.12 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.13 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres diff --git a/kustomize/overlays/test/kustomization.yaml b/kustomize/overlays/test/kustomization.yaml index c3f78effd3..cc96e83784 100644 --- a/kustomize/overlays/test/kustomization.yaml +++ b/kustomize/overlays/test/kustomization.yaml @@ -19,11 +19,11 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.6.41 # FLYTEADMIN_TAG override the tag + newTag: v0.6.43 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.28.2 # FLYTECONSOLE_TAG the tag + newTag: v0.29.0 # FLYTECONSOLE_TAG the tag newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name @@ -31,11 +31,11 @@ images: newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.14.12 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.13 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v0.14.12 # FLYTEPROPELLER_TAG override the tag + newTag: v0.14.13 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres diff --git a/rsts/conf.py b/rsts/conf.py index 6dea0b3362..0a8679f202 100644 --- a/rsts/conf.py +++ b/rsts/conf.py @@ -30,7 +30,7 @@ # The short X.Y version version = u"" # The full version, including alpha/beta/rc tags -release = u"0.17.3" +release = u"0.18.0" # -- General configuration ---------------------------------------------------