v0.53.1
Fix 🚧
- chore: loosen package json types by @cmwylie19 in #2565
There arose a situation where the string union for
webhookFailurepolicy was causing issues during the UDS Core module build. TypeScript needed the union to just be a string input since it is coming frompackage.json. This is not ideal because awebhookFailurepolicy can be set toFailorIgnore. 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 ♻️
- chore: curl with retries and backoff by @cmwylie19 in #2564
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