Skip to content

Commit c926ece

Browse files
mms-build-accountEvergreen
andauthored
CLOUDP-357657: Bump Ops Manager Container Image version to 8.0.16 (#577)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-357657](https://jira.mongodb.org/browse/CLOUDP-357657) # Description Bump Ops Manager container image version to 8.0.16. # 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: Evergreen <[email protected]>
1 parent 412399f commit c926ece

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

.evergreen.yml

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

1616
- &ops_manager_70_latest 7.0.18 # The order/index is important, since these are anchors. Please do not change
1717

18-
- &ops_manager_80_latest 8.0.15 # The order/index is important, since these are anchors. Please do not change
18+
- &ops_manager_80_latest 8.0.16 # The order/index is important, since these are anchors. Please do not change
1919

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

config/manager/manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ spec:
150150
value: "quay.io/mongodb/mongodb-agent:108.0.13.8870-1"
151151
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_15_8888_1
152152
value: "quay.io/mongodb/mongodb-agent:108.0.15.8888-1"
153+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_16_8895_1
154+
value: "quay.io/mongodb/mongodb-agent:108.0.16.8895-1"
153155
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
154156
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
155157
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
@@ -208,6 +210,8 @@ spec:
208210
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14"
209211
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_15
210212
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.15"
213+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_16
214+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.16"
211215
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
212216
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
213217
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
@@ -52,6 +52,7 @@ relatedImages:
5252
- 8.0.13
5353
- 8.0.14
5454
- 8.0.15
55+
- 8.0.16
5556
mongodb:
5657
- 4.4.0-ubi8
5758
- 4.4.1-ubi8
@@ -113,6 +114,7 @@ relatedImages:
113114
- 108.0.12.8846-1
114115
- 108.0.13.8870-1
115116
- 108.0.15.8888-1
117+
- 108.0.16.8895-1
116118
- 108.0.2.8729-1
117119
- 108.0.3.8758-1
118120
- 108.0.4.8770-1

public/mongodb-kubernetes-openshift.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ spec:
454454
value: "quay.io/mongodb/mongodb-agent:108.0.13.8870-1"
455455
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_15_8888_1
456456
value: "quay.io/mongodb/mongodb-agent:108.0.15.8888-1"
457+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_16_8895_1
458+
value: "quay.io/mongodb/mongodb-agent:108.0.16.8895-1"
457459
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
458460
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
459461
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
@@ -512,6 +514,8 @@ spec:
512514
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14"
513515
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_15
514516
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.15"
517+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_16
518+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.16"
515519
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
516520
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
517521
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
@@ -41,7 +41,8 @@
4141
"8.0.12",
4242
"8.0.13",
4343
"8.0.14",
44-
"8.0.15"
44+
"8.0.15",
45+
"8.0.16"
4546
],
4647
"variants": [
4748
"ubi"
@@ -173,6 +174,10 @@
173174
"8.0.15": {
174175
"agent_version": "108.0.15.8888-1",
175176
"tools_version": "100.13.0"
177+
},
178+
"8.0.16": {
179+
"agent_version": "108.0.16.8895-1",
180+
"tools_version": "100.13.0"
176181
}
177182
}
178183
},

0 commit comments

Comments
 (0)