Skip to content

Commit 4ea1a1a

Browse files
Release 0.16 (#544)
* docs: Update TimeSeries LLM Forecast API title and add to sidebar Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * docs: Update links for Batch InferenceService and Canary Deployments in predictive-first-isvc.md; remove TODO comments fix: Update ActiveDocsVersion to return latest version label instead of hardcoded value Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * docs: Update CRD documentation generation to use RELEASE_VERSION; modify release script to set environment variable and address todos in docusaurus.config.ts Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Release 0.16 docs Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * fix: Ensure script exits on error, undefined variables, and pipe failures in release script Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * fix: Update version comparison logic to allow equal minor versions in release script Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Update release process instructions Signed-off-by: Sivanantham Chinnaiyan <[email protected]> --------- Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
1 parent ad38807 commit 4ea1a1a

File tree

217 files changed

+106180
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+106180
-166
lines changed

β€ŽMakefileβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ gen-oip-rest-api-docs:
2323

2424
# Generate CRD API documentation for KServe master branch.
2525
gen-crd-api-docs:
26-
./hack/crd-ref-docs/gen-crd-api-ref-docs.sh
26+
# Use RELEASE_VERSION environment variable to specify the release version for which CRD docs need to be generated.
27+
# This variable is set in the release.sh script during the release process.
28+
./hack/crd-ref-docs/gen-crd-api-ref-docs.sh --branch release-$(RELEASE_VERSION)
2729

2830
# Generate Python Runtime, Control Plane SDK API documentation.
2931
gen-py-sdk-api-docs:

β€ŽRELEASE_PROCESS.mdβ€Ž

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@ This document outlines the steps to create a new release for the KServe document
5858
### 6. Merge and Deploy
5959

6060
1. Once the pull request is approved, merge it into the `main` branch.
61-
2. Deploy the changes to the production environment.
61+
2. The website will automatically deploy the changes upon merging using GitHub Actions.
6262

6363
### 7. Post-Release Tasks
6464

65-
1. Verify the live website to ensure the changes are reflected.
66-
2. Announce the new release on relevant channels (e.g., Slack, mailing list).
65+
1. Verify the deploy GitHub Action logs to ensure the deployment was successful.
66+
2. Verify the live website to ensure the changes are reflected.
67+
3. Announce the new release on relevant channels (e.g., Slack, mailing list).
6768

6869
## Notes
6970

β€Ždocs/getting-started/predictive-first-isvc.mdβ€Ž

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,5 @@ Now that you have successfully deployed your first Predictive InferenceService,
295295
- πŸ“– **[GenAI InferenceService](genai-first-isvc.md)** - Deploy your first Generative AI InferenceService
296296
- πŸ“– **[KServe Concepts](../concepts/index.md)** - Learn about the core concepts of KServe.
297297
- πŸ“– **[Supported Frameworks](../model-serving/predictive-inference/frameworks/overview.md)** - Explore Supported Frameworks.
298-
<!-- TODO: Uncomment once the batcher docs is migrated -->
299-
<!-- - πŸ“– **[Batch InferenceService](batch-first-isvc.md)** - Deploy your first Batch InferenceService. -->
300-
<!-- TODO: Uncomment once the canary docs is migrated -->
301-
<!-- - πŸ“– **[Canary Deployments](../model-serving/predictive-inference/canary-deployments/canary-deployments.md)**: Gradually roll out new model versions to test their performance before full deployment. -->
298+
- πŸ“– **[Batch InferenceService](../model-serving/predictive-inference/batcher/batcher.md)** - Deploy your first Batch InferenceService.
299+
- πŸ“– **[Canary Deployments](../model-serving/predictive-inference/rollout-strategies/canary-example.md)**: Gradually roll out new model versions to test their performance before full deployment.

β€Ždocs/model-serving/predictive-inference/frameworks/huggingface/fill-mask/fill-mask.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ spec:
5858
- prefix: hf://
5959
```
6060
61-
<!-- TODO: Update link to refer storagecontainer docs -->
6261
To know more about storage containers, refer to the [Storage Containers documentation](../../../../../concepts/resources/index.md#storage-resources).
6362
6463
### Deploy with the V1 Protocol

β€Ždocs/reference/controlplane-client/controlplane-client-api.mdβ€Ž

Lines changed: 2245 additions & 88 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)