Skip to content

Commit 516733c

Browse files
committed
Missing release notes + goreleaser fix/todo
1 parent f5af2b9 commit 516733c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[//]: # (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 )
22
<!-- Next Release -->
3+
# MCK 1.0.1 Release Notes
34

4-
# MCK 1.0 Release Notes
5+
This is a patch release that addresses issue with OpenShift / OLM Operator bundle released in 1.0.0.
6+
7+
<!-- Past Releases -->
8+
# MCK 1.0.0 Release Notes
59

610
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.
711

public/.evergreen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,15 @@ functions:
6161
<<: *go_env
6262
MACOS_NOTARY_KEY: ${macos_notary_keyid}
6363
MACOS_NOTARY_SECRET: ${macos_notary_secret}
64+
# TODO: triggered_by_git_tag is not set, because we run the task manually
6465
GORELEASER_CURRENT_TAG: ${triggered_by_git_tag}
6566
# shell.exec EVG Task doesn't have add_to_path, so we need to explicitly add the path export below.
6667
script: |
6768
set -Eeu pipefail
6869
6970
export PATH=$GOROOT/bin:$PATH
7071
export GITHUB_TOKEN=${generated_token}
71-
${workdir}/goreleaser release --rm-dist
72+
${workdir}/goreleaser release --clean
7273
7374
tasks:
7475
- name: package_goreleaser

0 commit comments

Comments
 (0)