From 5e370c8fc92f5acb618e20e94284eb07247c2326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:46:56 +0000 Subject: [PATCH 1/2] chore(deps): update datum-cloud/actions action to v1.9.0 --- .github/workflows/build-apiserver.yaml | 4 ++-- .github/workflows/validate-kustomize.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-apiserver.yaml b/.github/workflows/build-apiserver.yaml index 47ad9b4d..1e400aaa 100644 --- a/.github/workflows/build-apiserver.yaml +++ b/.github/workflows/build-apiserver.yaml @@ -12,7 +12,7 @@ jobs: contents: read packages: write attestations: write - uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.8.1 + uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.9.0 with: image-name: milo secrets: inherit @@ -27,7 +27,7 @@ jobs: id-token: write contents: read packages: write - uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.8.1 + uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.9.0 with: bundle-name: ghcr.io/datum-cloud/milo-kustomize bundle-path: config diff --git a/.github/workflows/validate-kustomize.yaml b/.github/workflows/validate-kustomize.yaml index 9ed207fd..94e75816 100644 --- a/.github/workflows/validate-kustomize.yaml +++ b/.github/workflows/validate-kustomize.yaml @@ -5,4 +5,4 @@ on: jobs: validate-kustomize: - uses: datum-cloud/actions/.github/workflows/validate-kustomize.yaml@v1.7.1 + uses: datum-cloud/actions/.github/workflows/validate-kustomize.yaml@v1.9.0 From b1dd73fca25ffa4b74b28405a0e12e9b9e11808f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Feb 2026 17:47:14 +0000 Subject: [PATCH 2/2] chore: add missing newlines at end of files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Automatically added newlines to 1 file(s) Co-Authored-By: github-actions[bot] --- .github/workflows/build-apiserver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-apiserver.yaml b/.github/workflows/build-apiserver.yaml index 1e400aaa..d12f2c02 100644 --- a/.github/workflows/build-apiserver.yaml +++ b/.github/workflows/build-apiserver.yaml @@ -33,4 +33,4 @@ jobs: bundle-path: config image-overlays: config/apiserver,config/controller-manager/base image-name: ghcr.io/datum-cloud/milo - secrets: inherit \ No newline at end of file + secrets: inherit