Skip to content

Commit 01df377

Browse files
committed
(chore) prepare for release v1.3.0
1 parent 573b902 commit 01df377

File tree

7 files changed

+111
-111
lines changed

7 files changed

+111
-111
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARCH ?= amd64
2525
OS ?= $(shell uname -s | tr A-Z a-z)
2626
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
2727
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
28-
TAG ?= main
28+
TAG ?= v1.3.0
2929

3030
.PHONY: all
3131
all: build
@@ -68,7 +68,7 @@ KIND := $(TOOLS_BIN_DIR)/kind
6868
KUBECTL := $(TOOLS_BIN_DIR)/kubectl
6969

7070
GOLANGCI_LINT_VERSION := "v2.5.0"
71-
CLUSTERCTL_VERSION := "v1.11.3"
71+
CLUSTERCTL_VERSION := v1.12.0
7272

7373
KUSTOMIZE_VER := v5.7.0
7474
KUSTOMIZE_BIN := kustomize

config/default/manager_image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
spec:
99
containers:
1010
# Change the value of image field below to your controller image URL
11-
- image: projectsveltos/ui-backend:main
11+
- image: projectsveltos/ui-backend:v1.3.0
1212
name: manager

go.mod

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ require (
88
github.com/gin-gonic/gin v1.11.0
99
github.com/go-logr/logr v1.4.3
1010
github.com/modelcontextprotocol/go-sdk v1.1.0
11-
github.com/onsi/ginkgo/v2 v2.27.2
12-
github.com/onsi/gomega v1.38.2
11+
github.com/onsi/ginkgo/v2 v2.27.3
12+
github.com/onsi/gomega v1.38.3
1313
github.com/pkg/errors v0.9.1
14-
github.com/projectsveltos/addon-controller v1.1.1-0.20251203094149-5ab010fd58ba
15-
github.com/projectsveltos/libsveltos v1.1.1-0.20251203202507-a8c51247ddbf
14+
github.com/projectsveltos/addon-controller v1.3.0
15+
github.com/projectsveltos/libsveltos v1.3.0
1616
github.com/spf13/pflag v1.0.10
17-
k8s.io/api v0.34.2
18-
k8s.io/apiextensions-apiserver v0.34.2
19-
k8s.io/apimachinery v0.34.2
20-
k8s.io/client-go v0.34.2
21-
k8s.io/component-base v0.34.2
17+
k8s.io/api v0.34.3
18+
k8s.io/apiextensions-apiserver v0.34.3
19+
k8s.io/apimachinery v0.34.3
20+
k8s.io/client-go v0.34.3
21+
k8s.io/component-base v0.34.3
2222
k8s.io/klog/v2 v2.130.1
2323
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
24-
sigs.k8s.io/cluster-api v1.11.3
24+
sigs.k8s.io/cluster-api v1.12.0
2525
sigs.k8s.io/controller-runtime v0.22.4
2626
)
2727

