All notable changes to this project will be documented in this file.
- fixed: RegisterAccount dialog now also allows IAM roles with "/" paths
- fixed: Added "OSPackage" to AWS Nuke-excluded resources to avoid failures on trying to delete AWS-managed packages
- added vitest package for unit tests
- fixed: registering new AWS accounts occasionally createding duplicate entries
- fixed: edit event dialog could cause occasional page crash
- fixed: existing leases did not update on event update with activated overwrite checkbox
- updated Amplify CLI to v6
- updated DCE version to v0.38.0 to include latest AWS Nuke version
- updated various npm packages to latest stable version to fix known vulnerabilities
- added AWS LZA resources to template to be excluded from AWS Nuke cleanup (credits to @mavogel)
- changed web app build from Amplify CI/CD to CodeBuild to be able to remove CodeCommit dependency
- updated npm packages to fix known vulnerabilities
- removed deprecated service from SCP template (credits to @diranetafen)
- removed LoggingBucket
- added new ServiceTimeout parameter to custom CloudFront resources to enforce faster fails on deployment issues
- added paginating retrieval of leases list to avoid login issues for existing leases
- updated automated unit tests to newest CloudScape changes
- updated npm packages to address known vulnerabilities
- nothing removed
- no additions
- changed DCE Lambda runtimes from (deprecated) Go1.x to AmazonLinux2
- removed dependency to moreutils package (no longer available in AmazonLinux2023) from amplify.yml
- nothing removed
- added AWS CLI credentials copy & paste functionality to AWS Account login popup
- updated Amplify CLI version to v12.7.1
- updated Lambda runtimes to python3.12
- removed unused code block leftover in Event Details page
- no additions
- updated Lambda functions to Node18 and aws-sdk v3
- Security upgrade: Blocked ListEvents API call for end users to remove potential data leak
- Security upgrade: Blocked API calls requesting an AWS account for a non-existent event id
- Security upgrade: Reduced number of possible parameters for end user API calls to necessary minimum, retrieve event management metadata from backend and auth token only
- nothing removed
- Initial release
- no changes
- nothing removed