forked from kserve/kserve
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathkserve-deps.env
More file actions
executable file
·47 lines (41 loc) · 1.33 KB
/
kserve-deps.env
File metadata and controls
executable file
·47 lines (41 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Overrides, these are manual overrides to versions. Will take presedence over other checks.
# example override: OVERRIDE_KEDA_VERSION=2.17.3 # CVE-2025-68476 fix (CVSS 8.2, HIGH) - Helm chart only has 2.17.1
# Development tools
GOLANGCI_LINT_VERSION=v2.9.0
CONTROLLER_TOOLS_VERSION=v0.19.0
# Pinned to release-0.19 to match the controller-runtime replace target (v0.19.7 in go.mod).
# @latest resolves to a pseudo-version from the main branch that bumped the minimum Go requirement
# to 1.26.0, breaking builds running go1.25.x with GOTOOLCHAIN=local.
ENVTEST_VERSION=release-0.19
YQ_VERSION=v4.52.1
HELM_VERSION=v3.16.3
KUSTOMIZE_VERSION=v5.8.1
HELM_DOCS_VERSION=v1.12.0
POETRY_VERSION=1.8.3
UV_VERSION=0.7.8
RUFF_VERSION=0.14.13
PINACT_VERSION=v3.9.0
KIND_VERSION=v0.30.0
# Common dependencies
CERT_MANAGER_VERSION=v1.17.0
ENVOY_GATEWAY_VERSION=v1.6.3
ENVOY_AI_GATEWAY_VERSION=v0.5.0
KNATIVE_OPERATOR_VERSION=v1.21.1
KNATIVE_SERVING_VERSION=1.21.1
KEDA_OTEL_ADDON_VERSION=v0.0.6
# KServe
KSERVE_VERSION=v0.18.0-rc1
# Auto-generated from go.mod - DO NOT EDIT MANUALLY
# To regenerate: run 'make sync-deps'
# START
# Serverless dependencies
ISTIO_VERSION=1.27.1
# KEDA dependencies
KEDA_VERSION=2.17.3
OPENTELEMETRY_OPERATOR_VERSION=0.74.3
# LLMISvc dependencies
LWS_VERSION=v0.8.0
GATEWAY_API_VERSION=v1.4.1
GIE_VERSION=v1.3.1
WVA_VERSION=v0.6.0
# END