kubediff icon indicating copy to clipboard operation
kubediff copied to clipboard

Kubediff: a tool for Kubernetes to show differences between running state and version controlled configuration.

Results 34 kubediff issues
Sort by recently updated
recently updated
newest added

Bumps alpine from 3.15.0 to 3.16.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.15.0&new-version=3.16.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.1.0. Release notes Sourced from actions/setup-python's releases. v4.1.0 In scope of this pull request we updated actions/cache package as the new version contains fixes for...

dependencies
github_actions

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. Release notes Sourced from docker/login-action's releases. v2.0.0 Node 16 as default runtime by @​crazy-max (#161) This requires a minimum Actions Runner version of v2.285.0,...

dependencies
github_actions

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from github/codeql-action's changelog. 2.1.8 - 08 Apr 2022 Update default CodeQL bundle version to 2.8.5. #1014 Fix error where the init action...

dependencies
github_actions

I'm using the helm template in git and then the k8s environment has installed the app via helm, kubediff doesn't seem to render the helm file, only the native yaml...

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. Release notes Sourced from actions/setup-go's releases. v3.0.0 What's Changed Update default runtime to node16 (actions/setup-go#192) Update package-lock.json file version to 2 (actions/setup-go#193) and @types/node...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...

dependencies
github_actions

using the version I cloned from github today ( 2020-02-26 ) and performing a kubediff without the `-j` flag the output tells me what object is not matched up. ```...

enhancement

Bring up a kind cluster, apply manifests, do cluster-local change, confirm drift using `kubediff`.

enhancement