kustomize-everything / action-env-build-and-deploy

Build and diff a Kustomize Environment with GitHub Actions
MIT License
4 stars 3 forks source link

chore(deps): update karancode/yamllint-github-action action to v2.1.1 #22

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
karancode/yamllint-github-action action patch v2.1.0 -> v2.1.1

Release Notes

karancode/yamllint-github-action ### [`v2.1.1`](https://togithub.com/karancode/yamllint-github-action/releases/tag/v2.1.1): [Bugfix]set-output to GITHUB_OUTPUT [Compare Source](https://togithub.com/karancode/yamllint-github-action/compare/v2.1.0...v2.1.1) #### What's Changed - fix(script): adjust yamllint_output declaration by [@​beiertu-mms](https://togithub.com/beiertu-mms) in [https://github.com/karancode/yamllint-github-action/pull/17](https://togithub.com/karancode/yamllint-github-action/pull/17) #### New Contributors - [@​beiertu-mms](https://togithub.com/beiertu-mms) made their first contribution in [https://github.com/karancode/yamllint-github-action/pull/17](https://togithub.com/karancode/yamllint-github-action/pull/17) **Full Changelog**: https://github.com/karancode/yamllint-github-action/compare/v2.1.0...v2.1.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

pusher-robot commented 1 year ago

Comparison of env-dev 1419b7 to proposed changes to env/dev in this PR

Git Diff is too large to display in a comment.

Please check the logs.

pusher-robot commented 1 year ago

Comparison of env-dev 1419b7 to proposed changes to env/dev in this PR

Git Diff is too large to display in a comment.

Please check the logs.

pusher-robot commented 1 year ago

Comparison of env-dev 633ae6 to proposed changes to env/dev in this PR

Diff output ```diff diff --git a/Deployment-apps_v1-n_g_i_n_x-n_g_inx.yaml b/Deployment-apps_v1-n_g_i_n_x-n_g_inx.yaml index 45e1ef3..b4ebcc4 100644 --- a/Deployment-apps_v1-n_g_i_n_x-n_g_inx.yaml +++ b/Deployment-apps_v1-n_g_i_n_x-n_g_inx.yaml @@ -29,7 +29,7 @@ spec: app: nginx spec: containers: - - image: nginx:1.4450549352.1 + - image: nginx:1.44505493522.0 name: nginx ports: - containerPort: 80 ```
pusher-robot commented 1 year ago

Comparison of env-dev 9bc2de to proposed changes to env/dev in this PR

Diff output ```diff diff --git a/Deployment-apps_v1-n_g_i_n_x-n_g_inx.yaml b/Deployment-apps_v1-n_g_i_n_x-n_g_inx.yaml index b4ebcc4..bb0def1 100644 --- a/Deployment-apps_v1-n_g_i_n_x-n_g_inx.yaml +++ b/Deployment-apps_v1-n_g_i_n_x-n_g_inx.yaml @@ -29,7 +29,7 @@ spec: app: nginx spec: containers: - - image: nginx:1.44505493522.0 + - image: nginx:1.4450549352.2 name: nginx ports: - containerPort: 80 ```