Skip to content
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

Removed Seldon Deploy and added Seldon Enterprise Platform where necessary #5552

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# -- Project information -----------------------------------------------------

project = "seldon-core"
copyright = "2021, Seldon Technologies Ltd"
copyright = "2024, Seldon Technologies Ltd"
author = "Seldon Technologies Ltd"

# The short X.Y version
Expand Down Expand Up @@ -255,12 +255,12 @@
{
"href": "https://deploy.seldon.io",
"internal": False,
"title": "Seldon Deploy (Enterprise)",
"title": "Seldon Enterprise Platform",
},
{
"href": "https://github.com/SeldonIO/seldon-deploy-sdk#seldon-deploy-sdk",
"internal": False,
"title": "Seldon Deploy SDK (Enterprise)",
"title": "Seldon Enterprise Platform SDK",
},
],
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cicd/sig-mlops-jenkins-classic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ git push https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/${GITOPS_ORG}/${GITO
export PR_RESULT=$(curl \
-u ${GIT_USERNAME}:${GIT_PASSWORD} \
-v -H "Content-Type: application/json" \
-X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Deploy model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \
-X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Enterprise Platform model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \
https://api.github.com/repos/$GITOPS_ORG/$GITOPS_REPO/pulls)
export ISSUE_NUMBER=$(echo \
$PR_RESULT |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
"export PR_RESULT=$(curl \\\n",
" -u ${GIT_USERNAME}:${GIT_PASSWORD} \\\n",
" -v -H \"Content-Type: application/json\" \\\n",
" -X POST -d \"{\\\"title\\\": \\\"SeldonDeployment Model Promotion Request - UUID: ${UUID}\\\", \\\"body\\\": \\\"This PR contains the deployment for the Seldon Deploy model and has been allocated for review and approval for relevant manager.\\\", \\\"head\\\": \\\"${UUID}\\\", \\\"base\\\": \\\"master\\\" }\" \\\n",
" -X POST -d \"{\\\"title\\\": \\\"SeldonDeployment Model Promotion Request - UUID: ${UUID}\\\", \\\"body\\\": \\\"This PR contains the deployment for the Seldon Enterprise Platform model and has been allocated for review and approval for relevant manager.\\\", \\\"head\\\": \\\"${UUID}\\\", \\\"base\\\": \\\"master\\\" }\" \\\n",
" https://api.github.com/repos/$GITOPS_ORG/$GITOPS_REPO/pulls)\n",
"export ISSUE_NUMBER=$(echo \\\n",
" $PR_RESULT |\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ git push https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/${GITOPS_ORG}/${GITO
export PR_RESULT=$(curl \
-u ${GIT_USERNAME}:${GIT_PASSWORD} \
-v -H "Content-Type: application/json" \
-X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Deploy model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \
-X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Enterprise Platform model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \
https://api.github.com/repos/$GITOPS_ORG/$GITOPS_REPO/pulls)
export ISSUE_NUMBER=$(echo \
$PR_RESULT |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ git push https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/${GITOPS_ORG}/${GITO
export PR_RESULT=$(curl \
-u ${GIT_USERNAME}:${GIT_PASSWORD} \
-v -H "Content-Type: application/json" \
-X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Deploy model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \
-X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Enterprise Platform model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \
https://api.github.com/repos/$GITOPS_ORG/$GITOPS_REPO/pulls)
export ISSUE_NUMBER=$(echo \
$PR_RESULT |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"height": "50",
"panels": [
{
"content": "<div class=\"text-center dashboard-header\">\n <span>Seldon Deploy Prediction API Dashboard</span>\n</div>",
"content": "<div class=\"text-center dashboard-header\">\n <span>Seldon Enterprise Platform Prediction API Dashboard</span>\n</div>",
"id": 27,
"links": [],
"mode": "html",
Expand Down
Loading