2828
require (
29-
cel.dev/expr v0.24.0 // indirect
29+
cel.dev/expr v0.25.1 // indirect
3030
dario.cat/mergo v1.0.2 // indirect
3131
github.com/Masterminds/goutils v1.1.1 // indirect
3232
github.com/Masterminds/semver/v3 v3.4.0 // indirect
@@ -40,7 +40,7 @@ require (
4040
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4141
github.com/cloudwego/base64x v0.1.6 // indirect
4242
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
43-
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
43+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
4444
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
4545
github.com/felixge/httpsnoop v1.0.4 // indirect
4646
github.com/fluxcd/pkg/apis/acl v0.9.0 // indirect
@@ -84,18 +84,18 @@ require (
8484
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
8585
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
8686
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
87-
github.com/projectsveltos/lua-utils/glua-json v0.0.0-20250809120506-2b7d4265df58 // indirect
88-
github.com/projectsveltos/lua-utils/glua-runes v0.0.0-20250809120506-2b7d4265df58 // indirect
89-
github.com/projectsveltos/lua-utils/glua-sprig v0.0.0-20250809120506-2b7d4265df58 // indirect
90-
github.com/projectsveltos/lua-utils/glua-strings v0.0.0-20250809120506-2b7d4265df58 // indirect
87+
github.com/projectsveltos/lua-utils/glua-json v0.0.0-20251212200258-2b3cdcb7c0f5 // indirect
88+
github.com/projectsveltos/lua-utils/glua-runes v0.0.0-20251212200258-2b3cdcb7c0f5 // indirect
89+
github.com/projectsveltos/lua-utils/glua-sprig v0.0.0-20251212200258-2b3cdcb7c0f5 // indirect
90+
github.com/projectsveltos/lua-utils/glua-strings v0.0.0-20251212200258-2b3cdcb7c0f5 // indirect
9191
github.com/prometheus/client_golang v1.23.2 // indirect
9292
github.com/prometheus/client_model v0.6.2 // indirect
9393
github.com/prometheus/common v0.66.1 // indirect
9494
github.com/prometheus/procfs v0.16.1 // indirect
9595
github.com/quic-go/qpack v0.6.0 // indirect
9696
github.com/quic-go/quic-go v0.57.1 // indirect
9797
github.com/shopspring/decimal v1.4.0 // indirect
98-
github.com/spf13/cast v1.7.1 // indirect
98+
github.com/spf13/cast v1.10.0 // indirect
9999
github.com/spf13/cobra v1.10.1 // indirect
100100
github.com/stoewer/go-strcase v1.3.0 // indirect
101101
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
@@ -112,30 +112,30 @@ require (
112112
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
113113
go.opentelemetry.io/otel/trace v1.35.0 // indirect
114114
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
115-
go.yaml.in/yaml/v2 v2.4.2 // indirect
115+
go.yaml.in/yaml/v2 v2.4.3 // indirect
116116
go.yaml.in/yaml/v3 v3.0.4 // indirect
117117
golang.org/x/arch v0.20.0 // indirect
118-
golang.org/x/crypto v0.45.0 // indirect
118+
golang.org/x/crypto v0.46.0 // indirect
119119
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
120-
golang.org/x/mod v0.29.0 // indirect
120+
golang.org/x/mod v0.30.0 // indirect
121121
golang.org/x/net v0.47.0 // indirect
122-
golang.org/x/oauth2 v0.30.0 // indirect
123-
golang.org/x/sync v0.18.0 // indirect
124-
golang.org/x/sys v0.38.0 // indirect
125-
golang.org/x/term v0.37.0 // indirect
126-
golang.org/x/text v0.31.0 // indirect
122+
golang.org/x/oauth2 v0.33.0 // indirect
123+
golang.org/x/sync v0.19.0 // indirect
124+
golang.org/x/sys v0.39.0 // indirect
125+
golang.org/x/term v0.38.0 // indirect
126+
golang.org/x/text v0.32.0 // indirect
127127
golang.org/x/time v0.12.0 // indirect
128-
golang.org/x/tools v0.38.0 // indirect
128+
golang.org/x/tools v0.39.0 // indirect
129129
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
130130
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
131131
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
132-
google.golang.org/grpc v1.72.1 // indirect
133-
google.golang.org/protobuf v1.36.9 // indirect
132+
google.golang.org/grpc v1.72.3 // indirect
133+
google.golang.org/protobuf v1.36.10 // indirect
134134
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
135135
gopkg.in/inf.v0 v0.9.1 // indirect
136136
gopkg.in/yaml.v3 v3.0.1 // indirect
137-
k8s.io/apiserver v0.34.2 // indirect
138-
k8s.io/cluster-bootstrap v0.33.3 // indirect
137+
k8s.io/apiserver v0.34.3 // indirect
138+
k8s.io/cluster-bootstrap v0.34.2 // indirect
139139
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
140140
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
141141
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect

0 commit comments

Comments
 (0)