chore(deps): update komodo to v2.2.0 #6628

Merged
alexlebens merged 1 commits from renovate/unified-komodo into main 2026-05-07 20:38:22 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/moghtech/komodo-core minor 2.1.22.2.0
ghcr.io/moghtech/komodo-periphery minor 2.1.22.2.0
moghtech/komodo minor 2.1.22.2.0

Release Notes

moghtech/komodo (ghcr.io/moghtech/komodo-core)

v2.2.0: Komodo v2.2.0

Compare Source

Changelog
  • Swarm / Deployment: Fix Deployment "Tasks" and "Inspect" tabs when attached to a Swarm
  • Stack: Allow excluding specific services from Global Auto Update by @​mateuszziolkowski
  • Resource Sync: During RunSync, ensure Repo changes are applied before all other potentially dependent resource type changes: Builds, Stacks, and Resource Syncs.
  • TOML: Add resource TOML schema (for editor auto-complete / suggestions / documentation) hosted by every Komodo Core at /schema/resources.json (ie at https://your.komodo/schema/resources.json) by @​bytedream
  • Core: Add standard shell mode (direct passthrough) for system commands by @​ericls
  • Core: Make the security headers customizable to restore iframe functionality

## `X-Frame-Options` header value.
## Set as empty string to omit the header.

## Use "SAMEORIGIN" to allow same-origin embedding only.
## Env: KOMODO_X_FRAME_OPTIONS

## Default: "DENY"
x_frame_options = "DENY"
  • Core: Enable OIDC auto redirect behavior on login page by @​johnmaguire

## Automatically redirect unauthenticated users to the OIDC provider
## instead of showing the login page.

## Users can bypass the redirect by appending `?disableAutoLogin` to the login URL.
## Env: KOMODO_OIDC_AUTO_REDIRECT

## Default: false
oidc_auto_redirect = false

## Normally new users will be registered, but not enabled until an Admin enables them.
## With `disable_user_registration = true`, only the first user to log in will registered as a user.

## Env: KOMODO_DISABLE_USER_REGISTRATION
## Default: false
disable_user_registration = false

## Disable local (username/password) user registration only.

## When set to true, the "Sign Up" button is hidden and local signups are blocked,
## but OIDC and other external provider signups may still be allowed.

## If not set, falls back to `disable_user_registration`.
## Env: KOMODO_DISABLE_LOCAL_USER_REGISTRATION
disable_local_user_registration = true

## Disable OIDC user registration only.

## When set to true, new users cannot register via OIDC,
## but local and other provider signups may still be allowed.

## If not set, falls back to `disable_user_registration`.
## Env: KOMODO_DISABLE_OIDC_USER_REGISTRATION

# disable_oidc_user_registration = true

Still running v1? Check out the Komodo v2 upgrade guide.


Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/moghtech/komodo-core](https://github.com/moghtech/komodo) | minor | `2.1.2` → `2.2.0` | | [ghcr.io/moghtech/komodo-periphery](https://github.com/moghtech/komodo) | minor | `2.1.2` → `2.2.0` | | [moghtech/komodo](https://github.com/moghtech/komodo) | minor | `2.1.2` → `2.2.0` | --- ### Release Notes <details> <summary>moghtech/komodo (ghcr.io/moghtech/komodo-core)</summary> ### [`v2.2.0`](https://github.com/moghtech/komodo/releases/tag/v2.2.0): Komodo v2.2.0 [Compare Source](https://github.com/moghtech/komodo/compare/v2.1.2...v2.2.0) ##### Changelog - **Swarm / Deployment**: Fix Deployment "Tasks" and "Inspect" tabs when attached to a Swarm - **Stack**: Allow excluding specific services from Global Auto Update by [@&#8203;mateuszziolkowski](https://github.com/mateuszziolkowski) - **Resource Sync**: During RunSync, ensure Repo changes are applied before all other potentially dependent resource type changes: Builds, Stacks, and Resource Syncs. - **TOML**: Add resource TOML schema (for editor auto-complete / suggestions / documentation) hosted by every Komodo Core at `/schema/resources.json` (ie at <https://your.komodo/schema/resources.json>) by [@&#8203;bytedream](https://github.com/bytedream) - **Core**: Add standard shell mode (direct passthrough) for system commands by [@&#8203;ericls](https://github.com/ericls) - **Core**: Make the security headers customizable to restore iframe functionality ```toml ## `X-Frame-Options` header value. ## Set as empty string to omit the header. ## Use "SAMEORIGIN" to allow same-origin embedding only. ## Env: KOMODO_X_FRAME_OPTIONS ## Default: "DENY" x_frame_options = "DENY" ``` - **Core**: Enable OIDC auto redirect behavior on login page by [@&#8203;johnmaguire](https://github.com/johnmaguire) ```toml ## Automatically redirect unauthenticated users to the OIDC provider ## instead of showing the login page. ## Users can bypass the redirect by appending `?disableAutoLogin` to the login URL. ## Env: KOMODO_OIDC_AUTO_REDIRECT ## Default: false oidc_auto_redirect = false ``` - **Core**: Per provider new user registration by [@&#8203;johnmaguire](https://github.com/johnmaguire) ```toml ## Normally new users will be registered, but not enabled until an Admin enables them. ## With `disable_user_registration = true`, only the first user to log in will registered as a user. ## Env: KOMODO_DISABLE_USER_REGISTRATION ## Default: false disable_user_registration = false ## Disable local (username/password) user registration only. ## When set to true, the "Sign Up" button is hidden and local signups are blocked, ## but OIDC and other external provider signups may still be allowed. ## If not set, falls back to `disable_user_registration`. ## Env: KOMODO_DISABLE_LOCAL_USER_REGISTRATION disable_local_user_registration = true ## Disable OIDC user registration only. ## When set to true, new users cannot register via OIDC, ## but local and other provider signups may still be allowed. ## If not set, falls back to `disable_user_registration`. ## Env: KOMODO_DISABLE_OIDC_USER_REGISTRATION # disable_oidc_user_registration = true ``` - **UI**: Improve table text sizing and wide log pre wrapping by [@&#8203;elemated](https://github.com/elemated) - **UI**: Move more common components to **mogh\_ui** library: <https://github.com/moghtech/lib/tree/main/ui> Still running v1? Check out the [Komodo v2 upgrade guide](https://komo.do/docs/releases/v2.0.0#upgrading-to-komodo-v2). </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjkuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkb2NrZXIiXX0=-->
renovate-bot added the docker label 2026-05-07 19:04:51 +00:00
renovate-bot added 1 commit 2026-05-07 20:05:32 +00:00
chore(deps): update komodo to v2.2.0
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 25s
lint-test-helm / lint-helm (pull_request) Successful in 21s
lint-test-helm / validate-kubeconform (pull_request) Successful in 17s
render-manifests / render-manifests (pull_request) Successful in 49s
fc8580fc36
renovate-bot force-pushed renovate/unified-komodo from 86ea7f0ebf to fc8580fc36 2026-05-07 20:05:32 +00:00 Compare
alexlebens merged commit aa825f8400 into main 2026-05-07 20:38:22 +00:00
alexlebens deleted branch renovate/unified-komodo 2026-05-07 20:38:27 +00:00
Sign in to join this conversation.