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

fix(deps): update module github.com/helm-unittest/helm-unittest to v0.7.2 #205

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/helm-unittest/helm-unittest v0.7.1 -> v0.7.2 age adoption passing confidence

Release Notes

helm-unittest/helm-unittest (github.com/helm-unittest/helm-unittest)

v0.7.2

Compare Source

Fixes

  • Contains fails to detect string elements in array when any is enabled (resolves #​342)
  • FailedTemplate assertion fails when the error message starts with a special character (resolves #​499, credits @​ivankatliarchuk,)
  • Helm-unittest panics when failfast enabled and multiple suites are configured (resolves #​534, credits @​ivankatliarchuk)
  • Valid YAML starting with document break and comment is not processed correctly (resolves #​543, credits @​ivankatliarchuk)
  • Helm-unittest panics on documentSelector when required fields are not filled (resolves #​555, credits @​ivankatliarchuk)

Improvements

  • Moved printer.NewPrinter to an exported package (resolves #​538)

Updates

  • Update packages to latest patch versions
  • Update pipeline actions
  • Update documentation

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 28, 2025

ℹ Artifact update notice

File name: tools/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/cyphar/filepath-securejoin v0.3.6 -> v0.4.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
golang.org/x/oauth2 v0.24.0 -> v0.25.0
golang.org/x/time v0.8.0 -> v0.9.0
google.golang.org/protobuf v1.36.1 -> v1.36.4
k8s.io/api v0.32.0 -> v0.32.1
k8s.io/apiextensions-apiserver v0.32.0 -> v0.32.1
k8s.io/apimachinery v0.32.0 -> v0.32.1
k8s.io/apiserver v0.32.0 -> v0.32.1
k8s.io/client-go v0.32.0 -> v0.32.1
k8s.io/component-base v0.32.0 -> v0.32.1

@renovate renovate bot requested a review from a team as a code owner January 28, 2025 02:51
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.54%. Comparing base (f6bdf9a) to head (c5306c8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #205   +/-   ##
=======================================
  Coverage   60.54%   60.54%           
=======================================
  Files          36       36           
  Lines        2945     2945           
=======================================
  Hits         1783     1783           
  Misses       1015     1015           
  Partials      147      147           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/github.com-helm-unittest-helm-unittest-0.x branch from 61c8c1d to c5306c8 Compare January 31, 2025 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants