v0.19.0
Features
- feat: add pepr monitor command by @jeff-mccoy in #411
- feat: updated containers function to work with mutate requests by @schaeferka in #418
When(a.Pod)
.IsCreated()
.Validate(pod => {
// returns all containers in pod
const podsContainers = containers(pod);
for (const container of podsContainers) {
... go onWhat'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
