🆕 Overlay are now supported with the diff command
You can now use the overlay: input with a list of overlay files (separated by commas) with the Diff command (input command: diff). This is similar to the current behavior on deploy commands.
I.e. running the action with the following step:
uses: bump-sh/github-action@v1
with:
doc: cloud-controlplane
token: ***
file: my-openapi.yaml
overlay: overlays/shared/my-overlay.yml,overlays/extra-overlay.yml
command: diffwill create a diff on your pull requests if your my-openapi.yaml file, with both overlay files applied, has changed.
Upgrades
- The Bump CLI was upgrade to the greatest and latest 2.9.6
- Minor upgrades of external dependencies