Skip to content

feat: pin versions in documentation and examples#45

Merged
d0ugal merged 5 commits intomainfrom
feat/pin-versions-in-docs
Oct 3, 2025
Merged

feat: pin versions in documentation and examples#45
d0ugal merged 5 commits intomainfrom
feat/pin-versions-in-docs

Conversation

@d0ugal
Copy link
Copy Markdown
Owner

@d0ugal d0ugal commented Oct 3, 2025

📌 Pin Versions in Documentation

This PR replaces all references with pinned versions in documentation and examples.

Changes:

  • ✅ Replace with pinned versions in README.md, QUICKSTART.md, and docker-compose files
  • ✅ Add renovate custom manager for markdown files to auto-update pinned versions
  • ✅ Remove Docker Compose custom managers (handled automatically by Renovate)
  • ✅ Ensure users get stable, tested versions instead of potentially unstable

Benefits:

  • 🎯 Consistent versions across all documentation and examples
  • 🔄 Renovate will automatically update pinned versions when new releases are available
  • 🛡️ Users get stable, tested versions instead of potentially unstable
  • 📈 Better reproducibility for users following the documentation

d0ugal added 5 commits October 2, 2025 10:55
- Configure renovate to use chore(deps): commit message format
- This ensures dependency updates trigger new releases
- Renovate was already using chore(deps): format correctly
- Remove redundant commitMessagePrefix configuration
- Add changelog sections for chore and deps commit types
- This will make chore(deps): commits trigger new releases
- Users will now get version bumps for dependency updates
- Add explicit go.yaml.in/yaml/v3 dependency
- Remove indirect v2 dependencies where possible
- All tests passing with v3
- Replace :latest with pinned versions in README.md, QUICKSTART.md, and docker-compose files
- Add renovate custom manager for markdown files to auto-update pinned versions
- Remove Docker Compose custom managers (handled automatically by Renovate)
- Ensure users get stable, tested versions instead of potentially unstable :latest
@d0ugal d0ugal merged commit adf6a57 into main Oct 3, 2025
5 checks passed
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.

1 participant