From 22a5215ca676a477dbf213e1e11c434238b38342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kara=C5=9B?= Date: Mon, 12 May 2025 22:14:40 +0200 Subject: [PATCH 1/3] Missing release notes + goreleaser fix/todo --- RELEASE_NOTES.md | 9 ++++++++- public/.evergreen.yml | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3689c0490..a74865d30 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,14 @@ [//]: # (Consider renaming or removing the header for next release, otherwise it appears as duplicate in the published release, e.g: https://github.com/mongodb/mongodb-enterprise-kubernetes/releases/tag/1.22.0 ) +# MCK 1.0.1 Release Notes -# MCK 1.0 Release Notes +This is a patch release that addresses issue with OpenShift / OLM Operator bundle released in 1.0.0. + +## Bug Fixes +* Fix missing agent images in the operator bundle in OpenShift catalog and operatorhub.io. + + +# MCK 1.0.0 Release Notes Exciting news for MongoDB on Kubernetes\! We're happy to announce the first release of MongoDB Controllers for Kubernetes (MCK), a unified open-source operator merging our support of MongoDB Community and Enterprise in Kubernetes. diff --git a/public/.evergreen.yml b/public/.evergreen.yml index 404128095..5d89f557d 100644 --- a/public/.evergreen.yml +++ b/public/.evergreen.yml @@ -61,6 +61,7 @@ functions: <<: *go_env MACOS_NOTARY_KEY: ${macos_notary_keyid} MACOS_NOTARY_SECRET: ${macos_notary_secret} + # TODO: triggered_by_git_tag is not set, because we run the task manually GORELEASER_CURRENT_TAG: ${triggered_by_git_tag} # shell.exec EVG Task doesn't have add_to_path, so we need to explicitly add the path export below. script: | @@ -68,7 +69,7 @@ functions: export PATH=$GOROOT/bin:$PATH export GITHUB_TOKEN=${generated_token} - ${workdir}/goreleaser release --rm-dist + ${workdir}/goreleaser release --clean tasks: - name: package_goreleaser From c2e21926a78e9eea02cc42a8c0d83e6e87d95ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kara=C5=9B?= <6159874+MaciejKaras@users.noreply.github.com> Date: Tue, 13 May 2025 10:17:19 +0200 Subject: [PATCH 2/3] Update RELEASE_NOTES.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Simon Bäumer --- RELEASE_NOTES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a74865d30..54b2e52a9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,6 @@ # MCK 1.0.1 Release Notes -This is a patch release that addresses issue with OpenShift / OLM Operator bundle released in 1.0.0. ## Bug Fixes * Fix missing agent images in the operator bundle in OpenShift catalog and operatorhub.io. From 2e5b1b4b0fab02ed5b57d4667ca04fdd712fd2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kara=C5=9B?= Date: Tue, 13 May 2025 13:46:26 +0200 Subject: [PATCH 3/3] Add information about fixing issue with `MongoDBCommunity` watched resource in Helm Charts --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 54b2e52a9..43fe81660 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,6 +5,7 @@ ## Bug Fixes * Fix missing agent images in the operator bundle in OpenShift catalog and operatorhub.io. +* **MongoDBCommunity** resource was missing from watched list in Helm Charts # MCK 1.0.0 Release Notes