Skip to content

Commit be37aab

Browse files
pct-bot[bot]Evergreenfealebenpae
authored
CLOUDP-382466: Bump Ops Manager Container Image version to 8.0.20 (#812)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-382466](https://jira.mongodb.org/browse/CLOUDP-382466) # Description Bump Ops Manager container image version to 8.0.20. # 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 --------- Signed-off-by: Yavor Georgiev <yavor.georgiev@mongodb.com> Co-authored-by: pct-bot[bot] <174515957+pct-bot[bot]@users.noreply.github.com> Co-authored-by: Evergreen <kubernetes-hosted-team@mongodb.com> Co-authored-by: Yavor Georgiev <fealebenpae@users.noreply.github.com> Co-authored-by: Yavor Georgiev <yavor.georgiev@mongodb.com>
1 parent ad93f16 commit be37aab

File tree

6 files changed

+31
-5
lines changed

6 files changed

+31
-5
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.23 # The order/index is important, since these are anchors. Please do not change
1717

18-
- &ops_manager_80_latest 8.0.19 # The order/index is important, since these are anchors. Please do not change
18+
- &ops_manager_80_latest 8.0.20 # 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
@@ -162,6 +162,8 @@ spec:
162162
value: "quay.io/mongodb/mongodb-agent:108.0.19.8941-1"
163163
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
164164
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
165+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_20_8953_1
166+
value: "quay.io/mongodb/mongodb-agent:108.0.20.8953-1"
165167
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
166168
value: "quay.io/mongodb/mongodb-agent:108.0.3.8758-1"
167169
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1
@@ -236,6 +238,8 @@ spec:
236238
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.18"
237239
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_19
238240
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.19"
241+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_20
242+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.20"
239243
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
240244
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
241245
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"

docker/mongodb-kubernetes-tests/tests/opsmanager/fixtures/remote_fixtures/nginx.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,17 @@ spec:
148148
volumeMounts:
149149
- name: mongosh-versions
150150
mountPath: /mongodb-ops-manager/mongodb-releases/compass
151+
- name: setting-up-mongosh-2-6-0
152+
image: curlimages/curl:latest
153+
securityContext:
154+
runAsUser: 1337 # workaround for init-container istio issue -> https://istio.io/latest/docs/setup/additional-setup/cni/#compatibility-with-application-init-containers
155+
command:
156+
- sh
157+
- -c
158+
- curl -LO https://downloads.mongodb.com/compass/mongosh-2.6.0-linux-x64-openssl11.tgz --output-dir /mongodb-ops-manager/mongodb-releases/compass && true
159+
volumeMounts:
160+
- name: mongosh-versions
161+
mountPath: /mongodb-ops-manager/mongodb-releases/compass
151162
restartPolicy: Always
152163
securityContext: { }
153164
terminationGracePeriodSeconds: 30

helm_chart/values-openshift.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ relatedImages:
6868
- 8.0.17
6969
- 8.0.18
7070
- 8.0.19
71+
- 8.0.20
7172
mongodb:
7273
- 4.4.0-ubi8
7374
- 4.4.1-ubi8
@@ -138,6 +139,7 @@ relatedImages:
138139
- 108.0.18.8921-1
139140
- 108.0.19.8941-1
140141
- 108.0.2.8729-1
142+
- 108.0.20.8953-1
141143
- 108.0.3.8758-1
142144
- 108.0.4.8770-1
143145
- 108.0.6.8796-1

public/mongodb-kubernetes-openshift.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,8 @@ spec:
466466
value: "quay.io/mongodb/mongodb-agent:108.0.19.8941-1"
467467
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
468468
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
469+
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_20_8953_1
470+
value: "quay.io/mongodb/mongodb-agent:108.0.20.8953-1"
469471
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
470472
value: "quay.io/mongodb/mongodb-agent:108.0.3.8758-1"
471473
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1
@@ -540,6 +542,8 @@ spec:
540542
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.18"
541543
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_19
542544
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.19"
545+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_20
546+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.20"
543547
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
544548
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
545549
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"

release.json

Lines changed: 9 additions & 4 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.14.0.tgz"
3+
"ubi": "mongodb-database-tools-rhel88-x86_64-100.14.1.tgz"
44
},
55
"mongodbOperator": "1.7.0",
66
"initDatabaseVersion": "1.7.0",
@@ -30,8 +30,8 @@
3030
},
3131
{
3232
"8": {
33-
"opsManagerVersion": "8.0.19",
34-
"agentVersion": "108.0.19.8941-1"
33+
"opsManagerVersion": "8.0.20",
34+
"agentVersion": "108.0.20.8953-1"
3535
}
3636
}
3737
],
@@ -69,7 +69,8 @@
6969
"8.0.16",
7070
"8.0.17",
7171
"8.0.18",
72-
"8.0.19"
72+
"8.0.19",
73+
"8.0.20"
7374
],
7475
"variants": [
7576
"ubi"
@@ -237,6 +238,10 @@
237238
"agent_version": "108.0.19.8941-1",
238239
"tools_version": "100.14.0"
239240
},
241+
"8.0.20": {
242+
"agent_version": "108.0.20.8953-1",
243+
"tools_version": "100.14.1"
244+
},
240245
"7.0.23": {
241246
"agent_version": "107.0.23.8833-1",
242247
"tools_version": "100.14.1"

0 commit comments

Comments
 (0)