Skip to content

Releases: forkspacer/operator-ui

v0.1.8

19 Oct 21:17

Choose a tag to compare

v0.1.7

17 Oct 15:49

Choose a tag to compare

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

17 Oct 11:52
85fed29

Choose a tag to compare

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

16 Oct 20:17

Choose a tag to compare

Docker Image

docker pull ghcr.io/forkspacer/operator-ui:v0.1.5

Installation

See the documentation for installation instructions.

Release v0.1.4

16 Oct 20:02

Choose a tag to compare

Docker Image

docker pull ghcr.io/forkspacer/operator-ui:v0.1.4

Installation

See the documentation for installation instructions.

Release v0.1.3

16 Oct 18:37

Choose a tag to compare

Docker Image

docker pull ghcr.io/forkspacer/operator-ui:v0.1.3

Installation

See the documentation for installation instructions.

Release v0.1.2

16 Oct 04:25
4a2e392

Choose a tag to compare

Docker Image

docker pull ghcr.io/forkspacer/operator-ui:v0.1.2

Installation

See the documentation for installation instructions.

Release v0.1.1

12 Oct 11:46
7962b9b

Choose a tag to compare

Docker Image

docker pull ghcr.io/forkspacer/operator-ui:v0.1.1

Installation

See the documentation for installation instructions.

Release v0.1.0

07 Oct 13:41
a4b159e

Choose a tag to compare

Docker Image

docker pull ghcr.io/forkspacer/operator-ui:v0.1.0

Installation

See the documentation for installation instructions.