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

WIP: chore: Upgrade Argo to v3.4.16 #1

Open
wants to merge 113 commits into
base: kf-master-ref
Choose a base branch
from
Open

Commits on Feb 16, 2024

  1. feat(kubernetes_platform): Update kubernetes_platform go package to i… (

    kubeflow#10442)
    
    Signed-off-by: droctothorpe <[email protected]>
    Co-authored-by: edmondop <[email protected]>
    Co-authored-by: tarat44 <[email protected]>
    3 people authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6fb997a View commit details
    Browse the repository at this point in the history
  2. docs(components): internal

    PiperOrigin-RevId: 607802006
    connor-mccarthy authored and Google Cloud Pipeline Components maintainers committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e129b05 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. chore(components): bump highest support KFP SDK version in GCPC to KF…

    …P SDK 2.7.0
    
    PiperOrigin-RevId: 608646229
    connor-mccarthy authored and Google Cloud Pipeline Components maintainers committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    48243d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae0a82 View commit details
    Browse the repository at this point in the history
  3. fix(rlhf): Supporting adapter only output for reward model training

    PiperOrigin-RevId: 608740017
    Googler committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    066f229 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. chore(components): internal

    PiperOrigin-RevId: 609081795
    Googler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c97fec8 View commit details
    Browse the repository at this point in the history
  2. docs(components): internal

    PiperOrigin-RevId: 609107204
    Googler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4392b4a View commit details
    Browse the repository at this point in the history
  3. feat(components): Added experimental args to batch_prediction_pairwis…

    …e component
    
    PiperOrigin-RevId: 609129336
    Googler committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f00df96 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. chore(components): release GCPC SDK 2.10.0

    PiperOrigin-RevId: 609459972
    Googler committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e47a0e1 View commit details
    Browse the repository at this point in the history
  2. feat(Backend + SDK): Update kfp backend and kubernetes sdk to support…

    … tolerations (kubeflow#10471)
    
    * feat(Backend + SDK): Update kfp backend and kubernetes sdk to support tolerations
    
    Signed-off-by: droctothorpe <[email protected]>
    Co-authored-by: edmondop <[email protected]>
    Co-authored-by: tarat44 <[email protected]>
    
    * Address PR review 1
    
    Signed-off-by: droctothorpe <[email protected]>
    Co-authored-by: edmondop <[email protected]>
    Co-authored-by: tarat44 <[email protected]>
    
    * Refactor add_toleration to use Python primitives
    
    Signed-off-by: droctothorpe <[email protected]>
    Co-authored-by: edmondop <[email protected]>
    Co-authored-by: tarat44 <[email protected]>
    
    * Update go.mod to pull in latest kubernetes_platform package
    
    Signed-off-by: droctothorpe <[email protected]>
    Co-authored-by: edmondop <[email protected]>
    Co-authored-by: tarat44 <[email protected]>
    
    ---------
    
    Signed-off-by: droctothorpe <[email protected]>
    Co-authored-by: edmondop <[email protected]>
    Co-authored-by: tarat44 <[email protected]>
    3 people authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2983a7d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. feat(components): Add configurable image prefix to llm utility method

    PiperOrigin-RevId: 609560776
    Googler committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    544d1fd View commit details
    Browse the repository at this point in the history
  2. chore(components): internal change

    PiperOrigin-RevId: 609757226
    Googler committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    43c306b View commit details
    Browse the repository at this point in the history
  3. feat(components): Add CMEK support to preview.llm.rlhf_pipeline

    PiperOrigin-RevId: 609832020
    Googler committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3dbf3cf View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. feat(Backend + SDK): Update kfp backend and kubernetes sdk to support…

    … ConfigMaps as volumes and as env variables (kubeflow#10483)
    
    * Update kfp backend and kubernetes sdk to support ConfigMaps as volumes and as env
    
    Signed-off-by: Alexey Roytman <[email protected]>
    
    * update go.mod, apiserver.csv and driver.csv
    
    Signed-off-by: Alexey Roytman <[email protected]>
    
    * add test/snapshot/data files
    
    Signed-off-by: Alexey Roytman <[email protected]>
    
    * fix tests
    
    Signed-off-by: Alexey Roytman <[email protected]>
    
    * go mod tidy
    
    Signed-off-by: Alexey Roytman <[email protected]>
    
    * update backend/third_party_licenses/apiserver.csv
    
    Signed-off-by: Alexey Roytman <[email protected]>
    
    * update backend/third_party_licenses/apiserver.csv
    
    Signed-off-by: Alexey Roytman <[email protected]>
    
    * fix comments
    
    Signed-off-by: Alexey Roytman <[email protected]>
    
    * fix comments
    
    Signed-off-by: Alexey Roytman <[email protected]>
    
    * update go.mod, apiserver.csv and driver.csv
    
    Signed-off-by: Alexey Roytman <[email protected]>
    
    ---------
    
    Signed-off-by: Alexey Roytman <[email protected]>
    roytman authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    1edd85f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. feat(components): Release Forecasting training pipelines to V1 namespace

    PiperOrigin-RevId: 610830518
    Googler committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1f6ada6 View commit details
    Browse the repository at this point in the history
  2. fix(sdk): Prevents dsl.ParallelFor over single parameter from compili…

    …ng. (kubeflow#10494)
    
    * fix(sdk): Prevents dsl.ParallelFor over single paramter from compiling.
    
    * fix(sdk): Prevents dsl.ParallelFor over single paramter from compiling.
    
    * update PR number in release notes
    
    * formatting
    
    * Add compiler_test.py test for single param compile failure
    
    * Update some docstrings and add todo
    
    * formatting
    
    * Update sdk/python/kfp/compiler/compiler_test.py
    
    Co-authored-by: Connor McCarthy <[email protected]>
    
    * Update sdk/python/kfp/compiler/compiler_test.py
    
    Co-authored-by: Connor McCarthy <[email protected]>
    
    * Update sdk/python/kfp/dsl/for_loop.py
    
    Co-authored-by: Connor McCarthy <[email protected]>
    
    * Use print_and_return and other small changes
    
    * typo
    
    * typo
    
    ---------
    
    Co-authored-by: Connor McCarthy <[email protected]>
    KevinGrantLee and connor-mccarthy authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    144761c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. fix(components): Pass tuned model checkpoint to inference pipeline af…

    …ter RLHF tuning
    
    PiperOrigin-RevId: 610918020
    Googler committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    755c1f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c051e55 View commit details
    Browse the repository at this point in the history
  3. fix(components): rename custom task calibration_score_rubric -> score…

    …_rubric
    
    PiperOrigin-RevId: 611161020
    Googler committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0b1553e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. chore(components): Switch default machine type for LLM Text Generatio…

    …n Eval pipeline and components to e2-standard-4
    
    PiperOrigin-RevId: 612531671
    jsondai authored and Google Cloud Pipeline Components maintainers committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bab4373 View commit details
    Browse the repository at this point in the history
  2. fix(components): Propagate location to sub-components in AutoSxS

    PiperOrigin-RevId: 612553652
    TheMichaelHu authored and Google Cloud Pipeline Components maintainers committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    624fc04 View commit details
    Browse the repository at this point in the history
  3. feat(backend + SDK): Add backend and SDK support to use Kubernetes Fi…

    …eldPath as env (kubeflow#10496)
    
    Signed-off-by: Tommy Li <[email protected]>
    Tomcli authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    dd0c17d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. chore(components): Change docker image URI used by preview.llm pipe…

    …lines
    
    PiperOrigin-RevId: 612662160
    Googler committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c3895ba View commit details
    Browse the repository at this point in the history
  2. fix(docs): Updated legal info due to migration from CLA to DCO (kubef…

    …low#10501)
    
    * Updated legal info due to migration from CLA to DCO
    
    Signed-off-by: hbelmiro <[email protected]>
    
    * Updated DCO link
    
    Signed-off-by: hbelmiro <[email protected]>
    
    ---------
    
    Signed-off-by: hbelmiro <[email protected]>
    hbelmiro authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c0cf4ad View commit details
    Browse the repository at this point in the history
  3. feat(backend + SDK): Add Backend and SDK support for timeout in pod s…

    …pec (kubeflow#10481)
    
    * Add backend and sdk support for pod spec timeout
    
    Signed-off-by: Tommy Li <[email protected]>
    
    * fix conflicts
    
    Signed-off-by: Tommy Li <[email protected]>
    
    ---------
    
    Signed-off-by: Tommy Li <[email protected]>
    Tomcli authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b734420 View commit details
    Browse the repository at this point in the history
  4. fix(components): Return None as sliced feature attribution values for…

    … the classes which are not predicted in bp outputs
    
    PiperOrigin-RevId: 612920651
    Googler committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    19a24e3 View commit details
    Browse the repository at this point in the history
  5. feat(components): Add CMEK validation to preview.llm.infer_pipeline

    PiperOrigin-RevId: 612956960
    Googler committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b7ea6e7 View commit details
    Browse the repository at this point in the history
  6. feat(Backend + SDK): Update kfp backend and kubernetes sdk to support…

    … ImagePullPolicy (kubeflow#10417)
    
    * feat(Backend + SDK): Update kfp backend and kubernetes sdk to support ImagePullPolicy.
    
    Signed-off-by: Revital Sur <[email protected]>
    
    * Fix format.
    
    Signed-off-by: Revital Sur <[email protected]>
    
    * Update apiserver.csv.
    
    Signed-off-by: Revital Sur <[email protected]>
    
    * Update licenses.
    
    Signed-off-by: Revital Sur <[email protected]>
    
    ---------
    
    Signed-off-by: Revital Sur <[email protected]>
    revit13 authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    83cabab View commit details
    Browse the repository at this point in the history
  7. docs(components): fix create_custom_training_job_from_component doc…

    …s rendering
    
    PiperOrigin-RevId: 612985431
    connor-mccarthy authored and Google Cloud Pipeline Components maintainers committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    547a8ae View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. feat(components): Implement the train time evaluation in reward model…

    … training. With the train time eval dataset available, the pipeline outputs the accuracy and cross entropy metrics to the log
    
    PiperOrigin-RevId: 613057150
    Googler committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    731cb81 View commit details
    Browse the repository at this point in the history
  2. fix(samples): Updated samples/core to V2 (kubeflow#9879)

    * Updated output_a_directory.py to V2
    
    * Update output_a_directory_test.py to V2
    
    * Update parallel_join.py to V2
    
    * Update multiple_outputs.ipynb to V2
    
    * Update multiple_outputs_test.py to V2
    
    * Updated kfp_env_validation to V2
    
    * Updated loop_parallelism to V2
    PratyushaRavi authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1d96903 View commit details
    Browse the repository at this point in the history
  3. chore(components): Consolidate validation components in `preview.llm.…

    …rlhf_pipeline`
    
    PiperOrigin-RevId: 613366137
    Googler committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ad85bad View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. feat(backend): Upgrade go version to 1.20 (kubeflow#10502)

    * upgrade go version to 1.21
    
    Signed-off-by: Tommy Li <[email protected]>
    
    * upgrade integration test to go 1.21
    
    Signed-off-by: Tommy Li <[email protected]>
    
    * refresh go mod tidy
    
    Signed-off-by: Tommy Li <[email protected]>
    
    * fix license
    
    Signed-off-by: Tommy Li <[email protected]>
    
    * update go-sqlite3 to v1.14.19 to support go 1.21 on cache server
    
    Signed-off-by: Tommy Li <[email protected]>
    
    * downgrade go version to 1.20 and revert dockerfile upgrade
    
    Signed-off-by: Tommy Li <[email protected]>
    
    ---------
    
    Signed-off-by: Tommy Li <[email protected]>
    Tomcli authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b96b7bc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. docs(components): Modify the GetModel documentation

    PiperOrigin-RevId: 614771557
    Googler committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    33064b8 View commit details
    Browse the repository at this point in the history
  2. chore(components): Update AutoSxS and RLHF image tags

    PiperOrigin-RevId: 614785091
    Googler committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ea56a40 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix(backend): Fixes response status of http error code when uploading…

    … duplicate pipeline [Fixes  kubeflow#10311] (kubeflow#10546)
    
    Validate the error code of pipeline creation in order to return
    the status conflict when the error represents AlreadyExists.
    
    Signed-off-by: champon1020 <[email protected]>
    champon1020 authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    96eb87c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. chore: Change stalebot rules (kubeflow#10547)

    daysUntilClose is set to 90 days. This is too much for an issue to keep opened as there is daysUntilStale set to 90 days.
    That would keep an issue opened for 6 months, and now there are +600 issues opened in the repository.
    
    We need to start working on keeping the repository healthy.
    
    Signed-off-by: Ricardo M. Oliveira <[email protected]>
    rimolive authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8ac0fdb View commit details
    Browse the repository at this point in the history
  2. fix(kubernetes_platform): Add optional field to SecretAsVolume and Co…

    …nfigMapAsVolume. Fixes kubeflow#10548 (kubeflow#10549)
    
    * fix(kubernetes_platform): Add optional field to SecretAsVolume and ConfigMapAsVolume.
    
    Signed-off-by: Revital Sur <[email protected]>
    
    * Update comment.
    
    Signed-off-by: Revital Sur <[email protected]>
    
    ---------
    
    Signed-off-by: Revital Sur <[email protected]>
    revit13 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    9253c7a View commit details
    Browse the repository at this point in the history
  3. feat(components): Add CMEK support to AutoSxS pipeline

    PiperOrigin-RevId: 615498240
    TheMichaelHu authored and Google Cloud Pipeline Components maintainers committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8ccd7a1 View commit details
    Browse the repository at this point in the history
  4. feat(components): Update _LLM_EVAL_VERSION to v0.6

    PiperOrigin-RevId: 615562899
    Googler committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1b65da4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. chore(components): update container image of endpoint batch predict c…

    …omponent for vulnerability patch
    
    PiperOrigin-RevId: 615593420
    jsondai authored and Google Cloud Pipeline Components maintainers committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8015528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0f3815 View commit details
    Browse the repository at this point in the history
  3. fix(components): Add relevant component and pipeline inputs/outputs t…

    …o support creating ModelEvaluations as part of the AutoSxS Metrics component
    
    PiperOrigin-RevId: 615675169
    Googler committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2abe91e View commit details
    Browse the repository at this point in the history
  4. feat(components): Release Forecasting training pipelines to V1 namespace

    PiperOrigin-RevId: 615914679
    Googler committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ab549ef View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    4d90770 View commit details
    Browse the repository at this point in the history
  2. feat(components): Add location validation to preview.llm.rlhf_pipeline

    PiperOrigin-RevId: 616229944
    Googler committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    361c16f View commit details
    Browse the repository at this point in the history
  3. Revert "chore(release): bumped version to 2.1.0"

    This reverts commit 4d90770.
    chensun committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    140d51a View commit details
    Browse the repository at this point in the history
  4. chore(components): Testing fix

    PiperOrigin-RevId: 616240307
    Googler committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    54e15de View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. fix(samples): Update resource_spec, retry, secret samples to v2 pipel…

    …ines (kubeflow#9876)
    
    * Update resource_spec, retry, secret samples to v2 pipelines
    
    * Update resource_spec, retry, secret samples to v2 pipelines
    junggil authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a9a433c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    0f3d17d View commit details
    Browse the repository at this point in the history
  2. chore(components): Update AutoSxS and RLHF image tags

    PiperOrigin-RevId: 616895855
    Googler committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    30878e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba3f663 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    d3e2de4 View commit details
    Browse the repository at this point in the history
  2. feat(components): Implement new component to preprocess and validate …

    …inputs for rlhf
    
    PiperOrigin-RevId: 617285265
    Googler committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0ece6d0 View commit details
    Browse the repository at this point in the history
  3. chore(components): GCPC 2.11.0 Release

    PiperOrigin-RevId: 617287233
    Googler committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    196ca48 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. fix(components): Fix missing pipeline parameters

    PiperOrigin-RevId: 617579452
    Googler committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5c06ab4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. chore: Update release image (kubeflow#10599)

    Signed-off-by: Chen Sun <[email protected]>
    chensun authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a7b580e View commit details
    Browse the repository at this point in the history
  2. fix(components): Remove the unused resolve_candidate_columns from fun…

    …ction_based
    
    PiperOrigin-RevId: 617802429
    Googler committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a42ded1 View commit details
    Browse the repository at this point in the history
  3. fix: Modified the swagger json files according to the modified proto …

    …files. (kubeflow#10591)
    
    Signed-off-by: Achyut Madhusudan <[email protected]>
    amadhusu authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cc971c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. feat(components): Copy text generation eval and text classification e…

    …vak pipelines from preview to v1
    
    PiperOrigin-RevId: 618017914
    Googler committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6ce3dc5 View commit details
    Browse the repository at this point in the history
  2. docs(components): internal

    PiperOrigin-RevId: 618313694
    Googler committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0d68a7f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    f328f0b View commit details
    Browse the repository at this point in the history
  2. feat(components): Report TensorBoard metrics for `preview.llm.rlhf_pi…

    …peline` in real time
    
    PiperOrigin-RevId: 618924675
    Googler committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3d8069b View commit details
    Browse the repository at this point in the history
  3. feat(kubernetes_platform): Update kubernetes_platform go package to i…

    …nclude generic ephemerl volume (kubeflow#10602)
    
    * feat(kubernetes_platform): Update kubernetes_platform go package to include Generic Ephemeral Volume resources
    Signed-off-by: abaland <[email protected]>
    
    * feat(kubernetes_platform): Update kubernetes_platform go package to include Generic Ephemeral Volume resources (include metadata)
    Signed-off-by: abaland <[email protected]>
    abaland authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2fc1492 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96aaad9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. fix(components): Remove the unused resolve_data_paths from function_b…

    …ased
    
    PiperOrigin-RevId: 619026115
    Googler committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c386913 View commit details
    Browse the repository at this point in the history
  2. chore: Add Question issue template (kubeflow#10557)

    Signed-off-by: Ricardo M. Oliveira <[email protected]>
    rimolive authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    06af0dc View commit details
    Browse the repository at this point in the history
  3. feat(kubernetes_platform): Update kubernetes_platform go package to i…

    …nclude node affinities and pod (anti)affinities (kubeflow#10583)
    
    * feat(kubernetes_platform): Update kubernetes_platform go package to include nodeaffinities and pod (anti)affinities
    
    Signed-off-by: Cornelis Boon <[email protected]>
    
    * rename affinity objects and fields to match k8s spec semantics
    
    Signed-off-by: Cornelis Boon <[email protected]>
    
    * rename *AffinityRule -> *AffinityTerm and add missing affinity data
    
    Signed-off-by: Cornelis Boon <[email protected]>
    
    ---------
    
    Signed-off-by: Cornelis Boon <[email protected]>
    cjidboon94 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4f8cae2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. chore(components): Add test machine spec support to preview.llm pip…

    …elines
    
    PiperOrigin-RevId: 619378459
    Googler committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    91ee010 View commit details
    Browse the repository at this point in the history
  2. fix(components): Ensure preview.llm.rlhf_pipeline runs if no `tenso…

    …rboard_id` is provided
    
    PiperOrigin-RevId: 619646459
    Googler committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ff0d0a7 View commit details
    Browse the repository at this point in the history
  3. fix(components): Remove the unused functions from function_based

    PiperOrigin-RevId: 619665186
    Googler committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e052dc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. feat(components): Add model name preprocess component; Use publisher …

    …model if user uploaded model is non-tuned
    
    PiperOrigin-RevId: 619714978
    Googler committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    084f2c2 View commit details
    Browse the repository at this point in the history
  2. feat(components): add task_type as a parameter to rlaif

    PiperOrigin-RevId: 619744783
    Googler committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    64d288a View commit details
    Browse the repository at this point in the history
  3. feat(components): AutoSxS GA pending release

    PiperOrigin-RevId: 619748191
    Googler committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    aee464c View commit details
    Browse the repository at this point in the history
  4. fix(components): Update service account comment

    PiperOrigin-RevId: 619982662
    Googler committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bf444ac View commit details
    Browse the repository at this point in the history
  5. chore(components): GCPC 2.12.0 Release

    PiperOrigin-RevId: 619990671
    connor-mccarthy authored and Google Cloud Pipeline Components maintainers committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    14e9b7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afddae9 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. feat(components): Added support for text-bison@002 to preview.llm.rlh…

    …f_pipeline
    
    PiperOrigin-RevId: 620516628
    Googler committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2f27751 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. No public description

    PiperOrigin-RevId: 620699930
    connor-mccarthy authored and Google Cloud Pipeline Components maintainers committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    79d0a5c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. fix(components): Make AutoSxS autorater_prompt_parameters required

    PiperOrigin-RevId: 620855438
    TheMichaelHu authored and Google Cloud Pipeline Components maintainers committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    df20088 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. docs(components): internal

    PiperOrigin-RevId: 621215497
    Googler committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2903afa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f80bfd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. fix(backend): Update backend common code and integration tests with u…

    …pdated API Service Params (kubeflow#10640)
    
    * fix(backend): Refactor backend common code to use updated API Service Params
    
    Signed-off-by: Giulio Frasca <[email protected]>
    
    * fix(backend): Fix Backend int tests to use updated API Service Params
    
    Signed-off-by: Giulio Frasca <[email protected]>
    
    * WIP: fix(backend): Manually correct the proto schemes to include https
    
    - **NOTE**: this was manually updated, tested, and verified locally
                uploading for CI check
    - It appears when regenerating the backend API, something in the
      generation libraries changed and now default the scheme to just
      http, not http+https, which appears to break tests.
    - Need to figure out what options to provide api generators to revert
      DefaultScheme to include https again automatically
    
    Signed-off-by: Giulio Frasca <[email protected]>
    
    * chore: Update small syntax change in SWF expected test result check
    
    Signed-off-by: Giulio Frasca <[email protected]>
    
    * chore: Update backend .proto files to include http and https scheme
    
    Signed-off-by: Giulio Frasca <[email protected]>
    
    ---------
    
    Signed-off-by: Giulio Frasca <[email protected]>
    gmfrasca authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8b2a099 View commit details
    Browse the repository at this point in the history
  2. fix(Backend + SDK): Add missing optional field to SecretAsVolume and … (

    kubeflow#10550)
    
    * fix(Backend + SDK): Add missing optional field to SecretAsVolume and ConfigMapAsVolume.
    
    Signed-off-by: Revital Sur <[email protected]>
    
    * Update after rebase.
    
    Signed-off-by: Revital Sur <[email protected]>
    
    * Update after rebase.
    
    Signed-off-by: Revital Sur <[email protected]>
    
    * Update after merge.
    
    Signed-off-by: Revital Sur <[email protected]>
    
    * Updates after merge with master branch.
    
    Signed-off-by: Revital Sur <[email protected]>
    
    ---------
    
    Signed-off-by: Revital Sur <[email protected]>
    revit13 authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a78dc77 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. chore(manifests): refactor manifests for kustomize5 compatibility. Pa…

    …rt of kubeflow#10053 (kubeflow#10087)
    
    * refactor ml-pipeline component for kustomize5 compatibility
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    * rm bk folder
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    * fix kustomizations using auto kustomize edit
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    * fix env/aws
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    * fix kustomize version v5.0.3 in tests
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    * minor changes to manifest apply method in pipeline deployment script
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    * fix
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    * fix kustomize release
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    * fix archive
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    * fix bin
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    * replace patchStrategicMerge refs in test manifests
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    * replace kustomize version with 5.2.1
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    * replace all kustomize versions with 5.2.1
    
    Signed-off-by: Alin Spinu <[email protected]>
    
    ---------
    
    Signed-off-by: Alin Spinu <[email protected]>
    rawc0der authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    af08576 View commit details
    Browse the repository at this point in the history
  2. fix(components): Fix model eval import error in text generation/class…

    …ification eval pipeline
    
    PiperOrigin-RevId: 621897220
    Googler committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7630f85 View commit details
    Browse the repository at this point in the history
  3. chore(components): GCPC 2.13.1 Release

    PiperOrigin-RevId: 621998414
    Googler committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5216a82 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. chore(deps): bump follow-redirects from 1.6.1 to 1.15.6 in /frontend (k…

    …ubeflow#10575)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.6.1 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.6.1...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ed0d9fa View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump pillow from 10.0.1 to 10.3.0 in /backend/src/apiser…

    …ver/visualization (kubeflow#10658)
    
    Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.3.0.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@10.0.1...10.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3564a93 View commit details
    Browse the repository at this point in the history
  3. fix(components): Remove the unused generate_default_instruction and r…

    …esolve_upload_location from function_based
    
    PiperOrigin-RevId: 622081254
    Googler committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e9d8764 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump express from 4.18.2 to 4.19.2 in /frontend (kubeflo…

    …w#10639)
    
    Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.18.2...4.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7da0b0b View commit details
    Browse the repository at this point in the history
  5. chore: Update argo images to 3.4.16 (kubeflow#10618)

    Signed-off-by: Chen Sun <[email protected]>
    chensun authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4471808 View commit details
    Browse the repository at this point in the history
  6. feat(components): Use larger base reward model when tuning text and…

    … `chat` variants of `bison@001` with the `preview.llm.rlhf_pipeline`
    
    PiperOrigin-RevId: 622229648
    Googler committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ac39931 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. chore(deps): bump follow-redirects from 1.5.10 to 1.15.6 in /frontend…

    …/server (kubeflow#10574)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.10 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.5.10...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ca474f0 View commit details
    Browse the repository at this point in the history
  2. chore(sample): add note about secret needing to be pre-created (kubef…

    …low#10659)
    
    these samples currently only work on the Google Cloud distribution
    because of hardcoded secret name that only pre-exists there.
    1 extract the hardcoded secret name to a const to make it a little
    easier to change
    2 add a note about it.
    
    Signed-off-by: Greg Sheremeta <[email protected]>
    gregsheremeta authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f10b773 View commit details
    Browse the repository at this point in the history
  3. Chore(components): Clean up old ibm components (kubeflow#10680)

    * remove deprecated ibm components
    
    Signed-off-by: tomcli <[email protected]>
    
    * update linkage to the ibm components
    
    Signed-off-by: tomcli <[email protected]>
    
    ---------
    
    Signed-off-by: tomcli <[email protected]>
    Tomcli authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ce639ee View commit details
    Browse the repository at this point in the history
  4. chore(components): Update AutoSxS and RLHF image tags

    PiperOrigin-RevId: 623200033
    Googler committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6491df6 View commit details
    Browse the repository at this point in the history
  5. feat(sdk+backend): Add support for generic ephemeral volume (kubeflow…

    …#10605)
    
    * feat(sdk+backend): Add add_ephemeral_volume method to python sdk + add support to backend
    Signed-off-by: abaland <[email protected]>
    
    * feat(sdk+backend): Add add_ephemeral_volume method to python sdk + add support to backend
    
    Signed-off-by: abaland <[email protected]>
    
    * chore: upgrade go module + go mod tidy
    
    Signed-off-by: abaland <[email protected]>
    
    * chore: upgrade license files
    
    Signed-off-by: abaland <[email protected]>
    
    ---------
    
    Signed-off-by: abaland <[email protected]>
    abaland authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3fb76a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. feat(components): Use larger base reward model when tuning t5-xxl w…

    …ith the `preview.llm.rlhf_pipeline`
    
    PiperOrigin-RevId: 623336791
    Googler committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ff7f660 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    bcaf5b7 View commit details
    Browse the repository at this point in the history
  2. chore(sdk): release kfp-kubernetes 1.2.0 (kubeflow#10692)

    Signed-off-by: connor-mccarthy <[email protected]>
    connor-mccarthy authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f481f21 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    00894ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ace3c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. fix(components): Fix image version parameter in rl pipelines

    PiperOrigin-RevId: 624348564
    Googler committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    cef6e51 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. docs(components): internal

    PiperOrigin-RevId: 625114315
    Googler committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    cb3b24b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. feat(backend): Merge kfp-tekton backend code (kubeflow#10678)

    * Merge kfp-tekton backend code
    
    Signed-off-by: Ricardo M. Oliveira <[email protected]>
    
    * Add swf work
    
    Signed-off-by: Ricardo M. Oliveira <[email protected]>
    
    ---------
    
    Signed-off-by: Ricardo M. Oliveira <[email protected]>
    rimolive authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    60a443e View commit details
    Browse the repository at this point in the history
  2. pull argo v3.4.16 upstream

    Signed-off-by: Giulio Frasca <[email protected]>
    gmfrasca committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c5d22d5 View commit details
    Browse the repository at this point in the history
  3. upgrade to Argo v3.4.16

    Signed-off-by: Giulio Frasca <[email protected]>
    gmfrasca committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    490dfd4 View commit details
    Browse the repository at this point in the history
  4. Update ValidateWorkflow calls

    Signed-off-by: Giulio Frasca <[email protected]>
    gmfrasca committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    46256a2 View commit details
    Browse the repository at this point in the history
  5. Add NodeStatus pod name retrieval function

    - Argo 3.4.16 upgrade introduces a breaking change with inconsistent node.ID vs
      node.Name
    - introduce a function in workflow.go to conditionally handle this
    
    Signed-off-by: Giulio Frasca <[email protected]>
    gmfrasca committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a95e1cb View commit details
    Browse the repository at this point in the history
  6. Remove PNS Executor manifests and containerRuntimeExecutor ConfigMap Key

    - PNS Executor was removed in Argo v3.4, so manifests no longer valid
    - WorkflowController will fail to start if `containerRuntimeExecutor`
      provided as input parameter, so remove from WC ConfigMap and CM
      patches
    
    Signed-off-by: Giulio Frasca <[email protected]>
    gmfrasca committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e7f86e5 View commit details
    Browse the repository at this point in the history
  7. fix(frontend): Fix Sidebar tabs to work with argo pod name-id mismatch

    - Stemming from upgrade to argo 3.4, Pod Name is no longer always the
      same as NodeID, which breaks a few tabs (PodInfo, PodEvents and
      PodLogs).  Add function to address this
    
    Signed-off-by: Giulio Frasca <[email protected]>
    gmfrasca committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2b81122 View commit details
    Browse the repository at this point in the history
  8. test: update frontend CI to accommodate pod id/name changes

    Signed-off-by: Giulio Frasca <[email protected]>
    gmfrasca committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3e33f2f View commit details
    Browse the repository at this point in the history