chore: migrate repository to privilegedescalation organization
Updated all GitHub URLs from cpfarhood to privilegedescalation organization: - Repository URLs in package.json and Artifact Hub metadata - Documentation links and references - Git remote updated No functional changes - this is purely an organizational migration. Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Headlamp Sealed Secrets Plugin
|
||||
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
[](https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/releases)
|
||||
[](https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/issues)
|
||||
[](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/releases)
|
||||
[](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/issues)
|
||||
[](headlamp-sealed-secrets/)
|
||||
[](https://www.typescriptlang.org/)
|
||||
|
||||
@@ -38,7 +38,7 @@ A comprehensive [Headlamp](https://headlamp.dev) plugin for managing [Bitnami Se
|
||||
|
||||
```bash
|
||||
# 1. Download and extract plugin
|
||||
curl -LO https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/releases/download/v0.2.0/headlamp-sealed-secrets-0.2.0.tar.gz
|
||||
curl -LO https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/releases/download/v0.2.0/headlamp-sealed-secrets-0.2.0.tar.gz
|
||||
tar -xzf headlamp-sealed-secrets-0.2.0.tar.gz -C ~/Library/Application\ Support/Headlamp/plugins/
|
||||
|
||||
# 2. Restart Headlamp
|
||||
@@ -274,7 +274,7 @@ npm run tsc
|
||||
| **Documentation** | Tutorials, guides, examples | ✅ Yes |
|
||||
| **Testing** | More test coverage, edge cases | ✅ Yes |
|
||||
| **Features** | Bulk operations, secret templates | ⚠️ Discuss first |
|
||||
| **Bug Fixes** | See [open issues](https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/issues) | ✅ Yes |
|
||||
| **Bug Fixes** | See [open issues](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/issues) | ✅ Yes |
|
||||
| **Accessibility** | ARIA improvements, keyboard nav | ✅ Yes |
|
||||
| **Translations** | i18n support (future) | 📅 Planned |
|
||||
|
||||
@@ -305,14 +305,14 @@ See [CHANGELOG.md](CHANGELOG.md) for version history.
|
||||
- [API Reference](docs/api-reference/generated/) - TypeScript API docs
|
||||
|
||||
2. **🔍 Search Existing Issues**
|
||||
- [Open Issues](https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/issues)
|
||||
- [Closed Issues](https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/issues?q=is%3Aissue+is%3Aclosed)
|
||||
- [Open Issues](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/issues)
|
||||
- [Closed Issues](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/issues?q=is%3Aissue+is%3Aclosed)
|
||||
|
||||
3. **💬 Ask the Community**
|
||||
- [GitHub Discussions](https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/discussions)
|
||||
- [GitHub Discussions](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/discussions)
|
||||
|
||||
4. **🐛 Report a Bug**
|
||||
- [Create New Issue](https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/issues/new)
|
||||
- [Create New Issue](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/issues/new)
|
||||
- Include: Plugin version, Headlamp version, error messages, steps to reproduce
|
||||
|
||||
### Common Issues
|
||||
@@ -338,10 +338,10 @@ Built with:
|
||||
## 🔗 Links
|
||||
|
||||
### Project Resources
|
||||
- 📦 **[Releases](https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/releases)** - Download plugin
|
||||
- 📦 **[Releases](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/releases)** - Download plugin
|
||||
- 📚 **[Documentation](docs/README.md)** - Complete docs
|
||||
- 🐛 **[Issues](https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/issues)** - Bug reports
|
||||
- 💬 **[Discussions](https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/discussions)** - Q&A
|
||||
- 🐛 **[Issues](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/issues)** - Bug reports
|
||||
- 💬 **[Discussions](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/discussions)** - Q&A
|
||||
- 📝 **[Changelog](CHANGELOG.md)** - Version history
|
||||
|
||||
### External Resources
|
||||
|
||||
Reference in New Issue
Block a user