Popeye Versions Save

👀 A Kubernetes cluster resource sanitizer

v0.8.5

3 years ago

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

4 years ago

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

4 years ago

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

4 years ago

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

4 years ago

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

v0.8.0

4 years ago

Release v0.8.0

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!

Kubernetes 1.18

In this drop we've updated Popeye to support the latest api changes provided by kubernetes v1.18.

Breaking Changes!

As of this release, we've changed popeye's configuration file to leverage GVRs (group/version/resource) notation in the spinach.yml file. In order to pickup your configurations you will need to update your spinach file as follows:

# spinach.yml
popeye:
  # Excludes define rules to exampt resources from sanitization
  excludes:
    # NOTE: Change to GVR notation vs section names.
    rbac.authorization.k8s.io/v1/clusterrolebinding:
      - name: rx:system
        codes:
          - 400
    apps/v1/daemonset:
      - name: rx:kube

Resolved Bugs/PRs


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

v0.7.1

4 years ago

Release v0.7.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

v0.7.0

4 years ago

Release v0.7.0

Notes

As you may have noticed 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, you may consider sponsoring this project. Thank you for your gesture of kindness and for supporting Popeye!!

Can't afford it but still dig this tool? Please make some noise on social! @kitesurfer


Change Logs

HTML Reports!

Big thanks in this release and ATTA Boy! goes to (Barak Stout)[https://github.com/BarakStout] for making HTML sanitizers reports available for all of us.

In order to start spewing out HTML formatted Popeye's report use the following command:

# Generates a Popeye sanitizer HTML report
popeye -o html --save

And you'll get something like this...

Cluster Name Override

In most cases, when running Popeye in cluster, the cluster name won't be available as a kubeconfig is generally not available. Thanks to the great contributions from Karan Magdani, you can now add a cli arg k8s-popeye-cluster-name to set your cluster name for your in cluster sanitizer reports.


Resolved Bugs/PRs


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

v0.6.2

4 years ago

Release v0.6.2

Notes

Thank you so much for your support and suggestions to make Popeye better!!

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


Change Logs

Maintenance release!

GitHub Sponsorships

As you may have noticed this project now offers a GitHub Sponsor button (over there 👆). If you feel Popeye sanitizers are helping you diagnose potential cluster issues and his saving you some cycles, you may consider sponsorizing this project. Thank you for your gesture of kindness and for supporting Popeye!! (not to mention helping replainish my liquids during oh-dark-thirty hours 🍺🍹🍸)


Resolved Bugs


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

v0.6.1

4 years ago

Release v0.6.1

Notes

Thank you so much for your support and suggestions to make Popeye better!!

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


Change Logs

Maintenance release!


Resolved Bugs


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