Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the dev-dependencies group with 4 updates #3679

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps the dev-dependencies group with 4 updates: actions/github-script, GrantBirki/json-yaml-validate, helm/chart-testing-action and helm/kind-action.
Updates actions/github-script from 6.3.3 to 6.4.1

Release notes

Sourced from actions/github-script's releases.

v6.4.1

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.4.0...v6.4.1

v6.4.0

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.3.3...v6.4.0

Commits
  • d7906e4 Merge pull request #363 from mjpieters/auto_debug
  • ea954ff Default debug to current runner debug state
  • 57c10d4 Merge pull request #356 from mjpieters/clean_deps
  • eae7dc1 Merge branch 'main' into clean_deps
  • f1ab577 Merge pull request #357 from mjpieters/fix_input_handling
  • 8d9f8fc Fix null handling, covered by integration tests
  • a4f398e Remove unused dependencies
  • 806be26 Clean and spruce up the integration tests a bit
  • 8d76c9a Merge pull request #358 from mjpieters/request-log-plugin
  • 78f623b Add @​octokit/plugin-request-log, to produce debug output for requests
  • Additional commits viewable in compare view

Updates GrantBirki/json-yaml-validate from 1.2.0 to 1.4.0

Release notes

Sourced from GrantBirki/json-yaml-validate's releases.

v1.4.0

This release adds a new feature to the Action which enables it to only validate "git tracked files" by default. It does this by treating your project's .gitignore file as an extra exclude.txt file when running. This release also introduces two new input options to help you control this new behavior:

  • use_gitignore - If the .gitignore file in your project should be used to check if a file should be checked by this Action or not
  • git_ignore_path - The path to the .gitignore file in your repository to use if use_gitignore is set (which it is by default).

What's Changed

Special thanks to @​djrmarques in GrantBirki/json-yaml-validate#9 for helping with the idea on this feature

Full Changelog: GrantBirki/json-yaml-validate@v1.3.2...v1.4.0

v1.3.2

This release updates internal dependencies in the Action

What's Changed

New Contributors

Full Changelog: GrantBirki/json-yaml-validate@v1.3.1...v1.3.2

v1.3.1

This patch release updates dependent node packages of this Action and minor documentation fixes

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v1.3.0...v1.3.1

v1.3.0

NEW - exclude_file input option

This release introduces a new input option for the Action:

  • exclude_file - The full path to a file in the repository where this Action is running that contains a list of '.gitignore'-style patterns to exclude files from validation (e.g. ./exclude.txt)

Excluding Files

Now, there are three main ways you can go about excluding files from being validated with this Action:

... (truncated)

Commits

Updates helm/chart-testing-action from 2.3.1 to 2.4.0

Release notes

Sourced from helm/chart-testing-action's releases.

v2.4.0

What's Changed

New Contributors

Full Changelog: helm/chart-testing-action@v2...v2.4.0

Commits

Updates helm/kind-action from 1.5.0 to 1.7.0

Release notes

Sourced from helm/kind-action's releases.

v1.7.0

What's Changed

Full Changelog: helm/kind-action@v1.6.0...v1.7.0

v1.6.0

What's Changed

New Contributors

Full Changelog: helm/kind-action@v1.5.0...v1.6.0

Commits
  • fa81e57 default action to use kind release v0.19.0 (#85)
  • 28ee08d update kind to v0.18.0 and kubectl to v1.26.4 (#84)
  • 2d96ac1 fix: update documentation to represent actual kubectl version used (#83)
  • b2013cb Bump actions/checkout from 3.5.0 to 3.5.2 (#82)
  • 716a705 Bump actions/checkout from 3.4.0 to 3.5.0 (#81)
  • 52d48f1 Bump actions/checkout from 3.3.0 to 3.4.0 (#80)
  • 15e2bf8 Bump actions/checkout from 3.2.0 to 3.3.0 (#77)
  • ab62653 Bump actions/checkout from 3.1.0 to 3.2.0 (#74)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 12, 2023
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 12, 2023
@szuecs
Copy link
Contributor

szuecs commented Jun 12, 2023

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jun 12, 2023
Bumps the dev-dependencies group with 4 updates: [actions/github-script](https://github.com/actions/github-script), [GrantBirki/json-yaml-validate](https://github.com/GrantBirki/json-yaml-validate), [helm/chart-testing-action](https://github.com/helm/chart-testing-action) and [helm/kind-action](https://github.com/helm/kind-action).

Updates `actions/github-script` from 6.3.3 to 6.4.1
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@d556fea...d7906e4)

Updates `GrantBirki/json-yaml-validate` from 1.2.0 to 1.4.0
- [Release notes](https://github.com/GrantBirki/json-yaml-validate/releases)
- [Commits](GrantBirki/json-yaml-validate@v1.2.0...v1.4.0)

Updates `helm/chart-testing-action` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](helm/chart-testing-action@afea100...e878887)

Updates `helm/kind-action` from 1.5.0 to 1.7.0
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@d8ccf8f...fa81e57)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: GrantBirki/json-yaml-validate
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dev-dependencies-1686586381 branch from 7c11c3b to adb8803 Compare June 13, 2023 04:01
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed lgtm "Looks good to me", indicates that a PR is ready to be merged. labels Jun 13, 2023
@Raffo
Copy link
Contributor

Raffo commented Jun 13, 2023

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 13, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], Raffo, szuecs

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit bfce2cf into master Jun 13, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/dev-dependencies-1686586381 branch June 13, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants