Releases: doitintl/kube-no-trouble
nightly-0.6.0-6-ged5405f
Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.6.0-6-ged5405f
Changelog
Fixes:
- fix: Ignore empty documents from Helm collectors (393 by stepanstipl)
Internal/Other:
- chore: Add debug-level logging to Helm collectors (387 by stepanstipl)
- ci: Fix latest tag and avoid rebuild (383 by stepanstipl)
- dep: Docker Bump golang from 1.19.2-alpine3.16 to 1.19.3-alpine3.16 (395 by dependabot)
nightly-0.6.0-4-g70fa35d
Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.6.0-4-g70fa35d
Changelog
Fixes:
- fix: Ignore empty documents from Helm collectors (393 by stepanstipl)
Internal/Other:
- chore: Add debug-level logging to Helm collectors (387 by stepanstipl)
- ci: Fix latest tag and avoid rebuild (383 by stepanstipl)
nightly-0.6.0-2-ga4e5712
Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.6.0-2-ga4e5712
Changelog
Internal/Other:
- chore: Add debug-level logging to Helm collectors (387 by stepanstipl)
- ci: Fix latest tag and avoid rebuild (383 by stepanstipl)
0.6.0
Kubent 0.6.0 adds some new functionality, mainly to make working with and integrating kubent easier and more convenient. To name a few new additions:
- Support for output files (#355)
- Version flag (#268)
- Support for in-cluster auth (#237)
- Support for checking additional annotations (#323)
and also increases coverage - storage.k8s.io/v1beta1
(#346) and autoscaling/v2beta1
and autoscaling/v2beta2
(#374). And a ton of other, smaller improvements in usability, test coverage, docs and build process.
🐳 🐳 🐳 Finally, after a harsh and arduous battle with GitHub Actions, we publish an official Docker image - you can find it at ghcr.io/doitintl/kube-no-trouble:0.6.0
(and also tagged with the latest
tag). 🐳 🐳 🐳
Thanks to all the existing and especially all the new contributors: 👏 👏 👏
- @jrhunger made their first contribution in #251
- @AndreasSko made their first contribution in #323
- @liggitt made their first contribution in #363
Docker Image: ghcr.io/doitintl/kube-no-trouble:0.6.0
Changelog
Features:
- feat: Add Version flag (-v) (268 by dark0dave)
- feat: Add support for configuring output file (355 by stepanstipl)
- feat: Add support for detecting snapshot.storage.k8s.io/v1beta1 (346 by stepanstipl)
- feat: Add support for in-cluster auth (237 by stepanstipl)
- feat: Add support for installing latest nightly release to install script (350 by dark0dave)
- feat: Display correct version in User-Agent HTTP header (338 by dark0dave)
- feat: Support for checking additional annotations (323 by AndreasSko)
- feat: Cover deprecated autoscaling/v2beta1 and autoscaling/v2beta2 (374 by dark0dave)
Fixes:
- fix: Detection of aarch64 in install script (305 by dark0dave)
- fix: Fix CronJob rego (251 by jrhunger)
- fix: Fix tests for rules (254 by stepanstipl)
- fix: Helm - only default to release namespace for namespaced resources (373 by stepanstipl)
- fix: Collect Ingress via v1 API (363 by liggitt)
Internal/Other:
- ci: Fix missing build info in docker images (380 by stepanstipl)
- ci: Fix missing build info in docker images (382 by stepanstipl)
- build: Remove upx (220 by dark0dave)
- chore: Fix spelling and add pre-commit for it (352 by dark0dave)
- chore: Pre-commit - fix versions and remove broken make linter (269 by dark0dave)
- chore: update maintainers for dependabot (307 by dark0dave)
- ci: Build and publish docker image (312 by dark0dave)
- ci: Fix latest tag and avoid rebuild (383 by stepanstipl)
- ci: Fix name of Docker repo to be correctly expanded (375 by dark0dave)
- ci: Update GH checkout action to v2 (253 by stepanstipl)
- ci: Update checkout action to latest (v3.0.2) and fix issue with git safe dir (308 by dark0dave)
- dep: Bump golang from 1.19.0-alpine3.16 to 1.19.1-alpine3.16 (351 by dependabot)
- dep: Docker bump golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16 (381 by dependabot)
- dep: Go bump github.com/open-policy-agent/opa from 0.33.1 to 0.34.2 (233 by dependabot)
- dep: Update to Golang 19 (337 by dark0dave)
- docs: Add Docker section (379 by stepanstipl)
- docs: Add example of scanning all files in a directory (347 by stepanstipl)
- docs: Update link to blog (342 by stepanstipl)
- fix: Fix missing aarch64 option in install script help message (371 by dark0dave)
- fix: Full path of the docker registry (376 by dark0dave)
- test: Add tests for empty output (349 by dark0dave)
- test: Reduce test noise level (348 by stepanstipl)
nightly-0.5.1-84-gc5d5211
Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.5.1-84-gc5d5211
Changelog
Features:
- feat: Add Version flag (-v) (268 by dark0dave)
- feat: Add support for configuring output file (355 by stepanstipl)
- feat: Add support for detecting snapshot.storage.k8s.io/v1beta1 (346 by stepanstipl)
- feat: Add support for in-cluster auth (237 by stepanstipl)
- feat: Add support for installing latest nightly release to install script (350 by dark0dave)
- feat: Display correct version in User-Agent HTTP header (338 by dark0dave)
- feat: Support for checking additional annotations (323 by AndreasSko)
Fixes:
- ci: Fix missing build info in docker images (380 by stepanstipl)
- ci: Fix missing build info in docker images (382 by stepanstipl)
- fix: Detection of aarch64 in install script (305 by dark0dave)
- fix: Fix CronJob rego (251 by jrhunger)
- fix: Fix tests for rules (254 by stepanstipl)
- fix: Helm - only default to release namespace for namespaced resources (373 by stepanstipl)
Internal/Other:
- build: Remove upx (220 by )
- chore: Fix spelling and add pre-commit for it (352 by dark0dave)
- chore: Pre-commit - fix versions and remove broken make linter (269 by dark0dave)
- chore: update maintainers for dependabot (307 by dark0dave)
- ci: Build and publish docker image (312 by dark0dave)
- ci: Fix name of Docker repo to be correctly expanded (375 by dark0dave)
- ci: Update GH checkout action to v2 (253 by stepanstipl)
- ci: Update checkout action to latest (v3.0.2) and fix issue with git safe dir (308 by dark0dave)
- dep: Bump golang from 1.19.0-alpine3.16 to 1.19.1-alpine3.16 (351 by dependabot)
- dep: Docker bump golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16 (381 by dependabot)
- dep: Go bump github.com/open-policy-agent/opa from 0.33.1 to 0.34.2 (233 by dependabot)
- dep: Update to Golang 19 (337 by dark0dave)
- docs: Add Docker section (379 by stepanstipl)
- docs: Add example of scanning all files in a directory (347 by stepanstipl)
- docs: Update link to blog (342 by stepanstipl)
- feat: Cover deprecated autoscaling/v2beta1 and autoscaling/v2beta2 (374 by dark0dave)
- fix: Collect Ingress via v1 API (363 by liggitt)
- fix: Fix missing aarch64 option in install script help message (371 by dark0dave)
- fix: Full path of the docker registry (376 by dark0dave)
- test: Add tests for empty output (349 by dark0dave)
- test: Reduce test noise level (348 by stepanstipl)
nightly-0.5.1-80-gabba03b
Docker Image: ghcr.io/doitintl/kube-no-trouble:nightly-0.5.1-80-gabba03b
Changelog
Features:
- feat: Add Version flag (-v) (268 by dark0dave)
- feat: Add support for configuring output file (355 by stepanstipl)
- feat: Add support for detecting snapshot.storage.k8s.io/v1beta1 (346 by stepanstipl)
- feat: Add support for in-cluster auth (237 by stepanstipl)
- feat: Add support for installing latest nightly release to install script (350 by dark0dave)
- feat: Display correct version in User-Agent HTTP header (338 by dark0dave)
- feat: Support for checking additional annotations (323 by AndreasSko)
Fixes:
- ci: Fix missing build info in docker images (380 by stepanstipl)
- fix: Detection of aarch64 in install script (305 by dark0dave)
- fix: Fix CronJob rego (251 by jrhunger)
- fix: Fix tests for rules (254 by stepanstipl)
- fix: Helm - only default to release namespace for namespaced resources (373 by stepanstipl)
Internal/Other:
- build: Remove upx (220 by )
- chore: Fix spelling and add pre-commit for it (352 by dark0dave)
- chore: Pre-commit - fix versions and remove broken make linter (269 by dark0dave)
- chore: update maintainers for dependabot (307 by dark0dave)
- ci: Build and publish docker image (312 by dark0dave)
- ci: Fix name of Docker repo to be correctly expanded (375 by dark0dave)
- ci: Update GH checkout action to v2 (253 by stepanstipl)
- ci: Update checkout action to latest (v3.0.2) and fix issue with git safe dir (308 by dark0dave)
- dep: Bump golang from 1.19.0-alpine3.16 to 1.19.1-alpine3.16 (351 by dependabot)
- dep: Go bump github.com/open-policy-agent/opa from 0.33.1 to 0.34.2 (233 by dependabot)
- dep: Update to Golang 19 (337 by dark0dave)
- docs: Add Docker section (379 by stepanstipl)
- docs: Add example of scanning all files in a directory (347 by stepanstipl)
- docs: Update link to blog (342 by stepanstipl)
- feat: Cover deprecated autoscaling/v2beta1 and autoscaling/v2beta2 (374 by dark0dave)
- fix: Collect Ingress via v1 API (363 by liggitt)
- fix: Fix missing aarch64 option in install script help message (371 by dark0dave)
- fix: Full path of the docker registry (376 by dark0dave)
- test: Add tests for empty output (349 by dark0dave)
- test: Reduce test noise level (348 by stepanstipl)
nightly-0.5.1-75-g841b420
Features:
- feat: Add Version flag (-v) (268 by dark0dave)
- feat: Add support for configuring output file (355 by stepanstipl)
- feat: Add support for detecting snapshot.storage.k8s.io/v1beta1 (346 by stepanstipl)
- feat: Add support for in-cluster auth (237 by stepanstipl)
- feat: Add support for installing latest nightly release to install script (350 by dark0dave)
- feat: Display correct version in User-Agent HTTP header (338 by dark0dave)
- feat: Support for checking additional annotations (323 by AndreasSko)
Fixes:
- fix: Detection of aarch64 in install script (305 by dark0dave)
- fix: Fix CronJob rego (251 by jrhunger)
- fix: Fix tests for rules (254 by stepanstipl)
- fix: Helm - only default to release namespace for namespaced resources (373 by stepanstipl)
Internal/Other:
- build: Remove upx (220 by )
- chore: Fix spelling and add pre-commit for it (352 by dark0dave)
- chore: Pre-commit - fix versions and remove broken make linter (269 by dark0dave)
- chore: update maintainers for dependabot (307 by dark0dave)
- ci: Build and publish docker image (312 by dark0dave)
- ci: Fix name of Docker repo to be correctly expanded (375 by dark0dave)
- ci: Update GH checkout action to v2 (253 by stepanstipl)
- ci: Update checkout action to latest (v3.0.2) and fix issue with git safe dir (308 by dark0dave)
- dep: Bump golang from 1.19.0-alpine3.16 to 1.19.1-alpine3.16 (351 by dependabot)
- dep: Go bump github.com/open-policy-agent/opa from 0.33.1 to 0.34.2 (233 by dependabot)
- dep: Update to Golang 19 (337 by dark0dave)
- docs: Add example of scanning all files in a directory (347 by stepanstipl)
- docs: Update link to blog (342 by stepanstipl)
- feat: Cover deprecated autoscaling/v2beta1 and autoscaling/v2beta2 (374 by dark0dave)
- fix: Collect Ingress via v1 API (363 by liggitt)
- fix: Fix missing aarch64 option in install script help message (371 by dark0dave)
- fix: Full path of the docker registry (376 by dark0dave)
- test: Add tests for empty output (349 by dark0dave)
- test: Reduce test noise level (348 by stepanstipl)
Docker Image:
ghcr.io/doitintl/kube-no-trouble:nightly-0.5.1-75-g841b420
nightly-0.5.1-73-g4582f53
Features:
- feat: Add Version flag (-v) (268 by dark0dave)
- feat: Add support for configuring output file (355 by stepanstipl)
- feat: Add support for detecting snapshot.storage.k8s.io/v1beta1 (346 by stepanstipl)
- feat: Add support for in-cluster auth (237 by stepanstipl)
- feat: Add support for installing latest nightly release to install script (350 by dark0dave)
- feat: Display correct version in User-Agent HTTP header (338 by dark0dave)
- feat: Support for checking additional annotations (323 by AndreasSko)
Fixes:
- fix: Detection of aarch64 in install script (305 by dark0dave)
- fix: Fix CronJob rego (251 by jrhunger)
- fix: Fix tests for rules (254 by stepanstipl)
- fix: Helm - only default to release namespace for namespaced resources (373 by stepanstipl)
Internal/Other:
- build: Remove upx (220 by )
- chore: Fix spelling and add pre-commit for it (352 by dark0dave)
- chore: Pre-commit - fix versions and remove broken make linter (269 by dark0dave)
- chore: update maintainers for dependabot (307 by dark0dave)
- ci: Build and publish docker image (312 by dark0dave)
- ci: Fix name of Docker repo to be correctly expanded (375 by dark0dave)
- ci: Update GH checkout action to v2 (253 by stepanstipl)
- ci: Update checkout action to latest (v3.0.2) and fix issue with git safe dir (308 by dark0dave)
- dep: Bump golang from 1.19.0-alpine3.16 to 1.19.1-alpine3.16 (351 by dependabot)
- dep: Go bump github.com/open-policy-agent/opa from 0.33.1 to 0.34.2 (233 by dependabot)
- dep: Update to Golang 19 (337 by dark0dave)
- docs: Add example of scanning all files in a directory (347 by stepanstipl)
- docs: Update link to blog (342 by stepanstipl)
- feat: Cover deprecated autoscaling/v2beta1 and autoscaling/v2beta2 (374 by dark0dave)
- fix: Collect Ingress via v1 API (363 by liggitt)
- fix: Fix missing aarch64 option in install script help message (371 by dark0dave)
- test: Add tests for empty output (349 by dark0dave)
- test: Reduce test noise level (348 by stepanstipl)
Docker Image:
ghcr.io//:nightly-0.5.1-73-g4582f53
nightly-0.5.1-65-g1e90244
Features:
- feat: Add Version flag (-v) (268 by dark0dave)
- feat: Add support for configuring output file (355 by stepanstipl)
- feat: Add support for detecting snapshot.storage.k8s.io/v1beta1 (346 by stepanstipl)
- feat: Add support for in-cluster auth (237 by stepanstipl)
- feat: Add support for installing latest nightly release to install script (350 by dark0dave)
- feat: Display correct version in User-Agent HTTP header (338 by dark0dave)
- feat: Support for checking additional annotations (323 by AndreasSko)
Fixes:
- fix: Detection of aarch64 in install script (305 by dark0dave)
- fix: Fix CronJob rego (251 by jrhunger)
- fix: Fix tests for rules (254 by stepanstipl)
Internal/Other:
- build: Remove upx (220 by )
- chore: Fix spelling and add pre-commit for it (352 by dark0dave)
- chore: Pre-commit - fix versions and remove broken make linter (269 by dark0dave)
- chore: update maintainers for dependabot (307 by dark0dave)
- ci: Build and publish docker image (312 by dark0dave)
- ci: Update GH checkout action to v2 (253 by stepanstipl)
- ci: Update checkout action to latest (v3.0.2) and fix issue with git safe dir (308 by dark0dave)
- dep: Bump golang from 1.19.0-alpine3.16 to 1.19.1-alpine3.16 (351 by dependabot)
- dep: Go bump github.com/open-policy-agent/opa from 0.33.1 to 0.34.2 (233 by dependabot)
- dep: Update to Golang 19 (337 by dark0dave)
- docs: Add example of scanning all files in a directory (347 by stepanstipl)
- docs: Update link to blog (342 by stepanstipl)
- fix: Collect Ingress via v1 API (363 by liggitt)
- test: Add tests for empty output (349 by dark0dave)
- test: Reduce test noise level (348 by stepanstipl)
Docker Image:
ghcr.io//:nightly-0.5.1-65-g1e90244
nightly-0.5.1-63-gb91289a
Features:
- Add support for configuring output file (355 by stepanstipl)
- feat: Add Version flag (-v) (268 by dark0dave)
- feat: Add support for detecting snapshot.storage.k8s.io/v1beta1 (346 by stepanstipl)
- feat: Add support for in-cluster auth (237 by stepanstipl)
- feat: Add support for installing latest nightly release to install script (350 by dark0dave)
- feat: Display correct version in User-Agent HTTP header (338 by dark0dave)
- feat: Support for checking additional annotations (323 by AndreasSko)
Fixes:
- fix: Detection of aarch64 in install script (305 by dark0dave)
- fix: Fix CronJob rego (251 by jrhunger)
- fix: Fix tests for rules (254 by stepanstipl)
Internal/Other:
- build: Remove upx (220 by )
- chore: Fix spelling and add pre-commit for it (352 by dark0dave)
- chore: Pre-commit - fix versions and remove broken make linter (269 by dark0dave)
- chore: update maintainers for dependabot (307 by dark0dave)
- ci: Update GH checkout action to v2 (253 by stepanstipl)
- ci: Update checkout action to latest (v3.0.2) and fix issue with git safe dir (308 by dark0dave)
- dep: Bump golang from 1.19.0-alpine3.16 to 1.19.1-alpine3.16 (351 by dependabot)
- dep: Go bump github.com/open-policy-agent/opa from 0.33.1 to 0.34.2 (233 by dependabot)
- dep: Update to Golang 19 (337 by dark0dave)
- docs: Add example of scanning all files in a directory (347 by stepanstipl)
- docs: Update link to blog (342 by stepanstipl)
- fix: Collect Ingress via v1 API (363 by liggitt)
- test: Add tests for empty output (349 by dark0dave)
- test: Reduce test noise level (348 by stepanstipl)