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

Upgrade microceph dependencies #371

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

gboutry
Copy link
Contributor

@gboutry gboutry commented Jun 20, 2024

Description

canonical/microcluster#106 introduced breaking
change in how cluster members must be named.
canonical/microcluster#156 allows cluster members to contain ., thus allowing for FQDNs.

This is needed in Sunbeam, because Sunbeam creates members with FQDNs. Be it it's own microcluster instance or the microceph's one.

Unpin go=1.21 in mod-tidy since lxd dependency requires go 1.22.4
Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • CleanCode (Code refactor, test updates, does not introduce functional changes)
  • Documentation update (Doc only change)

How Has This Been Tested?

NOTE: All functional changes should accompany corresponding tests (unit tests, functional tests etc).

2 nodes deployment with adding disks on both, and checking various commands still work.

Contributor's Checklist

Please check that you have:

  • self-reviewed the code in this PR.
  • added code comments, particularly in hard-to-understand areas.
  • updated the user documentation with corresponding changes.
  • added tests to verify effectiveness of this change.

@gboutry gboutry force-pushed the chore/upgrade-dependencies branch from c959cf1 to 54e59c1 Compare June 20, 2024 07:56
@gboutry gboutry marked this pull request as draft June 20, 2024 07:58
canonical/microcluster#106 introduced breaking
change in how cluster members must be named.
canonical/microcluster#156 allows cluster members to contain `.`, thus
allowing for FQDNs.

This is needed in Sunbeam, because Sunbeam creates members with FQDNs.
Be it it's own microcluster instance or the microceph's one.

Unpin go=1.21 in mod-tidy since lxd dependency requires go 1.22.4

Signed-off-by: Guillaume Boutry <[email protected]>
@gboutry gboutry force-pushed the chore/upgrade-dependencies branch from 54e59c1 to 00e60af Compare June 20, 2024 09:14
@gboutry gboutry marked this pull request as ready for review June 20, 2024 09:28
Copy link
Collaborator

@sabaini sabaini left a comment

Choose a reason for hiding this comment

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

lgtm, thanks!

@sabaini sabaini merged commit 891b397 into canonical:main Jun 20, 2024
12 of 13 checks passed
@gboutry gboutry deleted the chore/upgrade-dependencies branch June 20, 2024 09:46
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.

3 participants