Skip to content

Commit 5639758

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 5a558b3 commit 5639758

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
* TLS must be disabled in MongoDB (communication between mongot and mongod is in plaintext for now).
1414

1515
<!-- Past Releases -->
16+
# MCK 1.0.1 Release Notes
17+
18+
19+
## Bug Fixes
20+
* Fix missing agent images in the operator bundle in OpenShift catalog and operatorhub.io.
21+
* **MongoDBCommunity** resource was missing from watched list in Helm Charts
1622

1723
# MCK 1.0.0 Release Notes
1824

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)