Skip to content

Releases: derailed/popeye

v0.8.10

25 Aug 23:02
Compare
Choose a tag to compare

Release v0.8.10

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 saves 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 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.


Resolved Bugs/PRs


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

v0.8.9

25 Aug 19:43
Compare
Choose a tag to compare

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

v0.8.8

15 Jul 14:00
Compare
Choose a tag to compare

Release v0.8.8

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


Change Logs

Maintenance Release!


Resolved Bugs/PRs


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

v0.8.7

04 Jul 03:14
Compare
Choose a tag to compare

Release v0.8.7

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


Change Logs

Maintenance Release!


Resolved Bugs/PRs


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

v0.8.6

08 Jun 19:33
Compare
Choose a tag to compare

Release v0.8.6

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


Change Logs

Maintenance Release!


Resolved Bugs/PRs


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

v0.8.5

06 Jun 16:55
Compare
Choose a tag to compare

Release v0.8.5

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


Change Logs

Maintenance Release!


Resolved Bugs/PRs


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

v0.8.4

28 May 19:11
Compare
Choose a tag to compare

Release v0.8.4

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


Change Logs

Maintenance Release!


Resolved Bugs/PRs

  • Add checks for missing serviceaccount
  • Rework APIServer connection logic

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

v0.8.3

18 May 20:40
Compare
Choose a tag to compare

Release v0.8.3

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


Change Logs

Maintenance Release!


Resolved Bugs/PRs

  • Removed collision flag check for deployment, statefulset and daemonset

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

v0.8.2

14 May 21:39
Compare
Choose a tag to compare

Release v0.8.2

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


Change Logs

Maintenance Release!


Resolved Bugs/PRs


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

v0.8.1

05 Apr 03:41
Compare
Choose a tag to compare

Release v0.8.1

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


Change Logs

Maintenance Release!


Resolved Bugs/PRs


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