From 67416c30a0a0b583f838445cd84e7c99d58f0e3a Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 16 Nov 2020 10:14:01 -0800 Subject: [PATCH 01/18] nit --- CHANGELOG/CHANGELOG-v0.9.0.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 CHANGELOG/CHANGELOG-v0.9.0.md diff --git a/CHANGELOG/CHANGELOG-v0.9.0.md b/CHANGELOG/CHANGELOG-v0.9.0.md new file mode 100644 index 0000000000..e69de29bb2 From dbcdcbc9932b782a92d74e9ca46f1ebc97080843 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 16 Nov 2020 10:15:31 -0800 Subject: [PATCH 02/18] bump --- end2end/tests/endtoend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/end2end/tests/endtoend.yaml b/end2end/tests/endtoend.yaml index 63ee4aa0fc..9bf778193e 100644 --- a/end2end/tests/endtoend.yaml +++ b/end2end/tests/endtoend.yaml @@ -11,7 +11,7 @@ spec: command: - bash - -c - image: docker.io/lyft/flytetester:440d9a0530025825745ae9316b2dc5bee27e66b8 + image: docker.io/lyft/flytetester:d830f281bcfa34e3ac51ccdb6bd149b2e296b556 imagePullPolicy: IfNotPresent name: flytetester resources: From abfa3ef8d936c9634e77a199f5b1ed8b28cf21ac Mon Sep 17 00:00:00 2001 From: Haytham AbuelFutuh Date: Mon, 16 Nov 2020 10:24:57 -0800 Subject: [PATCH 03/18] Update `kind` action version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a47ce210b6..041b02e88d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v1 - name: Kustomize and diff run: DELTA_CHECK=true make kustomize - - uses: engineerd/setup-kind@v0.4.0 + - uses: engineerd/setup-kind@v0.5.0 - name: End2End env: DOCKER_USERNAME: ${{ github.actor }} From 72f69de33ccf666c7cec6a8784566f1363afc46f Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 16 Nov 2020 11:01:51 -0800 Subject: [PATCH 04/18] wip --- end2end/tests/endtoend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/end2end/tests/endtoend.yaml b/end2end/tests/endtoend.yaml index 9bf778193e..2185830ae8 100644 --- a/end2end/tests/endtoend.yaml +++ b/end2end/tests/endtoend.yaml @@ -11,7 +11,7 @@ spec: command: - bash - -c - image: docker.io/lyft/flytetester:d830f281bcfa34e3ac51ccdb6bd149b2e296b556 + image: docker.io/lyft/flytetester:c8717d3d1981cf812da5099f2d1425247859ca12 imagePullPolicy: IfNotPresent name: flytetester resources: From dff05a0658e543d01440370cc358c2c03757fa42 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 16 Nov 2020 12:39:33 -0800 Subject: [PATCH 05/18] Update end2end/tests/endtoend.yaml --- end2end/tests/endtoend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/end2end/tests/endtoend.yaml b/end2end/tests/endtoend.yaml index 2185830ae8..015c7e89d8 100644 --- a/end2end/tests/endtoend.yaml +++ b/end2end/tests/endtoend.yaml @@ -11,7 +11,7 @@ spec: command: - bash - -c - image: docker.io/lyft/flytetester:c8717d3d1981cf812da5099f2d1425247859ca12 + image: docker.io/lyft/flytetester:268fe35dc2dc3b9899dd934e6a4e6ce8639a58fa imagePullPolicy: IfNotPresent name: flytetester resources: From 5f4f1253a2c2f55d2031035db9e18e97222b8bee Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 16 Nov 2020 13:40:34 -0800 Subject: [PATCH 06/18] console --- deployment/eks/flyte_generated.yaml | 2 +- deployment/gcp/flyte_generated.yaml | 2 +- deployment/sandbox/flyte_generated.yaml | 2 +- kustomize/overlays/eks/kustomization.yaml | 2 +- kustomize/overlays/gcp/kustomization.yaml | 2 +- kustomize/overlays/sandbox/kustomization.yaml | 2 +- kustomize/overlays/test/kustomization.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deployment/eks/flyte_generated.yaml b/deployment/eks/flyte_generated.yaml index cb1c6421fc..2e25db817e 100644 --- a/deployment/eks/flyte_generated.yaml +++ b/deployment/eks/flyte_generated.yaml @@ -1179,7 +1179,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: docker.io/lyft/flyteconsole:v0.12.1 + image: docker.io/lyft/flyteconsole:v0.17.7 name: flyteconsole ports: - containerPort: 8080 diff --git a/deployment/gcp/flyte_generated.yaml b/deployment/gcp/flyte_generated.yaml index 0306ab3a61..bccab2f25c 100644 --- a/deployment/gcp/flyte_generated.yaml +++ b/deployment/gcp/flyte_generated.yaml @@ -1247,7 +1247,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: docker.io/lyft/flyteconsole:v0.12.1 + image: docker.io/lyft/flyteconsole:v0.17.7 name: flyteconsole ports: - containerPort: 8080 diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index 41f9e626fd..769b64818f 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -1474,7 +1474,7 @@ spec: - envFrom: - configMapRef: name: flyte-console-config - image: docker.io/lyft/flyteconsole:v0.12.1 + image: docker.io/lyft/flyteconsole:v0.17.7 name: flyteconsole ports: - containerPort: 8080 diff --git a/kustomize/overlays/eks/kustomization.yaml b/kustomize/overlays/eks/kustomization.yaml index 3ca78cf70e..0a3523b944 100644 --- a/kustomize/overlays/eks/kustomization.yaml +++ b/kustomize/overlays/eks/kustomization.yaml @@ -84,7 +84,7 @@ images: newName: docker.io/lyft/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.12.1 # override the tag + newTag: v0.17.7 # override the tag newName: docker.io/lyft/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name diff --git a/kustomize/overlays/gcp/kustomization.yaml b/kustomize/overlays/gcp/kustomization.yaml index adf186a661..33a7dce6e2 100644 --- a/kustomize/overlays/gcp/kustomization.yaml +++ b/kustomize/overlays/gcp/kustomization.yaml @@ -82,7 +82,7 @@ images: newName: docker.io/lyft/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.12.1 # override the tag + newTag: v0.17.7 # override the tag newName: docker.io/lyft/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name diff --git a/kustomize/overlays/sandbox/kustomization.yaml b/kustomize/overlays/sandbox/kustomization.yaml index a2d1bd75a0..44a9a819dd 100644 --- a/kustomize/overlays/sandbox/kustomization.yaml +++ b/kustomize/overlays/sandbox/kustomization.yaml @@ -67,7 +67,7 @@ images: newName: docker.io/lyft/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.12.1 # override the tag + newTag: v0.17.7 # override the tag newName: docker.io/lyft/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name diff --git a/kustomize/overlays/test/kustomization.yaml b/kustomize/overlays/test/kustomization.yaml index e8ac4df1bb..3e49185eb7 100644 --- a/kustomize/overlays/test/kustomization.yaml +++ b/kustomize/overlays/test/kustomization.yaml @@ -67,7 +67,7 @@ images: newName: docker.io/lyft/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name - newTag: v0.12.1 # override the tag + newTag: v0.17.7 # override the tag newName: docker.io/lyft/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name From d021e5d68f44864182c442c18a3a3a1e01460932 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 16 Nov 2020 14:01:59 -0800 Subject: [PATCH 07/18] changes --- kustomize/overlays/eks/kustomization.yaml | 4 ++-- kustomize/overlays/gcp/kustomization.yaml | 4 ++-- kustomize/overlays/sandbox/kustomization.yaml | 4 ++-- kustomize/overlays/test/kustomization.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kustomize/overlays/eks/kustomization.yaml b/kustomize/overlays/eks/kustomization.yaml index 0a3523b944..8b82a753ac 100644 --- a/kustomize/overlays/eks/kustomization.yaml +++ b/kustomize/overlays/eks/kustomization.yaml @@ -80,7 +80,7 @@ secretGenerator: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.3.7 # override the tag + newTag: v0.3.15 # override the tag newName: docker.io/lyft/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -92,5 +92,5 @@ images: newName: docker.io/lyft/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.4.8 # override the tag + newTag: v0.5.2 # override the tag newName: docker.io/lyft/flytepropeller # override the name diff --git a/kustomize/overlays/gcp/kustomization.yaml b/kustomize/overlays/gcp/kustomization.yaml index 33a7dce6e2..b1b6c03130 100644 --- a/kustomize/overlays/gcp/kustomization.yaml +++ b/kustomize/overlays/gcp/kustomization.yaml @@ -78,7 +78,7 @@ secretGenerator: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.3.7 # override the tag + newTag: v0.3.15 # override the tag newName: docker.io/lyft/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -90,5 +90,5 @@ images: newName: docker.io/lyft/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.4.8 # override the tag + newTag: v0.5.2 # override the tag newName: docker.io/lyft/flytepropeller # override the name diff --git a/kustomize/overlays/sandbox/kustomization.yaml b/kustomize/overlays/sandbox/kustomization.yaml index 44a9a819dd..d79a5acd17 100644 --- a/kustomize/overlays/sandbox/kustomization.yaml +++ b/kustomize/overlays/sandbox/kustomization.yaml @@ -63,7 +63,7 @@ configMapGenerator: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.3.7 # override the tag + newTag: v0.3.15 # override the tag newName: docker.io/lyft/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -75,5 +75,5 @@ images: newName: docker.io/lyft/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.4.8 # override the tag + newTag: v0.5.2 # override the tag newName: docker.io/lyft/flytepropeller # override the name diff --git a/kustomize/overlays/test/kustomization.yaml b/kustomize/overlays/test/kustomization.yaml index 3e49185eb7..4e2548229d 100644 --- a/kustomize/overlays/test/kustomization.yaml +++ b/kustomize/overlays/test/kustomization.yaml @@ -63,7 +63,7 @@ configMapGenerator: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v0.3.7 # override the tag + newTag: v0.3.15 # override the tag newName: docker.io/lyft/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -75,5 +75,5 @@ images: newName: docker.io/lyft/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v0.4.8 # override the tag + newTag: v0.5.2 # override the tag newName: docker.io/lyft/flytepropeller # override the name From 40320e77ebf8a0f4fa42d49cf761ab955f64eba2 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 16 Nov 2020 14:04:04 -0800 Subject: [PATCH 08/18] kustomi --- deployment/eks/flyte_generated.yaml | 12 ++++++------ deployment/gcp/flyte_generated.yaml | 12 ++++++------ deployment/sandbox/flyte_generated.yaml | 12 ++++++------ deployment/test/flyte_generated.yaml | 10 +++++----- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/deployment/eks/flyte_generated.yaml b/deployment/eks/flyte_generated.yaml index 2e25db817e..cf8dbe011e 100644 --- a/deployment/eks/flyte_generated.yaml +++ b/deployment/eks/flyte_generated.yaml @@ -1053,7 +1053,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -1099,7 +1099,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -1117,7 +1117,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -1132,7 +1132,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -1223,7 +1223,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: docker.io/lyft/flytepropeller:v0.4.8 + image: docker.io/lyft/flytepropeller:v0.5.2 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -1412,7 +1412,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/gcp/flyte_generated.yaml b/deployment/gcp/flyte_generated.yaml index bccab2f25c..a90d1e6219 100644 --- a/deployment/gcp/flyte_generated.yaml +++ b/deployment/gcp/flyte_generated.yaml @@ -1121,7 +1121,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -1167,7 +1167,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -1185,7 +1185,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -1200,7 +1200,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -1291,7 +1291,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: docker.io/lyft/flytepropeller:v0.4.8 + image: docker.io/lyft/flytepropeller:v0.5.2 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -1480,7 +1480,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index 769b64818f..dd130592f8 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -1342,7 +1342,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -1388,7 +1388,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -1406,7 +1406,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -1421,7 +1421,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -1518,7 +1518,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: docker.io/lyft/flytepropeller:v0.4.8 + image: docker.io/lyft/flytepropeller:v0.5.2 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -1764,7 +1764,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index ebe98c14b0..2957d56d6a 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -925,7 +925,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -971,7 +971,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -989,7 +989,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -1004,7 +1004,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: docker.io/lyft/flyteadmin:v0.3.7 + image: docker.io/lyft/flyteadmin:v0.3.15 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -1067,7 +1067,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.name - image: docker.io/lyft/flytepropeller:v0.4.8 + image: docker.io/lyft/flytepropeller:v0.5.2 imagePullPolicy: IfNotPresent name: flytepropeller ports: From 72b0aaf5cf9ff4bb65e2972b6c455c256d3e8b44 Mon Sep 17 00:00:00 2001 From: Ketan Umare Date: Mon, 16 Nov 2020 14:07:43 -0800 Subject: [PATCH 09/18] Docs update --- README.md | 3 ++- rsts/conf.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77a29efd61..c252188b58 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![Commit activity](https://img.shields.io/github/commit-activity/w/lyft/flyte.svg?style=plastic) ![Commit since last release](https://img.shields.io/github/commits-since/lyft/flyte/latest.svg?style=plastic) ![GitHub milestones Completed](https://img.shields.io/github/milestones/closed/lyft/flyte?style=plastic) -![GitHub next milestone percentage](https://img.shields.io/github/milestones/progress-percent/lyft/flyte/9?style=plastic) +![GitHub next milestone percentage](https://img.shields.io/github/milestones/progress-percent/lyft/flyte/10?style=plastic) ![Twitter Follow](https://img.shields.io/twitter/follow/flyteorg?label=Follow&style=social) [![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://docs.google.com/forms/d/e/1FAIpQLSf8bNuyhy7rkm77cOXPHIzCm3ApfL7Tdo7NUs6Ej2NOGQ1PYw/viewform?pli=1) @@ -55,6 +55,7 @@ Resources that would help you get a better understanding of Flyte. # Features - Used at Scale in production by 500+ users at Lyft with more than *900k* workflow executed a month and more than *30+* million container executions per month + - Fast registration - from local to remote in one second. - Centralized Inventory of Tasks, Workflows and Executions - Single Task Execution support - Start executing a task and then convert it to a workflow - gRPC / REST interface to define and executes tasks and workflows diff --git a/rsts/conf.py b/rsts/conf.py index 7ed24e7efe..d03df8cdcb 100644 --- a/rsts/conf.py +++ b/rsts/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'0.8.0' +release = u'0.9.0' # -- General configuration --------------------------------------------------- From f8cb051d9a56562f8383b6414cfb32ad7f123817 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 16 Nov 2020 14:38:27 -0800 Subject: [PATCH 10/18] wip --- CHANGELOG/CHANGELOG-v0.9.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG/CHANGELOG-v0.9.0.md b/CHANGELOG/CHANGELOG-v0.9.0.md index e69de29bb2..7175f1fde4 100644 --- a/CHANGELOG/CHANGELOG-v0.9.0.md +++ b/CHANGELOG/CHANGELOG-v0.9.0.md @@ -0,0 +1,7 @@ + + +### Flytekit +* Fast register +* Workflow archive/activate command in flyte-cli +* Bug fixes + From 84ae1265293cec45a968fbc5897f11b7eea93ccf Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 16 Nov 2020 14:38:57 -0800 Subject: [PATCH 11/18] wip --- CHANGELOG/CHANGELOG-v0.9.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-v0.9.0.md b/CHANGELOG/CHANGELOG-v0.9.0.md index 7175f1fde4..3e5d288b25 100644 --- a/CHANGELOG/CHANGELOG-v0.9.0.md +++ b/CHANGELOG/CHANGELOG-v0.9.0.md @@ -3,5 +3,5 @@ ### Flytekit * Fast register * Workflow archive/activate command in flyte-cli -* Bug fixes +* Bug fixes and misc improvements From 8052104f6964df6ddac7ea2dd21faa5723b53e92 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 16 Nov 2020 14:43:04 -0800 Subject: [PATCH 12/18] wip --- CHANGELOG/CHANGELOG-v0.9.0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-v0.9.0.md b/CHANGELOG/CHANGELOG-v0.9.0.md index 3e5d288b25..be45832066 100644 --- a/CHANGELOG/CHANGELOG-v0.9.0.md +++ b/CHANGELOG/CHANGELOG-v0.9.0.md @@ -1,7 +1,9 @@ ### Flytekit -* Fast register +* Fast register - code only changes no longer need a rebuild of the container to run * Workflow archive/activate command in flyte-cli * Bug fixes and misc improvements +Also, please take a look at the newest [alpha release](https://github.com/lyft/flytekit/releases/tag/v0.16.0a0) of Flytekit (v0.16.0a0) which introduces native Python based typing, and a new way of workflow authoring that enables local workflow execution. + From 8dfd9135de03dfeb2d6a6cc1b439a941d4da7bfb Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Mon, 16 Nov 2020 15:04:54 -0800 Subject: [PATCH 13/18] Update CHANGELOG/CHANGELOG-v0.9.0.md --- CHANGELOG/CHANGELOG-v0.9.0.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG/CHANGELOG-v0.9.0.md b/CHANGELOG/CHANGELOG-v0.9.0.md index be45832066..3311a334aa 100644 --- a/CHANGELOG/CHANGELOG-v0.9.0.md +++ b/CHANGELOG/CHANGELOG-v0.9.0.md @@ -2,8 +2,7 @@ ### Flytekit * Fast register - code only changes no longer need a rebuild of the container to run -* Workflow archive/activate command in flyte-cli +* Project archive/activate command in flyte-cli * Bug fixes and misc improvements Also, please take a look at the newest [alpha release](https://github.com/lyft/flytekit/releases/tag/v0.16.0a0) of Flytekit (v0.16.0a0) which introduces native Python based typing, and a new way of workflow authoring that enables local workflow execution. - From ff9cdc1e8673eca6579af939eadf0762ebcd38b3 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Tue, 17 Nov 2020 14:06:42 -0800 Subject: [PATCH 14/18] Update CHANGELOG-v0.9.0.md --- CHANGELOG/CHANGELOG-v0.9.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-v0.9.0.md b/CHANGELOG/CHANGELOG-v0.9.0.md index 3311a334aa..0b70f24250 100644 --- a/CHANGELOG/CHANGELOG-v0.9.0.md +++ b/CHANGELOG/CHANGELOG-v0.9.0.md @@ -1,7 +1,7 @@ ### Flytekit -* Fast register - code only changes no longer need a rebuild of the container to run +* Fast register - code only changes no longer need a rebuild of the container to run ([read the docs!](https://flyte.readthedocs.io/en/latest/user/features/fast_registration.html)) * Project archive/activate command in flyte-cli * Bug fixes and misc improvements From 8b6574536929ec3212b3329df3790920af7e18b2 Mon Sep 17 00:00:00 2001 From: Ketan Umare Date: Tue, 17 Nov 2020 14:14:28 -0800 Subject: [PATCH 15/18] update flytekit version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 540de52185..a584bec356 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,9 @@ generate-local-docs: # Builds the entire doc tree. Assumes update_ref_docs has run and that all externals rsts are in _rsts/ dir .PHONY: generate-docs generate-docs: generate-dependent-repo-docs - @FLYTEKIT_VERSION=0.13.1 ./script/generate_docs.sh + @FLYTEKIT_VERSION=0.15.1 ./script/generate_docs.sh # updates referenced docs from other repositories (e.g. flyteidl, flytekit) .PHONY: generate-dependent-repo-docs generate-dependent-repo-docs: - @FLYTEKIT_VERSION=0.13.1 FLYTEIDL_VERSION=0.18.8 ./script/update_ref_docs.sh + @FLYTEKIT_VERSION=0.15.1 FLYTEIDL_VERSION=0.18.10 ./script/update_ref_docs.sh From 7bd9f8f405f3560f0d952b656474f71e71427c4b Mon Sep 17 00:00:00 2001 From: Ketan Umare Date: Wed, 18 Nov 2020 10:26:21 -0800 Subject: [PATCH 16/18] Changelog updated --- CHANGELOG/CHANGELOG-v0.9.0.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-v0.9.0.md b/CHANGELOG/CHANGELOG-v0.9.0.md index 0b70f24250..a6613cef99 100644 --- a/CHANGELOG/CHANGELOG-v0.9.0.md +++ b/CHANGELOG/CHANGELOG-v0.9.0.md @@ -5,4 +5,15 @@ * Project archive/activate command in flyte-cli * Bug fixes and misc improvements -Also, please take a look at the newest [alpha release](https://github.com/lyft/flytekit/releases/tag/v0.16.0a0) of Flytekit (v0.16.0a0) which introduces native Python based typing, and a new way of workflow authoring that enables local workflow execution. +Please take a look at the newest [alpha release](https://github.com/lyft/flytekit/releases/tag/v0.16.0a0) of Flytekit (v0.16.0a0) which introduces native Python based typing, and a new way of workflow authoring that enables local workflow execution. +For examples of the native typed SDK usage refer to: [Cookbook Examples](https://github.com/lyft/flytesnacks/tree/annotated/cookbook/recipes/native_typing) + +### FlyteConsole +- Better Single task launch support +- Launch form with more types supported +- Bug and stability fixes + +### FlytePlatform + - SparkOperator v1beta2 support + - Archive/Unarchive projects + - BugFixes From f668362dc5a7df35719a5741a24910f394a79482 Mon Sep 17 00:00:00 2001 From: Ketan Umare Date: Wed, 18 Nov 2020 10:27:39 -0800 Subject: [PATCH 17/18] updated changelog --- CHANGELOG/CHANGELOG-v0.9.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-v0.9.0.md b/CHANGELOG/CHANGELOG-v0.9.0.md index a6613cef99..521db5aa81 100644 --- a/CHANGELOG/CHANGELOG-v0.9.0.md +++ b/CHANGELOG/CHANGELOG-v0.9.0.md @@ -13,7 +13,7 @@ For examples of the native typed SDK usage refer to: [Cookbook Examples](https:/ - Launch form with more types supported - Bug and stability fixes -### FlytePlatform +### Flyte Platform - SparkOperator v1beta2 support - Archive/Unarchive projects - BugFixes From cee120eb4523f220acb4b7863c12cf43731e6685 Mon Sep 17 00:00:00 2001 From: Ketan Umare <16888709+kumare3@users.noreply.github.com> Date: Wed, 18 Nov 2020 10:58:39 -0800 Subject: [PATCH 18/18] Update CHANGELOG/CHANGELOG-v0.9.0.md Co-authored-by: Yee Hing Tong --- CHANGELOG/CHANGELOG-v0.9.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-v0.9.0.md b/CHANGELOG/CHANGELOG-v0.9.0.md index 521db5aa81..4b6b3fd8c5 100644 --- a/CHANGELOG/CHANGELOG-v0.9.0.md +++ b/CHANGELOG/CHANGELOG-v0.9.0.md @@ -16,4 +16,4 @@ For examples of the native typed SDK usage refer to: [Cookbook Examples](https:/ ### Flyte Platform - SparkOperator v1beta2 support - Archive/Unarchive projects - - BugFixes + - Bug Fixes