kube-diff Action
Version updated for https://github.com/somaz94/kube-diff-action to version v1.3.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The kube-diff-action GitHub Action automates the process of comparing local Kubernetes manifests (YAML files, Helm charts, or Kustomize overlays) against the live state of a cluster to detect configuration drift. It identifies changes, additions, deletions, and unchanged resources, and can optionally post the diff results as comments on pull requests for better collaboration and visibility. This action streamlines Kubernetes configuration management by providing detailed and configurable drift detection, supporting various output formats, and allowing integration into CI/CD workflows.
Release notes
Features
- Add name input for resource name filtering (e75a456)
Full Changelog: https://github.com/somaz94/kube-diff-action/compare/v1.3.0...v1.3.1