Skip to content

chore(ui): rebuild ui#30703

Merged
yuneng-berri merged 1 commit into
stable/1.89.xfrom
litellm_189x_ui_build
Jun 18, 2026
Merged

chore(ui): rebuild ui#30703
yuneng-berri merged 1 commit into
stable/1.89.xfrom
litellm_189x_ui_build

Conversation

@yuneng-berri

Copy link
Copy Markdown
Collaborator

Relevant issues

Linear ticket

Pre-Submission checklist

Please complete all items before asking a LiteLLM maintainer to review your PR

  • I have added meaningful tests
  • My PR passes all unit tests on make test-unit
  • My PR's scope is as isolated as possible; it only solves 1 specific problem
  • I have requested a Greptile review by commenting @greptileai and received a Confidence Score of at least 4/5 before requesting a maintainer review

Delays in PR merge?

If you're seeing a delay in your PR being merged, ping the LiteLLM Team on Slack (#pr-review).

CI (LiteLLM team)

CI status guideline:

  • 50-55 passing tests: main is stable with minor issues.
  • 45-49 passing tests: acceptable but needs attention
  • <= 40 passing tests: unstable; be careful with your merges and assess the risk.
  • Branch creation CI run
    Link:

  • CI run for the last commit
    Link:

  • Merge / cherry-pick CI run
    Links:

Screenshots / Proof of Fix

Type

🆕 New Feature
🐛 Bug Fix
🧹 Refactoring
📖 Documentation
🚄 Infrastructure
✅ Test

Changes

@yuneng-berri yuneng-berri requested a review from a team June 18, 2026 00:29
@greptile-apps

greptile-apps Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Too many files changed for review. (120 files found, 100 file limit)

@yuneng-berri yuneng-berri enabled auto-merge June 18, 2026 00:32

@mateo-berri mateo-berri left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM; finally 😭

@yuneng-berri yuneng-berri merged commit ba5e46b into stable/1.89.x Jun 18, 2026
35 of 49 checks passed
@yuneng-berri yuneng-berri deleted the litellm_189x_ui_build branch June 18, 2026 00:33
doonga pushed a commit to greyrock-labs/home-ops that referenced this pull request Jun 18, 2026
….2) (#327)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/berriai/litellm](https://images.chainguard.dev/directory/image/wolfi-base/overview) ([source](https://github.com/BerriAI/litellm)) | patch | `v1.89.1` → `v1.89.2` |

---

### Release Notes

<details>
<summary>BerriAI/litellm (ghcr.io/berriai/litellm)</summary>

### [`v1.89.2`](https://github.com/BerriAI/litellm/releases/tag/v1.89.2)

[Compare Source](BerriAI/litellm@v1.89.2...v1.89.2)

##### Verify Docker Image Signature

All LiteLLM Docker images are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](BerriAI/litellm@0112e53).

**Verify using the pinned commit hash (recommended):**

A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:

```bash
cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
  ghcr.io/berriai/litellm:v1.89.2
```

**Verify using the release tag (convenience):**

Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:

```bash
cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.89.2/cosign.pub \
  ghcr.io/berriai/litellm:v1.89.2
```

Expected output:

```
The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key
```

***

##### What's Changed

