Major Changes
Check it out in our blog.
- EventSource filtering feature
- Sensor supports Event transformation
- Sensor filtering filtering enhancement to support
and
or
operators - Bitbucket Cloud EventSource
- Bitbucket Server EventSource supports multiple repositories configuration
- Trigger conditions reset
- Github EventSource supports organization level configuration
- Github EventSource supports App Credential
- Expose more Nats EventBus settings (
maxPayload
,raftHeartbeatTimeout
,raftElectionTimeout
,raftLeaseTimeout
,raftCommitTimeout
) - DLQ option for AWS SQS EventSource
Pull Requests
- fix: make sns-sensor example work (#1629)
- chore: Fix SBOM generation. Fixes #1571 (#1623)
- chore: slack dependency upgrade (#1616)
- feat (kafa-es): Implements SCRAM functionality and enables SCRAM-SHA512/256 SASL
- chore: Generate SBOM for releases. Fixes #1571 (#1598)
- fix: Garabge collection of the ValidatingWebhookConfiguration (#1603)
- chore: retract and docs (#1604)
- fix: AMQP authentication issue (#1600)
- docs: eventsource filtering feature (#1601)
- feat: added filtering feature for EventSource (#1582)
- fix: conditions reset does not work if the service is down at the triggering time (#1585)
- fix: Update Github EventSource Example to include port name (#1590)
- fix: e2e test not recognizing .kube/config (#1581)
- chore: develop with k3d cluster (#1544)
- chore: Enable dependabot for automatic dependency updates (#1548)
- chore: add daniel-codefresh as a reviewer (#1546)
- feat: overall improve filtering documentation (#1508)
- Support multiple repos bitbucketserver (#1540)
- chore: upgrade sjson to 1.2.4 (#1538)
fix: removed "limitation" from outdated doc (#1535)
chore: upgrade gjson to get get fromstring feature (#1530) - feat(eventsource): add optional arguments for amqp eventsource (#1501)
- feat: Add optional security context for event bus container template (#1519)
- fix(docs): about event transform release date (#1529)
- fix: conditions reset honors the latest timestamp of all unacked msgs (#1523)
- fix: upgrade dependencies for security alert (#1518)
- feat: Improved Sensors filtering feature (aka Sensors filtering v2) (#1490)
- Modified deprecated projectID field of Gitlab Eventsource to be optional (#1500)
- Bitbucket Cloud Eventsource (#1493)
- docs: Add Gllue to list of users (#1497)
- Update parameters in minio example (#1414)
feat: added event transform (#1492) - docs: typo eventbus (#1486)
- docs: add pdb recommendation for EventBus (#1471)
- docs: Extend k8s trigger with delete operation (#1470)
- docs: MinIO event source link updated in docs (#1454)
- docs: more eventbus customization (#1467)
- fix: int-or-string k8s type in jsonschema (#1466)
- chore: upgrade to k8s v1.21.6 (#1448)
- fix: Added plural exception for eventbus resource for k8s trigger (#1440)
- docs: remove note about helm 2 requirement (#1429)
- fix: Don't wait for context when listening fails (#1428)
- docs: Add example service that selects event source pods with selector (#1420)
- fix: Marked optional fields in github and calendar eventsources (#1421)
- feat: Added org level webhook support for github es (#1412)
- chore: pin python version for gh-pagesg (#1407)
- docs: Set-up Google Analytics tracking (#1406)
- feat: Added dlq option to aws-sqs eventsource spec (#1403)
- feat: Added support for maxPayload, raftHeartbeatTimeout, raftElectionTimeout, raftLeaseTimeout, raftCommitTimeout native nats settings (#1402)
feat: Added json schema generation (#1398) - docs: Argo Workflows and service account prereqs (#1391)
- docs: Add Akuity to the list of users (#1386)
Contributors
@daniel-habib
@mintbomb27
@usamaB
@christophercutajar
@hblixt
@juliev0
@blkperl
@Nizar-opt
@Capable-Disk4147
@hamza3202
@bygui86
@icecoffee531
@VaibhavPage
@tooptoop4
@xi2817-aajgaonkar
@arnarg
@dpadhiar
@ntdt
@mweibel
@mseiwald
@alexec
@dubeau
@daniel-codefresh
@kromanow94
@whynowy
@jcantosz
@terrytangyuan
@sharon-codefresh
@anencore94
@luca-iachini
Installation
kubectl create namespace argo-events
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.6.0/manifests/install.yaml
# Install validating webhook (optional)
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.6.0/manifests/install-validating-webhook.yaml