Skip to content

v0.13.1

Choose a tag to compare

@jeff-mccoy jeff-mccoy released this 05 Sep 01:35
· 1911 commits to main since this release
7351ece

What's Changed

  • Fix #235 - failing on "audit" or "reject" options for onError by @jeff-mccoy in #238
  • Make CLI errors more visible by @bdw617 in #236
  • Decode base64 secret data during Validate() by @bdw617 in #232
  • Test and code refactor by @jeff-mccoy in #238
    • Migrate from E2E -> Journey + additional unit tests w/mocks
    • Migrate from Ava -> Jest (for better mocking support, coverage, TS test support)
    • Add partial audit annotations based on K8s Audit Annotations. Note this will still require cluster admin config to utilize and may need more work to find the right entries to store.
    • Migrate all private TS modifiers to ECMA2022 Private Class Features and
    • Remove public (implicit) Typescript modifier from all class features
    • Migrate from arrow functions to bound class methods for public methods
    • Add unit test coverage output
    • Move unsafe https ops from global Node settings to single fetch calls on metrics/api journey tests
  • Bump the development-dependencies group with 3 updates by @dependabot in #234
  • Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 by @dependabot in #229

Full Changelog: v0.13.0...v0.13.1