Skip to content

Commit 0b17e4d

Browse files
Missing release notes + goreleaser fix/todo (#107)
# Summary Missing release notes + goreleaser fix/todo ## Proof of Work No changes in the code. `goreleaser` was successfully tested during release ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you checked for release_note changes? ## Reminder (Please remove this when merging) - Please try to Approve or Reject Changes the PR, keep PRs in review as short as possible - Our Short Guide for PRs: [Link](https://docs.google.com/document/d/1T93KUtdvONq43vfTfUt8l92uo4e4SEEvFbIEKOxGr44/edit?tab=t.0) - Remember the following Communication Standards - use comment prefixes for clarity: * **blocking**: Must be addressed before approval. * **follow-up**: Can be addressed in a later PR or ticket. * **q**: Clarifying question. * **nit**: Non-blocking suggestions. * **note**: Side-note, non-actionable. Example: Praise * --> no prefix is considered a question --------- Co-authored-by: Simon Bäumer <[email protected]>
1 parent 587334d commit 0b17e4d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
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+
6+
## Bug Fixes
7+
* Fix missing agent images in the operator bundle in OpenShift catalog and operatorhub.io.
8+
* **MongoDBCommunity** resource was missing from watched list in Helm Charts
9+
10+
<!-- Past Releases -->
11+
# MCK 1.0.0 Release Notes
512

613
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.
714

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)