Skip to content

Commit

Permalink
Merge branch 'main' into int_commit_install_fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ckadner authored Jan 11, 2024
2 parents b80c0a3 + a920d24 commit 535e852
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ bin
devbuild
.develop_image_name
.dev/
.pre-commit.log

16 changes: 12 additions & 4 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,19 +127,27 @@ with KServe.

The version tags should be updated in the following files:

- [ ] `.github/workflows/fvt.yml`:
- [ ] `.github/workflows/fvt-base.yml`:
- [ ] `docker pull kserve/modelmesh:v...`
- [ ] `docker pull kserve/modelmesh-minio-examples:v...`
- [ ] `docker pull kserve/modelmesh-minio-dev-examples:v...`
- [ ] `docker pull kserve/modelmesh-runtime-adapter:v...`
- [ ] `docker pull kserve/rest-proxy:v...`
- [ ] `config/default/config-defaults.yaml`:
- [ ] `kserve/modelmesh`
- [ ] `kserve/rest-proxy`
- [ ] `kserve/modelmesh-runtime-adapter`
- [ ] `config/dependencies/fvt.yaml`:
- [ ] `image: kserve/modelmesh-minio-dev-examples:v...`
- [ ] `image: kserve/modelmesh-minio-examples:v...`
- [ ] `config/dependencies/quickstart.yaml`:
- [ ] `kserve/modelmesh-minio-examples`
- [ ] `config/manager/kustomization.yaml`: edit the `newTag`
- [ ] `docs/component-versions.md`: update the version and component versions
- [ ] `image: kserve/modelmesh-minio-examples:v...`
- [ ] `config/manager/kustomization.yaml`: update the `newTag` to `v...`
- [ ] `docs/component-versions.md`: update tags and repo links
- [ ] ModelMesh Serving release
- [ ] ModelMesh
- [ ] ModelMesh Runtime Adapter
- [ ] REST Proxy
- [ ] `docs/install/install-script.md`: update the `RELEASE` variable in the
`Installation` section to the new `release-*` branch name and remove the
note pointing to the (old) `release-*` branch
Expand Down

0 comments on commit 535e852

Please sign in to comment.