Skip to content

Commit 68570f7

Browse files
github-actions[bot]fabritsiusigor-karpukhinSugar-packhelderjs
authored
Release 1.4.1 (#760)
Release 1.4.1 Co-authored-by: Anton <[email protected]> Co-authored-by: Igor Karpukhin <[email protected]> Co-authored-by: Timur Akhmadiev <[email protected]> Co-authored-by: Helder Santana <[email protected]>
1 parent 8e3f636 commit 68570f7

11 files changed

+538
-10
lines changed

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM scratch
22

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

bundle/manifests/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,75 @@ spec:
280280
required:
281281
- name
282282
type: object
283+
customRoles:
284+
description: The customRoles lets you create, and change custom roles
285+
in your cluster. Use custom roles to specify custom sets of actions
286+
that the Atlas built-in roles can't describe.
287+
items:
288+
properties:
289+
actions:
290+
description: List of the individual privilege actions that the
291+
role grants.
292+
items:
293+
properties:
294+
name:
295+
description: Human-readable label that identifies the
296+
privilege action.
297+
type: string
298+
resources:
299+
description: List of resources on which you grant the
300+
action.
301+
items:
302+
properties:
303+
cluster:
304+
description: Flag that indicates whether to grant
305+
the action on the cluster resource. If true, MongoDB
306+
Cloud ignores Database and Collection parameters.
307+
type: boolean
308+
collection:
309+
description: Human-readable label that identifies
310+
the collection on which you grant the action to
311+
one MongoDB user.
312+
type: string
313+
database:
314+
description: Human-readable label that identifies
315+
the database on which you grant the action to
316+
one MongoDB user.
317+
type: string
318+
type: object
319+
type: array
320+
required:
321+
- name
322+
- resources
323+
type: object
324+
type: array
325+
inheritedRoles:
326+
description: List of the built-in roles that this custom role
327+
inherits.
328+
items:
329+
properties:
330+
database:
331+
description: Human-readable label that identifies the
332+
database on which someone grants the action to one MongoDB
333+
user.
334+
type: string
335+
name:
336+
description: Human-readable label that identifies the
337+
role inherited.
338+
type: string
339+
required:
340+
- database
341+
- name
342+
type: object
343+
type: array
344+
name:
345+
description: Human-readable label that identifies the role.
346+
This name must be unique for this custom role in this project.
347+
type: string
348+
required:
349+
- name
350+
type: object
351+
type: array
283352
encryptionAtRest:
284353
description: EncryptionAtRest allows to set encryption for AWS, Azure
285354
and GCP providers
@@ -1080,6 +1149,25 @@ spec:
10801149
- type
10811150
type: object
10821151
type: array
1152+
customRoles:
1153+
description: CustomRoles contains a list of custom roles statuses
1154+
items:
1155+
properties:
1156+
error:
1157+
description: The message when the custom role is in the FAILED
1158+
status
1159+
type: string
1160+
name:
1161+
description: Role name which is unique
1162+
type: string
1163+
status:
1164+
description: The status of the given custom role (OK or FAILED)
1165+
type: string
1166+
required:
1167+
- name
1168+
- status
1169+
type: object
1170+
type: array
10831171
expiredIpAccessList:
10841172
description: The list of IP Access List entries that are expired due
10851173
to 'deleteAfterDate' being less than the current date. Note, that

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +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-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.4.0
115-
name: mongodb-atlas-kubernetes.v1.4.0
114+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.4.1
115+
name: mongodb-atlas-kubernetes.v1.4.1
116116
namespace: placeholder
117117
spec:
118118
apiservicedefinitions: {}
@@ -420,7 +420,7 @@ spec:
420420
valueFrom:
421421
fieldRef:
422422
fieldPath: metadata.annotations['olm.targetNamespaces']
423-
image: mongodb/mongodb-atlas-kubernetes-operator:1.4.0
423+
image: mongodb/mongodb-atlas-kubernetes-operator:1.4.1
424424
imagePullPolicy: Always
425425
livenessProbe:
426426
httpGet:
@@ -495,5 +495,5 @@ spec:
495495
maturity: beta
496496
provider:
497497
name: MongoDB, Inc
498-
version: 1.4.0
499-
replaces: mongodb-atlas-kubernetes.v1.3.0
498+
version: 1.4.1
499+
replaces: mongodb-atlas-kubernetes.v1.4.0

deploy/all-in-one.yaml

Lines changed: 89 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,6 +1553,75 @@ spec:
15531553
required:
15541554
- name
15551555
type: object
1556+
customRoles:
1557+
description: The customRoles lets you create, and change custom roles
1558+
in your cluster. Use custom roles to specify custom sets of actions
1559+
that the Atlas built-in roles can't describe.
1560+
items:
1561+
properties:
1562+
actions:
1563+
description: List of the individual privilege actions that the
1564+
role grants.
1565+
items:
1566+
properties:
1567+
name:
1568+
description: Human-readable label that identifies the
1569+
privilege action.
1570+
type: string
1571+
resources:
1572+
description: List of resources on which you grant the
1573+
action.
1574+
items:
1575+
properties:
1576+
cluster:
1577+
description: Flag that indicates whether to grant
1578+
the action on the cluster resource. If true, MongoDB
1579+
Cloud ignores Database and Collection parameters.
1580+
type: boolean
1581+
collection:
1582+
description: Human-readable label that identifies
1583+
the collection on which you grant the action to
1584+
one MongoDB user.
1585+
type: string
1586+
database:
1587+
description: Human-readable label that identifies
1588+
the database on which you grant the action to
1589+
one MongoDB user.
1590+
type: string
1591+
type: object
1592+
type: array
1593+
required:
1594+
- name
1595+
- resources
1596+
type: object
1597+
type: array
1598+
inheritedRoles:
1599+
description: List of the built-in roles that this custom role
1600+
inherits.
1601+
items:
1602+
properties:
1603+
database:
1604+
description: Human-readable label that identifies the
1605+
database on which someone grants the action to one MongoDB
1606+
user.
1607+
type: string
1608+
name:
1609+
description: Human-readable label that identifies the
1610+
role inherited.
1611+
type: string
1612+
required:
1613+
- database
1614+
- name
1615+
type: object
1616+
type: array
1617+
name:
1618+
description: Human-readable label that identifies the role.
1619+
This name must be unique for this custom role in this project.
1620+
type: string
1621+
required:
1622+
- name
1623+
type: object
1624+
type: array
15561625
encryptionAtRest:
15571626
description: EncryptionAtRest allows to set encryption for AWS, Azure
15581627
and GCP providers
@@ -2353,6 +2422,25 @@ spec:
23532422
- type
23542423
type: object
23552424
type: array
2425+
customRoles:
2426+
description: CustomRoles contains a list of custom roles statuses
2427+
items:
2428+
properties:
2429+
error:
2430+
description: The message when the custom role is in the FAILED
2431+
status
2432+
type: string
2433+
name:
2434+
description: Role name which is unique
2435+
type: string
2436+
status:
2437+
description: The status of the given custom role (OK or FAILED)
2438+
type: string
2439+
required:
2440+
- name
2441+
- status
2442+
type: object
2443+
type: array
23562444
expiredIpAccessList:
23572445
description: The list of IP Access List entries that are expired due
23582446
to 'deleteAfterDate' being less than the current date. Note, that
@@ -2781,7 +2869,7 @@ spec:
27812869
valueFrom:
27822870
fieldRef:
27832871
fieldPath: metadata.namespace
2784-
image: mongodb/mongodb-atlas-kubernetes-operator:1.4.0
2872+
image: mongodb/mongodb-atlas-kubernetes-operator:1.4.1
27852873
imagePullPolicy: Always
27862874
livenessProbe:
27872875
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ spec:
256256
valueFrom:
257257
fieldRef:
258258
fieldPath: metadata.namespace
259-
image: mongodb/mongodb-atlas-kubernetes-operator:1.4.0
259+
image: mongodb/mongodb-atlas-kubernetes-operator:1.4.1
260260
imagePullPolicy: Always
261261
livenessProbe:
262262
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,75 @@ spec:
15241524
required:
15251525
- name
15261526
type: object
1527+
customRoles:
1528+
description: The customRoles lets you create, and change custom roles
1529+
in your cluster. Use custom roles to specify custom sets of actions
1530+
that the Atlas built-in roles can't describe.
1531+
items:
1532+
properties:
1533+
actions:
1534+
description: List of the individual privilege actions that the
1535+
role grants.
1536+
items:
1537+
properties:
1538+
name:
1539+
description: Human-readable label that identifies the
1540+
privilege action.
1541+
type: string
1542+
resources:
1543+
description: List of resources on which you grant the
1544+
action.
1545+
items:
1546+
properties:
1547+
cluster:
1548+
description: Flag that indicates whether to grant
1549+
the action on the cluster resource. If true, MongoDB
1550+
Cloud ignores Database and Collection parameters.
1551+
type: boolean
1552+
collection:
1553+
description: Human-readable label that identifies
1554+
the collection on which you grant the action to
1555+
one MongoDB user.
1556+
type: string
1557+
database:
1558+
description: Human-readable label that identifies
1559+
the database on which you grant the action to
1560+
one MongoDB user.
1561+
type: string
1562+
type: object
1563+
type: array
1564+
required:
1565+
- name
1566+
- resources
1567+
type: object
1568+
type: array
1569+
inheritedRoles:
1570+
description: List of the built-in roles that this custom role
1571+
inherits.
1572+
items:
1573+
properties:
1574+
database:
1575+
description: Human-readable label that identifies the
1576+
database on which someone grants the action to one MongoDB
1577+
user.
1578+
type: string
1579+
name:
1580+
description: Human-readable label that identifies the
1581+
role inherited.
1582+
type: string
1583+
required:
1584+
- database
1585+
- name
1586+
type: object
1587+
type: array
1588+
name:
1589+
description: Human-readable label that identifies the role.
1590+
This name must be unique for this custom role in this project.
1591+
type: string
1592+
required:
1593+
- name
1594+
type: object
1595+
type: array
15271596
encryptionAtRest:
15281597
description: EncryptionAtRest allows to set encryption for AWS, Azure
15291598
and GCP providers
@@ -2324,6 +2393,25 @@ spec:
23242393
- type
23252394
type: object
23262395
type: array
2396+
customRoles:
2397+
description: CustomRoles contains a list of custom roles statuses
2398+
items:
2399+
properties:
2400+
error:
2401+
description: The message when the custom role is in the FAILED
2402+
status
2403+
type: string
2404+
name:
2405+
description: Role name which is unique
2406+
type: string
2407+
status:
2408+
description: The status of the given custom role (OK or FAILED)
2409+
type: string
2410+
required:
2411+
- name
2412+
- status
2413+
type: object
2414+
type: array
23272415
expiredIpAccessList:
23282416
description: The list of IP Access List entries that are expired due
23292417
to 'deleteAfterDate' being less than the current date. Note, that

0 commit comments

Comments
 (0)