Releases: forkspacer/operator-ui
Releases · forkspacer/operator-ui
v0.1.8
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- added modules ui support
- fix: update release workflow to trigger on release
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Feat/server side api proxy (#7) * feat: add server-side API proxying via nginx Previously, the React app tried to call the API server directly from the browser using cluster-internal DNS (forkspacer-api-server:8080), which fails as browsers cannot resolve Kubernetes service DNS names. This change implements server-side API proxying: - Browser calls relative paths (/api/v1/*) - Nginx in operator-ui pod proxies to api-server internally - API requests never leave the cluster from the browser Changes: - Add nginx.conf.template with proxy configuration - Add docker-entrypoint.sh to inject API_SERVER_URL at runtime - Update Dockerfile to use custom nginx config and entrypoint - Update Helm values to use API_SERVER_URL for nginx proxying - Update deployment template to pass API_SERVER_URL to container * fix: display actual module type and fix workspace filtering - Fix module filtering to use workspace reference instead of namespace - Add module type field to display "Helm", "Custom", etc. instead of hardcoded "SERVICE" - Add workspace field to Module type for proper filtering
Release v0.1.5
Docker Image
docker pull ghcr.io/forkspacer/operator-ui:v0.1.5
Installation
See the documentation for installation instructions.
Release v0.1.4
Docker Image
docker pull ghcr.io/forkspacer/operator-ui:v0.1.4
Installation
See the documentation for installation instructions.
Release v0.1.3
Docker Image
docker pull ghcr.io/forkspacer/operator-ui:v0.1.3
Installation
See the documentation for installation instructions.
Release v0.1.2
Docker Image
docker pull ghcr.io/forkspacer/operator-ui:v0.1.2
Installation
See the documentation for installation instructions.
Release v0.1.1
Docker Image
docker pull ghcr.io/forkspacer/operator-ui:v0.1.1
Installation
See the documentation for installation instructions.
Release v0.1.0
Docker Image
docker pull ghcr.io/forkspacer/operator-ui:v0.1.0
Installation
See the documentation for installation instructions.