Releases: derailed/popeye
v0.20.4
Release v0.20.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 π). As you well know this is not pimped out by big corps with deep pockets. If you feel Popeye
is saving you cycles diagnosing potential cluster issues please consider sponsoring this project!! It does go a long way in keeping our servers lights on and beers in our fridge.
Also if you dig this tool, please make some noise on social! @kitesurfer
Maintenance Release
Resolved Issues
. #286 Boom! runtime error: invalid memory address or nil pointer dereference (see logs)
Β Β© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.20.3
Release v0.20.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 π). As you well know this is not pimped out by big corps with deep pockets. If you feel Popeye
is saving you cycles diagnosing potential cluster issues please consider sponsoring this project!! It does go a long way in keeping our servers lights on and beers in our fridge.
Also if you dig this tool, please make some noise on social! @kitesurfer
Maintenance Release
Resolved Issues
. #284 Db get failed for ""
Β Β© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.20.2
Release v0.20.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 π). As you well know this is not pimped out by big corps with deep pockets. If you feel Popeye
is saving you cycles diagnosing potential cluster issues please consider sponsoring this project!! It does go a long way in keeping our servers lights on and beers in our fridge.
Also if you dig this tool, please make some noise on social! @kitesurfer
Maintenance Release
Resolved Issues
. #280 No RunInfo in context
Β Β© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.20.1
Release v0.20.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 π). As you well know this is not pimped out by big corps with deep pockets. If you feel Popeye
is saving you cycles diagnosing potential cluster issues please consider sponsoring this project!! It does go a long way in keeping our servers lights on and beers in our fridge.
Also if you dig this tool, please make some noise on social! @kitesurfer
Patch Release
Β Β© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.20.0
Release v0.20.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 π). As you well know this is not pimped out by big corps with deep pockets. If you feel Popeye
is saving you cycles diagnosing potential cluster issues please consider sponsoring this project!! It does go a long way in keeping our servers lights on and beers in our fridge.
Also if you dig this tool, please make some noise on social! @kitesurfer
β« Sounds Behind The Release β
πΉπ Happy belated Valentines ππΉ
π Feature Release π₯³
Popeye just got a new spinach formula and pipe!
π³ This is a big one! π³
NOTE! π«£ Paint is still fresh on this deal and I might have broken stuff in the process ;(
Please help vet this drop so we can solidify and make Popeye better for all of us!
Thank you!!
Splendid! So what changed?
Biffs'em If You Got'em!
As of this drop, Popeye linters family got extended. The following linters were added/extended:
- Cronjobs
- Jobs
- Gateway-Classes
- Gateways
- HTTPRoutes
- NetworkPolicies (Beefed up!)
New Spinach Formula!
The SpinachYAML configuration changed and won't be compatible with previous versions.
The new format provides for global exclusions and linters specific ones.
Please see the docs for the gory details but in short this is what a spinach file now looks like:
popeye:
allocations:
cpu:
underPercUtilization: 200
overPercUtilization: 50
memory:
underPercUtilization: 200
overPercUtilization: 50
# [!!NEW!!] Specify global exclusions for fqn, codes, labels, annotations
excludes:
global:
# Exclude kube-system ns for all linters.
fqns: [rx:^kube-system]
# Exclude these workload labels for all linters.
labels:
app: [blee, bozo]
# [!!NEW!!] Linters exclude section
linters:
# [!!NEW!!] use the R from GVR resource specification to name the linter
statefulsets:
# [!!NEW!!] Exclude codes via regexp ie skip 101, 1000,...
codes: ["rx:^10"]
instances:
# Skip scan for a particular FQN aka namespace/res-name
- fqns: [default/prom-alertmanager]
codes: [106]
pods:
codes: ["306", "rx:^11"]
instances:
- fqns: [rx:^default/prom]
- fqns: [rx:^default/graf]
# [!!NEW!!] Skip using either labels or annotations and/or specific codes
- labels:
app: [blee, blah, zorg]
codes: [300]
- fqns: [rx:^default/pappi]
codes: [300, 102, 306]
containers: [c1]
resources:
node:
limits:
cpu: 90
memory: 80
pod:
limits:
cpu: 80
memory: 75
restarts: 3
overrides:
- code: 1502
severity: 3
registries:
- quay2.io
- docker1.io
Popeye The Prom Queen?
Additionally, we've updated Popeye's prometheus metrics to provide more scan insights and signals. Please see the docs for details.
. popeye_severity_total
[gauge] tracks various counts based on severity.
. popeye_code_total
[gauge] tracks counts by Popeye's linter codes.
. popeye_linter_tally_total
[gauge] tracks counts per linters.
. popeye_report_errors_total
[gauge] tracks scan errors totals.
. popeye_cluster_score
[gauge] tracks scan report scores.
Resolved Issues
. #265 additional/fine grained prometheus metrics
. #237 Support multiple outputs at once
. #235 --lint level does not affect html output
. #232 Metrics get overridden when using the same Pushgateway for multiple k8s clusters
. #231 wrong warning: [POP-107] No resource limits defined
. #230 APIs: metrics.k8s.io/v1beta1: the server is currently unable to handle the request
. #214 [POP-1100] No pods match service selector - should not be detected for ExternalName service type
. #213 Ingress extensions/v1beta1 deprecated (and deleted in k8s v1.22) is not detected ONLY in kube-metriques namespace
. #212 Ingress networking.k8s.io/v1beta1 deprecated since k8s v1.19 and deleted in k8s v1.22, is not detected ONLY in specific namespace name as kube-metriques
. #209 POP-403 - PodSecurityPolicy (PSP) k8s v1.21 deprecation - k8s v1.25 deletion - not detected
. #202 False positive on NetworkPolicy using a catch all namespaceSelector
. #163 popeye 0.9.0 with K8S 1.21.0 bug on PodDisruptionBudget - Wrong default API
. #125 info/error/warning messages to the metrics sent to prometheus
. #97 Add support for explicitly sanitizing jobs to popeye
. #59 StatefulSet incorrectly determines apiVersio
Β Β© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.11.3
Release v0.11.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 π). As you well know this is not pimped out by big corps with deep pockets. If you feel Popeye
is saving you cycles diagnosing potential cluster issues please consider sponsoring this project!! It does go a long way in keeping our servers lights on and beers in our fridge.
Also if you dig this tool, please make some noise on social! @kitesurfer
Maintenance Release!
Fix docker build issues
Β Β© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.11.2
Release v0.11.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 π). As you well know this is not pimped out by big corps with deep pockets. If you feel Popeye
is saving you cycles diagnosing potential cluster issues please consider sponsoring this project!! It does go a long way in keeping our servers lights on and beers in our fridge.
Also if you dig this tool, please make some noise on social! @kitesurfer
Maintenance Release!
Resolved Issues
- #259 Checking Kubernetes clusters fails because v1/PodSecurityPolicy is checked
- #229 Timestamp on the report
Β Β© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.11.1
Release v0.11.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 π). As you well know this is not pimped out by big corps with deep pockets. If you feel Popeye
is saving you cycles diagnosing potential cluster issues please consider sponsoring this project!! It does go a long way in keeping our servers lights on and beers in our fridge.
Also if you dig this tool, please make some noise on social! @kitesurfer
Maintenance Release!
Resolved Issues
- Issue #245 Checking Kubernetes clusters fails because v1/PodSecurityPolicy is checked
Contributed Issues
Please give Big Thanks!
and ATTA Girls/Boys!
to all the fine contributors for making Popeye better for all of us!!
- PR #247 Fix deprecated cronjob api
Β Β© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.11.0
Release v0.11.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 π). As you well know this is not pimped out by big corps with deep pockets. If you feel Popeye
is saving you cycles diagnosing potential cluster issues please consider sponsoring this project!! It does go a long way in keeping our servers lights on and beers in our fridge.
Also if you dig this tool, please make some noise on social! @kitesurfer
Maintenance Release!
Contributed PRs
Please give Big Thanks!
and ATTA Girls/Boys!
to all the fine contributors for making K9s better for all of us!!
- PR #243 Invalid value for --force-exit-zero
- PR #241 Add a non-root user in docker image
- PR #240 Optimize README documents
- PR #238 Add arm64 Darwin releases to krew-index
- PR #233 Add go install option to readme
- PR #226 Fixing CVE issue for client_golang 1.11.0 to 1.12.2
- PR #224 Add check for pods that are managed by multiple pdbs
- PR #222 Fix RBAC rules in README.md
Β Β© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0
v0.10.1
Release v0.10.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 π). As you well know this is not pimped out by big corps with deep pockets. If you feel Popeye
is saving you cycles diagnosing potential cluster issues please consider sponsoring this project!! It does go a long way in keeping our servers lights on and beers in our fridge.
Also if you dig this tool, please make some noise on social! @kitesurfer
Maintenance Release!
Fix issue with pod disruption budget appearing twice
Β Β© 2022 Imhotep Software LLC. All materials licensed under Apache v2.0