Skip to content

Commit 31c265b

Browse files
mms-build-accountfealebenpaemircea-cosbucslaskawi
committed
CLOUDP-281900: Bump Ops Manager Container Image version to 7.0.12 (#3895)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-281900](https://jira.mongodb.org/browse/CLOUDP-281900) # Description Bump Ops Manager container image version to 7.0.12. # Reviewer Checklist Before merging this PR, verify the following: - [ ] the following tasks are passing in Evergreen: - `publish_ops_manager` task (variant: `publish_om70_images`) - [ ] the `agent_version` was updated correctly - [ ] the `tools_version` was updated correctly --------- Co-authored-by: Yavor Georgiev <yavor.georgiev@mongodb.com> Co-authored-by: Mircea Cosbuc <mircea.cosbuc@mongodb.com> Co-authored-by: Sebastian Łaskawiec <sebastian.laskawiec@mongodb.com>
1 parent ee211d1 commit 31c265b

File tree

6 files changed

+35
-2
lines changed

6 files changed

+35
-2
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include:
88
variables:
99
- &ops_manager_60_latest 6.0.25 # The order/index is important, since these are anchors. Please do not change
1010

11-
- &ops_manager_70_latest 7.0.11 # The order/index is important, since these are anchors. Please do not change
11+
- &ops_manager_70_latest 7.0.12 # The order/index is important, since these are anchors. Please do not change
1212

1313
- &ops_manager_80_latest 8.0.1 # The order/index is important, since these are anchors. Please do not change
1414

config/manager/manager.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@ spec:
129129
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.11.8645-1_1.28.0"
130130
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_11_8645_1_1_29_0
131131
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.11.8645-1_1.29.0"
132+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_12_8669_1
133+
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.12.8669-1"
134+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_12_8669_1_1_27_0
135+
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.12.8669-1_1.27.0"
136+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_12_8669_1_1_28_0
137+
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.12.8669-1_1.28.0"
138+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_12_8669_1_1_29_0
139+
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.12.8669-1_1.29.0"
132140
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_2_8531_1
133141
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.2.8531-1"
134142
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_2_8531_1_1_27_0
@@ -325,6 +333,8 @@ spec:
325333
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.10"
326334
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_11
327335
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.11"
336+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_12
337+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.12"
328338
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_0
329339
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.0"
330340
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_1

docker/mongodb-enterprise-tests/tests/opsmanager/om_ops_manager_upgrade.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,10 @@ def test_mongodb_upgrade(self, mdb: MongoDB, custom_mdb_version: str):
351351
mdb["spec"]["version"] = custom_mdb_version
352352
mdb.update()
353353

354-
mdb.assert_reaches_phase(Phase.Running, timeout=1200)
354+
# After the Ops Manager Upgrade, there's no time guarantees when a new manifest will be downloaded.
355+
# Therefore, we may occasionally get "Invalid config: MongoDB version 8.0.0 is not available."
356+
# This shouldn't happen very often at our customers as upgrading OM and MDB is usually separate processes.
357+
mdb.assert_reaches_phase(Phase.Running, timeout=1200, ignore_errors=True)
355358
mdb.assert_connectivity()
356359
mdb.tester().assert_version(custom_mdb_version)
357360

helm_chart/values-openshift.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ relatedImages:
6767
- 7.0.9
6868
- 7.0.10
6969
- 7.0.11
70+
- 7.0.12
7071
- 8.0.0
7172
- 8.0.1
7273
mongodb:
@@ -133,6 +134,10 @@ relatedImages:
133134
- 107.0.11.8645-1_1.27.0
134135
- 107.0.11.8645-1_1.28.0
135136
- 107.0.11.8645-1_1.29.0
137+
- 107.0.12.8669-1
138+
- 107.0.12.8669-1_1.27.0
139+
- 107.0.12.8669-1_1.28.0
140+
- 107.0.12.8669-1_1.29.0
136141
- 107.0.2.8531-1
137142
- 107.0.2.8531-1_1.27.0
138143
- 107.0.2.8531-1_1.28.0

public/mongodb-enterprise-openshift.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,14 @@ spec:
329329
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.11.8645-1_1.28.0"
330330
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_11_8645_1_1_29_0
331331
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.11.8645-1_1.29.0"
332+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_12_8669_1
333+
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.12.8669-1"
334+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_12_8669_1_1_27_0
335+
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.12.8669-1_1.27.0"
336+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_12_8669_1_1_28_0
337+
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.12.8669-1_1.28.0"
338+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_12_8669_1_1_29_0
339+
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.12.8669-1_1.29.0"
332340
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_2_8531_1
333341
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.2.8531-1"
334342
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_2_8531_1_1_27_0
@@ -525,6 +533,8 @@ spec:
525533
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.10"
526534
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_11
527535
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.11"
536+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_12
537+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.12"
528538
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_0
529539
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.0"
530540
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_1

release.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"7.0.9",
7171
"7.0.10",
7272
"7.0.11",
73+
"7.0.12",
7374
"8.0.0",
7475
"8.0.1"
7576
],
@@ -211,6 +212,10 @@
211212
"agent_version": "107.0.11.8645-1",
212213
"tools_version": "100.10.0"
213214
},
215+
"7.0.12": {
216+
"agent_version": "107.0.12.8669-1",
217+
"tools_version": "100.10.0"
218+
},
214219
"8.0.1": {
215220
"agent_version": "108.0.1.8718-1",
216221
"tools_version": "100.10.0"

0 commit comments

Comments
 (0)