GitHub
12/28/2022, 6:14 PMGitHub
12/28/2022, 6:20 PM<https://github.com/flyteorg/flyte/tree/master|master>
by jeevb
<https://github.com/flyteorg/flyte/commit/a0b8096f41cc95a58291fb959be0116186e38692|a0b8096f>
- Change base image for flyte-binary image (#3191)
flyteorg/flyteGitHub
12/28/2022, 6:32 PMGitHub
12/28/2022, 7:06 PM<https://github.com/flyteorg/flyteadmin/tree/master|master>
by pingsutw
<https://github.com/flyteorg/flyteadmin/commit/d2215eda681d59e1ce99c6bad82814a4be79366d|d2215eda>
- Doc hub proposal (#452)
flyteorg/flyteadminGitHub
12/28/2022, 7:06 PMSelect * from Description WHERE resource = task AND project = flytesnacks AND domain = development AND NAME = tf_wf AND version = xyz
2. If the same description entity doesn't exist, then insert a new row to the Description Table.
3. update descriptionID in the specific row in the task table.
Get task description
Use descriptionID in the task table to find the specific description entity
Select description.* LEFT JOIN task ON description.descriptionID = task.descriptionID AND description.project = task.project AND description.domain = task.domain AND description.name = task.name WHERE task.project = flytesnacks AND task.domain = development AND NAME = task.tf_wf AND task.version = a123456
List task description
Select description.* LEFT JOIN task ON description.descriptionID = task.descriptionID AND description.project = task.project AND description.domain = task.domain AND description.name = task.name WHERE task.project = flytesnacks AND task.domain = development AND NAME = task.tf_wf LIMIT 20
Get / List the Task
Added short description to task proto, so we'll get short description when we get / list the task.
Type
☐ Bug Fix
☑︎ Feature
☐ Plugin
Are all requirements met?
☑︎ Code completed
☑︎ Smoke tested
☑︎ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
^^^
Tracking Issue
flyteorg/flyte#531
Follow-up issue
NA
flyteorg/flyteadmin
GitHub Actions: Goreleaser
GitHub Actions: Build & Push Flytescheduler Image
GitHub Actions: Build & Push Flyteadmin Image
GitHub Actions: Bump Version
✅ 10 other checks have passed
10/14 successful checksGitHub
12/28/2022, 7:20 PMGitHub
12/28/2022, 7:21 PM<https://github.com/flyteorg/flyte/tree/master|master>
by jeevb
<https://github.com/flyteorg/flyte/commit/5c5c9e11510c20f70791e1b58795ed540d06c9eb|5c5c9e11>
- Fixups for flyte-binary chart (#3192)
flyteorg/flyteGitHub
12/28/2022, 8:08 PMGitHub
12/28/2022, 8:29 PMGitHub
12/28/2022, 10:22 PM<https://github.com/flyteorg/flyteidl/tree/master|master>
by EngHabu
<https://github.com/flyteorg/flyteidl/commit/ac5d3d8f4db7d2b235a522c3af1620009ff1bb4f|ac5d3d8f>
- Add inital dask
plugin IDL #minor (#339)
flyteorg/flyteidlGitHub
12/28/2022, 10:22 PMDaskJob
Type
☐ Bug Fix
☑︎ Feature
☐ Plugin
Are all requirements met?
☑︎ Code completed
☐ Smoke tested
☐ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
Tracking Issue
https://github.com/flyteorg/flyte/issues/
Follow-up issue
NA
flyteorg/flyteidl
✅ All checks have passed
13/13 successful checksGitHub
12/28/2022, 10:23 PMdask
plugin IDL #minor (#339)
flyteorg/flyteidlGitHub
12/28/2022, 10:26 PMGitHub
12/28/2022, 10:34 PMGitHub
12/28/2022, 10:53 PM<https://github.com/flyteorg/flyte/tree/master|master>
by jeevb
<https://github.com/flyteorg/flyte/commit/61e5fa4f0861a98759a7025662ac056f40c3b21b|61e5fa4f>
- Refactor single-binary image builds (#3194)
flyteorg/flyteGitHub
12/29/2022, 5:14 AMGitHub
12/29/2022, 6:14 AM@task(
task_config=Pod(
pod_spec=V1PodSpec(
containers=[],
node_selector={"node_group": "memory"},
),
),
requests=Resources(
mem="1G",
),
)
def my_pod_task():
...
Goal: What should the final outcome look like, ideally?
Improve the example and point to the new pod plugin
Describe alternatives you've considered
NA
Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteGitHub
12/29/2022, 6:26 AMGitHub
12/29/2022, 9:18 AM<https://github.com/flyteorg/flytekit-java/tree/master|master>
by narape
<https://github.com/flyteorg/flytekit-java/commit/993ce773159db565af792e1ba6b675541ebd8768|993ce773>
- Auto generate node ID (#162)
flyteorg/flytekit-javaGitHub
12/29/2022, 6:08 PM<https://github.com/flyteorg/flyte/tree/master|master>
by wild-endeavor
<https://github.com/flyteorg/flyte/commit/9c4ec0a75342a5bcb7e17d5352f7983603127047|9c4ec0a7>
- Switch to using stow for all supported backends in flyte-binary chart (#3195)
flyteorg/flyteGitHub
12/29/2022, 6:18 PM<https://github.com/flyteorg/flyte/tree/master|master>
by eapolinario
<https://github.com/flyteorg/flyte/commit/91541365b0387324be6b24172b6977d193b0bc66|91541365>
- Update Flyte components (#3193)
flyteorg/flyteGitHub
12/29/2022, 6:33 PMGitHub
12/29/2022, 6:34 PMGitHub
12/29/2022, 8:08 PMApproveCondition
uses an empty node interface for validating variable bindings. This is incorrect, and results in a compilation failure. This PR uses upstream node bindings to discover the interface for the gate node in the case of an ApproveCondition
.
Type
☑︎ Bug Fix
☐ Feature
☐ Plugin
Are all requirements met?
☑︎ Code completed
☑︎ Smoke tested
☐ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
^^^
Tracking Issue
NA
Follow-up issue
NA
flyteorg/flytepropellerGitHub
12/29/2022, 8:08 PMGitHub
12/29/2022, 8:15 PM<https://github.com/flyteorg/flyte/tree/master|master>
by wild-endeavor
<https://github.com/flyteorg/flyte/commit/ed63ea806af3c8e7131734d8acd6ecb9fe40032a|ed63ea80>
- Add separate step for binary tagging in Flyte release (#3199)
flyteorg/flyteGitHub
12/29/2022, 9:54 PMGitHub
12/29/2022, 9:56 PM<https://github.com/flyteorg/flyte/tree/master|master>
by wild-endeavor
<https://github.com/flyteorg/flyte/commit/310f29addd9cb54c56cb4e0fd34aa1187cea6d3c|310f29ad>
- Fixes for flyte-binary image release (#3200)
flyteorg/flyteGitHub
12/29/2022, 10:26 PMGitHub
12/29/2022, 10:26 PM<https://github.com/flyteorg/flyte/tree/master|master>
by wild-endeavor
<https://github.com/flyteorg/flyte/commit/3df9fcf92a301b40b8528c41cece6f6dfc7c3e91|3df9fcf9>
- 1.3 b7 change logs (#3201)
flyteorg/flyteGitHub
12/29/2022, 10:26 PM<https://github.com/flyteorg/flyte/tree/master|master>
by wild-endeavor
<https://github.com/flyteorg/flyte/commit/3df9fcf92a301b40b8528c41cece6f6dfc7c3e91|3df9fcf9>
- 1.3 b7 change logs (#3201)
flyteorg/flyte