Skip to content

v0.53.1

Choose a tag to compare

@cmwylie19 cmwylie19 released this 21 Aug 13:06
· 445 commits to main since this release
55fb5d4

Fix 🚧

There arose a situation where the string union for webhookFailure policy was causing issues during the UDS Core module build. TypeScript needed the union to just be a string input since it is coming from package.json. This is not ideal because a webhookFailure policy can be set to Fail or Ignore. There will be a follow on PR to ensure that the user chooses an option that is correct but this release is to unblock UDS Core and allow them to use the feature. This behavior strangely did not occur in testing for some reason.

What's Changed ♻️

Dependabot 🤖

  • chore: bump azure/setup-helm from 4.3.0 to 4.3.1 by @dependabot[bot] in #2563
  • chore: bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #2567
  • chore: bump @types/node-forge from 1.3.13 to 1.3.14 in the development-dependencies group by @dependabot[bot] in #2566

Full Changelog: v0.53.0...v0.53.1