File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616# Image URL to use all building/pushing image targets
1717REGISTRY ?= ghcr.io/eclipse-iofog
18- VERSION_TAG ?= 3.7.2
18+ VERSION_TAG ?= 3.7.1
1919IMG ?= $(REGISTRY ) /operator:$(VERSION_TAG )
2020BUNDLE_IMG ?= $(REGISTRY ) /operator-bundle:$(VERSION_TAG )
2121# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
Original file line number Diff line number Diff line change @@ -117,10 +117,10 @@ metadata:
117117 }
118118 ]
119119 capabilities : Basic Install
120- createdAt : " 2026-03-24T21:03:36Z "
120+ createdAt : " 2026-03-24T22:46:58Z "
121121 operators.operatorframework.io/builder : operator-sdk-v1.37.0
122122 operators.operatorframework.io/project_layout : go.kubebuilder.io/v4
123- name : iofog-operator.v3.7.2
123+ name : iofog-operator.v3.7.1
124124 namespace : placeholder
125125spec :
126126 apiservicedefinitions : {}
@@ -173,7 +173,7 @@ spec:
173173 fieldPath : metadata.name
174174 - name : OPERATOR_NAME
175175 value : iofog-operator
176- image : ghcr.io/eclipse-iofog/operator:3.7.2
176+ image : ghcr.io/eclipse-iofog/operator:3.7.1
177177 imagePullPolicy : Always
178178 name : iofog-operator
179179 resources : {}
@@ -200,4 +200,4 @@ spec:
200200 minKubeVersion : 1.18.0
201201 provider :
202202 name : Datasance
203- version : 3.7.2
203+ version : 3.7.1
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
55images :
66- name : ghcr.io/eclipse-iofog/operator
77 newName : ghcr.io/eclipse-iofog/operator
8- newTag : 3.7.2
8+ newTag : 3.7.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.3
77require (
88 github.com/eclipse-iofog/iofog-go-sdk/v3 v3.7.0-beta.0
99 github.com/go-logr/logr v1.4.2
10- golang.org/x/oauth2 v0.23 .0
10+ golang.org/x/oauth2 v0.27 .0
1111 k8s.io/api v0.32.1
1212 k8s.io/apiextensions-apiserver v0.32.1
1313 k8s.io/apimachinery v0.32.1
Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
124124golang.org/x/net v0.0.0-20201021035429-f5854403a974 /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
125125golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU =
126126golang.org/x/net v0.48.0 /go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY =
127- golang.org/x/oauth2 v0.23 .0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs =
128- golang.org/x/oauth2 v0.23 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
127+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
128+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
129129golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
130130golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
131131golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments