Skip to content

Latest commit

 

History

History
139 lines (75 loc) · 7.27 KB

CHANGELOG.md

File metadata and controls

139 lines (75 loc) · 7.27 KB

0.2.14 (2024-11-01)

Bug Fixes

0.2.13 (2024-08-01)

Bug Fixes

0.2.12 (2023-12-30)

Bug Fixes

  • add console logging when running inside of github actions. add init_info property (56e3550)
  • echo IAM username (fe59281)

0.2.11 (2023-12-23)

Bug Fixes

  • add Services class to control which services are enabled and should be tested (c217965)
  • raise error if a disabled client setter is called (8de3c2c)

0.2.10 (2023-12-22)

Bug Fixes

  • add policy attachments to roles. add a config to apigateway session w longer timeout (ef2ffb7)

0.2.9 (2023-12-22)

Bug Fixes

  • switch aws_s3_client to resource. lint lambda policy. (d85bfae)

0.2.8 (2023-12-22)

Bug Fixes

  • add a copy of terraform.tfvars to rekognition_info lambda build (4ca4b7a)
  • add remaining aws infrastructure resource meta data to /info (64630ea)

0.2.7 (2023-12-21)

Bug Fixes

  • add more permissions for lambda, for introspections (56e29f1)
  • post deployment tweaks (169ea9e)

0.2.6 (2023-12-21)

Bug Fixes

  • refactor aws infrastructure logic to AWSInfrastructureConfig() (5f4f385)

0.2.5 (2023-12-20)

Bug Fixes

  • add a Terraform aws_deployed bool environment variable, to track whether we're running in prod (d3aa46f)

0.2.4 (2023-12-20)

Bug Fixes

  • add aws key pair with validation and business rules, and unit tests (e4d0710)

0.2.3 (2023-12-20)

Bug Fixes

  • raise throttle_settings_burst_limit=25 so that unit tests aren't throttled (880be90)

0.2.2 (2023-12-20)

Bug Fixes

  • integrate TFVARS to defaults. add conf meta fields. expand dump dict. (c653aa1)

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.

0.2.1 (2023-12-13)

Bug Fixes

0.2.0 (2023-12-13)

Features

  • add Lambda Layer with Pydantic and dotenv (612adb2)

0.2.0 (2023-12-13)

Features

  • add Lambda Layer with Pydantic and dotenv (612adb2)

0.1.2 (2023-12-13)

New Features

  • add tests for .env file handling in conf.py (b9eac51)
  • add unit test to configure Settings with constructor (f818fe5)
  • add unit tests for read-only and negative attributes (9c840a1)
  • add unit tests of pydantic range checking (f9ec717)
  • scaffold lambda test banks (fe40ea2)

0.1.1 (2023-12-12)

Bug Fixes

1.0.0 (2023-12-12)

Bug Fixes

0.0.0

Commit Delta: N/A

Released: 2023.09.03

Summary:

  • Initial release!