Skip to content

v0.19.0

Choose a tag to compare

@cmwylie19 cmwylie19 released this 06 Dec 23:04
· 1803 commits to main since this release
ef6b756

Features

When(a.Pod)
  .IsCreated()
  .Validate(pod => {
    // returns all containers in pod
    const podsContainers = containers(pod);

    for (const container of podsContainers) {
  ... go on

image

What's Changed

  • chore: create a library of helper functions that make working with pepr easier by @schaeferka in #415
  • fix: watch does not respect ns testing by @cmwylie19 in #398
  • chore: fix PeprStore rendering where multiple capabilities are in play by @cmwylie19 in #422
  • chore: update logo image in header by @schaeferka in #420

Full Changelog: v0.18.1...v0.19.0