diff --git a/Makefile b/Makefile index 9826535..b68696b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include makefiles/dependency.mk K3S_VERSION ?= v1.24.8+k3s1 STATIC_DIR := pkg/resources/static -VELA_VERSION ?= v1.7.4 +VELA_VERSION ?= v1.7.5 VELAUX_VERSION ?= v1.7.4 VELA_VERSION_NO_V := $(subst v,,$(VELA_VERSION)) VELAUX_IMAGE_VERSION ?= ${VELAUX_VERSION} diff --git a/go.mod b/go.mod index fab83f5..d3766c0 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/docker/go-connections v0.4.0 github.com/fatih/color v1.13.0 github.com/k3d-io/k3d/v5 v5.4.8-0.20230204095617-5324cf69fe84 - github.com/oam-dev/kubevela v1.7.4 + github.com/oam-dev/kubevela v1.7.5 github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.20.2 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 8f2c6e9..0c0534b 100644 --- a/go.sum +++ b/go.sum @@ -1630,8 +1630,8 @@ github.com/oam-dev/cluster-gateway v1.7.0-alpha.1 h1:51p4y2rzO2gLRZiCjY/Sh7O5ibv github.com/oam-dev/cluster-gateway v1.7.0-alpha.1/go.mod h1:wsob8xoOCEX39QWhDAAB/tOcCBjLGVf9w8ZvVPYAKDE= github.com/oam-dev/cluster-register v1.0.4-0.20220928064144-5f76a9d7ca8c h1:RE/33gzs9hoyegcTaUXDG/hayffJ197ljMUGNP6I/5A= github.com/oam-dev/cluster-register v1.0.4-0.20220928064144-5f76a9d7ca8c/go.mod h1:nKEUMfuEB8pHKsaSah9IA+UQzezrPYebBdRozyNtlZc= -github.com/oam-dev/kubevela v1.7.4 h1:hT5IYW5XTjh8GhMXQI0fSxKHfYTpOSdXnLPqXzqxWDI= -github.com/oam-dev/kubevela v1.7.4/go.mod h1:BVAzVV8kGyakXoBn0c0OJlQQQVwBcpMMTUQMnr3PqGg= +github.com/oam-dev/kubevela v1.7.5 h1:jPqKHYwwS67tNShgzTirn/PZvN7IDi0V4OsANy3av6o= +github.com/oam-dev/kubevela v1.7.5/go.mod h1:BVAzVV8kGyakXoBn0c0OJlQQQVwBcpMMTUQMnr3PqGg= github.com/oam-dev/stern v1.13.2 h1:jlGgtJbKmIVhzkH44ft5plkgs8XEfvxbFrQdX60CQR4= github.com/oam-dev/stern v1.13.2/go.mod h1:0pLjZt0amXE/ErF16Rdrgd98H2owN8Hmn3/7CX5+AeA= github.com/oam-dev/terraform-config-inspect v0.0.0-20210418082552-fc72d929aa28 h1:tD8HiFKnt0jnwdTWjeqUnfnUYLD/+Nsmj8ZGIxqDWiU=