Releases: zapier/kubechecks
Releases · zapier/kubechecks
v2.0.1
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
A Helm chart for kubechecks
kubechecks-0.5.2
A Helm chart for kubechecks
kubechecks-0.5.1
A Helm chart for kubechecks
v2.0.0
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
- fix: add missing
vcs-upload-url
flag for enterprise github by @benjohnson-dev in #302 - add support for github app auth by @djeebus in #288
- add option to rerun kubecheck plan (GitHub Only) by @KyriosGN0 in #250
- Add initContainers support by @shlomitubul in #308
- ci build change by @Greyeye in #313
- Upgrade argo-cd and k8s, plus misc dependencies by @djeebus in #317
- monitor all apps by default by @djeebus in #324
- handle multi source applications by @djeebus in #298
New Contributors
- @benjohnson-dev made their first contribution in #302
- @KyriosGN0 made their first contribution in #250
- @shlomitubul made their first contribution in #308
Full Changelog: v1.8.1...v2.0.0
kubechecks-0.5.0
A Helm chart for kubechecks
kubechecks-0.4.6
A Helm chart for kubechecks
v1.8.1
v1.8.0
v1.7.0
Update Requirement
This version of Kubechecks requires a change to the ClusterRole, please update the helm chart with the matching release.
Whats New
- 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
- Helm Chart provides access to ApplicationSets:
- Kubechecks now needs access to ArgoCD ApplicationSets in order to process changes.
- 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.
- The new helm chart
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