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/mpi-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: kubeflow/mpi-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 13 commits
  • 199 files changed
  • 4 contributors

Commits on Oct 10, 2024

  1. Upgrade the scheduler-plugins to v0.29.8 (#653)

    * Upgrade the scheduler-plugins to v0.29.8
    
    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    
    * Upgrade the default scheduler-plugins version during testing
    
    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    
    ---------
    
    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b77f630 View commit details
    Browse the repository at this point in the history
  2. Introduce ManagedBy field in RunPolicy (#650)

    * Introduce ManageBy field to RunPolicy
    
    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    
    * Make mpi-operator a default value for ManagedBy
    
    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    
    * Add validation for ManagedBy field
    
    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    
    * Make use of ManagedBy in reconciliation process
    
    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    
    * Regenerate code after adding managedBy field
    
    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    
    * Add e2e tests
    
    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    
    * Update after code review
    
    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    
    * Update tests
    
    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    
    * Remove default value for ManagedBy
    
    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    
    * Add optional tag
    Replace backoff and consistently with sleep
    
    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    
    * Create common util package for integration and e2e tests with sleep/wait constants
    
    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    
    ---------
    
    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    mszadkow authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c29c37c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Adjust the comment for managedBy (#656)

    Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
    mszadkow authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1794cc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Upgrade the k8s dependency versions to 1.30 (#657)

    * Upgrade the k8s dependency versions to 1.30
    
    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    
    * Generate codes
    
    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    
    * Update testing version
    
    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    
    ---------
    
    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    10f9e20 View commit details
    Browse the repository at this point in the history
  2. Obviously specify the supported platforms in Makefile (#663)

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    5391040 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Introduce debian bookworm (#661)

    * Upgrade debian version to bookworm
    
    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    
    * Add obviously verifications if all Ranks reached final phase in the pi example
    
    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    
    ---------
    
    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ef9d049 View commit details
    Browse the repository at this point in the history
  2. Upgrade volcano version to v1.10.0 (#659)

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    86d09e3 View commit details
    Browse the repository at this point in the history
  3. Bump to k8s 1.31 (#664)

    * Bump to k8s 1.31
    
    Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
    
    * Bump sigs.k8s.io/controller-runtime to v0.19.0
    
    Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
    
    * Bump golangci-lint to v1.61.0
    
    Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
    
    * change queue from RateLimitingInterface  to TypedRateLimitingInterface[any]
    
    Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
    
    * Update kubectl url
    
    Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
    
    ---------
    
    Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
    ArangoGutierrez authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a869150 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Prepare v0.6.0 release (#665)

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    42335bc View commit details
    Browse the repository at this point in the history
  2. Reuse the core kubernetes API reason for the BackoffLimitExceeded (#667)

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5caa9d5 View commit details
    Browse the repository at this point in the history
  3. Fix the 'printf: non-constant format string in call to fmt.Errorf (go…

    …vet)' lint errors (#666)
    
    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c738a83 View commit details
    Browse the repository at this point in the history
  4. Update image tag with release-0.6 (#668)

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    aeb9372 View commit details
    Browse the repository at this point in the history
  5. Update the mpi-operator image with 0.6.0

    Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
    tenzen-y committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c983759 View commit details
    Browse the repository at this point in the history
Loading