Skip to content

Missing release notes + goreleaser fix/todo #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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 )
<!-- Next Release -->
# 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

<!-- Past Releases -->
# 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.

Expand Down
3 changes: 2 additions & 1 deletion public/.evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,15 @@ 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: |
set -Eeu pipefail

export PATH=$GOROOT/bin:$PATH
export GITHUB_TOKEN=${generated_token}
${workdir}/goreleaser release --rm-dist
${workdir}/goreleaser release --clean

tasks:
- name: package_goreleaser
Expand Down