Skip to content

Latest commit

 

History

History
249 lines (116 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

249 lines (116 loc) · 11.6 KB

Changelog

1.26.0 (2023-03-28)

Features

  • parameter-group: add parameter group with force_ssl turned on (802ca65)

1.25.0 (2023-03-26)

Features

  • nginx-web: add component for ecs web service that uses nginx as a sidecar for end-to-end encryption (2d93bac)
  • tg: add name property for target group in web component (b0a5825)

1.24.0 (2023-03-19)

Features

  • login: remove npm login command (8e21dd0)

1.23.0 (2023-03-19)

Features

  • gha: add env var for NPM_TOKEN from repo secret (95af22e)

1.22.0 (2023-03-19)

Features

  • npm: add verbose loglevel (94c3b48)

1.21.0 (2023-03-17)

Features

  • npm: add npm login command (5a624f4)

1.20.0 (2023-03-17)

Features

  • token: change npm token to use classic automation token type (8ad2b32)

1.19.0 (2023-03-17)

Features

  • npm: add npm login for publish action (1c03c3e)

1.18.0 (2023-03-17)

Features

  • release: test release and publishing triggers (4426b88)

1.17.1 (2023-02-26)

Bug Fixes

  • publish: fix npm publish command (fd32945)

1.17.0 (2023-02-26)

Features

  • gha: update publish workflow (36d1081)

1.16.0 (2023-01-17)

Features

  • pulumi: update pulumi package version to ^3.51.0 (efc3ae5)

1.15.0 (2023-01-17)

Features

  • publish: fix publish workflow (90c5d04)

1.14.0 (2023-01-17)

Features

  • releases: add GH_PAT to release-please workflow (60b7654)

1.13.0 (2023-01-15)

Features

  • docs: update docs on release process (31e51f5)
  • gha: debug release process (b23d02d)

Bug Fixes

  • release: add GH PAT to release-please workflow (dd1c99c)

1.12.1 (2023-01-08)

Bug Fixes

  • gha: fix tag pattern in gha (3e07277)

1.12.0 (2023-01-08)

Features

  • gha: add gha workflow for publishing tagged version to npm (f58b9e0)

Bug Fixes

  • makefile: fix path in makefile command (c6d4c15)

1.11.0 (2023-01-07)

Features

  • ad-hoc: complete example of ad hoc base and app environment and add celery beat service (fe8ab42)
  • autoscaling: add autoscaling resources for api and worker service (27097a6)
  • config: add config to ad hoc app example (cbe60cf)
  • examples: completed prod infrastructure examples for base and app (7fe77a9)
  • prod: add elasticache and base and app components for prod infrastructure stacks (94611b3)
  • readme: add readme with links to other libraries (e128402)

1.10.0 (2023-01-01)

Features

  • refactor: refactor ad hoc base component (4621575)
  • refactor: refactor dependency graph, cloudwatch abstractions, ecs cluster abstractions added (9d65b02)

Bug Fixes

  • bastion: fix bastionHostUserData string by using pulumi.interpolate (37835f9)

1.9.0 (2022-12-30)

Features

  • bastion: add bastion host and related resources (fec4410)

1.8.0 (2022-12-30)

Features

  • tags: add autotagging to ad hoc base and app components (d31d3cd)

1.7.2 (2022-12-30)

Bug Fixes

  • repo: add root index.ts file that exposes components at top level (b13c558)

1.7.1 (2022-12-30)

Bug Fixes

  • protocol: add protocol to default tg health check (7798a7b)

1.7.0 (2022-12-30)

Features

  • s3: add assets bucket to app stack from base stack (4ac798c)

1.6.0 (2022-12-30)

Features

  • environment: fix all issues with environment variables (8d41b6f)

1.5.0 (2022-12-29)

Features

  • inputs-ouputs: fix issues with pulumi inputs and outputs (6dc7bb5)

1.4.0 (2022-12-28)

Features

  • adhoc: finish basic ad hoc environment with base and app components (b63ecf5)

1.3.0 (2022-12-26)

Features

  • app: set up initial app component and refactor examples dir (b4c2467)

1.2.0 (2022-12-24)

Features

  • base: finish first draft of ad hoc base component (dc624b0)

1.1.0 (2022-12-23)

Features

  • example: add example and makefile targets for pulumi up and destroy (5745347)

1.0.0 (2022-12-22)

Features

  • add type to package json (6c19c99)
  • change export statement in index.ts (74ba720)
  • initial (b44aa7d)
  • initial: initial commit (8ff40ef)
  • main: add main property to package.json referencing ./bin/index.js (3668240)
  • refactor: refactor project structure (cdf11c5)
  • types: add types to package.json (d5a301a)
  • v1: prepare repo for publishing to npm (f40663c)
  • yarn: update yarn.lock (77110eb)