Tags

Tags give the ability to mark specific points in history as being important
  • v2.1.37

    protected Release: Gateway v2.1.37
    - prevent scoped-inaccessible nodes, proxy hosts, and containers from appearing clickable in list views
    - tighten direct detail-route access for scoped node and proxy permissions
    - remove empty Docker actions columns when the user has no usable actions
    - apply the Docker images and volumes table sizing fixes to networks as well
  • v2.1.36

    protected Release: Gateway v2.1.36
    - fix the tab URL hook regression that caused full-page remounts and flicker on tab changes
    - keep tab switching local while still updating the URL for deep links
  • v2.1.35

    protected Release: Gateway v2.1.35
    - harden node and Docker console-related permission gates across websocket popouts and reconnect handling
    - mask Docker secret-backed environment values in container inspect/config views and hide inaccessible node and container tabs
    - fix Docker images and volumes table truncation, badge sizing, and action-column alignment
    - fix deep-linked and reloaded Docker tab pages so content loads correctly after bootstrap
  • v2.1.34

    protected Release: Gateway v2.1.34
    - remove forced re-login after user group changes and group scope updates by refreshing live permissions in place
    - fix scoped Docker and node permission handling across sidebar, routes, command palette, container detail tabs, and realtime updates
    - harden backend permission checks to use effective scopes for certificate visibility and related restricted views
  • v2.1.33

    protected Release: Gateway v2.1.33
    - remove forced re-login after user group changes and group scope updates by refreshing live permissions in place
    - fix scoped Docker and node permission handling across sidebar, routes, command palette, container detail tabs, and realtime updates
    - harden backend permission checks to use effective scopes for certificate visibility and related restricted views
  • v2.1.32

    protected Release: Gateway v2.1.32
    - add admin-configurable OIDC user provisioning settings for automatic account creation and default group assignment
    - move the Users page create action into the standard page header and add the Notifications page subtitle styling cleanup
    - keep first real OIDC sign-in on system-admin while allowing later auto-provisioning to be disabled or redirected to a chosen default group
  • v2.1.31

    protected Release: Gateway v2.1.31
    - move notification page actions into the shared page header for alerts, webhooks, and delivery log
    - switch delivery log filters to the standard search and filter bar pattern
    - add delivery log search across webhook, event, severity, and HTTP status
  • v2.1.30

    protected Release: Gateway v2.1.30
    - move notification page actions into the shared page header for alerts, webhooks, and delivery log
    - switch delivery log filters to the standard search and filter bar pattern
    - add delivery log search across webhook, event, severity, and HTTP status
  • v2.1.29

    protected
    c5bf743b · Fix proxy SSL enable flow ·
    Release: Gateway v2.1.29
    - allow selecting a proxy SSL certificate before HTTPS is enabled in the settings page
    - block enabling proxy HTTPS without a selected certificate in both frontend and backend
    - prevent broken nginx config generation when SSL cert or key paths are missing
  • v2.1.28

    protected Release: Gateway v2.1.28
    - persist proxy folder expand and collapse state across reloads
    - fix proxy host list action column alignment, drag overlay row layout, and last-row borders
    - remove the doubled bottom border when the ungrouped section is empty
  • v2.1.27

    protected Release: Gateway v2.1.27
    - refine nginx template editor with modal-based settings, cheatsheet, preview, stronger template diagnostics, and improved nginx directive highlighting
    - move proxy template variable editing into proxy settings, simplify proxy creation, and fix raw mode config validation to avoid false Gateway-local nginx checks
    - resolve recent command palette template labels by name instead of raw ids
  • v2.1.26

    protected Release: Gateway v2.1.26
    - hide manual renew actions for DNS-01 ACME certificates in the SSL certificate list
    - show Auto-Renew as No for DNS-01 certificates to match the actual renewal behavior
  • v2.1.25

    protected Release: Gateway v2.1.25
    - fix health bar fallback so the first successful health check only lights the newest bar instead of the full history
    - add inline SSL certificate selection to the proxy host settings tab
    - align the proxy SSL settings layout to 25% / 25% / 50% for Force HTTPS, HTTP/2, and certificate selection
  • v2.1.24

    protected Release: Gateway v2.1.24
    - fix node nginx config test to run only on the target nginx daemon instead of failing on Gateway-local include paths
    - stop false validation errors for valid node configs that reference host-specific nginx files such as /etc/nginx/gateway/stub_status.conf
  • v2.1.23

    protected Release: Gateway v2.1.23
    - add proxy health check body match modes: includes, exact match, starts with, and ends with
    - show the body match mode inline with the expected body field in proxy create and edit flows
    - allow clearing proxy health check expected body values correctly
    - keep empty health bars gray and color only the newest bar from current status when no recent history exists
    - improve proxy details and settings layouts for health check fields
  • v2.1.3-nginx

    protected Release: Nginx Daemon v2.1.3-nginx
    - move nginx-daemon managed site configs to `/etc/nginx/gateway/conf.d`
    - move nginx-daemon managed htpasswd files to `/etc/nginx/gateway/htpasswd`
    - validate and reload nginx with the configured global config path instead of relying on implicit defaults
    - align the installer and daemon defaults with the new Gateway-owned nginx directory layout
  • v2.1.22

    protected Release: Gateway v2.1.22
    - move Gateway-managed nginx site configs to a single canonical path under `/etc/nginx/gateway/conf.d`
    - move Gateway-managed htpasswd files to `/etc/nginx/gateway/htpasswd`
    - migrate legacy nginx Gateway files from old distro-specific paths during installer reruns
    - make nginx-daemon validate and reload using the configured global nginx config explicitly
  • v2.1.21

    protected Release: Gateway v2.1.21
    - persist the gateway updating lock across browser tabs so newly opened tabs are blocked immediately during a system update
    - sync the update lock via browser storage events between active tabs
    - clear stale updating screens automatically once the backend reports the target version is running again
  • v2.1.20

    protected Release: Gateway v2.1.20
    - stop generated nginx proxy host configs from redeclaring the shared SSL session cache so they no longer conflict with global nginx settings
    - switch generated nginx HTTP/2 listeners to the modern `http2 on;` form instead of deprecated `listen ... http2`
    - refresh node detail daemon update state immediately after checking for updates and after successful node reconnects
    - improve proxy host creation inputs by allowing port fields to clear fully and by showing domain autocomplete suggestions on focus