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