Skip to content

Commit c62cab3

Browse files
mms-build-accountEvergreenfealebenpaeviveksinghggits
authored
CLOUDP-344266: Bump Ops Manager Container Image version to 8.0.13 (#433)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-344266](https://jira.mongodb.org/browse/CLOUDP-344266) # Description Bump Ops Manager container image version to 8.0.13. # Reviewer Checklist Before merging this PR, verify the following: - [ ] the following tasks are passing in Evergreen: - `publish_ops_manager` task (variant: `publish_om80_images`) - [x] the `agent_version` was updated correctly - [x] the `tools_version` was updated correctly --------- Co-authored-by: Evergreen <kubernetes-hosted-team@mongodb.com> Co-authored-by: Yavor Georgiev <fealebenpae@users.noreply.github.com> Co-authored-by: Vivek Singh <vivek.s@mongodb.com>
1 parent a067373 commit c62cab3

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

.evergreen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313

1414
- &ops_manager_70_latest 7.0.17 # The order/index is important, since these are anchors. Please do not change
1515

16-
- &ops_manager_80_latest 8.0.12 # The order/index is important, since these are anchors. Please do not change
16+
- &ops_manager_80_latest 8.0.13 # The order/index is important, since these are anchors. Please do not change
1717

1818
# The dependency unification between static and non-static is intentional here.
1919
# Even though some images are exclusive, in EVG they all are built once and in parallel.
@@ -1288,7 +1288,7 @@ buildvariants:
12881288
display_name: e2e_static_om60_kind_ubi
12891289
tags: [ "pr_patch", "staging", "e2e_test_suite", "static" ]
12901290
run_on:
1291-
- ubuntu2404-medium
1291+
- ubuntu2404-large
12921292
<<: *base_om6_dependency
12931293
tasks:
12941294
- name: e2e_static_ops_manager_kind_only_task_group
@@ -1310,7 +1310,7 @@ buildvariants:
13101310
display_name: e2e_static_om70_kind_ubi
13111311
tags: [ "pr_patch", "staging", "e2e_test_suite", "static" ]
13121312
run_on:
1313-
- ubuntu2404-medium
1313+
- ubuntu2404-large
13141314
<<: *base_om7_dependency
13151315
tasks:
13161316
- name: e2e_static_ops_manager_kind_only_task_group
@@ -1333,7 +1333,7 @@ buildvariants:
13331333
display_name: e2e_static_om80_kind_ubi
13341334
tags: [ "pr_patch", "staging", "e2e_test_suite", "static" ]
13351335
run_on:
1336-
- ubuntu2404-medium
1336+
- ubuntu2404-large
13371337
<<: *base_om8_dependency
13381338
tasks:
13391339
- name: e2e_static_ops_manager_kind_only_task_group

config/manager/manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ spec:
146146
value: "quay.io/mongodb/mongodb-agent:108.0.11.8830-1"
147147
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_12_8846_1
148148
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
149+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_13_8870_1
150+
value: "quay.io/mongodb/mongodb-agent:108.0.13.8870-1"
149151
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
150152
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
151153
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
@@ -196,6 +198,8 @@ spec:
196198
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.11"
197199
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_12
198200
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.12"
201+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_13
202+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.13"
199203
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
200204
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
201205
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"

helm_chart/values-openshift.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ relatedImages:
4848
- 8.0.7
4949
- 8.0.11
5050
- 8.0.12
51+
- 8.0.13
5152
mongodb:
5253
- 4.4.0-ubi8
5354
- 4.4.1-ubi8
@@ -107,6 +108,7 @@ relatedImages:
107108
- 108.0.1.8718-1
108109
- 108.0.11.8830-1
109110
- 108.0.12.8846-1
111+
- 108.0.13.8870-1
110112
- 108.0.2.8729-1
111113
- 108.0.3.8758-1
112114
- 108.0.4.8770-1

public/mongodb-kubernetes-openshift.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ spec:
450450
value: "quay.io/mongodb/mongodb-agent:108.0.11.8830-1"
451451
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_12_8846_1
452452
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
453+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_13_8870_1
454+
value: "quay.io/mongodb/mongodb-agent:108.0.13.8870-1"
453455
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
454456
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
455457
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
@@ -500,6 +502,8 @@ spec:
500502
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.11"
501503
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_12
502504
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.12"
505+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_13
506+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.13"
503507
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
504508
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
505509
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"

release.json

Lines changed: 7 additions & 2 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.2.tgz"
3+
"ubi": "mongodb-database-tools-rhel88-x86_64-100.13.0.tgz"
44
},
55
"mongodbOperator": "1.3.0",
66
"initDatabaseVersion": "1.3.0",
@@ -55,7 +55,8 @@
5555
"8.0.6",
5656
"8.0.7",
5757
"8.0.11",
58-
"8.0.12"
58+
"8.0.12",
59+
"8.0.13"
5960
],
6061
"variants": [
6162
"ubi"
@@ -173,6 +174,10 @@
173174
"8.0.12": {
174175
"agent_version": "108.0.12.8846-1",
175176
"tools_version": "100.12.2"
177+
},
178+
"8.0.13": {
179+
"agent_version": "108.0.13.8870-1",
180+
"tools_version": "100.13.0"
176181
}
177182
}
178183
},

0 commit comments

Comments
 (0)