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/ginkgo/v2 to v2.5.1 #384

Merged
merged 2 commits into from
Dec 15, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending
github.com/onsi/ginkgo/v2 require minor v2.4.0 -> v2.5.1 v2.6.0

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: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 Nov 10, 2022

⚠ 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_go --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/go:1.19.3 bash -l -c "go get -d -t ./... && go mod tidy && go mod tidy"
go: k8s.io/[email protected]: reading k8s.io/kube-scheduler/go.mod at revision v0.0.0: unknown revision v0.0.0

@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 9c9819f to 2c2836b Compare November 15, 2022 16:18
@renovate renovate bot requested a review from RealAnna as a code owner November 15, 2022 16:18
@codecov
Copy link

codecov bot commented Nov 15, 2022

Codecov Report

Merging #384 (70ac143) into main (d4c6716) will increase coverage by 8.33%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #384      +/-   ##
==========================================
+ Coverage   43.16%   51.49%   +8.33%     
==========================================
  Files          27       28       +1     
  Lines        2122     2101      -21     
==========================================
+ Hits          916     1082     +166     
+ Misses       1124      920     -204     
- Partials       82       99      +17     
Impacted Files Coverage Δ
operator/webhooks/pod_mutating_webhook.go 35.94% <0.00%> (-0.28%) ⬇️
scheduler/cmd/scheduler/main.go 0.00% <0.00%> (ø)
operator/controllers/keptnapp/controller.go 65.88% <0.00%> (ø)
operator/controllers/keptntask/job_utils.go 40.00% <0.00%> (ø)
operator/controllers/keptntask/controller.go 0.00% <0.00%> (ø)
...ptnworkloadinstance/reconcile_prepostdeployment.go 0.00% <0.00%> (ø)
...ptnworkloadinstance/reconcile_prepostevaluation.go 0.00% <0.00%> (ø)
operator/controllers/common/spanitem.go 78.57% <0.00%> (ø)
operator/controllers/keptnappversion/controller.go 72.30% <0.00%> (+0.43%) ⬆️
...ers/keptnappversion/reconcile_prepostdeployment.go 81.81% <0.00%> (+0.56%) ⬆️
... and 8 more
Flag Coverage Δ
keptn-lifecycle-operator 57.02% <ø> (+9.36%) ⬆️
scheduler 4.52% <ø> (ø)

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-ginkgo-v2-2.x branch from 7998fa7 to bdae98b Compare November 21, 2022 08:40
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from bdae98b to 0641675 Compare November 22, 2022 18:30
@renovate renovate bot changed the title deps: update module github.com/onsi/ginkgo/v2 to v2.5.0 deps: update module github.com/onsi/ginkgo/v2 to v2.5.1 Nov 22, 2022
Signed-off-by: Moritz Wiesinger <[email protected]>
@sonarcloud
Copy link

sonarcloud bot commented Nov 28, 2022

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

@renovate
Copy link
Contributor Author

renovate bot commented Nov 28, 2022

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.

Copy link
Contributor

@thschue thschue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@thschue thschue merged commit 955d41e into main Dec 15, 2022
@thschue thschue deleted the renovate/github.com-onsi-ginkgo-v2-2.x branch December 15, 2022 07:05
@keptn-bot keptn-bot mentioned this pull request Dec 15, 2022
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.

2 participants