File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- # Copyright 2019, 2024 , Oracle Corporation and/or its affiliates. All rights reserved.
1+ # Copyright 2019, 2025 , Oracle Corporation and/or its affiliates. All rights reserved.
22# Licensed under the Universal Permissive License v 1.0 as shown at
33# http://oss.oracle.com/licenses/upl.
44
Original file line number Diff line number Diff line change @@ -365,11 +365,17 @@ ifeq (,$(ISTIO_VERSION))
365365 ISTIO_VERSION_USE := $(shell $(SCRIPTS_DIR)/find-istio-version.sh "$(TOOLS_DIRECTORY)/istio-latest.txt")
366366 ISTIO_REVISION := $(subst .,-,$(ISTIO_VERSION_USE))
367367 ISTIO_HOME := $(TOOLS_DIRECTORY)/istio-$(ISTIO_VERSION_USE)
368+ else
369+ ifeq (latest,$(ISTIO_VERSION ) )
370+ ISTIO_VERSION_USE := $(shell $(SCRIPTS_DIR)/find-istio-version.sh "$(TOOLS_DIRECTORY)/istio-latest.txt")
371+ ISTIO_REVISION := $(subst .,-,$(ISTIO_VERSION_USE))
372+ ISTIO_HOME := $(TOOLS_DIRECTORY)/istio-$(ISTIO_VERSION_USE)
368373else
369374 ISTIO_VERSION_USE := $(ISTIO_VERSION)
370375 ISTIO_REVISION := $(subst .,-,$(ISTIO_VERSION))
371376 ISTIO_HOME := $(TOOLS_DIRECTORY)/istio-$(ISTIO_VERSION)
372377endif
378+ endif
373379
374380# ----------------------------------------------------------------------------------------------------------------------
375381# Tanzu settings
Original file line number Diff line number Diff line change 11///////////////////////////////////////////////////////////////////////////////
22
3- Copyright (c) 2021, 2024 , Oracle and/or its affiliates.
3+ Copyright (c) 2021, 2025 , Oracle and/or its affiliates.
44 Licensed under the Universal Permissive License v 1.0 as shown at
55 http://oss.oracle.com/licenses/upl.
66
You can’t perform that action at this time.
0 commit comments