From 32b06f18bc3e28edb76a33d07229815dde53cd09 Mon Sep 17 00:00:00 2001 From: obltmachine Date: Tue, 26 Nov 2024 06:04:11 +0000 Subject: [PATCH 1/4] 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/apm-data-spec" Updatecli version policy Made with ❤️️ by updatecli --- updatecli-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatecli-compose.yaml b/updatecli-compose.yaml index 7225bcbd0..a4872dfc0 100644 --- a/updatecli-compose.yaml +++ b/updatecli-compose.yaml @@ -2,7 +2,7 @@ # https://www.updatecli.io/docs/core/compose/ policies: - name: Handle apm-data server specs - policy: ghcr.io/elastic/oblt-updatecli-policies/apm/apm-data-spec:0.5.0@sha256:1307837d72174da906afb40a812b89f9f40efdbc0f6dcb4f632f886f9798577e + policy: ghcr.io/elastic/oblt-updatecli-policies/apm/apm-data-spec:0.6.0@sha256:c0bbdec23541bed38df1342c95aeb601530a113db1ff11715c1c7616ed5e9e8b values: - .ci/updatecli/values.d/scm.yml - .ci/updatecli/values.d/apm-data-spec.yml From acbde427b37c2d78201243eeeed5149586ff716a Mon Sep 17 00:00:00 2001 From: obltmachine Date: Tue, 26 Nov 2024 06:04:13 +0000 Subject: [PATCH 2/4] 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/apm-gherkin" Updatecli version policy Made with ❤️️ by updatecli --- updatecli-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatecli-compose.yaml b/updatecli-compose.yaml index a4872dfc0..2bae8b4df 100644 --- a/updatecli-compose.yaml +++ b/updatecli-compose.yaml @@ -7,7 +7,7 @@ policies: - .ci/updatecli/values.d/scm.yml - .ci/updatecli/values.d/apm-data-spec.yml - name: Handle apm gherkin specs - policy: ghcr.io/elastic/oblt-updatecli-policies/apm/apm-gherkin:0.5.0@sha256:7166356b1bb5fb39b640dc9712a2a9f16b06b3fdb137dd362ede7d70ca5396e8 + policy: ghcr.io/elastic/oblt-updatecli-policies/apm/apm-gherkin:0.6.0@sha256:dbaf4d855c5c212c3b5a8d2cc98c243a2b769ac347198ae8814393a1a0576587 values: - .ci/updatecli/values.d/scm.yml - .ci/updatecli/values.d/apm-gherkin.yml From 84014fb72fd76234fa6a65da7cd5be24deec2619 Mon Sep 17 00:00:00 2001 From: obltmachine Date: Tue, 26 Nov 2024 06:04:15 +0000 Subject: [PATCH 3/4] 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/apm-json-specs" Updatecli version policy Made with ❤️️ by updatecli --- updatecli-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatecli-compose.yaml b/updatecli-compose.yaml index 2bae8b4df..5d483d00a 100644 --- a/updatecli-compose.yaml +++ b/updatecli-compose.yaml @@ -12,7 +12,7 @@ policies: - .ci/updatecli/values.d/scm.yml - .ci/updatecli/values.d/apm-gherkin.yml - name: Handle apm json specs - policy: ghcr.io/elastic/oblt-updatecli-policies/apm/apm-json-specs:0.5.0@sha256:f4065402be6459507660cb644fffa9cdc77a58303ebd7f8f0325002e206cf6a1 + policy: ghcr.io/elastic/oblt-updatecli-policies/apm/apm-json-specs:0.6.0@sha256:e5a74c159ceed02fd20515ea76fa25ff81e3ccf977e74e636f9973db86aa52a5 values: - .ci/updatecli/values.d/scm.yml - .ci/updatecli/values.d/apm-json-specs.yml From 6ecb1cc0b59c1797179bdbeec293b95c7d126ff5 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 2 Dec 2024 12:47:59 +0100 Subject: [PATCH 4/4] update --- .ci/updatecli/values.d/scm.yml | 3 +-- .github/workflows/updatecli.yml | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.ci/updatecli/values.d/scm.yml b/.ci/updatecli/values.d/scm.yml index e8d15ca82..16262012d 100644 --- a/.ci/updatecli/values.d/scm.yml +++ b/.ci/updatecli/values.d/scm.yml @@ -3,9 +3,8 @@ scm: owner: elastic repository: apm-agent-ruby branch: main + commitusingapi: true # begin update-compose policy values user: obltmachine email: obltmachine@users.noreply.github.com # end update-compose policy values - -signedcommit: true diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index f9899c284..daa292ef3 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -38,12 +38,18 @@ jobs: - uses: elastic/oblt-actions/updatecli/run@v1 with: command: --experimental compose diff + # TODO: update to the latest version so the policies can work as expected. + # latest changes in the policies require to use the dependson feature. + version: "v0.88.0" env: GITHUB_TOKEN: ${{ steps.get_token.outputs.token }} - uses: elastic/oblt-actions/updatecli/run@v1 with: command: --experimental compose apply + # TODO: update to the latest version so the policies can work as expected. + # latest changes in the policies require to use the dependson feature. + version: "v0.88.0" env: GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}