Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubeflow/trainer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1-rc.5
Choose a base ref
...
head repository: kubeflow/trainer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 6 commits
  • 28 files changed
  • 4 contributors

Commits on Feb 24, 2021

  1. feat: Add API Documentation WIP (#1249)

    Signed-off-by: cegao <cegao@tencent.com>
    gaocegege authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    6d9ee32 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Update vendor as kubeflow/common is updated. (#1252)

    Signed-off-by: jiangkaihua <jiangkaihua1@huawei.com>
    jiangkaihua authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    4175237 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. TFJob Operator: Move manifests development upstream (#1247)

    As part of the work of wg-manifests for 1.3
    (kubeflow/manifests#1735), we are moving manifests
    development in upstream repos. This gives the application developers full
    ownership of their manifests, tracked in a single place.
    
    This commit copies the manifests for application `TFJob Operator`
    from path `apps/tf-training/upstream` of kubeflow/manifests to path
    `manifests` of the upstream repo (https://github.com/kubeflow/tf-operator).
    
    Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
    yanniszark authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    cadfd91 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. tf-operator: Consolidate manifests (#1255)

    * manifests: Add base/overlays structure
    
    Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
    
    * Edit docs and scripts to use new manifests
    
    Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
    
    * manifests: Delete old manifests
    
    Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
    yanniszark authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    2ba261f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Migrate to public ECR (#1256)

    * Migrate to public ECR
    
    * Use parseEnv function
    
    * Use env directly
    
    * Fix AWS_REGISTRY
    
    * Fix
    
    * Make it simple
    
    * Use latest kaniko
    
    * Hardcode testWorkerImage
    
    * Tag
    
    * Add
    
    * Revert change
    
    * Clean up
    Yao Xiao authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    cd2fc1f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Fix kubeflow overlay (#1260)

    * Fix kubeflow overlay
    
    * Fix image to specific tag
    
    * Restrict include_dirs in postsubmit
    Yao Xiao authored Mar 20, 2021
    Configuration menu
    Copy the full SHA
    f564bce View commit details
    Browse the repository at this point in the history
Loading