Skip to content

Commit 7616960

Browse files
github-actions[bot]fabritsiusleo-riigor-karpukhinJulien-Ben
committed
Release 1.1.0 (#580)
Co-authored-by: Anton <[email protected]> Co-authored-by: Svetlana <[email protected]> Co-authored-by: Igor Karpukhin <[email protected]> Co-authored-by: Julien-Ben <[email protected]>
1 parent a6a0372 commit 7616960

15 files changed

+776
-556
lines changed

bundle.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM scratch
22

3-
LABEL com.redhat.openshift.versions="v4.5-v4.7"
3+
LABEL com.redhat.openshift.versions="v4.5-v4.10"
44
LABEL com.redhat.delivery.backport=true
55
LABEL com.redhat.delivery.operator.bundle=true
66

@@ -9,8 +9,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
99
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
1010
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
1111
LABEL operators.operatorframework.io.bundle.package.v1=mongodb-atlas-kubernetes
12-
LABEL operators.operatorframework.io.bundle.channels.v1=beta
13-
LABEL operators.operatorframework.io.bundle.channel.default.v1=beta
12+
LABEL operators.operatorframework.io.bundle.channels.v1=stable
13+
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
1414
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.15.0+git
1515
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1616
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v2

bundle/manifests/atlas.mongodb.com_atlasdeployments.yaml

Lines changed: 89 additions & 89 deletions
Large diffs are not rendered by default.

bundle/manifests/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,40 @@ spec:
229229
type: object
230230
type: object
231231
type: array
232+
maintenanceWindow:
233+
description: MaintenanceWindow allows to specify a preferred time
234+
in the week to run maintenance operations. See more information
235+
at https://www.mongodb.com/docs/atlas/reference/api/maintenance-windows/
236+
properties:
237+
autoDefer:
238+
description: Flag indicating whether any scheduled project maintenance
239+
should be deferred automatically for one week.
240+
type: boolean
241+
dayOfWeek:
242+
description: Day of the week when you would like the maintenance
243+
window to start as a 1-based integer. Sunday 1, Monday 2, Tuesday
244+
3, Wednesday 4, Thursday 5, Friday 6, Saturday 7
245+
maximum: 7
246+
minimum: 1
247+
type: integer
248+
defer:
249+
description: Flag indicating whether the next scheduled project
250+
maintenance should be deferred for one week. Cannot be specified
251+
if startASAP is true
252+
type: boolean
253+
hourOfDay:
254+
description: Hour of the day when you would like the maintenance
255+
window to start. This parameter uses the 24-hour clock, where
256+
midnight is 0, noon is 12.
257+
maximum: 23
258+
minimum: 0
259+
type: integer
260+
startASAP:
261+
description: Flag indicating whether project maintenance has been
262+
directed to start immediately. Cannot be specified if defer
263+
is true
264+
type: boolean
265+
type: object
232266
name:
233267
description: Name is the name of the Project that is created in Atlas
234268
by the Operator if it doesn't exist yet.
@@ -326,6 +360,9 @@ spec:
326360
name:
327361
description: Name is the name of the Kubernetes Resource
328362
type: string
363+
namespace:
364+
description: Namespace is the namespace of the Kubernetes Resource
365+
type: string
329366
required:
330367
- name
331368
type: object

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ metadata:
7373
"apiVersion": "atlas.mongodb.com/v1",
7474
"kind": "AtlasDeployment",
7575
"metadata": {
76-
"name": "my-atlas-cluster"
76+
"name": "my-atlas-deployment"
7777
},
7878
"spec": {
7979
"deploymentSpec": {
80-
"name": "test-cluster",
80+
"name": "test-deployment",
8181
"providerSettings": {
8282
"instanceSizeName": "M10",
8383
"providerName": "AWS",
@@ -111,7 +111,8 @@ metadata:
111111
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
112112
operators.operatorframework.io/builder: operator-sdk-v1.15.0+git
113113
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
114-
name: mongodb-atlas-kubernetes.v1.0.0
114+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.1.0
115+
name: mongodb-atlas-kubernetes.v1.1.0
115116
namespace: placeholder
116117
spec:
117118
apiservicedefinitions: {}
@@ -132,7 +133,7 @@ spec:
132133
kind: AtlasDatabaseUser
133134
name: atlasdatabaseusers.atlas.mongodb.com
134135
version: v1
135-
- description: AtlasDeployment is the Schema for the atlasclusters API
136+
- description: AtlasDeployment is the Schema for the atlasdeployments API
136137
displayName: Atlas Deployment
137138
kind: AtlasDeployment
138139
name: atlasdeployments.atlas.mongodb.com
@@ -419,7 +420,7 @@ spec:
419420
valueFrom:
420421
fieldRef:
421422
fieldPath: metadata.annotations['olm.targetNamespaces']
422-
image: registry.connect.redhat.com/mongodb/mongodb-atlas-kubernetes-operator:1.0.0
423+
image: mongodb/mongodb-atlas-kubernetes-operator:1.1.0
423424
imagePullPolicy: Always
424425
livenessProbe:
425426
httpGet:
@@ -494,5 +495,5 @@ spec:
494495
maturity: beta
495496
provider:
496497
name: MongoDB, Inc
497-
version: 1.0.0
498-
replaces: mongodb-atlas-kubernetes.v0.5.0
498+
version: 1.1.0
499+
replaces: mongodb-atlas-kubernetes.v1.0.0

bundle/metadata/annotations.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ annotations:
44
operators.operatorframework.io.bundle.manifests.v1: manifests/
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
operators.operatorframework.io.bundle.package.v1: mongodb-atlas-kubernetes
7-
operators.operatorframework.io.bundle.channels.v1: beta
8-
operators.operatorframework.io.bundle.channel.default.v1: beta
7+
operators.operatorframework.io.bundle.channels.v1: stable
8+
operators.operatorframework.io.bundle.channel.default.v1: stable
99
operators.operatorframework.io.metrics.builder: operator-sdk-v1.15.0+git
1010
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1111
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v2
1212

1313
# Annotations for testing.
1414
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
1515
operators.operatorframework.io.test.config.v1: tests/scorecard/
16-
17-
# Supported Openshift versions
18-
com.redhat.openshift.versions: "v4.5-v4.10"

0 commit comments

Comments
 (0)