Skip to content

2022.09.22

Compare
Choose a tag to compare
@jamiezieziula jamiezieziula released this 23 Sep 00:18
· 167 commits to main since this release
cc37b0f

Breaking Changes - Agent

# value mapping
agent.config.workQueueName (string) --> agent.workQueues (array) with default queue name of default
agent.config.accountId              --> agent.cloudApiConfig.accountId
agent.config.workspaceId            --> agent.cloudApiConfig.workspaceId
agent.config.apiKeySecret.name      --> agent.cloudApiConfig.apiKeySecret.name 
agent.config.apiKeySecret.key       --> agent.cloudApiConfig.apiKeySecret.key
agent.config.apiUrl                 --> agent.cloudApiConfig.cloudUrl OR agent.orionApiConfig.apiUrl

# new values
agent.config.apiConfig # defaults to cloud

Enhancements

Fixes

Full Changelog: 2022.09.21...2022.09.22