github argoproj/argo-events v1.7.2

latest releases: v1.9.1, stable, v1.9.0...
18 months ago

Major Changes

  • Multiple repos support for bitbucket eventsource (#2031)
  • Add support for custom SNS endpoint (#2067)
  • Make max request payload size configurable in webhook related eventsources (#2093)
  • Support SCRAM functionality in Kafka triggers, SCRAM-SHA512/256 SASL (#2091)
  • Be able to trigger workflows from workflowtemplate (#2120)
  • AWS Temporary credential support for SQS eventsource (#2092)
  • Kafka eventsource supports Sarama config customization (#2161)

Pull Requests

  • feat: Webhook event source to support filtering (#2178)
  • fix: dependency should use % (#2175)
  • fix: error is swallowed after retry failure (#2160)
  • feat: Kafka eventsource supports Sarama config customization (#2161)
  • feat: retry failed eventbus message publishing (#2162)
  • docs: we only have one Controller now (#2169)
  • feat: Add option to configure NATS max_payload in JetStream eventbus (#2164)
  • fix: Increase random sleep range in Bitbucket eventsource (#2148)
  • chore: solved deleteHookOnFinish race condition + removed hooks daemon mitigation (#2145)
  • feat: AWS Temporary credential support for SQS eventsource (#2092)
  • fix: added controller config validation (#2103)
  • feat: submit from workflowtemplate (#2120)
  • docs: fix doc errors in managed namespace installation (#2078)
  • fix: CVE-2022-1996 (#2111)
  • fix: add SCRAM functionality in Kafka triggers, SCRAM-SHA512/256 SASL (#2091)
  • fix: update bitbucket es example yaml (#2113)
  • fix: Removed usage of projectKey field in bitbucket eventsource (#2109)
  • docs: add bitbucketserver to HA doc (#2108)
  • feat: Make max request payload size configurable in all git/webhook related eventsources (#2093)
  • docs: Update quick_start.md (#2072)
  • feat: Add support for custom SNS endpoint (#2067)
  • chore: update stan eventbus sts instead of recreating when there is change (#2054)
  • docs: Fixed markdown (#2047)
  • feat: Added multiple repos support for bitbucket eventsource (#2031)

Contributors

@juliev0
@harshdeep-23
@daniel-codefresh
@koki-develop
@whynowy
@codesorcery
@Amirioelmos
@kmeaw
@mcgrawia

Installation

kubectl create namespace argo-events
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.7.2/manifests/install.yaml

# Install validating webhook (optional)
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.7.2/manifests/install-validating-webhook.yaml

Don't miss a new argo-events release

NewReleases is sending notifications on new releases.