Skip to content

Releases: giseburt/cdk-pipelines-github

v0.3.0

20 Jan 17:30
98ac21c
Compare
Choose a tag to compare

0.3.0 (2023-01-20)

⚠ BREAKING CHANGES

  • jobStep has been changed to jobSteps.

Features

  • add yaml comments to deploy workflow (#354) (c8ec713), closes #349
  • Allow disabling diffProtection using string argument (#385) (9eb1aab), closes #381
  • Support runners with preconfigured credentials (#372) (b7f2ee3), closes #362
  • update deprecated set-output command (#405) (65a99d5), closes #403
  • update major versions for most 3rd-party github actions (#404) (3356301), closes #393

Bug Fixes

  • change GitHubActionStep.jobStep to GitHubActionStep.jobSteps (plural) (#365) (f973411), closes #363
  • Fail asset publish job if cdk-asset fails (#368) (c88bbed), closes #367
  • make YamlFile.toYaml() idempotent (#384) (6f1ee9c), closes #380
  • turn off private in projenrc (#486) (004a7b8)