github derailed/popeye v0.8.9

latest releases: v0.21.3, v0.21.2, v0.21.1...
3 years ago

Release v0.8.9

Notes

Thank you to all that contributed with flushing out issues and enhancements for Popeye! I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev and see if we're happier with some of the fixes! If you've filed an issue please help me verify and close. Your support, kindness and awesome suggestions to make Popeye better is as ever very much noticed and appreciated!

This project offers a GitHub Sponsor button (over here 👆). If you feel Popeye sanitizers are helping you diagnose potential cluster issues and it's saving you some cycles, please consider sponsoring this project!!

Also if you dig this tool, please make some noise on social! @kitesurfer


A Word From Our `Meager Sponsor...

Contrarily to popular belief OSS is not free! If you find Popeye useful to your organization and save you some cycles while building/debugging your clusters and want to see this project grow and succeed, please consider becoming a sponsor member and hit that github button already!

Change Logs

Non zero exit

The Popeye binary will now return a non zero exit status if warnings or errors are raised during a cluster scan. This provides an affordance for CI/CD pipeline scripts to fail a deployment based on the scan reports outcomes.

Excluding containers from report

In this drop, we've added a new spinach option to exclude certain containers for the scans. Here is a an example of a spinach file that will omit given containers from the scans.

popeye:
  # Excludes define rules to exempt resources from scans
  excludes:
    v1/pods:
      - name: rx:icx/.*
        containers:
          # Excludes istio init and sidecar container from scan!
          - istio-proxy
          - istio-init

Resolved Bugs/PRs


  © 2020 Imhotep Software LLC. All materials licensed under Apache v2.0

Don't miss a new popeye release

NewReleases is sending notifications on new releases.