Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

71 lines (45 loc) · 2.4 KB

Change Log

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.3.0] - 2022-06-09

  • Update the Domain Join process to use Systems Manager Document rather than powershell [Github Issue #7]

[2.2.0] - 2022-03-16

[2.1.1] - 2022-03-07

Changed

  • Set NICE DCV as the default remote display protocol
  • Teradici CAS as a remote display protocol option has been temporarily disabled in this release while we address a problem with deployment.
  • Passed correct VPC CIDR range to AD template when user customizes this value
  • Removed HostSG security group from FSx for Windows ENI
  • Updated access rules on security group attached to FSx for Windows to allow access only from Domain Members
  • Added Workstation to Domain Members security group
  • Removal of commented code and minor cleanups in top level template
  • NICE DCV set to use 2021.3 release.

[2.1.0] - 2021-01-12

Changed

  • Updated FSxDNSName Lambda runtime to python3.9
  • Restructured cfn-init configsets to create steps for the Remote Display Protocol installation

Added

  • Added support for NICE DCV as a Remote Display Protocol. Default set to Teradici CAS.
  • Added powershell script to install NICE DCV from latest release (if selected)
  • Added support for NICE DCV TCP and UDP protocol to host security group (if selected)
  • Added permission to obtain NICE DCV license via s3:GetObject permissions in IAM Role (if selected)

[2.0.0] - 2021-08-05

Changed

  • Updated user agent string to have a dynamic version number passed in from build script
  • Deleted unused fgw-fileshare.py file
  • Removed section from the build script that packaged fgw-fileshare.py
  • Removed year from copyright notices

Added

  • Added new parameter for selecting which version of AWS managed AD to provision, default set to standard
  • Added a .viperlightrc file to assist automated code scanning
  • Added metrics disclosure to README

[1.0.1] - 2021-05-27

Changed

  • Corrected Solution Builder ID

[1.0.0] - 2021-05-20

Added

  • Initial release