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

fix: attempt to fix the version problems of replicationgroups (#1) #2088

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

dhumphries-sainsburys
Copy link
Contributor

Description of your changes

Fixes #2087

I have:

  • Read and followed Crossplane's [contribution process].
  • Run make reviewable test to ensure this PR is ready for review. <--- Doesn't exist and the crossplane contribution guide seems specific for the crossplane core

Signed-off-by: Daniel.Humphries <daniel.humphries@sainsburys.co.uk>
@MisterMX
Copy link
Collaborator

LGMT. @dhumphries-sainsburys can you fix the linter issues?

Signed-off-by: Daniel.Humphries <daniel.humphries@sainsburys.co.uk>
@dhumphries-sainsburys
Copy link
Contributor Author

@MisterMX - Linting fixed

Copy link
Collaborator

@MisterMX MisterMX left a comment

Choose a reason for hiding this comment

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

Thank you very much @dhumphries-sainsburys!

@MisterMX MisterMX merged commit 489ed21 into crossplane-contrib:master Oct 2, 2024
9 checks passed
Copy link

github-actions bot commented Oct 2, 2024

Backport failed for release-0.49, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-0.49
git worktree add -d .worktree/backport-2088-to-release-0.49 origin/release-0.49
cd .worktree/backport-2088-to-release-0.49
git checkout -b backport-2088-to-release-0.49
ancref=$(git merge-base e39581216e69aea84b2bbba8ac9b7f1903f49c5a 049a2c4c953576a152fe76065e6f007f3f9f2a71)
git cherry-pick -x $ancref..049a2c4c953576a152fe76065e6f007f3f9f2a71

@MisterMX MisterMX changed the title chore: attempt to fix the version problems of replicationgroups (#1) fix: attempt to fix the version problems of replicationgroups (#1) Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReplicationGroup engineVersion check invalid - 0.49.1
2 participants