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

[pull] main from kubeflow:main #68

Merged
merged 5 commits into from
May 31, 2024

Commits on May 27, 2024

  1. build(deps-dev): bump furo from 2023.9.10 to 2024.5.6 in /clients/pyt…

    …hon (#110)
    
    Bumps [furo](https://github.com/pradyunsg/furo) from 2023.9.10 to 2024.5.6.
    - [Release notes](https://github.com/pradyunsg/furo/releases)
    - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
    - [Commits](pradyunsg/furo@2023.09.10...2024.05.06)
    
    ---
    updated-dependencies:
    - dependency-name: furo
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2024
    Configuration menu
    Copy the full SHA
    f6fd968 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump ruff from 0.4.4 to 0.4.5 in /clients/python (#111)

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.4 to 0.4.5.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.4...v0.4.5)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2024
    Configuration menu
    Copy the full SHA
    a8e0f2c View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump coverage from 7.3.2 to 7.5.2 in /clients/python (

    …#112)
    
    Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.2 to 7.5.2.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.3.2...7.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2024
    Configuration menu
    Copy the full SHA
    cbfd691 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix istio VirtualService manifest (#101)

    fix: refactor istio virtualservice to support routes for REST internal and external routing, and gRPC internal routing (#2)
    
    * fix: refactor istio virtualservice to support routes for REST internal and external routing, and gRPC internal routing
    
    * fix: simplify istio config by excluding DB port and enabling istio sidecar injection in model registry deployment
    
    Co-authored-by: Dhiraj Bokde <dhirajsb@users.noreply.github.com>
    tarilabs and dhirajsb authored May 28, 2024
    Configuration menu
    Copy the full SHA
    c009d32 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. feat: Initial commit for UI #108 (#114)

    In this commit:
    
    - basic Dockerfile
    - basic Makefile
    - Scaffold of App and first sample endpoint (http://localhost:4000/api/v1/healthcheck/)
    - REST API basic infrastructure and error handling
    
    Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
    ederign authored May 30, 2024
    Configuration menu
    Copy the full SHA
    8d77c13 View commit details
    Browse the repository at this point in the history