From 856da568ecc36ea2359484975df47f712e20e891 Mon Sep 17 00:00:00 2001 From: obltmachine Date: Thu, 5 Sep 2024 06:07:18 +0000 Subject: [PATCH 1/2] chore: deps(updatecli/policy): bump "ghcr.io/elastic/oblt-updatecli-p... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... olicies/apm/ecs-logging-specs" Updatecli version policy Made with ❤️️ by updatecli --- updatecli-compose.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/updatecli-compose.yaml b/updatecli-compose.yaml index a3aff99..dc63138 100644 --- a/updatecli-compose.yaml +++ b/updatecli-compose.yaml @@ -2,13 +2,12 @@ # https://www.updatecli.io/docs/core/compose/ policies: - name: Handle ecs-logging specs - policy: ghcr.io/elastic/oblt-updatecli-policies/apm/ecs-logging-specs:0.3.0@sha256:6c765407764d391d6d65b04c54ba409977decc24a000d5b8d7839f58bcd07c5b + policy: ghcr.io/elastic/oblt-updatecli-policies/apm/ecs-logging-specs:0.4.0@sha256:2b2b2293b43da931356f22c2d1484c6236dc579d5ac64342f2daa421755067ba values: - .ci/updatecli/values.d/scm.yml - .ci/updatecli/values.d/ecs-logging-specs.yml - - name: Update Updatecli policies policy: ghcr.io/updatecli/policies/autodiscovery/updatecli:0.4.0@sha256:254367f5b1454fd6032b88b314450cd3b6d5e8d5b6c953eb242a6464105eb869 values: - .ci/updatecli/values.d/scm.yml - - .ci/updatecli/values.d/update-compose.yml \ No newline at end of file + - .ci/updatecli/values.d/update-compose.yml From 5907d942862fd4ece453c125a00be5666f782ac6 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 5 Sep 2024 10:05:02 +0200 Subject: [PATCH 2/2] use the new way to sign commits --- .ci/updatecli/values.d/ecs-logging-specs.yml | 3 +-- .ci/updatecli/values.d/scm.yml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/updatecli/values.d/ecs-logging-specs.yml b/.ci/updatecli/values.d/ecs-logging-specs.yml index da27975..b2b4e05 100644 --- a/.ci/updatecli/values.d/ecs-logging-specs.yml +++ b/.ci/updatecli/values.d/ecs-logging-specs.yml @@ -1,2 +1 @@ -spec_path: tests/resources/spec.json -signedcommit: true \ No newline at end of file +spec_path: tests/resources/spec.json \ No newline at end of file diff --git a/.ci/updatecli/values.d/scm.yml b/.ci/updatecli/values.d/scm.yml index c33654a..2d9adcc 100644 --- a/.ci/updatecli/values.d/scm.yml +++ b/.ci/updatecli/values.d/scm.yml @@ -3,6 +3,7 @@ scm: owner: elastic repository: ecs-logging-python branch: main + commitusingapi: true # begin update-compose policy values user: obltmachine email: obltmachine@users.noreply.github.com