Skip to content

Commit 06aea16

Browse files
mms-build-accountEvergreenMaciejKaras
authored
CLOUDP-351863: Bump Ops Manager Container Image version to 8.0.15 (#533)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-351863](https://jira.mongodb.org/browse/CLOUDP-351863) # Description Bump Ops Manager container image version to 8.0.15. # 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 <kubernetes-hosted-team@mongodb.com> Co-authored-by: Maciej Karaś <maciej.karas@mongodb.com>
1 parent c10af85 commit 06aea16

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

.evergreen.yml

Lines changed: 2 additions & 2 deletions
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.14 # The order/index is important, since these are anchors. Please do not change
18+
- &ops_manager_80_latest 8.0.15 # 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.
@@ -423,7 +423,7 @@ tasks:
423423
- func: quay_login
424424
- func: pipeline_agent
425425
vars:
426-
FLAGS: "--current-agents"
426+
FLAGS: "--all-agents"
427427

428428
- name: build_init_database_image_ubi
429429
commands:

config/manager/manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ spec:
148148
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
149149
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_13_8870_1
150150
value: "quay.io/mongodb/mongodb-agent:108.0.13.8870-1"
151+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_15_8888_1
152+
value: "quay.io/mongodb/mongodb-agent:108.0.15.8888-1"
151153
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
152154
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
153155
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
@@ -204,6 +206,8 @@ spec:
204206
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.13"
205207
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_14
206208
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14"
209+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_15
210+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.15"
207211
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
208212
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
209213
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
@@ -51,6 +51,7 @@ relatedImages:
5151
- 8.0.12
5252
- 8.0.13
5353
- 8.0.14
54+
- 8.0.15
5455
mongodb:
5556
- 4.4.0-ubi8
5657
- 4.4.1-ubi8
@@ -111,6 +112,7 @@ relatedImages:
111112
- 108.0.11.8830-1
112113
- 108.0.12.8846-1
113114
- 108.0.13.8870-1
115+
- 108.0.15.8888-1
114116
- 108.0.2.8729-1
115117
- 108.0.3.8758-1
116118
- 108.0.4.8770-1

public/mongodb-kubernetes-openshift.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,8 @@ spec:
452452
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
453453
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_13_8870_1
454454
value: "quay.io/mongodb/mongodb-agent:108.0.13.8870-1"
455+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_15_8888_1
456+
value: "quay.io/mongodb/mongodb-agent:108.0.15.8888-1"
455457
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
456458
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
457459
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
@@ -508,6 +510,8 @@ spec:
508510
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.13"
509511
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_14
510512
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14"
513+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_15
514+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.15"
511515
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
512516
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
513517
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
@@ -40,7 +40,8 @@
4040
"8.0.11",
4141
"8.0.12",
4242
"8.0.13",
43-
"8.0.14"
43+
"8.0.14",
44+
"8.0.15"
4445
],
4546
"variants": [
4647
"ubi"
@@ -168,6 +169,10 @@
168169
"8.0.14": {
169170
"agent_version": "108.0.13.8870-1",
170171
"tools_version": "100.13.0"
172+
},
173+
"8.0.15": {
174+
"agent_version": "108.0.15.8888-1",
175+
"tools_version": "100.13.0"
171176
}
172177
}
173178
},

0 commit comments

Comments
 (0)