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 k8s.io/utils digest to fe8a2dd #186

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
k8s.io/utils require digest 3b25d92 -> fe8a2dd

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 renovate bot force-pushed the renovate/k8s.io-utils-digest branch from 646c50d to 7b10420 Compare July 26, 2023 16:07
@renovate renovate bot requested a review from int128 July 26, 2023 20:02
@renovate renovate bot force-pushed the renovate/k8s.io-utils-digest branch 2 times, most recently from aab6cf8 to b500d9a Compare August 1, 2023 23:04
@renovate
Copy link
Contributor Author

renovate bot commented Aug 8, 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: go.sum
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/86c95e/ad2def/repos/github/int128/ktunnels":"/tmp/worker/86c95e/ad2def/repos/github/int128/ktunnels" -v "/tmp/worker/86c95e/ad2def/cache":"/tmp/worker/86c95e/ad2def/cache" -e GOPATH -e GOPROXY -e GOSUMDB -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 CONTAINERBASE_CACHE_DIR -w "/tmp/worker/86c95e/ad2def/repos/github/int128/ktunnels" ghcr.io/containerbase/sidecar:9.8.2 bash -l -c "install-tool golang 1.21.0 && go get -d -t ./... && go mod tidy && go mod tidy"
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
[18:24:59.751] INFO (40): Downloading file ...
    url: "https://dl.google.com/go/go1.21.linux-amd64.tar.gz"
    output: "/tmp/worker/86c95e/ad2def/cache/containerbase/38a6f194ec41da4bde993a4d44636b9855533fe960b6936851bb324b70fde620/go1.21.linux-amd64.tar.gz"
[18:24:59.793] FATAL (40): Response code 404 (Not Found)
    err: {
      "type": "HTTPError",
      "message": "Response code 404 (Not Found)",
      "stack":
          HTTPError: Response code 404 (Not Found)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:39606:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:39661:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:39676:17)
              at Object.onceWrapper (node:events:652:26)
              at ClientRequest.emit (node:events:549:35)
              at ClientRequest.emit (node:domain:482:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:642:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
              at TLSSocket.socketOnData (node:_http_client:505:22)
              at TLSSocket.emit (node:events:537:28)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1691519099760,
        "socket": 1691519099762,
        "lookup": 1691519099762,
        "connect": 1691519099766,
        "secureConnect": 1691519099771,
        "upload": 1691519099772,
        "response": 1691519099788,
        "end": 1691519099790,
        "phases": {
          "wait": 2,
          "dns": 0,
          "tcp": 4,
          "tls": 5,
          "request": 1,
          "firstByte": 16,
          "download": 2,
          "total": 30
        }
      },
      "name": "HTTPError",
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "headers": {
          "user-agent": "got (https://github.com/sindresorhus/got)",
          "accept-encoding": "gzip, deflate, br"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100
        },
        "method": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://dl.google.com/go/go1.21.linux-amd64.tar.gz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[18:24:59.794] INFO (40): Download completed with errors  in 43ms.
Download failed: https://dl.google.com/go/go1.21.linux-amd64.tar.gz

@renovate renovate bot force-pushed the renovate/k8s.io-utils-digest branch from b500d9a to 5743bed Compare August 8, 2023 18:25
@renovate renovate bot changed the title fix(deps): update k8s.io/utils digest to 3b25d92 fix(deps): update k8s.io/utils digest to 3b25d92 - abandoned May 1, 2024
Copy link
Contributor Author

renovate bot commented May 1, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title fix(deps): update k8s.io/utils digest to 3b25d92 - abandoned fix(deps): update k8s.io/utils digest to fe8a2dd Jun 9, 2024
@renovate renovate bot force-pushed the renovate/k8s.io-utils-digest branch 11 times, most recently from ad50415 to c2e7585 Compare June 15, 2024 06:09
@renovate renovate bot force-pushed the renovate/k8s.io-utils-digest branch from c2e7585 to 90c6df2 Compare June 15, 2024 07:41
@renovate renovate bot merged commit 342e6a8 into main Jun 15, 2024
5 checks passed
@renovate renovate bot deleted the renovate/k8s.io-utils-digest branch June 15, 2024 07:49
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.

1 participant