Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PRODENG-2789 don't validate MCR version #522

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

james-nesbitt
Copy link
Collaborator

  • we no longer validate installed MCR version compared to config spec version string
  • make the EnsureMCR function responsible for updating metadata (simplify, dedup)
  • Note that the metadata changes for "installed MCR version" are now assigned in the EnsureMCRVersion function, instead of in the calling function to dedup.

WHY?

MCR versions installed no longer match the spec string, so we can't tell if the version installed was the expected version, nor can we tell if there is a newer version that can be installed

@james-nesbitt
Copy link
Collaborator Author

I opened this PR from a non-fork repo, because I broke my fork.

@james-nesbitt james-nesbitt force-pushed the PRODENG-2789-launchpad-doesnt-check-mcr-version branch 2 times, most recently from 2d3c895 to b38c1de Compare November 26, 2024 09:59
pkg/mcr/mcr.go Outdated Show resolved Hide resolved
@james-nesbitt james-nesbitt force-pushed the PRODENG-2789-launchpad-doesnt-check-mcr-version branch 2 times, most recently from db95a39 to fdb1e81 Compare November 26, 2024 19:40
- we no longer validate installed MCR version compared to config spec version string
- make the EnsureMCR function responsible for updating metadata (simplify, dedup)

WHY?

MCR versions installed no longer match the spec string, so we can't tell if the version
installed was the expected version, nor can we tell if there is a newer version that
can be installed, so we always run the install script, and never test
version.

ALSO:

- fixed the full smoke GH action, as the branches were cleaned up and
  renamed

Signed-off-by: James Nesbitt <[email protected]>
@james-nesbitt james-nesbitt merged commit 1ad92ca into main Nov 27, 2024
5 checks passed
@james-nesbitt james-nesbitt deleted the PRODENG-2789-launchpad-doesnt-check-mcr-version branch November 27, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants