From e7d80e6e549e8f816ff75369b3554ce2d1feb0ca Mon Sep 17 00:00:00 2001 From: mms-build-account Date: Fri, 7 Nov 2025 06:26:58 -0500 Subject: [PATCH 1/2] Updated files --- .evergreen.yml | 2 +- release.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.evergreen.yml b/.evergreen.yml index 5b8c3d2df..41d98f812 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -15,7 +15,7 @@ variables: - &ops_manager_70_latest 7.0.18 # The order/index is important, since these are anchors. Please do not change - - &ops_manager_80_latest 8.0.15 # The order/index is important, since these are anchors. Please do not change + - &ops_manager_80_latest 8.0.16 # The order/index is important, since these are anchors. Please do not change # The dependency unification between static and non-static is intentional here. # Even though some images are exclusive, in EVG they all are built once and in parallel. diff --git a/release.json b/release.json index b39b28ee3..a6c522259 100644 --- a/release.json +++ b/release.json @@ -41,7 +41,8 @@ "8.0.12", "8.0.13", "8.0.14", - "8.0.15" + "8.0.15", + "8.0.16" ], "variants": [ "ubi" @@ -173,6 +174,10 @@ "8.0.15": { "agent_version": "108.0.15.8888-1", "tools_version": "100.13.0" + }, + "8.0.16": { + "agent_version": "108.0.16.8895-1", + "tools_version": "100.13.0" } } }, From 6cb02400fd1dd58497233fc90db505f959c5365a Mon Sep 17 00:00:00 2001 From: Evergreen Date: Fri, 7 Nov 2025 11:53:24 +0000 Subject: [PATCH 2/2] Run pre-commit hook --- config/manager/manager.yaml | 4 ++++ helm_chart/values-openshift.yaml | 2 ++ public/mongodb-kubernetes-openshift.yaml | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 18b689e81..7e0ba0b30 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -150,6 +150,8 @@ spec: value: "quay.io/mongodb/mongodb-agent:108.0.13.8870-1" - name: RELATED_IMAGE_AGENT_IMAGE_108_0_15_8888_1 value: "quay.io/mongodb/mongodb-agent:108.0.15.8888-1" + - name: RELATED_IMAGE_AGENT_IMAGE_108_0_16_8895_1 + value: "quay.io/mongodb/mongodb-agent:108.0.16.8895-1" - name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1 value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1" - name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1 @@ -208,6 +210,8 @@ spec: value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14" - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_15 value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.15" + - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_16 + value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.16" # since the official server images end with a different suffix we can re-use the same $mongodbImageEnv - name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8 value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8" diff --git a/helm_chart/values-openshift.yaml b/helm_chart/values-openshift.yaml index 9890eb9e5..05d857b97 100644 --- a/helm_chart/values-openshift.yaml +++ b/helm_chart/values-openshift.yaml @@ -52,6 +52,7 @@ relatedImages: - 8.0.13 - 8.0.14 - 8.0.15 + - 8.0.16 mongodb: - 4.4.0-ubi8 - 4.4.1-ubi8 @@ -113,6 +114,7 @@ relatedImages: - 108.0.12.8846-1 - 108.0.13.8870-1 - 108.0.15.8888-1 + - 108.0.16.8895-1 - 108.0.2.8729-1 - 108.0.3.8758-1 - 108.0.4.8770-1 diff --git a/public/mongodb-kubernetes-openshift.yaml b/public/mongodb-kubernetes-openshift.yaml index 534af78f4..edc02a531 100644 --- a/public/mongodb-kubernetes-openshift.yaml +++ b/public/mongodb-kubernetes-openshift.yaml @@ -454,6 +454,8 @@ spec: value: "quay.io/mongodb/mongodb-agent:108.0.13.8870-1" - name: RELATED_IMAGE_AGENT_IMAGE_108_0_15_8888_1 value: "quay.io/mongodb/mongodb-agent:108.0.15.8888-1" + - name: RELATED_IMAGE_AGENT_IMAGE_108_0_16_8895_1 + value: "quay.io/mongodb/mongodb-agent:108.0.16.8895-1" - name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1 value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1" - name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1 @@ -512,6 +514,8 @@ spec: value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14" - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_15 value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.15" + - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_16 + value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.16" # since the official server images end with a different suffix we can re-use the same $mongodbImageEnv - name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8 value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"