diff --git a/.evergreen-functions.yml b/.evergreen-functions.yml index adf8172d9..bf07790fd 100644 --- a/.evergreen-functions.yml +++ b/.evergreen-functions.yml @@ -51,7 +51,6 @@ variables: - BUILD_SCENARIO functions: - ### Setup Functions ### setup_jq: &setup_jq @@ -64,7 +63,8 @@ functions: working_dir: src/github.com/mongodb/mongodb-kubernetes binary: scripts/evergreen/setup_jq.sh - setup_context: &setup_context # Running the first switch is important to fill the workdir and other important initial env vars + setup_context: + &setup_context # Running the first switch is important to fill the workdir and other important initial env vars command: shell.exec type: setup params: @@ -491,7 +491,7 @@ functions: content_type: text/plain - command: gotest.parse_files params: - files: [ "src/github.com/mongodb/mongodb-kubernetes/logs/*.suite" ] + files: ["src/github.com/mongodb/mongodb-kubernetes/logs/*.suite"] preflight_image: - command: subprocess.exec @@ -515,8 +515,8 @@ functions: - command: subprocess.exec params: working_dir: src/github.com/mongodb/mongodb-kubernetes - binary: scripts/dev/run_python.sh scripts/release/kubectl_mongodb/python/build_kubectl_plugin.py - + binary: scripts/dev/run_python.sh scripts/release/kubectl-mongodb/python/build_kubectl_plugin.py + build_and_push_appdb_database: - command: subprocess.exec params: @@ -672,7 +672,11 @@ functions: make test-race - command: gotest.parse_files params: - files: [ "src/github.com/mongodb/mongodb-kubernetes/*.suite", "src/github.com/mongodb/mongodb-kubernetes/docker/mongodb-kubernetes-init-ops-manager/mmsconfiguration/*.suite" ] + files: + [ + "src/github.com/mongodb/mongodb-kubernetes/*.suite", + "src/github.com/mongodb/mongodb-kubernetes/docker/mongodb-kubernetes-init-ops-manager/mmsconfiguration/*.suite", + ] test_helm_unit: - command: shell.exec diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 86983df12..355129221 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -162,8 +162,8 @@ spec: value: "quay.io/mongodb/mongodb-agent:108.0.7.8810-1" - name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1 value: "quay.io/mongodb/mongodb-agent:12.0.35.7911-1" - - name: RELATED_IMAGE_AGENT_IMAGE_13_41_0_9830_1 - value: "quay.io/mongodb/mongodb-agent:13.41.0.9830-1" + - name: RELATED_IMAGE_AGENT_IMAGE_13_42_0_9892_1 + value: "quay.io/mongodb/mongodb-agent:13.42.0.9892-1" - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26 value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26" - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_27 diff --git a/helm_chart/values-openshift.yaml b/helm_chart/values-openshift.yaml index ffee6a7aa..9890eb9e5 100644 --- a/helm_chart/values-openshift.yaml +++ b/helm_chart/values-openshift.yaml @@ -119,7 +119,7 @@ relatedImages: - 108.0.6.8796-1 - 108.0.7.8810-1 - 12.0.35.7911-1 - - 13.41.0.9830-1 + - 13.42.0.9892-1 mongodbLegacyAppDb: - 4.2.11-ent - 4.2.2-ent diff --git a/public/mongodb-kubernetes-openshift.yaml b/public/mongodb-kubernetes-openshift.yaml index 1e2862468..4d689dacf 100644 --- a/public/mongodb-kubernetes-openshift.yaml +++ b/public/mongodb-kubernetes-openshift.yaml @@ -466,8 +466,8 @@ spec: value: "quay.io/mongodb/mongodb-agent:108.0.7.8810-1" - name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1 value: "quay.io/mongodb/mongodb-agent:12.0.35.7911-1" - - name: RELATED_IMAGE_AGENT_IMAGE_13_41_0_9830_1 - value: "quay.io/mongodb/mongodb-agent:13.41.0.9830-1" + - name: RELATED_IMAGE_AGENT_IMAGE_13_42_0_9892_1 + value: "quay.io/mongodb/mongodb-agent:13.42.0.9892-1" - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26 value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26" - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_27 diff --git a/release.json b/release.json index e09344044..a3c90bdf9 100644 --- a/release.json +++ b/release.json @@ -95,7 +95,7 @@ ], "opsManagerMapping": { "Description": "These are the agents from which we start supporting static containers.", - "cloud_manager": "13.41.0.9830-1", + "cloud_manager": "13.42.0.9892-1", "cloud_manager_tools": "100.13.0", "ops_manager": { "6.0.27": {