Skip to content

Releases: zapier/kubechecks

kubechecks-rbac-0.4.5

31 Jul 04:42
ebf376b
Compare
Choose a tag to compare

A Helm chart for kubechecks Role and RoleBinding

kubechecks-0.4.5

31 Jul 04:42
ebf376b
Compare
Choose a tag to compare

A Helm chart for kubechecks

v1.6.4

04 Jul 02:34
ee3782f
Compare
Choose a tag to compare

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 config ArgoCDNameSpace.
      • Modified NewApplicationInformer to target the specified argocdnamespace.
      • argocd-api-namespace /KUBECHECKS_ARGOCD_NAMESPACE default is argocd, Please make sure this matches with your environment
  • Improvement to dumpcrd:

    • dumpcrd can now run without requiring a local kubectl 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.
  • Bump go-github to v62

Localdev Changes

  • Earthly File Renaming:

    • Renamed the local earthly file to earthly.sh to minimize confusion.
  • 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
  • Values.yaml Update:

    • Renamed KUBECHECKS_ARGOCD_NAMESPACE to KUBECHECKS_ARGOCD_API_NAMESPACE in localdev/kubechecks/values.yaml.
  • Configuration Change:

    • Set KUBECHECKS_ENABLE_CONFTEST to false as the ./policy path is not valid.

Full Changelog: v1.6.3...v1.6.4

v1.6.3

29 May 15:42
47bbe7b
Compare
Choose a tag to compare

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

25 Apr 17:35
7bdb545
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

13 Apr 01:38
a556dce
Compare
Choose a tag to compare

What's Changed

  • trim ai summary when it puts it in a code block by @djeebus in #195

Full Changelog: v1.6.0...v1.6.1

v1.6.0

12 Apr 00:00
b8d2dcb
Compare
Choose a tag to compare

What's Changed

  • panic related improvements by @djeebus in #184
  • fix: ignore the 403 returned from argocd when creating new app by @djeebus in #187
  • return to hiding hooks in the diff, render seperately by @djeebus in #185

Full Changelog: kubechecks-0.4.4...v1.6.0

kubechecks-0.4.4

11 Apr 04:26
1ec65d3
Compare
Choose a tag to compare

A Helm chart for kubechecks

v1.5.4

01 Apr 23:17
14e5941
Compare
Choose a tag to compare

What's Changed

  • do not skip hooks when diffing, conforming, etc by @djeebus in #181

Full Changelog: v1.5.3...v1.5.4

v1.5.3

29 Mar 15:08
b5eff50
Compare
Choose a tag to compare

What's Changed

  • increase channels size and goroutine limits by @djeebus in #175
  • skip unchanged apps by @djeebus in #176
  • Output a better error message when nothing has changed by @djeebus in #177

Full Changelog: v1.5.2...v1.5.3