Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: oratis/flyte

Tags

v2.0.23

Toggle v2.0.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add UploadTrigger operation to SelectCluster (flyteorg#7505)

* protos

Signed-off-by: Katrina Rogan <[email protected]>

* regen

Signed-off-by: Katrina Rogan <[email protected]>

---------

Signed-off-by: Katrina Rogan <[email protected]>

v2.0.22

Toggle v2.0.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(idl): add RunSpec.max_action_concurrency for run-level action co…

…ncurrency (flyteorg#7499)

* feat(idl): add RunSpec.max_action_concurrency for run-level action concurrency

Adds an optional max_action_concurrency field (13) to flyteidl2.task.RunSpec,
capping how many actions of a single run may execute concurrently. 0/unset
means unlimited. The scheduler enforces it in addition to any queue-level
concurrency limits (min wins): actions beyond the limit stay queued until a
running action of the run completes.

Co-Authored-By: Claude Fable 5 <[email protected]>

* feat(idl): add RunSettings.max_action_concurrency setting

Adds the settings-service counterpart of RunSpec.max_action_concurrency:
an Int64Setting on RunSettings so a default run-level action concurrency
limit can be configured per scope. Generated code follows in a separate
commit (BSR regeneration pending).

Co-Authored-By: Claude Fable 5 <[email protected]>

* chore: regenerate go/python/rust for RunSettings.max_action_concurrency

TS regeneration follows separately (BSR rate limit).

Co-Authored-By: Claude Fable 5 <[email protected]>

* chore: regenerate ts for RunSettings.max_action_concurrency

Co-Authored-By: Claude Fable 5 <[email protected]>

---------

Co-authored-by: Ketan Umare <[email protected]>
Co-authored-by: Claude Fable 5 <[email protected]>

v2.0.21

Toggle v2.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support offloaded trigger inputs at registration time. (flyteorg#7482)

* checkpoint

Signed-off-by: Katrina Rogan <[email protected]>

* input wrapper, min sdk version, trigger task

Signed-off-by: Katrina Rogan <[email protected]>

* cache key

Signed-off-by: Katrina Rogan <[email protected]>

* conditional cache key

Signed-off-by: Katrina Rogan <[email protected]>

---------

Signed-off-by: Katrina Rogan <[email protected]>

v2.0.20

Toggle v2.0.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: apply extended resources to Ray head and worker pod specs (flyt…

…eorg#7443)

Signed-off-by: Kevin Su <[email protected]>

v2.0.19

Toggle v2.0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 (fly…

…teorg#7452)

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.3...v1.9.4)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.16.7

Toggle v1.16.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Flyte components (flyteorg#7441)

Signed-off-by: Flyte-Bot <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: pingsutw <[email protected]>
Co-authored-by: Kevin Su <[email protected]>

flytestdlib/v1.16.7

Toggle flytestdlib/v1.16.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Flyte components (flyteorg#7441)

Signed-off-by: Flyte-Bot <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: pingsutw <[email protected]>
Co-authored-by: Kevin Su <[email protected]>

flytepropeller/v1.16.7

Toggle flytepropeller/v1.16.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Flyte components (flyteorg#7441)

Signed-off-by: Flyte-Bot <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: pingsutw <[email protected]>
Co-authored-by: Kevin Su <[email protected]>

flyteplugins/v1.16.7

Toggle flyteplugins/v1.16.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Flyte components (flyteorg#7441)

Signed-off-by: Flyte-Bot <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: pingsutw <[email protected]>
Co-authored-by: Kevin Su <[email protected]>

flyteidl/v1.16.7

Toggle flyteidl/v1.16.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set catalog cache to noop when datacatalog is disabled (flyteorg#7433)

Signed-off-by: Jason Parraga <[email protected]>