-
Notifications
You must be signed in to change notification settings - Fork 41
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
chore(go): bump github.com/tektoncd/pipeline from 0.60.2 to 0.61.0 #787
chore(go): bump github.com/tektoncd/pipeline from 0.60.2 to 0.61.0 #787
Conversation
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a konflux-ci member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
8b7ab34
to
0d4bde6
Compare
Bumps [github.com/tektoncd/pipeline](https://github.com/tektoncd/pipeline) from 0.60.2 to 0.61.0. - [Release notes](https://github.com/tektoncd/pipeline/releases) - [Changelog](https://github.com/tektoncd/pipeline/blob/main/releases.md) - [Commits](tektoncd/pipeline@v0.60.2...v0.61.0) --- updated-dependencies: - dependency-name: github.com/tektoncd/pipeline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
0d4bde6
to
ae42bec
Compare
/ok-to-test |
🚨 This is a CI system failure, please consult with the QE team. Click to view logs�[36mINFO�[0m[2024-06-30T05:17:54Z] ci-operator version v20240628-842ba60f3 �[36mINFO�[0m[2024-06-30T05:17:54Z] Loading configuration from https://config.ci.openshift.org for konflux-ci/integration-service@main �[36mINFO�[0m[2024-06-30T05:17:54Z] Resolved source https://github.com/konflux-ci/integration-service to main@e0eec3c9, merging: #787 ae42bec0 @dependabot[bot] �[33mWARN�[0m[2024-06-30T05:17:54Z] skipped directory "..2024_06_30_05_17_46.3207216979" when creating secret from directory "/secrets/ci-pull-credentials" �[36mINFO�[0m[2024-06-30T05:17:54Z] Requesting 4.14 from https://api.integration.openshift.com/api/upgrades_info/graph?arch=amd64&channel=fast-4.14 �[36mINFO�[0m[2024-06-30T05:17:55Z] Resolved release latest to quay.io/openshift-release-dev/ocp-release@sha256:e4424eeec8a386241a5348d556bdd6dd82ea68f4f19f30f71d18963fb5924e9e �[36mINFO�[0m[2024-06-30T05:17:55Z] Using namespace https://console-openshift-console.apps.build04.34d2.p2.openshiftapps.com/k8s/cluster/projects/ci-op-y9t8vwn9 �[36mINFO�[0m[2024-06-30T05:17:55Z] Running [input:root], [input:e2e-test-runner], [release:latest-integration-service-e2e], src, redhat-appstudio-integration-service-image, integration-service-e2e �[36mINFO�[0m[2024-06-30T05:17:55Z] Tagging openshift/release:golang-1.19 into pipeline:root. �[36mINFO�[0m[2024-06-30T05:17:55Z] Tagging ci/redhat-appstudio:e2e-test-runner into pipeline:e2e-test-runner. �[36mINFO�[0m[2024-06-30T05:17:55Z] Building src �[36mINFO�[0m[2024-06-30T05:17:55Z] Found existing build "src-amd64" �[36mINFO�[0m[2024-06-30T05:17:55Z] Importing release image latest-integration-service-e2e. �[36mINFO�[0m[2024-06-30T05:17:55Z] Resolved release latest-integration-service-e2e to quay.io/openshift-release-dev/ocp-release:4.14.31-x86_64 �[36mINFO�[0m[2024-06-30T05:18:23Z] Importing release 4.14.31 created at 2024-06-20 08:24:05 +0000 UTC with 189 images to tag release:latest-integration-service-e2e ... �[36mINFO�[0m[2024-06-30T05:19:58Z] Imported release 4.14.31 created at 2024-06-20 08:24:05 +0000 UTC with 189 images to tag release:latest-integration-service-e2e �[36mINFO�[0m[2024-06-30T06:09:58Z] Build src-amd64 succeeded after 1m18s �[36mINFO�[0m[2024-06-30T06:09:59Z] Image ci-op-y9t8vwn9/pipeline:src created �[36mfor-build�[0m=src �[36mINFO�[0m[2024-06-30T06:09:59Z] Building redhat-appstudio-integration-service-image �[36mINFO�[0m[2024-06-30T06:09:59Z] Created build "redhat-appstudio-integration-service-image-amd64" �[36mINFO�[0m[2024-06-30T06:11:03Z] Build redhat-appstudio-integration-service-image-amd64 failed, printing logs: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed
@dependabot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Needs go 1.22 to be set in repo before merging. |
Superseded by #805. |
Bumps github.com/tektoncd/pipeline from 0.60.2 to 0.61.0.
Release notes
Sourced from github.com/tektoncd/pipeline's releases.
... (truncated)
Commits
c2dc17a
Add a flag on controllers to configure resyncPeriod89ff137
Bump k8s.io/code-generator from 0.29.2 to 0.29.63224946
Bump k8s.io/client-go from 0.29.2 to 0.29.69b5a100
Bump k8s.io/client-go in /test/custom-task-ctrls/wait-task-beta3ca7423
Makefile: install golangci-lint version from tools/go.mod9bdb19a
.github/workflow: use setup-go in codeql-analysis639e836
Update golangci-lint to 1.59.x and fix lintingdefcd64
golangci-lint: exclude G601 from gosece3f05b2
go.mod: remove k8s.io replace directive84a3408
go.mod: switch go version to 1.22Dependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)