diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3689c0490..43fe81660 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 + +## 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 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