Skip to content

Commit db71fcf

Browse files
mms-build-accountEvergreenlucian-tosa
authored
CLOUDP-357648: Bump Ops Manager Container Image version to 7.0.19 (#576)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-357648](https://jira.mongodb.org/browse/CLOUDP-357648) # Description Bump Ops Manager container image version to 7.0.19. # 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: Evergreen <[email protected]> Co-authored-by: Lucian Tosa <[email protected]>
1 parent 73d2c40 commit db71fcf

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include:
1313
variables:
1414
- &ops_manager_60_latest 6.0.27 # The order/index is important, since these are anchors. Please do not change
1515

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

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

config/manager/manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ spec:
140140
value: "quay.io/mongodb/mongodb-agent:107.0.17.8771-1"
141141
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_18_8784_1
142142
value: "quay.io/mongodb/mongodb-agent:107.0.18.8784-1"
143+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_19_8805_1
144+
value: "quay.io/mongodb/mongodb-agent:107.0.19.8805-1"
143145
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
144146
value: "quay.io/mongodb/mongodb-agent:108.0.1.8718-1"
145147
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1
@@ -184,6 +186,8 @@ spec:
184186
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.17"
185187
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_18
186188
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.18"
189+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_19
190+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.19"
187191
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_0
188192
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.0"
189193
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_1

helm_chart/values-openshift.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ relatedImages:
3939
- 7.0.15
4040
- 7.0.17
4141
- 7.0.18
42+
- 7.0.19
4243
- 8.0.0
4344
- 8.0.1
4445
- 8.0.2
@@ -109,6 +110,7 @@ relatedImages:
109110
- 107.0.15.8741-1
110111
- 107.0.17.8771-1
111112
- 107.0.18.8784-1
113+
- 107.0.19.8805-1
112114
- 108.0.1.8718-1
113115
- 108.0.11.8830-1
114116
- 108.0.12.8846-1

public/mongodb-kubernetes-openshift.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ spec:
444444
value: "quay.io/mongodb/mongodb-agent:107.0.17.8771-1"
445445
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_18_8784_1
446446
value: "quay.io/mongodb/mongodb-agent:107.0.18.8784-1"
447+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_19_8805_1
448+
value: "quay.io/mongodb/mongodb-agent:107.0.19.8805-1"
447449
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
448450
value: "quay.io/mongodb/mongodb-agent:108.0.1.8718-1"
449451
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1
@@ -488,6 +490,8 @@ spec:
488490
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.17"
489491
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_18
490492
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.18"
493+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_19
494+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.19"
491495
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_0
492496
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.0"
493497
- 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
@@ -29,6 +29,7 @@
2929
"7.0.15",
3030
"7.0.17",
3131
"7.0.18",
32+
"7.0.19",
3233
"8.0.0",
3334
"8.0.1",
3435
"8.0.2",
@@ -127,6 +128,10 @@
127128
"agent_version": "107.0.18.8784-1",
128129
"tools_version": "100.13.0"
129130
},
131+
"7.0.19": {
132+
"agent_version": "107.0.19.8805-1",
133+
"tools_version": "100.13.0"
134+
},
130135
"8.0.1": {
131136
"agent_version": "108.0.1.8718-1",
132137
"tools_version": "100.10.0"

0 commit comments

Comments
 (0)