Releases: zapier/kubechecks
Releases · zapier/kubechecks
kubechecks-rbac-0.4.5
A Helm chart for kubechecks Role and RoleBinding
kubechecks-0.4.5
A Helm chart for kubechecks
v1.6.4
What's Changed
-
feature: Restrict Kubechecks to a Single Namespace for App Watcher by @Greyeye in #235
-
Namespace Restriction for Kubechecks:
- Current Behavior: Kubechecks monitors all ArgoCD applications and ApplicationSet CRDs across the entire cluster. This is not ideal when multiple ArgoCD instances are running in a single cluster (e.g., for testing purposes).
- New Behavior: Introduces the ability to specify a namespace for ArgoCD. Kubechecks will now watch ArgoCD CRDs only within the specified namespace.
- Added a new flag
argocd-api-namespace
and a corresponding server configArgoCDNameSpace
. - Modified
NewApplicationInformer
to target the specifiedargocdnamespace
. - argocd-api-namespace /KUBECHECKS_ARGOCD_NAMESPACE default is
argocd
, Please make sure this matches with your environment
- Added a new flag
-
Improvement to
dumpcrd
:dumpcrd
can now run without requiring a localkubectl
binary.
-
Modification to GitHub Webhook Check:
- The webhook check for GitHub has been updated to validate against the payload URL instead of the hook's API URL.
-
OpenAI ChatGPT Model Update:
- Updated to use the
GPT-4o
model.
- Updated to use the
-
Bump go-github to v62
Localdev Changes
-
Earthly File Renaming:
- Renamed the local earthly file to
earthly.sh
to minimize confusion.
- Renamed the local earthly file to
-
TiltFile Fix:
- Updated
TiltFile
to read the.tools-version
file directly, preventing failures during the earthly build. - Updated to read
.secret
instead of.env
; as secrets env vars are read from the .secret
- Updated
-
Values.yaml Update:
- Renamed
KUBECHECKS_ARGOCD_NAMESPACE
toKUBECHECKS_ARGOCD_API_NAMESPACE
inlocaldev/kubechecks/values.yaml
.
- Renamed
-
Configuration Change:
- Set
KUBECHECKS_ENABLE_CONFTEST
tofalse
as the./policy
path is not valid.
- Set
Full Changelog: v1.6.3...v1.6.4
v1.6.3
What's Changed
- Update argocd to 2.10.10 by @ahinh43 in #222
- update contributors list by @djeebus in #225
- Bump github.com/argoproj/argo-cd/v2 from 2.10.10 to 2.11.2 by @dependabot in #223
- Bump github.com/docker/docker from 26.0.0+incompatible to 26.0.2+incompatible by @dependabot in #201
- Bump github.com/xanzy/go-gitlab from 0.101.0 to 0.105.0 by @dependabot in #214
- Bump golang.org/x/net from 0.23.0 to 0.25.0 by @dependabot in #210
- Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 by @dependabot in #205
New Contributors
Full Changelog: v1.6.2...v1.6.3
v1.6.2
v1.6.1
v1.6.0
kubechecks-0.4.4
A Helm chart for kubechecks