github argoproj/argo-events v1.9.3

latest release: stable
9 hours ago

Major Changes

  • fix: CloudEvent.ID length to 32 chars (#3186)
  • feat: argo_events_action_retries_failed_total metric (#3190)
  • feat: Jestream configurable DiscardNew policies (#3151)
  • feat(EventSensor): Dead Letter Queue Trigger (#3199)
  • Added log level option configuration (#3201)
  • fix:eventsource crash on cast #3238 (#3282)
  • chore: model and package refactor (#3299)
  • feat(eventsources/bitbucketserver): add OneEventPerChange config option for webhook event handling (#3135)
  • Upgrade Argo CLI version to v3.6.0 to fix CVE-2024-27304 (#3371)
  • feat(triggers/kafka): produce optional Kafka Message Headers
  • fix: decode base64-encoded messages from Azure Storage Queue (#3366)

Pull Requests

v1.9.2...v1.9.3

Installation

kubectl create namespace argo-events
kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.3/install.yaml

# Install validating webhook (optional)
kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.3/install-validating-webhook.yaml

Don't miss a new argo-events release

NewReleases is sending notifications on new releases.