- chore(ui): rebuild ui by [@&#8203;yuneng-berri](https://github.com/yuneng-berri) in [#&#8203;30703](BerriAI/litellm#30703)
- chore(release): backport [#&#8203;30380](BerriAI/litellm#30380), [#&#8203;30503](BerriAI/litellm#30503), [#&#8203;30558](BerriAI/litellm#30558), [#&#8203;30130](BerriAI/litellm#30130), [#&#8203;30588](BerriAI/litellm#30588), [#&#8203;30495](BerriAI/litellm#30495), [#&#8203;30690](BerriAI/litellm#30690) to stable/1.89.x and cut 1.89.2 by [@&#8203;yuneng-berri](https://github.com/yuneng-berri) in [#&#8203;30681](BerriAI/litellm#30681)

**Full Changelog**: <BerriAI/litellm@v1.89.1...v1.89.2>

### [`v1.89.2`](https://github.com/BerriAI/litellm/releases/tag/v1.89.2)

[Compare Source](BerriAI/litellm@v1.89.1...v1.89.2)

##### Verify Docker Image Signature

All LiteLLM Docker images are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](BerriAI/litellm@0112e53).

**Verify using the pinned commit hash (recommended):**

A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:

```bash
cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
  ghcr.io/berriai/litellm:v1.89.2
```

**Verify using the release tag (convenience):**

Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:

```bash
cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.89.2/cosign.pub \
  ghcr.io/berriai/litellm:v1.89.2
```

Expected output:

```
The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key
```

***

##### What's Changed

- chore(ui): rebuild ui by [@&#8203;yuneng-berri](https://github.com/yuneng-berri) in [#&#8203;30703](BerriAI/litellm#30703)
- chore(release): backport [#&#8203;30380](BerriAI/litellm#30380), [#&#8203;30503](BerriAI/litellm#30503), [#&#8203;30558](BerriAI/litellm#30558), [#&#8203;30130](BerriAI/litellm#30130), [#&#8203;30588](BerriAI/litellm#30588), [#&#8203;30495](BerriAI/litellm#30495), [#&#8203;30690](BerriAI/litellm#30690) to stable/1.89.x and cut 1.89.2 by [@&#8203;yuneng-berri](https://github.com/yuneng-berri) in [#&#8203;30681](BerriAI/litellm#30681)

**Full Changelog**: <BerriAI/litellm@v1.89.1...v1.89.2>

</details>

---

### Configuration

📅 **Schedule**: (in timezone America/New_York)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

Reviewed-on: https://git.greyrock.io/greyrock-labs/home-ops/pulls/327
blake-hamm added a commit to blake-hamm/bhamm-lab that referenced this pull request Jun 19, 2026
…to v1.89.2 (#206)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [https://github.com/BerriAI/litellm.git](https://github.com/BerriAI/litellm) | patch | `v1.89.1` → `v1.89.2` |

---

### Release Notes

<details>
<summary>BerriAI/litellm (https://github.com/BerriAI/litellm.git)</summary>

### [`v1.89.2`](https://github.com/BerriAI/litellm/releases/tag/v1.89.2)

[Compare Source](BerriAI/litellm@v1.89.1...v1.89.2)

#### Verify Docker Image Signature

All LiteLLM Docker images are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](BerriAI/litellm@0112e53).

**Verify using the pinned commit hash (recommended):**

A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:

```bash
cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
  ghcr.io/berriai/litellm:v1.89.2
```

**Verify using the release tag (convenience):**

Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:

```bash
cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.89.2/cosign.pub \
  ghcr.io/berriai/litellm:v1.89.2
```

Expected output:

```
The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key
```

***

#### What's Changed

- chore(ui): rebuild ui by [@&#8203;yuneng-berri](https://github.com/yuneng-berri) in [#&#8203;30703](BerriAI/litellm#30703)
- chore(release): backport [#&#8203;30380](BerriAI/litellm#30380), [#&#8203;30503](BerriAI/litellm#30503), [#&#8203;30558](BerriAI/litellm#30558), [#&#8203;30130](BerriAI/litellm#30130), [#&#8203;30588](BerriAI/litellm#30588), [#&#8203;30495](BerriAI/litellm#30495), [#&#8203;30690](BerriAI/litellm#30690) to stable/1.89.x and cut 1.89.2 by [@&#8203;yuneng-berri](https://github.com/yuneng-berri) in [#&#8203;30681](BerriAI/litellm#30681)

**Full Changelog**: <BerriAI/litellm@v1.89.1...v1.89.2>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: Renovate Bot <renovate@bhamm-lab.com>
Reviewed-on: https://codeberg.org/blake-hamm/bhamm-lab/pulls/206
hbjydev pushed a commit to hbjydev/phoebe that referenced this pull request Jun 19, 2026
….2) (#143)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/berriai/litellm](https://images.chainguard.dev/directory/image/wolfi-base/overview) ([source](https://github.com/BerriAI/litellm)) | patch | `v1.89.1` → `v1.89.2` |

---

### Release Notes

<details>
<summary>BerriAI/litellm (ghcr.io/berriai/litellm)</summary>

### [`v1.89.2`](https://github.com/BerriAI/litellm/releases/tag/v1.89.2)

[Compare Source](BerriAI/litellm@v1.89.2...v1.89.2)

##### Verify Docker Image Signature

All LiteLLM Docker images are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](BerriAI/litellm@0112e53).

**Verify using the pinned commit hash (recommended):**

A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:

```bash
cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
  ghcr.io/berriai/litellm:v1.89.2
```

**Verify using the release tag (convenience):**

Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:

```bash
cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.89.2/cosign.pub \
  ghcr.io/berriai/litellm:v1.89.2
```

Expected output:

```
The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key
```

***

##### What's Changed

- chore(ui): rebuild ui by [@&#8203;yuneng-berri](https://github.com/yuneng-berri) in [#&#8203;30703](BerriAI/litellm#30703)
- chore(release): backport [#&#8203;30380](BerriAI/litellm#30380), [#&#8203;30503](BerriAI/litellm#30503), [#&#8203;30558](BerriAI/litellm#30558), [#&#8203;30130](BerriAI/litellm#30130), [#&#8203;30588](BerriAI/litellm#30588), [#&#8203;30495](BerriAI/litellm#30495), [#&#8203;30690](BerriAI/litellm#30690) to stable/1.89.x and cut 1.89.2 by [@&#8203;yuneng-berri](https://github.com/yuneng-berri) in [#&#8203;30681](BerriAI/litellm#30681)

**Full Changelog**: <BerriAI/litellm@v1.89.1...v1.89.2>

### [`v1.89.2`](https://github.com/BerriAI/litellm/releases/tag/v1.89.2)

[Compare Source](BerriAI/litellm@v1.89.1...v1.89.2)

##### Verify Docker Image Signature

All LiteLLM Docker images are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](BerriAI/litellm@0112e53).

**Verify using the pinned commit hash (recommended):**

A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:

```bash
cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
  ghcr.io/berriai/litellm:v1.89.2
```

**Verify using the release tag (convenience):**

Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:

```bash
cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.89.2/cosign.pub \
  ghcr.io/berriai/litellm:v1.89.2
```

Expected output:

```
The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key
```

***

##### What's Changed

- chore(ui): rebuild ui by [@&#8203;yuneng-berri](https://github.com/yuneng-berri) in [#&#8203;30703](BerriAI/litellm#30703)
- chore(release): backport [#&#8203;30380](BerriAI/litellm#30380), [#&#8203;30503](BerriAI/litellm#30503), [#&#8203;30558](BerriAI/litellm#30558), [#&#8203;30130](BerriAI/litellm#30130), [#&#8203;30588](BerriAI/litellm#30588), [#&#8203;30495](BerriAI/litellm#30495), [#&#8203;30690](BerriAI/litellm#30690) to stable/1.89.x and cut 1.89.2 by [@&#8203;yuneng-berri](https://github.com/yuneng-berri) in [#&#8203;30681](BerriAI/litellm#30681)

**Full Changelog**: <BerriAI/litellm@v1.89.1...v1.89.2>

</details>

---

### Configuration

📅 **Schedule**: (in timezone Europe/London)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIzMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

Reviewed-on: https://forgejo.hayden.moe/hayden/phoebe/pulls/143
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants