Skip to content

refactor!: normalize Go module paths - #126

Merged
synackd merged 1 commit into
mainfrom
refactor/normalize-go-module-path
Aug 10, 2026
Merged

refactor!: normalize Go module paths#126
synackd merged 1 commit into
mainfrom
refactor/normalize-go-module-path

Conversation

@synackd

@synackd synackd commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Description

Switch cloud-init and SMD module references to the canonical lowercase OpenCHAMI paths. Upgrade SMD to v2.20.5, the first release declaring the lowercase module path, and update Go and transitive dependencies accordingly.

This avoids case-sensitive module resolution conflicts and aligns older OpenCHAMI services with the organization-wide module naming convention.

BREAKING CHANGE: the cloud-init module path is now github.com/openchami/cloud-init.

Fixes #125

Checklist

  • My code follows the style guidelines of this project
  • I have added/updated comments where needed
  • I have added tests that prove my fix is effective or my feature works
  • I have run make test (or equivalent) locally and all tests pass
  • I have updated the relevant documentation (CLI examples, man pages, README, other docs, etc.)
  • DCO Sign-off: All commits are signed off (git commit -s) with my real name and email
  • REUSE Compliance:
    • Each new/modified source file has SPDX copyright and license headers
    • Any non-commentable files include a <filename>.license sidecar
    • All referenced licenses are present in the LICENSES/ directory

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Dependency update
  • Refactor

For more info, see Contributing Guidelines.

Switch cloud-init and SMD module references to the canonical lowercase
OpenCHAMI paths. Upgrade SMD to v2.20.5, the first release declaring the
lowercase module path, and update Go and transitive dependencies accordingly.

This avoids case-sensitive module resolution conflicts and aligns older
OpenCHAMI services with the organization-wide module naming convention.

BREAKING CHANGE: the cloud-init module path is now
github.com/openchami/cloud-init.

Signed-off-by: Devon Bautista <17506592+synackd@users.noreply.github.com>

@travisbcotton travisbcotton left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@synackd
synackd merged commit 5061c44 into main Aug 10, 2026
5 checks passed
@synackd
synackd deleted the refactor/normalize-go-module-path branch August 10, 2026 15:58
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.

Normalize Go module path

2 participants