Skip to content

Conversation

lsierant
Copy link
Contributor

@lsierant lsierant commented Sep 16, 2025

Summary

When executed from a tag build, the version_id is long and contains dots which are unacceptable by GKE.

Additionally it reduces verbose output when installing gcloud.

Proof of Work

EVG run with --param override_version_id=mongodb_kubernetes_1.4.0_68c913f767d52d00076a2698

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 requested a review from a team as a code owner September 16, 2025 09:49
Copy link

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

MCK 1.4.1 Release Notes

@lsierant lsierant force-pushed the lsierant/normalize-gke-identifiers branch from ea13b04 to 4fa6b0e Compare September 16, 2025 09:52

curl -s --retry 3 -LO "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-linux-x86_64.tar.gz"
tar xvf google-cloud-cli-linux-x86_64.tar.gz -C "${workdir}"
tar xf google-cloud-cli-linux-x86_64.tar.gz -C "${workdir}"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this saves >10k lines from persisting to the job log

@lsierant lsierant added the skip-changelog Use this label in Pull Request to not require new changelog entry file label Sep 16, 2025
@lsierant lsierant changed the base branch from master to fealebenpae/prerelease-code-snippets-om-version September 16, 2025 11:00
@lsierant lsierant changed the base branch from fealebenpae/prerelease-code-snippets-om-version to master September 16, 2025 13:00
@lsierant lsierant merged commit 3510ed2 into master Sep 16, 2025
29 of 30 checks passed
@lsierant lsierant deleted the lsierant/normalize-gke-identifiers branch September 16, 2025 13: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
3 participants