June 24
In this section, you will find reference of new StackSpot features & relevant changes in the documentation.
Features
-
New Workflow Configuration Method and Standard Workflow Creation: The way to configure Workflows in the StackSpot Portal has changed. Now you can configure:
- Default Workflow for the entire Account;
- Workflows for specific Stacks that will not use the Account's default Workflow;
Additionally, you can create Workflows for the different processes within the Workspace, such as:
- Create Application;
- Create Infrastructure;
- Create APIs.
Check the details on the following pages:
-
Configure Workflow Context in the Stack within the Workspace
-
Changing the version of content in the Stack: You can now change the version of a Plugin and Action in an unpublished Stack without needing to unpublish the current version and publish it again. For more details, see the example.
-
OTP Authentication on the StackSpot Portal: Now, logging into the StackSpot Portal requires not only a password but also an authentication code generated by an OTP (one-time password) Authenticator. An OTP is a time-limited password automatically generated by systems like Google Authenticator.
This additional layer of authentication significantly boosts your Account's security. For more details, see the OTP Authentication section.
- System for Cross-domain Identity Management API (SCIM): You can perform Access Management activities within the StackSpot EDP Portal using the HTTP methods (GET, POST, PUT, PATCH, DELETE).
Check out details in the SCIM Provider API section.
- Deployment error visualization: You can now inspect the error logs of a Plugin deployment in the StackSpot Portal. For Self-hosted users, this view will occur in the GitHub pipeline. Other users can access the logs in the Activities and Infrastructure sections, which are available in the Workspace. For more details, see the sections below:
Fixes and Improvements
-
Accessibility in documentation: Add more accessibility rules to the documentation of content published on StackSpot. For more details, see the section.
-
Recommendation for retries in Self-Hosted: The partial retries of GitHub Actions Workflow in the Self-Hosted pipeline do not work. The recommendation is to retry the complete Workflow. For more details, see the section.
STK CLI: v6.16.0
- Introduced the new
stk diff state
command to compare deployment changes between environments. - Updated the code-transformation engine to version 0.2.0. This new version introduces support for html, identifier match operators, strings, and snippet scope.
- Enabled downloading Stack images using the
--from
parameter. - Added new code responses to the published Plugin Action.
- Added a new "aborting" status to improve process management.
- Added validation for Stacks without Starters.
- Added the option to check all optional Plugins by default when creating an Application or Infrastructure.
- Validated Connection dependencies before removing the Plugin.
- Ensured Plugins with the same name did not appear during removal.
- Improved error handling for
external items
. - Fixed issues related to mandatory context priority for workflow Actions.
- Fixed the default behavior of
multiselect
options. - Fixed the confirmation process before destroying the Application or infrastructure.
- Removed
picture
parameter from initialplugin.yaml
. - Added support to select a Knowledge Source in stk ai command.
- Renamed Shared Infrastructure entity to Infrastructure.
STK CLI: v6.15.0
- Added new interactive mode for the
stk show plugin
command. - Updated the
stk show plugin
command to search for the latest version. - Fixed Multi Select, allowing blank values.
- Fixed the
update plugin
command to handle user cancellations properly. - Fixed support for default values of select inputs.
STK CLI: v6.14.0
Update your STK CLI executing the
stk upgrade
command
- You can list Plugins, Actions, Stacks and Starter in or outside a Workspace.
- You can Test Starters.