Skip to content

Salto v0.3.60

Compare
Choose a tag to compare
@saltoio saltoio released this 14 Jul 13:05
· 473 commits to main since this release
40294b5

Salto Version 0.3.60

New features and bug fixes

Core

  • Added the ability to override definitions with the DEFINITION_OVERRIDES env var

NetSuite adapter

  • Fix FileCabinet fetchTarget and remove folders correctly before querying files
  • Fix "unresolved reference" error in SDF deploy

Jira adapter

  • Fixed a bug in cascading options when working with the new beta
  • Fixed a potential circular dependency when deploying a JSM project
  • Might improve the fetch, by making earlier Atlassian API calls async

Salesforce adapter

  • Bugfix: Salesforce CustomMetadata Records deploy fail when attempting to delete field values
  • Fixed a bug where Custom Events were misidentified as Standard Objects and could not be deployed.
  • retry on some more kinds of errors
  • Fixed a bug where we didn't include the correct dependencies for the provided fetch targets.
  • Fixed an issue when we created FLS CV message on added fields of CustomMetadata types, in case their object was added.
  • Fixed a bug where elements in a successful deployment got an error with the message: Element was not deployed because other elements had errors and the 'rollbackOnError' option is enabled (or not set).

Zendesk adapter

  • Add validation for duplicate case insensitive dynamic content item names
  • Add validation for duplicate dynamic content item placeholders
  • Fix fetch content of article attachments content

Confluence adapter

  • new ability to manage pages only for specific spaces (these space can be defined under fetch configuration in the adapter config)
  • Support displayName on group and user references

Jamf adapter

  • Omit selfServiceIcon on policy instance upon fetch
  • Change validate credential url to one that we support
  • Add support in site deployment
  • Fix api-role deployment
  • Support deploying Additions of Custom QuoteTerms and Conditions when SBQQ triggers are enabled.

Expected changes to existing workspaces

Jamf adapter

  • Omit selfServiceIcon on policy instance upon fetch
  • Change validate credential url to one that we support
  • Add support in site deployment
  • Fix api-role deployment

Confluence adapter

  • new ability to manage pages only for specific spaces (these space can be defined under fetch configuration in the adapter config)
  • Support displayName on group and user references