Releases: GlueOps/Argo-CD-Extension-GlueOpsLinks
Releases · GlueOps/Argo-CD-Extension-GlueOpsLinks
v0.0.7
Changes
- Fixed layout issue with long text in empty/error states
- Empty states now show compact: icon + label + dash (—)
- Full message appears on hover as tooltip
- Maintains consistent grid layout
UI Improvements
- Single-line layout for all category states
- Muted colors for disabled/empty states
- Better visual consistency across all link types
v0.0.6
Changes
- Added comprehensive console logging for debugging
- Logs auth token presence and length
- Logs OAuth2 proxy cookie detection
- Logs request URL and headers (sanitized)
- Logs response status and headers
- Logs full error details including response body
- Check browser console for detailed diagnostics
Debugging
Open browser DevTools Console to see detailed logs prefixed with '[GlueOps Extension]'
v0.0.5
Changes
- Fixed build process with automated directory structure
- Added build.sh script for reproducible builds
- Added Authorization Bearer token for OAuth2 authentication
- Fixed tar.gz structure to resources/glueops-links-extension/
- Removed /mock from API path for production compatibility
Breaking Changes
None - fully backward compatible
Installation
helm upgrade --install argocd argo/argo-cd -f helm-values.yaml -n argocdv0.0.4
Add Authorization Bearer token to extension requests to bypass OAuth2 redirects
v0.0.3
Remove mock path for production deployment
v0.0.2
Full Changelog: v0.0.1...v0.0.2