Skip to content

Commit

Permalink
Merge pull request #25360 from wolfi-dev/wolfictl-79b27232-dc1d-4b8f-…
Browse files Browse the repository at this point in the history
…9236-96e30abcdcf0

keda-2.14/2.14.1 package update
  • Loading branch information
mamccorm authored Jul 31, 2024
2 parents b0b7aef + 6d3363d commit 283761f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keda-2.14.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: keda-2.14
version: 2.14.0
epoch: 6
version: 2.14.1
epoch: 0
description: KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
copyright:
- license: Apache-2.0
Expand All @@ -24,14 +24,14 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 6681d5ecbc82293626cab693625c9cc9fb453381
expected-commit: 10840effe79face46e3500714026424f8a6c4d3d
repository: https://github.com/kedacore/keda
tag: v${{package.version}}

# CVE-2023-39325 CVE-2023-45142 CVE-2023-47108
- uses: go/bump
with:
deps: github.com/cloudevents/sdk-go/[email protected] google.golang.org/[email protected] github.com/Azure/azure-sdk-for-go/sdk/[email protected] github.com/hashicorp/[email protected]
deps: github.com/hashicorp/[email protected]

- runs: |
ARCH=$(go env GOARCH) make build
Expand Down

0 comments on commit 283761f

Please sign in to comment.