Skip to content

Tags: aisonaku/argo-events

Tags

v0.13.0-rc

Toggle v0.13.0-rc's commit message

Verified

This commit was signed with the committer’s verified signature.
VaibhavPage Vaibhav
chore: update version

v0.12

Toggle v0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update index.md

v0.12-rc

Toggle v0.12-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(update-examples): update minio gateway example (argoproj#426)

v0.11

Toggle v0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(): update argo workflows to 2.4.2 (argoproj#397)

v0.10

Toggle v0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(): release v0.10 (argoproj#369)

v0.9.3

Toggle v0.9.3's commit message
Enable creating AWS sessions without providing explicit credentials f… (

argoproj#300)

* Enable creating AWS sessions without providing explicit credentials for AWS Gateways

AWS Gateways running on pods configured with IAM roles can use event sources without specifying access credentials.
The AWS Session is created using the IAM role present on the pod and has permissions associated with the IAM role.

* Add appropriate comments for example without credentials event source in aws sns

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resource version validation (argoproj#268)

* chore(): moving gateway configmaps to event source directory

* chore(): moving gateway configmaps to event source directory

* updating event source definitions with better comments

* updating event source definitions with better comments

* updating gateway, event-source and sensor examples

* updating gateway, event-source and sensor examples

* started amending logger

* adding tests for event sources

* adding tests for event sources

* adding check for event source version before processing it in watcher. adding func and file name in log.

* adding comments to trun ssl on webhook and adding formatter to logger

* updating event source examples

* adding back gateway and sensor guide

* fix e2e test

* fix e2e test

* fix e2e test

* add ca-certs to community gateways

* updating docs structure

* updating docs

* updating docs

* updating docs

* updating docs

* updating docs

* updating docs

* update version to v0.10

* update e2e test images

* fix e2e test

* fix e2e test

* fix e2e test

* fix e2e test

* fix e2e test

* fix event source

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resource version validation (argoproj#268)

* chore(): moving gateway configmaps to event source directory

* chore(): moving gateway configmaps to event source directory

* updating event source definitions with better comments

* updating event source definitions with better comments

* updating gateway, event-source and sensor examples

* updating gateway, event-source and sensor examples

* started amending logger

* adding tests for event sources

* adding tests for event sources

* adding check for event source version before processing it in watcher. adding func and file name in log.

* adding comments to trun ssl on webhook and adding formatter to logger

* updating event source examples

* adding back gateway and sensor guide

* fix e2e test

* fix e2e test

* fix e2e test

* add ca-certs to community gateways

* updating docs structure

* updating docs

* updating docs

* updating docs

* updating docs

* updating docs

* updating docs

* update version to v0.10

* update e2e test images

* fix e2e test

* fix e2e test

* fix e2e test

* fix e2e test

* fix e2e test

* fix event source

v.0.9

Toggle v.0.9's commit message
fix(): git trigger auth - argoproj#255

* fix(): git auth

* fix(): add known_hosts for trigger git

v0.8.3

Toggle v0.8.3's commit message
Support applying parameters for complete trigger spec (argoproj#230)

* feature(): support applying parameters for complete trigger spec

* chore(): update generated files for sensor

* docs(): adding docs

* chore(): rename workflowParameters

* feature(): rename workflowParameters to resource parameters. getting rid of unnecessary structs in sensor trigger

* refactor(): rename ParameterSource. only generating idl from api structs.

* chore(): remove trailing backslash