Releases: derailed/popeye
v0.8.0
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
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
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
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
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
v0.6.0
Release v0.6.0
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
Popeye's got your RBAC!
New this release, we've added preliminary sanitizers for the following RBAC resources: clusterrole, clusterrolebinding, role and rolebinding. The sanitizers will now check if these resource are indeed in use on your clusters.
Excludes are OUT??
We've revamped the way excludes worked. Big thanks and credits goes to Dirk Jablonski for the push! So you can now excludes some sanitizers based not only on the resource name and type but also based on the sanitization codes. ie exclude all pod freds as long as they have missing probes (Code=102) but flag any other issues. This I think will make Popeye a bit more flexible.
NOTE: You will need to revamp your spinachYAML files as the format changed!!
Here is an example:
popeye:
# Excludes define rules to exempt resources from sanitization
excludes:
# NOTE!! excludes now use the full singular resource kind ie pod and not po or pods.
pod:
# Excludes all pods named fred unless the sanitizer reports any different codes from 102 or 106
- name: rx:fred
codes:
- 102
- 106
Please keep in mind the paint is still fresh here and I could have totally hosed some stuff in the process. If so reach out for your issues/prs button.
Thank you all for your great suggestions, fixes, patience and kindness!!
Resolved Bugs
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.5.0
Release v0.5.0
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
In this drop, we've cleaned up a few code duds and addressed a bit of debt.
Prometheus Report
Thanks to an awesome contribution by dardanel, Popeye can now report sanitization issues as Prometheus metrics. Thus, you will have the ability to run Popeye in cluster as a job and push sanitization metrics back to the prometheus mothership. How cool is that? As it stands these will just be reported as raw counts and thus you won't have sanitization details but you can leverage Prometheus AlertManager to trigger your clusters investigation based on these reports.
Resolved Bugs
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.4.3
Release v0.4.3
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 bugs and cleanup.
Resolved Bugs
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.4.2
Release v0.4.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 bugs and cleanup.
Resolved Bugs
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.4.1
Release v0.4.0
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
Oops! Broke the scorer ;(
Resolved Bugs
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0