Skip to content

Releases: GlueOps/Argo-CD-Extension-GlueOpsLinks

v0.0.7

15 Dec 05:48

Choose a tag to compare

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

15 Dec 04:43

Choose a tag to compare

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

15 Dec 04:32

Choose a tag to compare

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 argocd

v0.0.4

15 Dec 04:11

Choose a tag to compare

Add Authorization Bearer token to extension requests to bypass OAuth2 redirects

v0.0.3

15 Dec 01:38

Choose a tag to compare

Remove mock path for production deployment

v0.0.2

15 Dec 01:20

Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

v0.0.1

15 Dec 01:02

Choose a tag to compare