Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling issues #5580

Merged
merged 4 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-v0.14.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Flyte v0.14.0

## Platform
- Update to the Flyte Compiler, to supported nested branches and more. Better
- Update to the Flyte Compiler, to support nested branches and more. Better
regression tests
- support for iam roles and k8s serviceaccounts
- customizable pod specs for pod tasks (add labels and annotations)
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-v0.17.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Flytekit
1. Great Expectations Integration ([docs](https://docs.flyte.org/en/latest/flytesnacks/examples/greatexpectations_plugin/index.html)).
1. Access to durable blob stores (AWS/GCS/etc) are now pluggable.
1. Access to durable blob stores (AWS/GCS/etc) is now pluggable.
1. Local task execution has been updated to also trigger the type engine.
1. Tasks that have `cache=True` should now be cached when running locally as well ([docs](https://docs.flyte.org/en/latest/user_guide/development_lifecycle/caching.html#how-does-local-caching-work)).

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-v0.19.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## SDK
- Script mode: register and run workflows all in one command using a pre-defined base image
- Flyte remote GA: register workflows and interact with Flyte execution artifacts programmmatically
- Flyte remote GA: register workflows and interact with Flyte execution artifacts programmatically
- Configuration overhaul: use the same config across flytekit and flytectl
- Fast register without having AWS or other cloud credentials on your laptop, all you need is Flyte access

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-v1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The pyflyte run command has been slightly updated to not need a `:` when selecti
$ pyflyte run --remote example.py wf --n 500 --mean 42 --sigma 2
```
* Script mode: register and run workflows all in one command using a pre-defined base image
* Flyte remote GA: register workflows and interact with Flyte execution artifacts programmmatically
* Flyte remote GA: register workflows and interact with Flyte execution artifacts programmatically
* Configuration overhaul: use the same config across flytekit and flytectl
* Fast register without having AWS/GCP or other cloud credentials on your laptop, all you need is Flyte access

Expand Down
Loading