Skip to content

Commit 672b430

Browse files
Release 1.8.1 (#1060)
Release 1.8.1
1 parent cf33b1c commit 672b430

File tree

11 files changed

+269
-19
lines changed

11 files changed

+269
-19
lines changed

bundle/manifests/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,20 @@ spec:
456456
type: string
457457
secretAccessKey:
458458
type: string
459+
secretRef:
460+
description: A reference to as Secret containing the AccessKeyID,
461+
SecretAccessKey, CustomerMasterKey and RoleID fields
462+
properties:
463+
name:
464+
description: Name is the name of the Kubernetes Resource
465+
type: string
466+
namespace:
467+
description: Namespace is the namespace of the Kubernetes
468+
Resource
469+
type: string
470+
required:
471+
- name
472+
type: object
459473
valid:
460474
type: boolean
461475
type: object
@@ -478,6 +492,20 @@ spec:
478492
type: string
479493
secret:
480494
type: string
495+
secretRef:
496+
description: A reference to as Secret containing the SubscriptionID,
497+
KeyVaultName, KeyIdentifier, Secret fields
498+
properties:
499+
name:
500+
description: Name is the name of the Kubernetes Resource
501+
type: string
502+
namespace:
503+
description: Namespace is the namespace of the Kubernetes
504+
Resource
505+
type: string
506+
required:
507+
- name
508+
type: object
481509
subscriptionID:
482510
type: string
483511
tenantID:
@@ -491,6 +519,20 @@ spec:
491519
type: boolean
492520
keyVersionResourceID:
493521
type: string
522+
secretRef:
523+
description: A reference to as Secret containing the ServiceAccountKey,
524+
KeyVersionResourceID fields
525+
properties:
526+
name:
527+
description: Name is the name of the Kubernetes Resource
528+
type: string
529+
namespace:
530+
description: Namespace is the namespace of the Kubernetes
531+
Resource
532+
type: string
533+
required:
534+
- name
535+
type: object
494536
serviceAccountKey:
495537
type: string
496538
type: object

bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ metadata:
127127
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
128128
operators.operatorframework.io/builder: operator-sdk-v1.15.0+git
129129
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
130-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.8.0
130+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.8.1
131131
labels:
132132
operatorframework.io/arch.amd64: supported
133133
operatorframework.io/arch.arm64: supported
134134
operatorframework.io/os.linux: supported
135-
name: mongodb-atlas-kubernetes.v1.8.0
135+
name: mongodb-atlas-kubernetes.v1.8.1
136136
namespace: placeholder
137137
spec:
138138
apiservicedefinitions: {}
@@ -490,7 +490,7 @@ spec:
490490
valueFrom:
491491
fieldRef:
492492
fieldPath: metadata.annotations['olm.targetNamespaces']
493-
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.0
493+
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.1
494494
imagePullPolicy: Always
495495
livenessProbe:
496496
httpGet:
@@ -575,5 +575,5 @@ spec:
575575
maturity: beta
576576
provider:
577577
name: MongoDB, Inc
578-
version: 1.8.0
579-
replaces: mongodb-atlas-kubernetes.v1.7.3
578+
version: 1.8.1
579+
replaces: mongodb-atlas-kubernetes.v1.8.0

deploy/all-in-one.yaml

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2294,6 +2294,20 @@ spec:
22942294
type: string
22952295
secretAccessKey:
22962296
type: string
2297+
secretRef:
2298+
description: A reference to as Secret containing the AccessKeyID,
2299+
SecretAccessKey, CustomerMasterKey and RoleID fields
2300+
properties:
2301+
name:
2302+
description: Name is the name of the Kubernetes Resource
2303+
type: string
2304+
namespace:
2305+
description: Namespace is the namespace of the Kubernetes
2306+
Resource
2307+
type: string
2308+
required:
2309+
- name
2310+
type: object
22972311
valid:
22982312
type: boolean
22992313
type: object
@@ -2316,6 +2330,20 @@ spec:
23162330
type: string
23172331
secret:
23182332
type: string
2333+
secretRef:
2334+
description: A reference to as Secret containing the SubscriptionID,
2335+
KeyVaultName, KeyIdentifier, Secret fields
2336+
properties:
2337+
name:
2338+
description: Name is the name of the Kubernetes Resource
2339+
type: string
2340+
namespace:
2341+
description: Namespace is the namespace of the Kubernetes
2342+
Resource
2343+
type: string
2344+
required:
2345+
- name
2346+
type: object
23192347
subscriptionID:
23202348
type: string
23212349
tenantID:
@@ -2329,6 +2357,20 @@ spec:
23292357
type: boolean
23302358
keyVersionResourceID:
23312359
type: string
2360+
secretRef:
2361+
description: A reference to as Secret containing the ServiceAccountKey,
2362+
KeyVersionResourceID fields
2363+
properties:
2364+
name:
2365+
description: Name is the name of the Kubernetes Resource
2366+
type: string
2367+
namespace:
2368+
description: Namespace is the namespace of the Kubernetes
2369+
Resource
2370+
type: string
2371+
required:
2372+
- name
2373+
type: object
23322374
serviceAccountKey:
23332375
type: string
23342376
type: object
@@ -3759,7 +3801,7 @@ spec:
37593801
valueFrom:
37603802
fieldRef:
37613803
fieldPath: metadata.namespace
3762-
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.0
3804+
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.1
37633805
imagePullPolicy: Always
37643806
livenessProbe:
37653807
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ spec:
306306
valueFrom:
307307
fieldRef:
308308
fieldPath: metadata.namespace
309-
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.0
309+
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.1
310310
imagePullPolicy: Always
311311
livenessProbe:
312312
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,6 +2261,20 @@ spec:
22612261
type: string
22622262
secretAccessKey:
22632263
type: string
2264+
secretRef:
2265+
description: A reference to as Secret containing the AccessKeyID,
2266+
SecretAccessKey, CustomerMasterKey and RoleID fields
2267+
properties:
2268+
name:
2269+
description: Name is the name of the Kubernetes Resource
2270+
type: string
2271+
namespace:
2272+
description: Namespace is the namespace of the Kubernetes
2273+
Resource
2274+
type: string
2275+
required:
2276+
- name
2277+
type: object
22642278
valid:
22652279
type: boolean
22662280
type: object
@@ -2283,6 +2297,20 @@ spec:
22832297
type: string
22842298
secret:
22852299
type: string
2300+
secretRef:
2301+
description: A reference to as Secret containing the SubscriptionID,
2302+
KeyVaultName, KeyIdentifier, Secret fields
2303+
properties:
2304+
name:
2305+
description: Name is the name of the Kubernetes Resource
2306+
type: string
2307+
namespace:
2308+
description: Namespace is the namespace of the Kubernetes
2309+
Resource
2310+
type: string
2311+
required:
2312+
- name
2313+
type: object
22862314
subscriptionID:
22872315
type: string
22882316
tenantID:
@@ -2296,6 +2324,20 @@ spec:
22962324
type: boolean
22972325
keyVersionResourceID:
22982326
type: string
2327+
secretRef:
2328+
description: A reference to as Secret containing the ServiceAccountKey,
2329+
KeyVersionResourceID fields
2330+
properties:
2331+
name:
2332+
description: Name is the name of the Kubernetes Resource
2333+
type: string
2334+
namespace:
2335+
description: Namespace is the namespace of the Kubernetes
2336+
Resource
2337+
type: string
2338+
required:
2339+
- name
2340+
type: object
22992341
serviceAccountKey:
23002342
type: string
23012343
type: object

deploy/crds/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,20 @@ spec:
453453
type: string
454454
secretAccessKey:
455455
type: string
456+
secretRef:
457+
description: A reference to as Secret containing the AccessKeyID,
458+
SecretAccessKey, CustomerMasterKey and RoleID fields
459+
properties:
460+
name:
461+
description: Name is the name of the Kubernetes Resource
462+
type: string
463+
namespace:
464+
description: Namespace is the namespace of the Kubernetes
465+
Resource
466+
type: string
467+
required:
468+
- name
469+
type: object
456470
valid:
457471
type: boolean
458472
type: object
@@ -475,6 +489,20 @@ spec:
475489
type: string
476490
secret:
477491
type: string
492+
secretRef:
493+
description: A reference to as Secret containing the SubscriptionID,
494+
KeyVaultName, KeyIdentifier, Secret fields
495+
properties:
496+
name:
497+
description: Name is the name of the Kubernetes Resource
498+
type: string
499+
namespace:
500+
description: Namespace is the namespace of the Kubernetes
501+
Resource
502+
type: string
503+
required:
504+
- name
505+
type: object
478506
subscriptionID:
479507
type: string
480508
tenantID:
@@ -488,6 +516,20 @@ spec:
488516
type: boolean
489517
keyVersionResourceID:
490518
type: string
519+
secretRef:
520+
description: A reference to as Secret containing the ServiceAccountKey,
521+
KeyVersionResourceID fields
522+
properties:
523+
name:
524+
description: Name is the name of the Kubernetes Resource
525+
type: string
526+
namespace:
527+
description: Namespace is the namespace of the Kubernetes
528+
Resource
529+
type: string
530+
required:
531+
- name
532+
type: object
491533
serviceAccountKey:
492534
type: string
493535
type: object

deploy/namespaced/crds.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,6 +2261,20 @@ spec:
22612261
type: string
22622262
secretAccessKey:
22632263
type: string
2264+
secretRef:
2265+
description: A reference to as Secret containing the AccessKeyID,
2266+
SecretAccessKey, CustomerMasterKey and RoleID fields
2267+
properties:
2268+
name:
2269+
description: Name is the name of the Kubernetes Resource
2270+
type: string
2271+
namespace:
2272+
description: Namespace is the namespace of the Kubernetes
2273+
Resource
2274+
type: string
2275+
required:
2276+
- name
2277+
type: object
22642278
valid:
22652279
type: boolean
22662280
type: object
@@ -2283,6 +2297,20 @@ spec:
22832297
type: string
22842298
secret:
22852299
type: string
2300+
secretRef:
2301+
description: A reference to as Secret containing the SubscriptionID,
2302+
KeyVaultName, KeyIdentifier, Secret fields
2303+
properties:
2304+
name:
2305+
description: Name is the name of the Kubernetes Resource
2306+
type: string
2307+
namespace:
2308+
description: Namespace is the namespace of the Kubernetes
2309+
Resource
2310+
type: string
2311+
required:
2312+
- name
2313+
type: object
22862314
subscriptionID:
22872315
type: string
22882316
tenantID:
@@ -2296,6 +2324,20 @@ spec:
22962324
type: boolean
22972325
keyVersionResourceID:
22982326
type: string
2327+
secretRef:
2328+
description: A reference to as Secret containing the ServiceAccountKey,
2329+
KeyVersionResourceID fields
2330+
properties:
2331+
name:
2332+
description: Name is the name of the Kubernetes Resource
2333+
type: string
2334+
namespace:
2335+
description: Namespace is the namespace of the Kubernetes
2336+
Resource
2337+
type: string
2338+
required:
2339+
- name
2340+
type: object
22992341
serviceAccountKey:
23002342
type: string
23012343
type: object

deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ spec:
312312
valueFrom:
313313
fieldRef:
314314
fieldPath: metadata.namespace
315-
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.0
315+
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.1
316316
imagePullPolicy: Always
317317
livenessProbe:
318318
httpGet:

0 commit comments

Comments
 (0)