Automation with AWS 1.10 Release Notes
18 August 2021
The Utoolity team is pleased to present Automation with AWS 1.10 – this release adds full compatibility with Bamboo Data Center and adds an integration to start synchronous AWS Step Functions Express workflow executions.
You can now use the app with non-clustered and clustered Bamboo Data Center deployments to gain the flexibility and administrative control to manage mission-critical Bamboo sites, and you can run actions and evaluate conditions by starting synchronous Express workflow executions via the Start Synchronous Step Functions Execution action.
Please review the Automation with AWS 1.10 Upgrade Notes for important release information.
Learn more and try it for free in:
On this page:
- 1 Highlights (Core)
- 2 Highlights (Bamboo)
- 3 Resolved issues
- 3.1 Release 1.10.13
- 3.2 Release 1.10.12
- 3.3 Release 1.10.11
- 3.4 Release 1.10.10
- 3.5 Release 1.10.9
- 3.6 Release 1.10.8
- 3.7 Release 1.10.7
- 3.8 Release 1.10.6
- 3.9 Release 1.10.5
- 3.10 Release 1.10.4
- 3.11 Release 1.10.3
- 3.12 Release 1.10.2
- 3.13 Release 1.10.1
- 3.14 Release 1.10.0
Highlights (Core)
Integrate distributed workflows with the Start Synchronous Step Functions Execution action
In addition to the asynchronous Start Step Functions Execution action, you can now also use the Start Synchronous Step Functions Execution action to process Bamboo notifications, Jira workflow transitions and Jira Service Management automation rule executions remotely with AWS Step Functions:
Synchronous Express Workflows allow developers to quickly receive the workflow response without needing to poll additional services or build a custom solution. This is useful for high-volume microservice orchestration and fast compute tasks that communicate via HTTPS.
Evaluate remote conditions with the Start Synchronous Step Functions Execution action
You can now use the Start Synchronous Step Functions Execution action in applicable integrations to evaluate arbitrary remote conditions by returning a JSON result shape that adheres to the action response format schema:
{
'result': false,
'errorMessage': "Deployment blocked due to service being in alarm state"
}
This allows you to call AWS services and third-party REST APIs to ensure that any prerequisites for your workflows are automatically checked right before dependent steps are initiated.
Supported integrations are the Jira Service Management Automate with AWS if condition, the Jira Automate with AWS workflow condition and Automate with AWS workflow validator, and the Bamboo Automate with AWS task.
Highlights (Bamboo)
Use the app with clustered Bamboo Data Center deployments
You can now also use the app with clustered Bamboo Data Center deployments to gain the flexibility and administrative control to manage mission-critical Bamboo sites.
Upgrade task for private secret keys
Previously, the app stored private secret keys used for encrypting long-term AWS security credentials in the local home directory. This worked fine for non-clustered (single node) usage, and clustered usage has still been possible by manually performing the few steps required to migrate the keys to the new Bamboo Data Center shared home directory.
To remove these manual steps, an upgrade task now automatically migrates the private secret keys from the local home to the new Bamboo Data Center shared home directory – this should be a quick and seamless process, refer to Identity Federation for AWS 2.15 Upgrade Notes | Upgrade task for Bamboo home migration for details.
This feature is provided by Identity Federation for AWS (Bamboo), which is bundled and free for licensees of other Utoolity AWS integrations.
Resolved issues
Release 1.10.13
2024-09-07
This release addresses the following issues:
Core
Bugs
AAWS-1157 – Fix CVE-2023-35116 - jackson-databind before 2.15.3
Release 1.10.12
2024-05-13
This release addresses the following issues:
Core
Bugs
AAWS-1158 – Fix CVE-2024-21634 - ion-java before 1.10.5
Bamboo
Bugs
AAWS-1191 – Fix app failing to enable on Bamboo 9.6.1 due to inability to resolve bundle: 'com.ctc.wstx.stax is internal'
Release 1.10.11
2024-02-06
This release addresses the following issues:
Core
Improvements
AAWS-1145 – Surface new AWS region Israel (Tel Aviv) / il-central-1
AAWS-1149 – Surface new AWS region Canada West (Calgary) / ca-west-1
Bugs
AAWS-1154 – Fix quickstart CloudFormation template targeting Lambda Python 2.7 runtime
AAWS-1155 – Fix quickstart CloudFormation template targeting Lambda Node.js 12 runtime
Release 1.10.10
2023-05-25
This release addresses the following issues:
Jira
Bugs
AAWS-1125 – Fix BundleException due to missing requirement org.apache.xpath.jaxp in Jira 9.8.x
Release 1.10.9
2023-04-07
This release addresses the following issues:
Core
Bugs
AAWS-1109 – Fix CVE-2023-1370 - json-smart before 2.4.8
Release 1.10.8
2023-01-31
This release addresses the following issues:
Core
Improvements
AAWS-1086 – Surface new AWS region Asia (Hyderabad) / ap-south-2
AAWS-1093 – Surface new AWS region Asia Pacific (Melbourne) / ap-southeast-4
Bugs
AAWS-1092 – Fix CVE-2021-37533 - commons-net before 3.9.0
Release 1.10.7
2022-11-19
This release addresses the following issues:
Core
Improvements
AAWS-1055 – Surface new AWS region Middle East (UAE) / me-central-1
AAWS-1064 – Surface new AWS region Europe (Zurich) / eu-central-2
AAWS-1080 – Surface new AWS region Europe (Spain) / eu-south-2
Bugs
AAWS-1079 – Fix CVE-2022-42003,CVE-2022-42004 - jackson-databind before 2.13.4.1
Release 1.10.6
2022-08-16
This release addresses the following issues:
Core
Bugs
AAWS-1054 – Fix CVE-2022-31159 - aws-java-sdk-core before 1.12.261
Release 1.10.5
2022-06-16
This release addresses the following issues:
Jira
Improvements
AAWS-1005 – Mark app as Data Center approved
Release 1.10.4
2022-05-31
This release addresses the following issues:
Core
Bugs
AAWS-992 – Fix CVE-2020-36518 - jackson-databind before 2.13.0
Release 1.10.3
2022-03-10
This release addresses the following issues:
Bamboo
Improvements
AAWS-880 – Mark app as Data Center approved
Release 1.10.2
2022-02-17
This release addresses the following issues:
Jira
Bugs
AAWS-964 – Fix unsatisfied requirement for org.codehaus.jettison.json in Jira 8.22
Release 1.10.1
2022-01-31
This release addresses the following issues:
Core
Improvements
AAWS-922 – Surface new AWS region Asia Pacific (Jakarta) / ap-southeast-3
Release 1.10.0
2021-08-18
This release addresses the following issues:
Core
Stories
AAWS-842 – As a user, I want to start a synchronous Step Functions execution so that I can coordinate distributed workflows
AAWS-843 – As a user, I want to start a synchronous Step Functions execution so that I can check remote conditions
Improvements
AAWS-569 – Update to new AWS Architecture Icons
Jira
Tasks
AAWS-834 – Drop support for Jira 7.13
AAWS-884 – Drop support for Jira 8.0
AAWS-888 – Drop support for Jira 8.1
AAWS-891 – Drop support for Jira 8.2
AAWS-894 – Drop support for Jira 8.3
Bamboo
Stories
AAWS-910 – As an operator, I want compatibility with Bamboo Data Center so that I gain high availability
Tasks
AAWS-831 – Drop support for Bamboo 6.7
AAWS-883 – Drop support for Bamboo 6.8
AAWS-892 – Drop support for Bamboo 6.9
Amazon Web Services™, AWS™ and the “Powered by Amazon Web Services” logo are trademarks of Amazon.com, Inc. or its affiliates in the United States and/or other countries.
Utoolity® is a registered trademark of Utoolity GmbH.
© 2024 Utoolity GmbH. All rights reserved.