Skip to content

Conversation

jatcod3r
Copy link
Contributor

@jatcod3r jatcod3r commented Oct 2, 2025

Changes coder_git_auth to coder_external_auth in README

Description

Type of Change

  • New module
  • Bug fix
  • Feature/enhancement
  • Documentation
  • Other

Module Information

Path: registry/coder/modules/git-clone
New version: v1.1.2
Breaking change: [ ] Yes [X] No

Testing & Validation

  • Tests pass (bun test)
  • Code formatted (bun run fmt)
  • Changes tested locally

Related Issues

Changes `coder_git_auth` to `coder_external_auth`
@matifali matifali added the version:patch Add to PRs requiring a patch version upgrade label Oct 2, 2025
Copy link

github-actions bot commented Oct 2, 2025

❌ Version Bump Validation Failed

Bump Type: patch

Module versions need to be updated but haven't been bumped yet.

Required Actions:

  1. Run the version bump script locally: ./.github/scripts/version-bump.sh patch
  2. Commit the changes: git add . && git commit -m "chore: bump module versions (patch)"
  3. Push the changes: git push

Script Output:

🔍 Detecting modified modules...
Found modules:
registry/coder/modules/git-clone

📦 Processing: coder/git-clone
Found git tag: release/coder/git-clone/v1.1.1 (v1.1.1)
Current version: 1.1.1
New version: 1.1.2
Updating version references for coder/git-clone in registry/coder/modules/git-clone/README.md

🔧 Running formatter to ensure consistent formatting...

📋 Summary:
Bump Type: patch

Modules Updated:

- coder/git-clone: v1.1.1 → v1.1.2

READMEs Updated:

- coder/git-clone

✅ Version bump completed successfully!
📝 README files have been updated with new versions.

Next steps:
1. Review the changes: git diff
2. Commit the changes: git add . && git commit -m 'chore: bump module versions (patch)'
3. Push the changes: git push

Please update the module versions and push the changes to continue.

1 similar comment
Copy link

github-actions bot commented Oct 2, 2025

❌ Version Bump Validation Failed

Bump Type: patch

Module versions need to be updated but haven't been bumped yet.

Required Actions:

  1. Run the version bump script locally: ./.github/scripts/version-bump.sh patch
  2. Commit the changes: git add . && git commit -m "chore: bump module versions (patch)"
  3. Push the changes: git push

Script Output:

🔍 Detecting modified modules...
Found modules:
registry/coder/modules/git-clone

📦 Processing: coder/git-clone
Found git tag: release/coder/git-clone/v1.1.1 (v1.1.1)
Current version: 1.1.1
New version: 1.1.2
Updating version references for coder/git-clone in registry/coder/modules/git-clone/README.md

🔧 Running formatter to ensure consistent formatting...

📋 Summary:
Bump Type: patch

Modules Updated:

- coder/git-clone: v1.1.1 → v1.1.2

READMEs Updated:

- coder/git-clone

✅ Version bump completed successfully!
📝 README files have been updated with new versions.

Next steps:
1. Review the changes: git diff
2. Commit the changes: git add . && git commit -m 'chore: bump module versions (patch)'
3. Push the changes: git push

Please update the module versions and push the changes to continue.

@DevelopmentCats
Copy link
Contributor

@jatcod3r can you run the version bump script on this and then we can merge and release?

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the git-clone module documentation to correct a reference from coder_git_auth to coder_external_auth and bumps the version from 1.1.1 to 1.1.2 across all examples.

  • Corrects deprecated data source reference in Git Authentication example
  • Updates module version from 1.1.1 to 1.1.2 in all code examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version:patch Add to PRs requiring a patch version upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants