From 583fcc98bd7f3168ae8d6b95b5e6948333143710 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:08:28 +0200 Subject: [PATCH 1/2] chore(deps): update dependency go-delve/delve to v1.23.0 (#411) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .tools_versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tools_versions.yaml b/.tools_versions.yaml index 11462281d..900a3c229 100644 --- a/.tools_versions.yaml +++ b/.tools_versions.yaml @@ -9,7 +9,7 @@ golangci-lint: "1.59.1" # renovate: datasource=github-releases depName=GoogleContainerTools/skaffold skaffold: "2.13.0" # renovate: datasource=github-releases depName=go-delve/delve -dlv: "1.22.1" +dlv: "1.23.0" # renovate: datasource=github-releases depName=gotestyourself/gotestsum gotestsum: "1.12.0" # renovate: datasource=github-releases depName=elastic/crd-ref-docs From 82d3ea7a0dc952b06c41be63f9bbc099055c7143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:41:20 +0200 Subject: [PATCH 2/2] chore(deps): bump docker/build-push-action from 6.4.0 to 6.4.1 (#412) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/__build-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__build-workflow.yaml b/.github/workflows/__build-workflow.yaml index 7c4869b50..f0a895217 100644 --- a/.github/workflows/__build-workflow.yaml +++ b/.github/workflows/__build-workflow.yaml @@ -207,7 +207,7 @@ jobs: - name: Build image id: build - uses: docker/build-push-action@v6.4.0 + uses: docker/build-push-action@v6.4.1 env: DOCKER_BUILD_RECORD_UPLOAD: false DOCKER_BUILD_SUMMARY: false