Skip to content

Commit 7ebb7a2

Browse files
mms-build-accountEvergreenJulien-BenMaciejKaras
authored
CLOUDP-331782: Bump Ops Manager Container Image version to 8.0.11 (#270)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-331782](https://jira.mongodb.org/browse/CLOUDP-331782) # Description Bump Ops Manager container image version to 8.0.11. # Reviewer Checklist Before merging this PR, verify the following: - [x] the following tasks are passing in Evergreen: - `publish_ops_manager` task (variant: `publish_om80_images`) - [ ] the `agent_version` was updated correctly - [ ] the `tools_version` was updated correctly --------- Co-authored-by: Evergreen <[email protected]> Co-authored-by: Julien Benhaim <[email protected]> Co-authored-by: Maciej Karaś <[email protected]>
1 parent d841a8e commit 7ebb7a2

File tree

7 files changed

+45
-33
lines changed

7 files changed

+45
-33
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111

1212
- &ops_manager_70_latest 7.0.15 # The order/index is important, since these are anchors. Please do not change
1313

14-
- &ops_manager_80_latest 8.0.7 # The order/index is important, since these are anchors. Please do not change
14+
- &ops_manager_80_latest 8.0.11 # The order/index is important, since these are anchors. Please do not change
1515

1616
# The dependency unification between static and non-static is intentional here.
1717
# Even though some images are exclusive, in EVG they all are built once and in parallel.

config/manager/manager.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,6 @@ spec:
130130
value: "quay.io/mongodb/mongodb-kubernetes-init-ops-manager:1.2.0"
131131
- name: RELATED_IMAGE_INIT_APPDB_IMAGE_REPOSITORY_1_2_0
132132
value: "quay.io/mongodb/mongodb-kubernetes-init-appdb:1.2.0"
133-
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_10_8627_1
134-
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.10.8627-1"
135-
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_10_8627_1_1_0_1
136-
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.10.8627-1_1.0.1"
137-
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_10_8627_1_1_1_0
138-
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.10.8627-1_1.1.0"
139-
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_10_8627_1_1_2_0
140-
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.10.8627-1_1.2.0"
141133
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_11_8645_1
142134
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.11.8645-1"
143135
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_11_8645_1_1_0_1
@@ -186,6 +178,14 @@ spec:
186178
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.1.8718-1_1.1.0"
187179
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1_1_2_0
188180
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.1.8718-1_1.2.0"
181+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1
182+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.11.8830-1"
183+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1_1_0_1
184+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.11.8830-1_1.0.1"
185+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1_1_1_0
186+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.11.8830-1_1.1.0"
187+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1_1_2_0
188+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.11.8830-1_1.2.0"
189189
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
190190
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.2.8729-1"
191191
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1_1_0_1
@@ -264,8 +264,6 @@ spec:
264264
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26"
265265
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_27
266266
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.27"
267-
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_10
268-
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.10"
269267
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_11
270268
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.11"
271269
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_12
@@ -292,6 +290,8 @@ spec:
292290
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.6"
293291
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_7
294292
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.7"
293+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_11
294+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.11"
295295
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
296296
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
297297
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"

docker/mongodb-kubernetes-tests/tests/opsmanager/fixtures/remote_fixtures/nginx.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,15 @@ spec:
117117
volumeMounts:
118118
- name: mongosh-versions
119119
mountPath: /mongodb-ops-manager/mongodb-releases/compass
120+
- name: setting-up-mongosh-2-5-3
121+
image: curlimages/curl:latest
122+
command:
123+
- sh
124+
- -c
125+
- curl -LO https://downloads.mongodb.com/compass/mongosh-2.5.3-linux-x64-openssl11.tgz --output-dir /mongodb-ops-manager/mongodb-releases/compass && true
126+
volumeMounts:
127+
- name: mongosh-versions
128+
mountPath: /mongodb-ops-manager/mongodb-releases/compass
120129

121130
restartPolicy: Always
122131
securityContext: {}

docker/mongodb-kubernetes-tests/tests/opsmanager/om_remotemode.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
VERSION_NOT_IN_WEB_SERVER = "4.2.1"
1616

17+
# If this test is failing after an OM Bump, ensure that the nginx deployment fixture contains the associated mongosh
18+
# version. More details in this ticket: https://jira.mongodb.org/browse/CLOUDP-332640
19+
1720

1821
def add_mdb_version_to_deployment(deployment: Dict[str, Any], version: str):
1922
"""

helm_chart/values-openshift.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ relatedImages:
3333
- 6.0.25
3434
- 6.0.26
3535
- 6.0.27
36-
- 7.0.10
3736
- 7.0.11
3837
- 7.0.12
3938
- 7.0.13
@@ -47,6 +46,7 @@ relatedImages:
4746
- 8.0.5
4847
- 8.0.6
4948
- 8.0.7
49+
- 8.0.11
5050
mongodb:
5151
- 4.4.0-ubi8
5252
- 4.4.1-ubi8
@@ -98,10 +98,6 @@ relatedImages:
9898
- 8.0.0-ubi8
9999
- 8.0.0-ubi9
100100
agent:
101-
- 107.0.10.8627-1
102-
- 107.0.10.8627-1_1.0.1
103-
- 107.0.10.8627-1_1.1.0
104-
- 107.0.10.8627-1_1.2.0
105101
- 107.0.11.8645-1
106102
- 107.0.11.8645-1_1.0.1
107103
- 107.0.11.8645-1_1.1.0
@@ -126,6 +122,10 @@ relatedImages:
126122
- 108.0.1.8718-1_1.0.1
127123
- 108.0.1.8718-1_1.1.0
128124
- 108.0.1.8718-1_1.2.0
125+
- 108.0.11.8830-1
126+
- 108.0.11.8830-1_1.0.1
127+
- 108.0.11.8830-1_1.1.0
128+
- 108.0.11.8830-1_1.2.0
129129
- 108.0.2.8729-1
130130
- 108.0.2.8729-1_1.0.1
131131
- 108.0.2.8729-1_1.1.0

public/mongodb-kubernetes-openshift.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -434,14 +434,6 @@ spec:
434434
value: "quay.io/mongodb/mongodb-kubernetes-init-ops-manager:1.2.0"
435435
- name: RELATED_IMAGE_INIT_APPDB_IMAGE_REPOSITORY_1_2_0
436436
value: "quay.io/mongodb/mongodb-kubernetes-init-appdb:1.2.0"
437-
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_10_8627_1
438-
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.10.8627-1"
439-
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_10_8627_1_1_0_1
440-
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.10.8627-1_1.0.1"
441-
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_10_8627_1_1_1_0
442-
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.10.8627-1_1.1.0"
443-
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_10_8627_1_1_2_0
444-
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.10.8627-1_1.2.0"
445437
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_11_8645_1
446438
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.11.8645-1"
447439
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_11_8645_1_1_0_1
@@ -490,6 +482,14 @@ spec:
490482
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.1.8718-1_1.1.0"
491483
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1_1_2_0
492484
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.1.8718-1_1.2.0"
485+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1
486+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.11.8830-1"
487+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1_1_0_1
488+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.11.8830-1_1.0.1"
489+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1_1_1_0
490+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.11.8830-1_1.1.0"
491+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1_1_2_0
492+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.11.8830-1_1.2.0"
493493
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
494494
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.2.8729-1"
495495
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1_1_0_1
@@ -568,8 +568,6 @@ spec:
568568
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26"
569569
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_27
570570
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.27"
571-
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_10
572-
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.10"
573571
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_11
574572
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.11"
575573
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_12
@@ -596,6 +594,8 @@ spec:
596594
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.6"
597595
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_7
598596
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.7"
597+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_11
598+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.11"
599599
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
600600
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
601601
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"

release.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"mongodbToolsBundle": {
3-
"ubi": "mongodb-database-tools-rhel88-x86_64-100.12.0.tgz"
3+
"ubi": "mongodb-database-tools-rhel88-x86_64-100.12.2.tgz"
44
},
55
"mongodbOperator": "1.2.0",
66
"initDatabaseVersion": "1.2.0",
@@ -41,7 +41,6 @@
4141
"6.0.25",
4242
"6.0.26",
4343
"6.0.27",
44-
"7.0.10",
4544
"7.0.11",
4645
"7.0.12",
4746
"7.0.13",
@@ -54,7 +53,8 @@
5453
"8.0.4",
5554
"8.0.5",
5655
"8.0.6",
57-
"8.0.7"
56+
"8.0.7",
57+
"8.0.11"
5858
],
5959
"variants": [
6060
"ubi"
@@ -120,10 +120,6 @@
120120
"agent_version": "12.0.35.7911-1",
121121
"tools_version": "100.10.0"
122122
},
123-
"7.0.10": {
124-
"agent_version": "107.0.10.8627-1",
125-
"tools_version": "100.9.5"
126-
},
127123
"7.0.11": {
128124
"agent_version": "107.0.11.8645-1",
129125
"tools_version": "100.10.0"
@@ -175,6 +171,10 @@
175171
"8.0.7": {
176172
"agent_version": "108.0.7.8810-1",
177173
"tools_version": "100.12.0"
174+
},
175+
"8.0.11": {
176+
"agent_version": "108.0.11.8830-1",
177+
"tools_version": "100.12.2"
178178
}
179179
}
180180
},

0 commit comments

Comments
 (0)