Skip to content

2.2.0#1387

Merged
mbecker20 merged 72 commits into
mainfrom
2.2.0
May 7, 2026
Merged

2.2.0#1387
mbecker20 merged 72 commits into
mainfrom
2.2.0

Conversation

@mbecker20
Copy link
Copy Markdown
Member

@mbecker20 mbecker20 commented Apr 24, 2026

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

mbecker20 and others added 17 commits May 6, 2026 16:08
* fix: prevent horizontal page scroll on long action log lines

Add white-space: pre-wrap to Code component pre elements rendering
stdout/stderr in action last-run, update details, and build info views.

* fix: UI Defined and Files on Server text too large in stacks table

---------

Co-authored-by: twalts <t.mwalton@yahoo.com>
* add support to generate resource json schema

* remove unnecessary renames

---------

Co-authored-by: Maxwell Becker <49575486+mbecker20@users.noreply.github.com>
@mbecker20 mbecker20 force-pushed the 2.2.0 branch 2 times, most recently from 443dfdc to cdcb605 Compare May 6, 2026 23:10
mbecker20 and others added 4 commits May 6, 2026 16:12
* add ignore_polling_services for global auto update

* rename ignore_polling_services to auto_update_skip_services and reorganize
@NiXTheDev
Copy link
Copy Markdown

no-pre-release-build

@mbecker20
Copy link
Copy Markdown
Member Author

@NiXTheDev about to release anyways

@NiXTheDev
Copy link
Copy Markdown

@NiXTheDev about to release anyways

I was kinda late, wasn't I?
Regardless, love your work M👍

@mbecker20 mbecker20 merged commit 0d462fb into main May 7, 2026
2 checks passed
@mbecker20 mbecker20 deleted the 2.2.0 branch May 7, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants