You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,6 @@ assignees: ''
15
15
-[ ] Confirm that the upgrade and release note pages are updated. Typically, this is a separate issue.
16
16
-[ ] In `content/docs`, create the new `main` by making a copy of the current main directory. Rename the directories appropriately. For example, the old main is copied to a new `main`, the old main becomes `latest`, and the old latest version gets deleted (agentgateway only maintains `n` latest and `n+1` main in development).
17
17
-[ ] For the _index.md pages of each version, update the version in the title.
18
-
-[ ] In the `latest` version of the `content/docs` you just copied, update the test paths from `main` to `latest`.
19
-
Example search:
20
-
```
21
-
In ./website/content/docs/standalone/latest
22
-
Find file: content/docs/standalone/main/
23
-
Replace with file: content/docs/standalone/latest/
24
-
# and repeat for kubernetes
25
-
```
26
18
-[ ] In the `hugo.yaml` file, update the `versions` to include the new minor version as main, the previous main as latest, and the previous latest as its version.
27
19
-[ ] Update the version conrefs in the `assets/docs/versions` directory. Often, there is not a release for the next version, so you might have to use the same for latest and main.
28
20
-[ ] Add the release date to the version table in `assets/docs/pages/reference/versions.md`, and remove any retired versions.
@@ -44,4 +36,3 @@ assignees: ''
44
36
-[ ] Merge in the autogenerated PR that the workflow created
45
37
-[ ] Verify that the docs are published
46
38
-[ ] Cut a GitHub release of the docs repo for the new release, and include any retired version (such as `Release for 2.6.x and last state for retired 2.2.x`)
47
-
-[ ] If maintaining a downstream version, update the content paths for the new version.
Copy file name to clipboardExpand all lines: assets/agw-docs/pages/agentgateway/llm/content-routing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Route requests to different LLM backends based on request body content, such as the requested model name.
2
2
3
-
{{< version include-if="1.4.x" >}}
3
+
{{< version exclude-if="1.3.x,1.2.x,1.1.x" >}}
4
4
> [!NOTE]
5
5
> **Model-centric alternative**: To select a model from request context without writing route matches, you can also use the experimental `{{< reuse "agw-docs/snippets/agentgatewaymodel.md" >}}` API with `virtualModel.conditional`. For more information, see [Virtual models]({{< link-hextra path="/llm/models/virtual/" >}}).
Copy file name to clipboardExpand all lines: assets/agw-docs/pages/agentgateway/llm/failover.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Prioritize the failover of requests across different models from an LLM provider. Include outlier detection of unhealthy LLM backends to automatically fail over when getting throttled by an unperformant model.
2
2
3
-
{{< version include-if="1.4.x" >}}
3
+
{{< version exclude-if="1.3.x,1.2.x,1.1.x" >}}
4
4
> [!NOTE]
5
5
> **Model-centric alternative**: You can also configure failover with the experimental `{{< reuse "agw-docs/snippets/agentgatewaymodel.md" >}}` API, by using a virtual model with `virtualModel.failover` instead of an {{< reuse "agw-docs/snippets/backend.md" >}} with priority groups. For more information, see [Virtual models]({{< link-hextra path="/llm/models/virtual/" >}}).
Copy file name to clipboardExpand all lines: assets/agw-docs/pages/agentgateway/llm/load-balancing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Distribute requests across multiple LLM providers automatically (also known as Power of Two Choices, or P2C).
2
2
3
-
{{< version include-if="1.4.x" >}}
3
+
{{< version exclude-if="1.3.x,1.2.x,1.1.x" >}}
4
4
> [!NOTE]
5
5
> **Model-centric alternative**: To split traffic across models by weight, you can also use the experimental `{{< reuse "agw-docs/snippets/agentgatewaymodel.md" >}}` API with `virtualModel.weighted`. For more information, see [Virtual models]({{< link-hextra path="/llm/models/virtual/" >}}).
Copy file name to clipboardExpand all lines: assets/agw-docs/pages/observability/control-plane-metrics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,9 @@ Helpful terms:
65
65
66
66
* Transform: The process of the control plane converting high-level resources or intermediate representations (IR) into lower-level representations into the structure that the XDS API expects for a snapshot.
0 commit comments