Skip to content

Conversation

lsierant
Copy link
Contributor

@lsierant lsierant commented Oct 13, 2025

Summary

This PR:

  • removes unnecessary echo in root-context which prevented to switch context in case of non empty OVERRIDE_VERSION_ID (we cannot echo anything in context files)
  • fixes evg_host.sh recreate_kind_clusters as configure called from it always expected to have arguments and shift command failed in case there are none.

Proof of Work

Only tested locally.

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 added changelog file?
@lsierant lsierant self-assigned this Oct 13, 2025
Copy link

⚠️ (this preview might not be accurate if the PR is not rebased on current master branch)

MCK 1.5.0 Release Notes

New Features

  • Improve automation agent certificate rotation: the agent now restarts automatically when its certificate is renewed, ensuring smooth operation without manual intervention and allowing seamless certificate updates without requiring manual Pod restarts.

Bug Fixes

  • MongoDBMultiCluster: fix resource stuck in Pending state if any clusterSpecList item has 0 members. After the fix, a value of 0 members is handled correctly, similarly to how it's done in the MongoDB resource.
  • MultiClusterSharded: Blocked removing non-zero member cluster from MongoDB resource. This prevents from scaling down member cluster without current configuration available, which could lead to unexpected issues.
@lsierant lsierant changed the title lsierant/evg-fix-recreate Fixed failing recreate-kind-clusters Oct 13, 2025
@lsierant lsierant added the skip-changelog Use this label in Pull Request to not require new changelog entry file label Oct 13, 2025
@lsierant lsierant marked this pull request as ready for review October 13, 2025 07:48
@lsierant lsierant requested a review from a team as a code owner October 13, 2025 07:48
@lsierant lsierant force-pushed the lsierant/evg-fix-recreate branch from f2ca5ec to 9b69e7f Compare October 13, 2025 07:55
@lsierant lsierant merged commit 219a3df into master Oct 13, 2025
34 of 37 checks passed
@lsierant lsierant deleted the lsierant/evg-fix-recreate branch October 13, 2025 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Use this label in Pull Request to not require new changelog entry file

4 participants