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: trustyai-explainability/trustyai-service-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.23.0
Choose a base ref
...
head repository: trustyai-explainability/trustyai-service-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.24.0
Choose a head ref
  • 11 commits
  • 27 files changed
  • 2 contributors

Commits on Jul 12, 2024

  1. feat: Initial database support (#246)

    * Initial database support
    
    - Add status checking
    - Add better storage flags
    - Add spec.storage.format validation
    - Add DDL
    -Add HIBERNATE format to DB (test)
    - Update service image
    - Revert identifier to DATABASE
    - Update CR options (remove mandatory data)
    
    * Remove default DDL generation env var
    
    * Update service image to latest tag
    
    * Add migration awareness
    
    * Add updating pods for migration
    
    * Change JDBC url from mysql to mariadb
    
    * Fix TLS mount
    
    * Revert images
    
    * Remove redundant logic
    
    * Fix comments
    ruivieira authored Jul 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4c8550e View commit details

Commits on Jul 22, 2024

  1. feat: Add TLS certificate mount on ModelMesh (#255)

    * feat: Add TLS certificate mount on ModelMesh
    
    * Revert from http to https until kserve/modelmesh#147 is merged
    ruivieira authored Jul 22, 2024
    Copy the full SHA
    e9a0204 View commit details

Commits on Jul 29, 2024

  1. Copy the full SHA
    c4ef802 View commit details
  2. Copy the full SHA
    883c3fb View commit details
  3. Copy the full SHA
    4a52d65 View commit details
  4. Copy the full SHA
    ec4462e View commit details

Commits on Jul 31, 2024

  1. Copy the full SHA
    c537e14 View commit details

Commits on Aug 1, 2024

  1. Copy the full SHA
    1515872 View commit details
  2. Add TLS endpoint for ModelMesh payload processors. (#268)

    Keep non-TLS endpoint for KServe Serverless (disabled by default)
    ruivieira authored Aug 1, 2024
    Copy the full SHA
    91ba2c5 View commit details

Commits on Aug 2, 2024

  1. Update for release 1.24

    ruivieira committed Aug 2, 2024
    Copy the full SHA
    404a697 View commit details
  2. Copy the full SHA
    f0a0941 View commit details
Loading