Skip to content

Commit

Permalink
Flyte milestone v0.13 release (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyte-bot authored May 5, 2021
1 parent 1ede375 commit 5e8a946
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 31 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG/CHANGELOG-v0.13.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Flyte v0.13.0

## Platform
- Oauth2 support with SingleSignOn and configuration examples for popular IDP's now available in Flyte.
Please see the updated [information and description of the feature](https://github.com/flyteorg/flyte/blob/master/rsts/howto/authentication/index.rst), and the [setup information](https://github.com/flyteorg/flyte/blob/master/rsts/howto/authentication/setup.rst)
**Attention: If using Auth already - this is a BREAKING change**. refer to the [migration guide](https://github.com/flyteorg/flyte/blob/master/rsts/howto/authentication/migration.rst) to update configuration to ensure Admin continues to work. (No migration needed if auth is not turned on.)

* Backend improvements to support dynamic workflow visualization (in future releases).
* Lot of features added to [flytectl](https://flytectl.readthedocs.io/en/latest/) .
* Documentation site overhaul and redesign (more in progress)

## Flytekit
The first two features should be considered beta and subject to change
* First cut of the control plane classes to replace the old `Sdk...` classes. These classes provide programmatic access to a Flyte backend.
* New paradigm for flytekit-only plugins
* SqlAlchemy/Dolt plugins.

Please see the [flytekit release](https://github.com/flyteorg/flytekit/releases/tag/v0.18.0) for the full list and more details.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Flyte is a <b>production-grade</b>, <b>container-native</b>, <b>type-safe workfl
<img src="https://img.shields.io/github/commit-activity/w/lyft/flyte.svg?style=plastic" alt="Commit Activity" />
<img src="https://img.shields.io/github/commits-since/lyft/flyte/latest.svg?style=plastic" alt="Commits since Last Release" />
<img src="https://img.shields.io/github/milestones/closed/lyft/flyte?style=plastic" alt="GitHub Milestones Completed" />
<img src="https://img.shields.io/github/milestones/progress-percent/lyft/flyte/11?style=plastic" alt="GitHub Next Milestone Percentage" />
<img src="https://img.shields.io/github/milestones/progress-percent/lyft/flyte/14?style=plastic" alt="GitHub Next Milestone Percentage" />
<a href="https://flyte.rtfd.io">
<img src="https://readthedocs.org/projects/flyte/badge/?version=latest&style=plastic" alt="Docs" />
</a>
Expand Down Expand Up @@ -227,8 +227,7 @@ Here are the resources that would help you get a better understanding of Flyte.

### Blog Posts

1. [Introducing Flyte: A Cloud Native Machine Learning and Data Processing Platform](https://eng.lyft.com/introducing-flyte-cloud-native-machine-learning-and-data-processing-platform-fb2bb3046a59)
2. [Building a Gateway to Flyte](https://eng.lyft.com/building-a-gateway-to-flyte-474b451b32c8)
[Blog site](https://blog.flyte.org/)

### Podcasts

Expand Down
12 changes: 6 additions & 6 deletions deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8740,7 +8740,7 @@ spec:
- --config
- /etc/flyte/config/*.yaml
- serve
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -8787,7 +8787,7 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- run
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -8804,7 +8804,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -8818,7 +8818,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand All @@ -8838,7 +8838,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: generate-secrets
volumeMounts:
Expand Down Expand Up @@ -9120,7 +9120,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
12 changes: 6 additions & 6 deletions deployment/gcp/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8782,7 +8782,7 @@ spec:
- --config
- /etc/flyte/config/*.yaml
- serve
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -8829,7 +8829,7 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- run
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -8846,7 +8846,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -8860,7 +8860,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand All @@ -8880,7 +8880,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: generate-secrets
volumeMounts:
Expand Down Expand Up @@ -9162,7 +9162,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
12 changes: 6 additions & 6 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2883,7 +2883,7 @@ spec:
- --config
- /etc/flyte/config/*.yaml
- serve
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -2936,7 +2936,7 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- run
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -2952,7 +2952,7 @@ spec:
- seed-projects
- flytesnacks
- flyteexamples
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -2966,7 +2966,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand All @@ -2986,7 +2986,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: generate-secrets
volumeMounts:
Expand Down Expand Up @@ -3395,7 +3395,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
10 changes: 5 additions & 5 deletions deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ spec:
- --config
- /etc/flyte/config/*.yaml
- serve
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -790,7 +790,7 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- run
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -806,7 +806,7 @@ spec:
- seed-projects
- flytetester
- flytesnacks
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -820,7 +820,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand All @@ -840,7 +840,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/flyteorg/flyteadmin:v0.5.3
image: ghcr.io/flyteorg/flyteadmin:v0.5.4
imagePullPolicy: IfNotPresent
name: generate-secrets
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion end2end/tests/endtoend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
command:
- bash
- -c
image: ghcr.io/flyteorg/flytetools:2638d4444add18096a688bc458d963cd3997e52e
image: ghcr.io/flyteorg/flytetools:a1ba0a032ad82d63177738129a8cebee2d1b13bc
imagePullPolicy: IfNotPresent
name: flytetester
resources:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/eks/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bases:
images:
# FlyteAdmin
- name: flyteadmin # match images with this name
newTag: v0.5.3 # FLYTEADMIN_TAG override the tag
newTag: v0.5.4 # FLYTEADMIN_TAG override the tag
newName: ghcr.io/flyteorg/flyteadmin # override the name
# FlyteConsole
- name: flyteconsole # match images with this name
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/gcp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bases:
images:
# FlyteAdmin
- name: flyteadmin # match images with this name
newTag: v0.5.3 # FLYTEADMIN_TAG override the tag
newTag: v0.5.4 # FLYTEADMIN_TAG override the tag
newName: ghcr.io/flyteorg/flyteadmin # override the name
# FlyteConsole
- name: flyteconsole # match images with this name
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/sandbox/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resources:
images:
# FlyteAdmin
- name: flyteadmin # match images with this name
newTag: v0.5.3 # FLYTEADMIN_TAG override the tag
newTag: v0.5.4 # FLYTEADMIN_TAG override the tag
newName: ghcr.io/flyteorg/flyteadmin # override the name
# FlyteConsole
- name: flyteconsole # match images with this name
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bases:
images:
# FlyteAdmin
- name: flyteadmin # match images with this name
newTag: v0.5.3 # FLYTEADMIN_TAG override the tag
newTag: v0.5.4 # FLYTEADMIN_TAG override the tag
newName: ghcr.io/flyteorg/flyteadmin # override the name
# FlyteConsole
- name: flyteconsole # match images with this name
Expand Down

0 comments on commit 5e8a946

Please sign in to comment.