Skip to content

Commit eda92ad

Browse files
mms-build-accountm1kola
authored andcommitted
CLOUDP-299233: Bump Ops Manager Container Image version to 8.0.4 (#4082)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-299233](https://jira.mongodb.org/browse/CLOUDP-299233) # Description Bump Ops Manager container image version to 8.0.4. # Reviewer Checklist Before merging this PR, verify the following: - [ ] 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: Mikalai Radchuk <[email protected]>
1 parent f1b4309 commit eda92ad

File tree

5 files changed

+32
-2
lines changed

5 files changed

+32
-2
lines changed

.evergreen.yml

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

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

13-
- &ops_manager_80_latest 8.0.3 # The order/index is important, since these are anchors. Please do not change
13+
- &ops_manager_80_latest 8.0.4 # The order/index is important, since these are anchors. Please do not change
1414

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

config/manager/manager.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,14 @@ spec:
215215
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.3.8758-1_1.30.0"
216216
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1_1_31_0
217217
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.3.8758-1_1.31.0"
218+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1
219+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.4.8770-1"
220+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1_1_29_0
221+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.4.8770-1_1.29.0"
222+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1_1_30_0
223+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.4.8770-1_1.30.0"
224+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1_1_31_0
225+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.4.8770-1_1.31.0"
218226
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_31_7825_1
219227
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.31.7825-1"
220228
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_31_7825_1_1_29_0
@@ -355,6 +363,8 @@ spec:
355363
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.2"
356364
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_3
357365
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.3"
366+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_4
367+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.4"
358368
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
359369
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
360370
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"

helm_chart/values-openshift.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ relatedImages:
7676
- 8.0.1
7777
- 8.0.2
7878
- 8.0.3
79+
- 8.0.4
7980
mongodb:
8081
- 4.4.0-ubi8
8182
- 4.4.1-ubi8
@@ -183,6 +184,10 @@ relatedImages:
183184
- 108.0.3.8758-1_1.29.0
184185
- 108.0.3.8758-1_1.30.0
185186
- 108.0.3.8758-1_1.31.0
187+
- 108.0.4.8770-1
188+
- 108.0.4.8770-1_1.29.0
189+
- 108.0.4.8770-1_1.30.0
190+
- 108.0.4.8770-1_1.31.0
186191
- 12.0.31.7825-1
187192
- 12.0.31.7825-1_1.29.0
188193
- 12.0.31.7825-1_1.30.0

public/mongodb-enterprise-openshift.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,14 @@ spec:
415415
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.3.8758-1_1.30.0"
416416
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1_1_31_0
417417
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.3.8758-1_1.31.0"
418+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1
419+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.4.8770-1"
420+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1_1_29_0
421+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.4.8770-1_1.29.0"
422+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1_1_30_0
423+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.4.8770-1_1.30.0"
424+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1_1_31_0
425+
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.4.8770-1_1.31.0"
418426
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_31_7825_1
419427
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.31.7825-1"
420428
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_31_7825_1_1_29_0
@@ -555,6 +563,8 @@ spec:
555563
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.2"
556564
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_3
557565
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.3"
566+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_4
567+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.4"
558568
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
559569
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
560570
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"

release.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"8.0.0",
7979
"8.0.1",
8080
"8.0.2",
81-
"8.0.3"
81+
"8.0.3",
82+
"8.0.4"
8283
],
8384
"variants": [
8485
"ubi"
@@ -235,6 +236,10 @@
235236
"6.0.27": {
236237
"agent_version": "12.0.35.7911-1",
237238
"tools_version": "100.10.0"
239+
},
240+
"8.0.4": {
241+
"agent_version": "108.0.4.8770-1",
242+
"tools_version": "100.10.0"
238243
}
239244
}
240245
},

0 commit comments

Comments
 (0)