Skip to content

Latest commit

 

History

History
96 lines (67 loc) · 2.7 KB

File metadata and controls

96 lines (67 loc) · 2.7 KB

Changelog

All notable changes to this project will be documented in this file.

[1.3.1] - 2024-11-13

Fixed

  • 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

[1.3.0] - 2024-10-02

Added

  • added vitest package for unit tests

Fixed

  • 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

[1.2.0] - 2024-08-16

Added

  • added AWS LZA resources to template to be excluded from AWS Nuke cleanup (credits to @mavogel)

Fixed

  • 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

  • removed deprecated service from SCP template (credits to @diranetafen)
  • removed LoggingBucket

[1.1.3] - 2024-06-26

Added

  • added new ServiceTimeout parameter to custom CloudFront resources to enforce faster fails on deployment issues

Fixed

  • 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

Removed

  • nothing removed

[1.1.2] - 2024-03-08

Added

  • no additions

Changed

  • changed DCE Lambda runtimes from (deprecated) Go1.x to AmazonLinux2
  • removed dependency to moreutils package (no longer available in AmazonLinux2023) from amplify.yml

Removed

  • nothing removed

[1.1.1] - 2024-03-07

Added

  • added AWS CLI credentials copy & paste functionality to AWS Account login popup

Changed

  • updated Amplify CLI version to v12.7.1
  • updated Lambda runtimes to python3.12

Removed

  • removed unused code block leftover in Event Details page

[1.1.0] - 2023-11-04

Added

  • no additions

Changed

  • 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

Removed

  • nothing removed

[1.0.0] - 2022-06-10

Added

  • Initial release

Changed

  • no changes

Removed

  • nothing removed