Skip to content

Commit 26c26eb

Browse files
Merge pull request #62 from Datasance/iofog/merge
bump oauth2 version, and fix operator version
2 parents a6eec0c + 0dd0892 commit 26c26eb

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif
1515

1616
# Image URL to use all building/pushing image targets
1717
REGISTRY ?= ghcr.io/eclipse-iofog
18-
VERSION_TAG ?= 3.7.2
18+
VERSION_TAG ?= 3.7.1
1919
IMG ?= $(REGISTRY)/operator:$(VERSION_TAG)
2020
BUNDLE_IMG ?= $(REGISTRY)/operator-bundle:$(VERSION_TAG)
2121
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)

bundle/manifests/iofog-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
125125
spec:
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

config/operator/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: ghcr.io/eclipse-iofog/operator
77
newName: ghcr.io/eclipse-iofog/operator
8-
newTag: 3.7.2
8+
newTag: 3.7.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.3
77
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
124124
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
125125
golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU=
126126
golang.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=
129129
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
130130
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
131131
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)