From 0ce6e14612e4481de70f0fd17f287b7e75cb3b9a Mon Sep 17 00:00:00 2001 From: mms-build-account Date: Wed, 17 Sep 2025 04:17:03 -0400 Subject: [PATCH 1/2] Updated --- .evergreen.yml | 2 +- release.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.evergreen.yml b/.evergreen.yml index bb9d4eeec..05b987be8 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -13,7 +13,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.13 # The order/index is important, since these are anchors. Please do not change + - &ops_manager_80_latest 8.0.14 # 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 2a1621524..c3ce0842f 100644 --- a/release.json +++ b/release.json @@ -55,7 +55,8 @@ "8.0.7", "8.0.11", "8.0.12", - "8.0.13" + "8.0.13", + "8.0.14" ], "variants": [ "ubi" @@ -182,6 +183,10 @@ "8.0.13": { "agent_version": "108.0.13.8870-1", "tools_version": "100.13.0" + }, + "8.0.14": { + "agent_version": "108.0.13.8870-1", + "tools_version": "100.13.0" } } }, From 04ddd20b6dfa39adc3385b661dc7a2f6a67d3224 Mon Sep 17 00:00:00 2001 From: Evergreen Date: Wed, 17 Sep 2025 08:38:51 +0000 Subject: [PATCH 2/2] Run pre-commit hook --- config/manager/manager.yaml | 2 ++ helm_chart/values-openshift.yaml | 1 + public/mongodb-kubernetes-openshift.yaml | 2 ++ 3 files changed, 5 insertions(+) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index f9756d686..661f4958a 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -204,6 +204,8 @@ spec: value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.12" - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_13 value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.13" + - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_14 + value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14" # 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 7108ad659..47f06c161 100644 --- a/helm_chart/values-openshift.yaml +++ b/helm_chart/values-openshift.yaml @@ -50,6 +50,7 @@ relatedImages: - 8.0.11 - 8.0.12 - 8.0.13 + - 8.0.14 mongodb: - 4.4.0-ubi8 - 4.4.1-ubi8 diff --git a/public/mongodb-kubernetes-openshift.yaml b/public/mongodb-kubernetes-openshift.yaml index 8f34da280..c64922118 100644 --- a/public/mongodb-kubernetes-openshift.yaml +++ b/public/mongodb-kubernetes-openshift.yaml @@ -508,6 +508,8 @@ spec: value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.12" - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_13 value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.13" + - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_14 + value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14" # 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"