Skip to content

Releases: zapier/kubechecks

v2.0.1

20 Dec 00:22
05f84da
Compare
Choose a tag to compare

What's Changed

  • feat: role and rolebinding template change to allow name override. by @Greyeye in #334
  • fix: role binding ref name reference change. by @Greyeye in #335
  • Fix: helm apps wouldn't diff if values file was outside of chart by @djeebus in #338
  • fix: tilt local development by @Greyeye in #339

Full Changelog: v2.0.0...v2.0.1

kubechecks-0.5.3

20 Dec 16:50
a2a67b8
Compare
Choose a tag to compare

A Helm chart for kubechecks

kubechecks-0.5.2

18 Dec 05:40
1867877
Compare
Choose a tag to compare

A Helm chart for kubechecks

kubechecks-0.5.1

18 Dec 03:25
0efc311
Compare
Choose a tag to compare

A Helm chart for kubechecks

v2.0.0

17 Dec 22:37
a404abb
Compare
Choose a tag to compare

This release now uses argocd's repo server to generate manifests. This means that your kubechecks installation will need to access argocd-repo-server.<argocd namespace>:8081. If this address needs to be overridden for some reason, you can use the KUBECHECKS_ARGOCD_REPOSITORY_ENDPOINT environment variable.

What's Changed

New Contributors

Full Changelog: v1.8.1...v2.0.0

kubechecks-0.5.0

16 Dec 18:07
839119d
Compare
Choose a tag to compare

A Helm chart for kubechecks

kubechecks-0.4.6

20 Nov 15:09
b8ff067
Compare
Choose a tag to compare

A Helm chart for kubechecks

v1.8.1

29 Oct 13:57
35dfcf6
Compare
Choose a tag to compare

What's Changed

  • fix: Set success Git commit status in case of skipped checks by @andridzi in #300

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

02 Oct 02:18
b1e2be0
Compare
Choose a tag to compare

What's Changed

  • remove application set revision check. by @Greyeye in #271
  • feat(argocd client): Add handling of argocd-api-plaintext option by @grzesuav in #274

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

31 Jul 20:47
ebf376b
Compare
Choose a tag to compare

Update Requirement

This version of Kubechecks requires a change to the ClusterRole, please update the helm chart with the matching release.

Whats New

  1. Application Set Check:
    • ApplicationSets changes will now trigger Application diffs; a change to spec.template.source will show the diff output for the matching Applications. More details in #227
  2. Helm Chart provides access to ApplicationSets:
    • Kubechecks now needs access to ArgoCD ApplicationSets in order to process changes.
  3. kubechecks-rbac Helm Chart (Optional):
    • The new helm chart kubechecks-rbac can be used to help grant access to argocd CRD and Clusters list from the remotely running Kubechecks. You must install this chart on the cluster where ArgoCD is operating.
      This Chart isn't required to be installed when Kubechecks is running on the same cluster with ArgoCD.

Change Log

  • Bump go.opentelemetry.io/otel/sdk/metric from 1.25.0 to 1.28.0 by @dependabot in #238
  • Bump github.com/labstack/echo-contrib from 0.16.0 to 0.17.1 by @dependabot in #228
  • Bump github.com/docker/docker from 26.0.2+incompatible to 27.0.3+incompatible by @dependabot in #236
  • Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 by @dependabot in #233
  • Bump go.opentelemetry.io/contrib/instrumentation/runtime from 0.46.1 to 0.53.0 by @dependabot in #239
  • Bump github.com/sashabaranov/go-openai from 1.26.2 to 1.27.0 by @dependabot in #246
  • Bump github.com/argoproj/argo-cd/v2 from 2.11.2 to 2.11.6 by @dependabot in #245
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.25.0 to 1.28.0 by @dependabot in #244
  • feat: application set handler by @Greyeye in #241

Full Changelog: v1.6.4...v1.6.5