From 3724dfb05bd0c6d51f507d509f163e51cadf536d Mon Sep 17 00:00:00 2001 From: gkcalat <35157096+gkcalat@users.noreply.github.com> Date: Thu, 7 Jul 2022 11:54:48 -0700 Subject: [PATCH] Upgrade to kubeflow upstream 1.5.1, upgrade KFP upstream to 1.8.2. (#370) * Upgrade ASM from v1.10 to v1.13 * Fix install-asm role name * Change to istio-1-11 folder in kubeflow/manifests. ASM will install istio v 1.13 though * Fix comments * closes #366 * Revert conbfig-map and include GitOps friendly RequestAuthetication * Remove legacy install_asm. Force hydrate before installation of ASM * Split install-asm and hydrate rules. Update README. * Bump versions for KF and KFP * Sync with master * Update pull-upstream.sh Co-authored-by: Ablai Akhazhanov --- kubeflow/apps/pipelines/pull-upstream.sh | 2 +- kubeflow/pull-upstream.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubeflow/apps/pipelines/pull-upstream.sh b/kubeflow/apps/pipelines/pull-upstream.sh index 3086b19b..756c1b26 100755 --- a/kubeflow/apps/pipelines/pull-upstream.sh +++ b/kubeflow/apps/pipelines/pull-upstream.sh @@ -17,7 +17,7 @@ set -ex # TODO: Use kubeflow/pipelines once https://github.com/kubeflow/pipelines/pull/6595 is resolved. -export KUBEFLOW_PIPELINES_VERSION=1.8.1 +export KUBEFLOW_PIPELINES_VERSION=1.8.2 export KUBEFLOW_PIPELINES_REPO=https://github.com/kubeflow/pipelines.git # export KUBEFLOW_PIPELINES_VERSION=upgradekpt # Other attempted branches: krmignore, kubeflow14 # export KUBEFLOW_PIPELINES_REPO=https://github.com/zijianjoy/pipelines.git diff --git a/kubeflow/pull-upstream.sh b/kubeflow/pull-upstream.sh index 533de2a8..24578608 100755 --- a/kubeflow/pull-upstream.sh +++ b/kubeflow/pull-upstream.sh @@ -16,7 +16,7 @@ set -ex -export KUBEFLOW_MANIFESTS_VERSION=v1.5.0 +export KUBEFLOW_MANIFESTS_VERSION=v1.5.1 export KUBEFLOW_MANIFESTS_REPO=https://github.com/kubeflow/manifests.git # Pull Kubeflow Pipelines upstream manifests.