-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: Update v0.11.2
image tags
#475
release: Update v0.11.2
image tags
#475
Conversation
Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckadner, rafvasq The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckadner, rafvasq The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Motivation
Update image tags for
v0.11.2
following the release process:Modifications
Create new (pre-)release tags (
v0.11.2
) in these repositories:modelmesh
modelmesh-minio-examples
modelmesh-runtime-adapter
rest-proxy
Verify image tags were pushed to DockerHub:
In this
modelmesh-serving
repository, on therelease-0.11.2
branch, update thecontainer image tags to the corresponding release versions in the following files:
.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
:image: kserve/modelmesh-minio-examples:v...
config/manager/kustomization.yaml
: update thenewTag
tov...
docs/component-versions.md
: update tags and repo linksdocs/install/install-script.md
: update theRELEASE
variable in theInstallation
section to the newrelease-*
branch name and remove thenote pointing to the (old)
release-*
branchdocs/quickstart.md
: update theRELEASE
variable in the"Clone the ModelMesh repository" section to the new
release-*
branchand remove the note of caution in the introduction above
scripts/setup_user_namespaces.sh
: change themodelmesh_release
versionResult
release-*
branch that was created earlier and wait forit to merge.