From 5a37b8aed87a0c0167f0ecba936c92ef7926232a Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 21:01:39 +0000 Subject: [PATCH] argo-events/1.9.3 package update (#35316)
--------- Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com> Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Co-authored-by: kranurag7 <81210977+kranurag7@users.noreply.github.com> --- argo-events.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/argo-events.yaml b/argo-events.yaml index b438a3c34bf..e2392904d87 100644 --- a/argo-events.yaml +++ b/argo-events.yaml @@ -1,7 +1,7 @@ package: name: argo-events - version: 1.9.2 - epoch: 2 + version: 1.9.3 + epoch: 0 description: Event-driven Automation Framework for Kubernetes. copyright: - license: Apache-2.0 @@ -9,13 +9,13 @@ package: pipeline: - uses: git-checkout with: - expected-commit: 8dd63f1305746e6503269a7675288b1f65e53df5 + expected-commit: 9c8bda9ad1d46bf75e91b851d2265acbf704efbc repository: https://github.com/argoproj/argo-events tag: v${{package.version}} - uses: go/bump with: - deps: github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.6.0 github.com/hashicorp/go-retryablehttp@v0.7.7 github.com/golang-jwt/jwt/v4@v4.5.1 + deps: github.com/hamba/avro/v2@v2.13.0 replaces: github.com/whilp/git-urls=github.com/chainguard-dev/git-urls@v1.0.2 github.com/hamba/avro=github.com/hamba/avro/v2@v2.13.0 - uses: go/build