From 39025950721c5e2a2b7e69665729018adceb7ce7 Mon Sep 17 00:00:00 2001 From: mircea-cosbuc Date: Mon, 14 Apr 2025 09:31:24 +0200 Subject: [PATCH 1/3] Pin helm-chart to 0.13.0 release (#1706) --- helm-charts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts b/helm-charts index ad091e266..c6b6488a2 160000 --- a/helm-charts +++ b/helm-charts @@ -1 +1 @@ -Subproject commit ad091e2667b42cdbe240806322659525cb45663e +Subproject commit c6b6488a2a84cb806eadac0e286b6060914082d5 From 5cf108f929c440839c31ada415ab0f970331b6a2 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Mon, 12 May 2025 10:07:51 +0200 Subject: [PATCH 2/3] CLOUDP-315307 - mck - MCO deprecation notice (#1712) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * mck - add deprecation notice and add linkages Co-authored-by: Simon Bäumer --------- Co-authored-by: Simon Bäumer --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8af30d276..5476e4383 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +> **DEPRECATED:** This repository is deprecated but we will continue a best-effort support until November 2025. Please use the new repository at [mongodb/mongodb-kubernetes](https://github.com/mongodb/mongodb-kubernetes) instead. +> +> For more information on this decision - what it means and entails - see the [announcement](https://github.com/mongodb/mongodb-kubernetes/releases/tag/v1.0.0) and our [public documentation](https://www.mongodb.com/docs/kubernetes/current/). +> +> A detailed migration guide is available to help you transition smoothly - see [guide](https://github.com/mongodb/mongodb-kubernetes/blob/master/docs/migration/community-operator-migration.md). There will be no functional changes in the new repository - only a better and unified experience as well as improved visibility into the development process. + + # MongoDB Community Kubernetes Operator # From f6a53c96128e3e998f4c274964876206ce409305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 10:46:01 +0200 Subject: [PATCH 3/3] Bump setuptools from 78.0.1 to 78.1.1 (#1717) Bumps [setuptools](https://github.com/pypa/setuptools) from 78.0.1 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v78.0.1...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e264e2e09..3247df769 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ requests==2.32.3 ruamel.yaml==0.17.9 semver==2.13.0 rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability -setuptools==78.0.1 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools==78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability urllib3<2 # not directly required, pinned by Snyk to avoid a vulnerability