saidsef / k8s-nifi-cluster

Apache NiFi cluster running in Kubernetes
Apache License 2.0
49 stars 21 forks source link

Bump helm/kind-action from 1.7.0 to 1.8.0 #24

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps helm/kind-action from 1.7.0 to 1.8.0.

Release notes

Sourced from helm/kind-action's releases.

v1.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/helm/kind-action/compare/v1.7.0...v1.8.0

Commits


Dependabot compatibility score

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)
saidsef commented 1 year ago

:robot: Summary of changes:

Optimizations:

Step-by-step analysis:

  1. The pull request updates the helm/kind-action dependency from version 1.7.0 to 1.8.0.
  2. The release notes for version 1.8.0 mention two changes:
    • Issue #54 was resolved by ignoring the occasional post delete cluster.
    • The kind version was bumped to v0.20.0 and some script cleanup was done.
  3. The pull request includes one commit:
    • Commit dda0770 bumps the helm/kind-action dependency to v1.8.0 and includes script cleanup.
  4. The ci.yml file in the .github/workflows directory was updated to use the new version of helm/kind-action (v1.8.0) in the step that creates the k8s Kind Cluster.
  5. No new optimizations were made in this pull request.

Overall, this pull request updates the helm/kind-action dependency to the latest version and makes necessary changes to the CI workflow to use the new version. No new optimizations or potential issues with security, CPU, or memory were introduced in this pull request.

> gpt-3.5-turbo-16k