Cycloid
Cycloid
  • Docs
  • Changelog
  • Feature requests
  • Support portal

Cycloid changelog

Changelog v6.8.61

Changelog v6.8.61

Improvements

  • Authentication: New option to enforce invite-only access for SSO. When enabled, only users who have been explicitly invited can log in.

  • Authentication: Redirect /signup to /login when email authentication is disabled (OIDC-only mode)

  • Service Catalog: Version management moved to the Configuration tab. Provides better visibility on available updates and out-of-sync components directly where you manage your stack

  • Service Catalog: Disabled refresh versions for shared stacks from other organizations

  • Project: Server-side pagination for projects, components, environments and pipelines. Project listing performance improved from ~28s to under 1s for very large organizations.

  • Organizations: New Cycloid Special Variable parent_organization. Gives stacks and pipelines access to the parent organization context in multi-tenant setups

  • Components: New ignore_config_files_err flag allows deleting components, environments and projects even when the original stack has been removed from Git

  • StackForms: Improved error messages when a values_ref source returns an invalid payload or fails to respond

  • API - Authentication: New configuration option to enable or disable automatic SSO enrollment

  • API - Components: New flag ignore_config_files_err allows successful deletion of components even when config file removal fails

  • API - Organizations: New Cycloid Special Variable parent_organization for accessing parent organization context

  • API - Performance: Pagination introduced for pipelines, components and environments endpoints

  • Other: Catalog repository creation now shows an alert clarifying branch selection for stack discovery

  • Other: External analytics are now disabled for on-prem customers to avoid proxy authentication requirements

Fixes

  • Authentication: Fixed a login loop when authenticating via SSO on certain browsers

  • Authentication: Fixed an extra signup step appearing when signing up through OIDC

  • Caching: Frontend upgrades now properly invalidate browser cache, preventing users from running outdated versions after a platform update

  • Credentials: SSH key creation no longer fails when pasting keys into a hidden field

  • Credentials: SSH keys are now fully visible when the reveal toggle is used

  • Environments: Fixed version dropdown overlapping with other component rows in the environments list

  • Organizations: Admin permissions now correctly preserved when navigating from a parent to a child organization

  • Organizations: Fixed "Unknown error" tooltip for organizations with expired subscriptions

  • Organizations: Organization settings sections now hide gracefully instead of showing 403 errors when the user lacks permissions

  • Project: Restored component description editing on settings page

  • Project: Project list now displays correctly for members with glob-filtered permissions

  • StackForms: Editor preview now correctly reflects changes to the values property

  • StackForms: Fallback to internal ID variable for resource lookup in widgets

  • API - StackForms: Improved error messages when a values_ref source returns an invalid payload or fails to respond, making it easier to diagnose misconfigured remote value sources

  • Other: Fixed misleading error when cloning components

Security

  • Inventory: Improved access controls for inventory resource attributes, data restricted to organization administrators

Removed

  • Service Catalog: Version selector removed from component settings. Version management has been moved to the Configuration tab for a more streamlined workflow