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

deps: update module github.com/onsi/gomega to v1.26.0 #672

Merged
merged 2 commits into from
Jan 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/onsi/gomega require minor v1.24.2 -> v1.26.0

Release Notes

onsi/gomega

v1.26.0

Compare Source

1.26.0

Features
  • When a polled function returns an error, keep track of the actual and report on the matcher state of the last non-errored actual [21f3090]
  • improve eventually failure message output [c530fb3]
Fixes
  • fix several documentation spelling issues [e2eff1f]

v1.25.0

Compare Source

1.25.0

Features
Maintenance

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Vienna, 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 has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Jan 20, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: scheduler/go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/keptn/lifecycle-toolkit":"/mnt/renovate/gh/keptn/lifecycle-toolkit" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/keptn/lifecycle-toolkit/scheduler" docker.io/renovate/sidecar bash -l -c "install-tool golang 1.19.5 && go get -d -t ./... && go mod tidy && go mod tidy"
go: k8s.io/kube-scheduler@v0.0.0: reading k8s.io/kube-scheduler/go.mod at revision v0.0.0: unknown revision v0.0.0

@codecov
Copy link

codecov bot commented Jan 20, 2023

Codecov Report

Merging #672 (8f1c1fd) into main (eab9397) will increase coverage by 0.58%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #672      +/-   ##
==========================================
+ Coverage   56.63%   57.21%   +0.58%     
==========================================
  Files          83       88       +5     
  Lines        6754     6996     +242     
==========================================
+ Hits         3825     4003     +178     
- Misses       2770     2827      +57     
- Partials      159      166       +7     
Impacted Files Coverage Δ
...ptnworkloadinstance/reconcile_prepostdeployment.go 81.81% <0.00%> (-9.10%) ⬇️
...okcontroller/keptnwebhookcertificate_controller.go 52.00% <0.00%> (-1.85%) ⬇️
klt-cert-manager/kubeutils/query.go 100.00% <0.00%> (ø)
operator/cmd/config/config.go 40.00% <0.00%> (ø)
operator/cmd/metrics/adapter/provider/provider.go 81.65% <0.00%> (ø)
...tor/cmd/metrics/adapter/provider/custom_metrics.go 100.00% <0.00%> (ø)
operator/cmd/webhook/manager.go 100.00% <0.00%> (ø)
operator/cmd/webhook/builder.go 25.00% <0.00%> (ø)
...lers/lifecycle/keptnworkloadinstance/controller.go 78.24% <0.00%> (+0.46%) ⬆️
Flag Coverage Δ
component-tests 53.54% <ø> (+0.52%) ⬆️
keptn-cert-manager 67.50% <ø> (-0.86%) ⬇️
keptn-lifecycle-operator 53.00% <ø> (+0.90%) ⬆️
scheduler 21.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch 2 times, most recently from 921d0b4 to a2449ee Compare January 26, 2023 11:54
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from a2449ee to 0fa6f3b Compare January 27, 2023 00:39
@renovate renovate bot changed the title deps: update module github.com/onsi/gomega to v1.25.0 deps: update module github.com/onsi/gomega to v1.26.0 Jan 27, 2023
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
@renovate
Copy link
Contributor Author

renovate bot commented Jan 27, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sonarcloud
Copy link

sonarcloud bot commented Jan 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@odubajDT odubajDT merged commit 3b092bd into main Jan 27, 2023
@odubajDT odubajDT deleted the renovate/github.com-onsi-gomega-1.x branch January 27, 2023 09:39
@keptn-bot keptn-bot mentioned this pull request Jan 27, 2023
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.

None yet

2 participants