PackageTrack
Sign in Get early access

github.com/argoproj/argo-events

v1.9.11 #533 most downloaded on Go modules argoproj/argo-events

What this package is like to depend on

Last release today

22 Aug 2026

Ships fairly regularly

a new release about every 2 weeks

Nearly every release is documented

notes for 55 of 55 stable releases

2 versions withdrawn

withdrawn after publishing

8 years old

1763 releases · first in 2018

36 releases in the last 12 months

see the full history below

Release timeline

1763 releases · Dec 2020 to Aug 2026
2021 2022 2023 2024 2025 2026
Release Pre-release Withdrawn 563 older releases not drawn

Releases

latest 60 of 1763
  1. v1.15.1 06 Feb 2022 withdrawn

    Version retracted: Contains retractions only.

    Nothing published for this version

  2. v1.15.0 12 Oct 2021 withdrawn

    Version retracted: Published accidentally.

    Nothing published for this version

  3. v1.9.11 13 Jul 2026
    Release notes

    Major Changes

    • feat: Add readiness probes to EventBus StatefulSet (#3894)
    • feat: support GitHub App authentication for Sensor git triggers (#4018)
    • feat(logging): support warn log level via LOG_LEVEL=warn (#4019)
    • feat: make Kubernetes leader election timeouts configurable via env vars (#4029)
    • feat: Add kafka msk iam support (#3963)
    • fix: avoid duplicate slashes in formatted webhook URLs (#4056)
    • fix: Initialize Prometheus Counters to 0 when service(s) start (#3906)
    • fix: reduce lame_duck_duration to 30s to fit within terminationGracePeriodSeconds (#3959)

    Pull Requests

    v1.9.10...v1.9.11

    Installation

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

    Full Changelog: v1.9.10...v1.9.11

    Open source →
    Release notes
    • d13fde07 Update manifests to v1.9.11
    • 2fd343bf chore(deps): bump github.com/go-swagger/go-swagger from 0.34.0 to 0.34.1 (#4076)
    • 7e3ef00f chore(deps): bump github.com/go-swagger/go-swagger from 0.33.2 to 0.34.0 (#4070)
    • 6abcfccc chore(deps): bump github.com/minio/minio-go/v7 from 7.1.0 to 7.2.0 (#4069)
    • 234b5e94 chore(deps): bump github.com/slack-go/slack from 0.23.1 to 0.24.0 (#4071)
    • 19fbcb16 chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#4061)
    • f0d6c705 chore(deps): bump google.golang.org/api from 0.279.0 to 0.280.0 (#4060)
    • e3b2684c fix: avoid duplicate slashes in formatted webhook URLs (#4056)
    • 063d2ca7 feat: Add kafka msk iam support (#3963)
    • c3e00da2 chore(deps): bump github.com/go-git/go-git/v5 from 5.19.0 to 5.19.1 (#4057)
    • 7348272f chore(deps): bump google.golang.org/api from 0.278.0 to 0.279.0 (#4051)
    • 6e82e30f chore(deps): bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.6.1 to 1.6.2 (#4055)
    • b7190c9f chore(deps): bump github.com/fsnotify/fsnotify from 1.10.0 to 1.10.1 (#4053)
    • 60714229 chore(deps): bump google.golang.org/grpc from 1.81.0 to 1.81.1 (#4052)
    • 9c0f4f3a chore(deps): bump github.com/slack-go/slack from 0.23.0 to 0.23.1 (#4049)
    • d2613313 chore(deps): bump golang.org/x/tools from 0.44.0 to 0.45.0 (#4045)
    • 3122782c chore(deps): bump google.golang.org/grpc from 1.80.0 to 1.81.0 (#4044)
    • c0e2d8c3 chore(deps): bump github.com/tidwall/gjson from 1.18.0 to 1.19.0 (#4048)
    • 01d76790 chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 (#4046)
    • 99df1c69 chore(deps): bump cloud.google.com/go/iam from 1.10.0 to 1.11.0 (#4047)
    • 9a49c370 chore(deps): bump google.golang.org/api from 0.277.0 to 0.278.0 (#4042)
    • eec24345 chore(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0 (#4040)
    • 99f8ca54 chore(deps): bump github.com/nats-io/nats.go from 1.51.0 to 1.52.0 (#4041)
    • 621e8d65 chore(deps): bump sigstore/cosign-installer from 4.1.1 to 4.1.2 (#4039)
    • 8891384d chore(deps): bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.0 (#4036)
    • 62f52f1d chore(deps): bump go.uber.org/zap from 1.27.1 to 1.28.0 (#4034)
    • 4e31de3d chore(deps): bump github.com/minio/minio-go/v7 from 7.0.100 to 7.1.0 (#4033)
    • 135f7853 chore(deps): bump cloud.google.com/go/iam from 1.9.0 to 1.10.0 (#4032)
    • 39613b8c chore(deps): bump google.golang.org/api from 0.276.0 to 0.277.0 (#4031)
    • 57dcd9df feat: make Kubernetes leader election timeouts configurable via env vars (#4029)
    • ccafbdd5 docs(triggers): show triggering an existing WorkflowTemplate (#4027)
    • ce508d60 feat(logging): support warn log level via LOG_LEVEL=warn (#4019)
    • 84376f1f feat: support GitHub App authentication for Sensor git triggers (#4018)
    • 60d5318c fix(sensor): bump action_retries_failed_total on async trigger failures (#4002)
    • 9cdeb370 chore(deps): bump github.com/slack-go/slack from 0.22.0 to 0.23.0 (#4025)
    • 103b119f chore(deps): bump github.com/rabbitmq/amqp091-go from 1.10.0 to 1.11.0 (#4026)
    • 6f9d97d8 chore(deps): bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 (#4022)
    • ac4fd0be fix(bitbucketserver): replace %w with %v in Logger.Errorf call (#3990)
    • 08f7efc2 chore(deps): bump cloud.google.com/go/pubsub/v2 from 2.5.1 to 2.6.0 (#4017)
    • b9bdf3f9 chore(deps): bump softprops/action-gh-release from 2 to 3 (#4010)
    • 8a4fc100 chore(deps): bump cloud.google.com/go/iam from 1.8.0 to 1.9.0 (#4016)
    • 935b6e7d chore(deps): bump google.golang.org/api from 0.275.0 to 0.276.0 (#4015)
    • fa78e2c8 chore(deps): bump github.com/slack-go/slack from 0.21.1 to 0.22.0 (#4012)
    • b6561e3a chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.28.0 to 2.29.0 (#4014)
    • 39e8ddb9 chore(deps): bump github.com/nats-io/nats.go from 1.50.0 to 1.51.0 (#4013)
    • 95641232 chore(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.18.0 (#4009)
    • 4cd66fa1 chore(deps): bump github.com/moby/spdystream from 0.5.0 to 0.5.1 (#4008)
    • 9c0c1964 chore(deps): bump cloud.google.com/go/iam from 1.7.0 to 1.8.0 (#3996)
    • d4c77192 chore(deps): bump google.golang.org/api from 0.273.1 to 0.275.0 (#3997)
    • 10d3e626 chore(deps): bump github.com/slack-go/slack from 0.20.0 to 0.21.1 (#3992)
    • aa2c5ac4 chore(deps): bump golang.org/x/tools from 0.43.0 to 0.44.0 (#3995)
    • 822e417e chore(deps): bump github.com/smartystreets/goconvey from 1.7.2 to 1.8.1 (#3991)
    • 23e49a4b chore(deps): bump github.com/tidwall/sjson from 1.2.4 to 1.2.5 (#3993)
    • dc40bccc chore(deps): bump cloud.google.com/go/iam from 1.6.0 to 1.7.0 (#3979)
    • d6207251 chore(deps): bump github.com/itchyny/gojq from 0.12.17 to 0.12.19 (#3981)
    • 90c43949 chore(deps): bump cloud.google.com/go/pubsub/v2 from 2.5.0 to 2.5.1 (#3980)
    • eb454854 chore(deps): bump google.golang.org/grpc from 1.79.3 to 1.80.0 (#3977)
    • 4c8cdb90 chore(deps): bump github.com/yuin/gopher-lua from 1.1.1 to 1.1.2 (#3976)
    • f0b385d1 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.99 to 7.0.100 (#3974)
    • 478fb3df chore(deps): migrate to go.yaml.in/yaml/v3 (#3971)
    • 2d858434 fix: honor stderrthreshold when logtostderr is enabled (#3962)
    • 3ed996a9 fix: reduce lame_duck_duration to 30s to fit within terminationGracePeriodSeconds (#3959)
    • 1cc45bca chore(deps): bump docker/setup-buildx-action from 3 to 4 (#3941)
    • a4f17f25 chore(deps): bump github.com/go-git/go-git/v5 from 5.17.0 to 5.17.1 (#3972)
    • 653aacdf chore(deps): bump github.com/slack-go/slack from 0.19.0 to 0.20.0 (#3969)
    • dc7cdda0 chore(deps): bump cloud.google.com/go/iam from 1.5.3 to 1.6.0 (#3968)
    • e8669dd1 chore(deps): bump google.golang.org/api from 0.272.0 to 0.273.0 (#3967)
    • 91ea7448 chore(deps): bump github.com/nats-io/nats.go from 1.49.0 to 1.50.0 (#3966)
    • 8bd9b5af chore(deps): bump sigstore/cosign-installer from 4.0.0 to 4.1.1 (#3965)
    • ef944867 chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 (#3964)
    • e6ec77bc chore(deps): bump github.com/nats-io/nats-server/v2 from 2.11.12 to 2.11.15 (#3960)
    • 4202bde1 chore(deps): bump github.com/go-swagger/go-swagger from 0.33.1 to 0.33.2 (#3957)
    • c7cab363 chore(deps): bump cloud.google.com/go/pubsub/v2 from 2.4.0 to 2.5.0 (#3956)
    • a7324e23 chore(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 (#3954)
    • 0c07ee8d chore(deps): bump google.golang.org/api from 0.259.0 to 0.271.0 (#3952)
    • dd06462b chore(deps): bump golang.org/x/tools from 0.42.0 to 0.43.0 (#3953)
    • 75155697 chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.16.0 to 2.18.0 (#3950)
    • f13a7e87 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.98 to 7.0.99 (#3946)
    • a7cbc660 chore(deps): bump github.com/slack-go/slack from 0.18.0 to 0.19.0 (#3945)
    • 6cb2f1c7 chore(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.2 (#3944)
    • 1c8e6aff chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.45.0 to 1.46.0 (#3943)
    • b95af905 chore(deps): bump docker/login-action from 2 to 4 (#3942)
    • 6dcfcf58 feat: migrate GCP PubSub event source to pubsub/v2 (#3940)
    • 7caa7b3d chore(deps): bump github.com/slack-go/slack from 0.17.3 to 0.18.0 (#3935)
    • 7267008f chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.39.0 to 1.45.0 (#3936)
    • c935aeae chore(deps): bump github.com/nats-io/nats.go from 1.48.0 to 1.49.0 (#3934)
    • 7426ef2d chore(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.0 (#3933)
    • 005fb301 chore(deps): bump actions/download-artifact from 7 to 8 (#3931)
    • f607a434 chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (#3930)
    • 8eee4886 chore(deps): bump github.com/nats-io/nats-server/v2 from 2.10.27 to 2.11.12 (#3929)
    • 83910279 Initialize Prometheus Counters to 0 when service(s) start (#3906)
    • 0795f3b0 chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.7 to 2.28.0 (#3927)
    • 4a6d0ec7 chore(deps): bump github.com/go-resty/resty/v2 from 2.17.1 to 2.17.2 (#3926)
    • 6a0979c2 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.34.0 to 1.39.0 (#3925)
    • 8002ca5f feat: Add readiness probes to EventBus StatefulSet (#3894)
    • d43ae867 Add lint command for EventSource and Sensor resources (#3896)
    • ad2a5110 chore(deps): bump golang.org/x/tools from 0.41.0 to 0.42.0 (#3917)
    • e8d9ee03 chore(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#3919)
    • e38381f7 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.28.1 to 1.34.0 (#3918)
    • f4e49875 chore(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#3915)
    • 252be11b fix: upgrade Go toolchain to 1.25.5 to address HIGH severity CVEs (#3895)
    • db94d42c chore(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 (#3913)
    • c7cd0e8b chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.24.0 to 1.28.1 (#3911)
    • ef4ace57 chore(deps): bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.6.0 to 1.6.1 (#3910)
    • b347d979 chore(deps): bump imjasonh/setup-crane from 0.4 to 0.5 (#3908)
    • 06f2ecf4 Update ARGO_VERSION to v3.7.9 (#3899)
    • 609f2f83 chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.5 to 2.27.7 (#3903)
    • a65da33d chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.17.0 to 1.24.0 (#3902)
    • 0d7745cf chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.4 to 2.27.5 (#3892)
    • 859d5483 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.16.0 to 1.17.0 (#3890)

    Contributors

    • Aaron Mell
    • Ali Asghar
    • Derek Wang
    • DongJun Lee
    • Immanuel Tikhonov
    • Luis
    • Najafov007
    • Pierluigi Lenoci
    • Takahiro Tsuruda
    • Ville Vesilehto
    • Yugan
    • dependabot[bot]
    • kaiyuanlim-adh
    Open source →
  4. v1.9.10 21 Jan 2026
    Release notes

    Major Changes

    • feat: Add EmojiEvents support for GitLab group webhooks (#3871)
    • fix: retry generic event streams forever (#3877)
    • fix: amqp integer queue args (#3884)
    • chore: update argo-workflows version (#3852)

    Pull Requests

    v1.9.9...v1.9.10

    Installation

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

    Full Changelog: v1.9.9...v1.9.10

    Open source →
    Release notes
    • 3de38ac2 Update manifests to v1.9.10
    • 56f77c8e feat: Add EmojiEvents support for GitLab group webhooks (#3871)
    • 1b67245c Fix: amqp integer queue args (#3884)
    • 822240f4 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.97 to 7.0.98 (#3882)
    • 251133f5 chore(deps): bump golang.org/x/tools from 0.40.0 to 0.41.0 (#3879)
    • 576b21d0 fix: retry generic event streams forever (#3877)
    • 8752c54b Add ReadyOn AI to USERS.md (#3878)
    • bb0a0dd3 chore(deps): bump github.com/hamba/avro/v2 from 2.30.0 to 2.31.0 (#3875)
    • a3492f10 chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 (#3872)
    • c248392a chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.3 to 2.27.4 (#3869)
    • f1591183 chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 (#3870)
    • c8628cbf chore(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 (#3866)
    • 82b9bb48 chore(deps): bump github.com/go-resty/resty/v2 from 2.17.0 to 2.17.1 (#3863)
    • f3ff80e5 chore(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0 (#3859)
    • 6abd2b46 chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 (#3858)
    • a2438955 chore(deps): bump peter-evans/create-pull-request from 6 to 8 (#3855)
    • 25506a9d chore(deps): bump actions/cache from 4 to 5 (#3853)
    • 18421387 chore(deps): bump actions/download-artifact from 5 to 7 (#3854)
    • 44abc6bc chore(deps): bump google.golang.org/api from 0.256.0 to 0.257.0 (#3848)
    • d870db73 chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#3847)
    • 5a661d9b chore(deps): bump github.com/go-openapi/inflect from 0.21.3 to 0.21.5 (#3845)
    • dae38954 fix: upgrade NATS JetStream from 2.10.10 to 2.10.29 to address CVEs (#3844)

    Contributors

    • Alan Clucas
    • Derek Wang
    • Roshan Daneshvaran
    • Yugan
    • dependabot[bot]
    Open source →
  5. v1.9.9 03 Dec 2025
    Release notes

    Major Changes

    • feat: allow duplicate dependencies for kafka (#3797)
    • feat: Supports empty Lua arrays via metatable flag (#3796)
    • feat: add DeferDelete to Azure Service Bus source config (#3820)
    • feat: Add timezone support to TimeFilter (#3837)

    Pull Requests

    v1.9.8...v1.9.9

    Installation

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

    Full Changelog: v1.9.8...v1.9.9

    Open source →
    Release notes
    • 42d350ca Update manifests to v1.9.9
    • bdf27278 fix(ci): fix cosign issue (#3843)
    • 2cc329d4 feat: Add timezone support to TimeFilter (#3837)
    • f21bfeb6 chore(deps): bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.5.1 to 1.6.0 (#3840)
    • 0c14c0e1 chore(deps): bump github.com/xdg-go/scram from 1.1.2 to 1.2.0 (#3841)
    • d3622399 chore(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.4 (#3839)
    • 6c748ea1 chore(deps): bump github.com/go-resty/resty/v2 from 2.16.5 to 2.17.0 (#3838)
    • 6fc819de feat: add DeferDelete to Azure Service Bus source config (#3820)
    • 531c417f chore(deps): bump google.golang.org/grpc from 1.76.0 to 1.77.0 (#3830)
    • 9f9c5f54 chore(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1 (#3829)
    • a49963bd chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.160.0 to 0.160.1 (#3828)
    • bb2379ac chore(deps): bump actions/checkout from 4 to 6 (#3827)
    • 4f305acb fix: Make Kafka trigger test header assertions order-independent (#3822)
    • 21badb22 feat: Supports empty Lua arrays via metatable flag (#3796)
    • 5e10b590 fix: enable kafka on CI and use redpanda for E2E (#3799)
    • b401242e feat: allow duplicate dependencies for kafka (#3797)
    • d5a329af chore(deps): bump golang.org/x/tools from 0.38.0 to 0.39.0 (#3815)
    • c1f9f426 chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.44.0 (#3818)
    • 2fa62c05 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.13.0 to 1.13.1 (#3817)
    • 57acb57e chore(deps): bump google.golang.org/api from 0.255.0 to 0.256.0 (#3816)
    • b21e31b1 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.159.0 to 0.160.0 (#3814)
    • a893b7e1 chore(deps): bump github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0 (#3813)
    • 7526f4d8 chore(deps): bump google.golang.org/api from 0.254.0 to 0.255.0 (#3803)
    • 405090b8 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.95 to 7.0.97 (#3804)
    • f4d668e7 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.157.0 to 0.159.0 (#3802)
    • b4fc45f1 chore(deps): bump sigstore/cosign-installer from 2.8.1 to 4.0.0 (#3801)

    Contributors

    • Derek Wang
    • Eduardo Rodrigues
    • Elliot Gunton
    • Yugan
    • artur
    • dependabot[bot]
    Open source →
  6. v1.9.8 03 Nov 2025
    Release notes

    Major Changes

    • feat: Allow MaxTries flag in Gerrit EventSource Webhook(#3714)
    • feat(kafka): enabling tls connection without client authentication (#3580)
    • feat: make KafkaBus partitioner configurable (#3696)
    • feat: Add host in the HTTP trigger (#3698)
    • feat: TLS Config support for storagegrid eventsource (#3745)
    • fix: handle null values properly in trigger payload construction (#3738)
    • fix(http): correct basicAuth password err handling (#3776)

    Pull Requests

    v1.9.7...v1.9.8

    Installation

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

    Full Changelog: v1.9.7...v1.9.8

    Open source →
    Release notes
    • d8af2c61 fix: cosign failure (#3793)
    • 43005d27 Update manifests to v1.9.8
    • b2512175 feat: upgrade cosign version (#3777)
    • 1e3be946 fix(http): correct basicAuth password err handling (#3776)
    • 64b86fef chore(deps): bump github.com/riferrei/srclient from 0.7.3 to 0.7.4 (#3789)
    • 21c60a48 chore(deps): bump google.golang.org/api from 0.253.0 to 0.254.0 (#3786)
    • 13094b53 chore(deps): bump google.golang.org/api from 0.252.0 to 0.253.0 (#3782)
    • d28bdf04 chore(deps): bump github.com/pkg/sftp from 1.13.9 to 1.13.10 (#3783)
    • d1009cd1 chore(deps): bump actions/upload-artifact from 4 to 5 (#3780)
    • bf5999c9 feat: TLS Config support for storagegrid eventsource (#3745)
    • 15781515 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.156.0 to 0.157.0 (#3775)
    • 5ffe5b4d chore(deps): bump github.com/nats-io/nats.go from 1.46.1 to 1.47.0 (#3773)
    • 4c19f34d chore(deps): bump sigstore/cosign-installer from 3.10.0 to 4.0.0 (#3772)
    • 184bd654 fix: handle null values properly in trigger payload construction (#3738)
    • e1a249e7 chore(deps): bump google.golang.org/api from 0.251.0 to 0.252.0 (#3766)
    • 716a7432 chore(deps): bump golang.org/x/tools from 0.37.0 to 0.38.0 (#3769)
    • 3ab548dc chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.12.0 to 1.13.0 (#3770)
    • 8d22a24c chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.150.0 to 0.156.0 (#3767)
    • 41d25165 chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.76.0 (#3765)
    • f7491751 chore(deps): bump github.com/go-swagger/go-swagger from 0.32.3 to 0.33.1 (#3764)
    • f1fc8841 chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 (#3762)
    • 6ca9cfbf chore(deps): bump google.golang.org/api from 0.250.0 to 0.251.0 (#3756)
    • c1a75c23 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.148.1 to 0.150.0 (#3757)
    • 38e7f56a chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.2 to 2.27.3 (#3758)
    • b9fad504 chore(deps): bump github.com/nats-io/nats.go from 1.46.0 to 1.46.1 (#3754)
    • 78da9114 feat: Add host in the HTTP trigger (#3698)
    • f501efaf chore(deps): bump cloud.google.com/go/compute/metadata from 0.8.4 to 0.9.0 (#3750)
    • 1879d4a4 chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.16.0 to 2.16.2 (#3751)
    • 715bcd29 chore(deps): bump github.com/nats-io/nats.go from 1.45.0 to 1.46.0 (#3749)
    • 5e608e5f chore(deps): bump google.golang.org/api from 0.249.0 to 0.250.0 (#3748)
    • e05ace59 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.146.0 to 0.148.1 (#3747)
    • 7143cec0 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.11.0 to 1.12.0 (#3743)
    • ac99986d chore(deps): bump cloud.google.com/go/compute/metadata from 0.8.0 to 0.8.4 (#3744)
    • d399dc38 chore(deps): bump github.com/eclipse/paho.mqtt.golang from 1.4.3 to 1.5.1 (#3742)
    • 07db2b86 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.144.0 to 0.146.0 (#3741)
    • 49dc16ef feat: make KafkaBus partitioner configurable (#3696)
    • 775be4f0 chore(deps): bump golang.org/x/tools from 0.36.0 to 0.37.0 (#3731)
    • 4a9d763f chore(deps): bump google.golang.org/grpc from 1.75.0 to 1.75.1 (#3733)
    • a4b7188b chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.142.6 to 0.144.0 (#3735)
    • 05367a45 chore(deps): bump github.com/hamba/avro/v2 from 2.29.0 to 2.30.0 (#3734)
    • 41dff47a chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (#3732)
    • 3bdd5f92 chore(deps): bump github.com/spf13/viper from 1.20.0 to 1.21.0 (#3736)
    • e0570275 chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.42.0 (#3729)
    • 3ce7cb74 chore(deps): bump google.golang.org/api from 0.248.0 to 0.249.0 (#3730)
    • 87b8bf15 chore(deps): bump sigstore/cosign-installer from 3.9.0 to 3.10.0 (#3728)
    • b706c623 chore(deps): bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 (#3725)
    • e8029bd8 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.86 to 0.9.87 (#3727)
    • 16029a10 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.142.5 to 0.142.6 (#3724)
    • d518ffb2 chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#3726)
    • 491ffcb7 chore(deps): bump actions/stale from 9 to 10 (#3722)
    • eb744df7 chore(deps): bump actions/setup-go from 5 to 6 (#3721)
    • 1a294076 feat(kafka): enabling tls connection without client authentication (#3580)
    • e8f33ff0 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.142.0 to 0.142.5 (#3715)
    • a3f98f72 chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#3716)
    • 3249ca26 Rename specia-workflow-trigger-submit-existing.yml to special-workflo… (#3654)
    • d1a71a83 Allow MaxTries flag in Gerrit EventSource Webhook (#3714)
    • 43e5323a chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.1 to 2.27.2 (#3709)
    • 8d6dfca6 chore(deps): bump google.golang.org/grpc from 1.74.2 to 1.75.0 (#3708)
    • 9617d72c chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.139.2 to 0.142.0 (#3710)
    • c435289e chore(deps): bump github.com/nats-io/nats.go from 1.44.0 to 1.45.0 (#3705)
    • f8e78741 chore(deps): bump google.golang.org/api from 0.246.0 to 0.248.0 (#3707)
    • 41a5f725 chore(deps): bump google.golang.org/protobuf from 1.36.7 to 1.36.8 (#3706)
    • 8f2b1935 chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#3703)
    • a654ac6e chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.137.0 to 0.139.2 (#3700)
    • dc2b8dda chore(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 (#3691)
    • 9905a94f chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0 (#3692)
    • b9aaec0f chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.9.1 to 1.10.0 (#3694)
    • ada786b9 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.1 to 1.11.0 (#3690)
    • 7154c037 chore(deps): bump google.golang.org/api from 0.244.0 to 0.246.0 (#3689)
    • 18b59b35 chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.7 (#3687)
    • 7116e58f chore(deps): bump actions/download-artifact from 4 to 5 (#3686)
    • f225c15c chore(deps): bump github.com/nats-io/nats.go from 1.43.0 to 1.44.0 (#3681)
    • 1ffb3c6d chore(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 (#3680)
    • 7aee7951 chore(deps): bump google.golang.org/api from 0.243.0 to 0.244.0 (#3682)
    • 4bd958fa chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.134.0 to 0.137.0 (#3678)
    • 9af590cb chore(deps): bump github.com/minio/minio-go/v7 from 7.0.94 to 7.0.95 (#3677)
    • 932ac8a9 chore(deps): bump google.golang.org/api from 0.242.0 to 0.243.0 (#3674)
    • 2e693d8b chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 (#3675)
    • 384d6d79 fix(doc): Update data filter doc about string handling (#3670)
    • 9b2aef59 chore(deps): bump google.golang.org/api from 0.241.0 to 0.242.0 (#3671)

    Contributors

    • Bruno Domenici
    • Derek Wang
    • Dohyeong Lee
    • Fabrice Brito
    • Juliette Lemaitre
    • MenD32
    • Ville Vesilehto
    • dependabot[bot]
    • mcullenEST
    • qlimenoque
    • sachin kn
    Open source →
  7. v1.9.7 14 Jul 2025
    Release notes

    Major Changes

    • feat: add alibabacloud mns eventsource (#3550)
    • feat: schema registry avro support (#1503) (#3579)
    • fix: Fix Sensor Validation for admission webhook (#3640)
    • feat: Add a dynamic headers block for http trigger (#3655)
    • chore: Update Argo WF version (#3662)

    Pull Requests

    v1.9.6...v1.9.7

    Installation

    kubectl create namespace argo-events
    kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.7/install.yaml
    
    # Install validating webhook (optional)
    kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.7/install-validating-webhook.yaml
    Open source →
    Release notes
    • c695dbf5 Update manifests to v1.9.7
    • da5890ec fix(docs): replace outdated whalesay image with busybox (#3657)
    • e8d9503e Add a dynamic headers block for http trigger (#3655)
    • 5bc5b712 fix: Fix Sensor Validation for admission webhook (#3640)
    • 45905587 chore(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 (#3664)
    • ef74cf29 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.133.0 to 0.134.0 (#3665)
    • 859c1e39 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.9.0 to 1.9.1 (#3667)
    • 3089bc75 chore(deps): bump google.golang.org/api from 0.240.0 to 0.241.0 (#3666)
    • f9fb8fd2 chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 (#3663)
    • fd4f26de chore(deps): bump github.com/riferrei/srclient from 0.7.2 to 0.7.3 (#3661)
    • 6a3da60c chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.130.1 to 0.133.0 (#3660)
    • d7bc2820 chore(deps): bump google.golang.org/api from 0.239.0 to 0.240.0 (#3659)
    • 953cc894 chore(deps): bump github.com/slack-go/slack from 0.17.1 to 0.17.3 (#3658)
    • bc968237 chore(deps): bump google.golang.org/api from 0.238.0 to 0.239.0 (#3651)
    • 3c1e47d3 chore(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 (#3650)
    • 5bd4e0cd chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.0 to 2.27.1 (#3649)
    • f623b3a2 chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#3647)
    • e66e44a8 chore(deps): bump sigstore/cosign-installer from 3.8.2 to 3.9.0 (#3645)
    • d51c4397 chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26.3 to 2.27.0 (#3644)
    • 2b68e6d7 chore(deps): bump google.golang.org/api from 0.237.0 to 0.238.0 (#3642)
    • fd7511f0 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.93 to 7.0.94 (#3643)
    • 19694d85 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.85 to 0.9.86 (#3633)
    • 21fad2d8 chore(deps): bump github.com/slack-go/slack from 0.17.0 to 0.17.1 (#3638)
    • 18d758d9 chore(deps): bump github.com/go-swagger/go-swagger from 0.31.0 to 0.32.3 (#3637)
    • 7c6b0cf5 chore(deps): bump google.golang.org/api from 0.236.0 to 0.237.0 (#3631)
    • eee3e213 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs from 1.3.2 to 1.4.0 (#3635)
    • 00a3ac73 chore(deps): bump github.com/hamba/avro/v2 from 2.28.0 to 2.29.0 (#3632)
    • 059af311 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.129.0 to 0.130.1 (#3630)
    • 19f3c6b5 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.92 to 7.0.93 (#3629)
    • a7244e43 Set a unique name to each sensor in order to deploy all sensors together (#3627)
    • b24b581f chore(deps): bump google.golang.org/api from 0.235.0 to 0.236.0 (#3623)
    • 9e7d5967 chore(deps): bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.1 (#3626)
    • c1ca643a chore(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0 (#3622)
    • cb9f3210 chore(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 (#3625)
    • fdad26f2 chore(deps): bump github.com/nats-io/nats.go from 1.42.0 to 1.43.0 (#3621)
    • a62bd40c chore(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2 (#3619)
    • 5a128143 chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.15.0 to 2.16.0 (#3616)
    • 09bf5262 chore(deps): bump google.golang.org/api from 0.234.0 to 0.235.0 (#3614)
    • 9f1bc05d chore(deps): bump github.com/slack-go/slack from 0.16.0 to 0.17.0 (#3615)
    • da8bdc97 bump golangci-lint to v2 (#3605)
    • 21e89d95 chore(deps): bump google.golang.org/api from 0.233.0 to 0.234.0 (#3612)
    • adb4258a chore(deps): bump github.com/minio/minio-go/v7 from 7.0.90 to 7.0.92 (#3611)
    • e0c79512 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.127.0 to 0.129.0 (#3610)
    • c8135fa5 doc: add alibaba cloud mns/smq doc (#3585)
    • fe44450c chore(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 (#3602)
    • d5677967 chore(deps): bump cloud.google.com/go/compute/metadata from 0.6.0 to 0.7.0 (#3604)
    • 90ef47e7 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.10.0 (#3603)
    • 56cfe466 chore(deps): bump google.golang.org/api from 0.231.0 to 0.233.0 (#3601)
    • 91f94026 chore(deps): bump golang.org/x/tools from 0.32.0 to 0.33.0 (#3593)
    • 675e804f chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 (#3592)
    • a95db424 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.8.1 to 1.9.0 (#3588)
    • 2badab01 chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (#3589)
    • 2ae5fee3 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.83 to 0.9.85 (#3590)
    • 34c8fb36 chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.4.0 (#3587)
    • 877fd129 feat: schema registry avro support (#1503) (#3579)
    • daf3932a chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azqueue from 1.0.0 to 1.0.1 (#3582)
    • 5d8933be chore(deps): bump github.com/nats-io/nats.go from 1.41.2 to 1.42.0 (#3583)
    • fca5a86c chore(deps): bump google.golang.org/api from 0.230.0 to 0.231.0 (#3581)
    • 8774205e feat: add alibabacloud mns eventsource (#3550)
    • a4cb1cd5 chore(deps): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 (#3578)
    • a5644d52 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.82 to 0.9.83 (#3574)
    • 1048e822 chore(deps): bump google.golang.org/api from 0.229.0 to 0.230.0 (#3573)
    • aaecbe6c chore(deps): bump cloud.google.com/go/pubsub from 1.48.0 to 1.49.0 (#3566)
    • c926974f chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.14.0 to 2.15.0 (#3567)
    • f6f4fd2b chore(deps): bump github.com/nats-io/nats.go from 1.41.1 to 1.41.2 (#3569)
    • bc0b748c chore(deps): bump github.com/go-git/go-git/v5 from 5.15.0 to 5.16.0 (#3568)
    • 086f4826 chore(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 (#3570)
    • 4475ae6c chore(deps): bump google.golang.org/api from 0.228.0 to 0.229.0 (#3565)
    • 79f70212 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.8.0 to 1.8.1 (#3564)
    • dcbab176 chore(deps): bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.27 (#3563)
    • c6cb8ad7 chore(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 (#3558)
    • 9cacd0c9 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.81 to 0.9.82 (#3557)
    • dc28571b chore(deps): bump github.com/riferrei/srclient from 0.7.1 to 0.7.2 (#3554)
    • 5becdcc1 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs from 1.3.1 to 1.3.2 (#3555)
    • b1ff42dd chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.15.0 (#3559)
    • 168d910d chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 (#3561)
    • 9086fb0d chore(deps): bump github.com/minio/minio-go/v7 from 7.0.89 to 7.0.90 (#3556)
    • 31f00a13 chore(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 (#3560)
    • e55f830b chore(deps): bump github.com/nats-io/nats.go from 1.41.0 to 1.41.1 (#3552)
    • c4c0f802 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.2 to 1.9.0 (#3553)

    Contributors

    • Alex Shearn
    • Derek Wang
    • Ko Uchiyama
    • Peter Knuts
    • Philippe Merle
    • Steve Ramage
    • Tyler Auerbeck
    • aln8
    • dependabot[bot]
    Open source →
  8. v1.9.6 06 Apr 2025
    Release notes

    Major Changes

    • fix: compare errors with string to avoid log spew in jetstream sensor (#3441)
    • feat: add workload identity support to azure event hub eventsource (#3434)
    • fix: catastrophic data loss on NATS connectivity issues (#3449)
    • feat: add authentication to nats trigger (#3467)
    • fix: crash eventsource resource in some circumstances (#3496)
    • chore: use human readable time format in the log (#3505)
    • chore: use expr built-in functions instead of pkg (#3507)
    • fix: allow gitlab eventsource to work without projects or groups (#3508)
    • fix: disable the capability of attaching any properties to the container (#3528) - Thanks @thevilledev for reporting the vulnerability!

    Pull Requests

    v1.9.5...v1.9.6

    Installation

    kubectl create namespace argo-events
    kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.6/install.yaml
    
    # Install validating webhook (optional)
    kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.6/install-validating-webhook.yaml
    Open source →
    Release notes
    • 80f59511 Update manifests to v1.9.6
    • c66510c2 chore(deps): bump google.golang.org/api from 0.227.0 to 0.228.0 (#3539)
    • 2167912f chore(deps): bump github.com/pkg/sftp from 1.13.8 to 1.13.9 (#3541)
    • 534f86a0 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.88 to 7.0.89 (#3536)
    • 48103179 chore(deps): bump github.com/nats-io/nats.go from 1.39.1 to 1.41.0 (#3547)
    • 7aa57ffa chore(deps): bump sigs.k8s.io/controller-tools from 0.16.3 to 0.17.3 (#3545)
    • b65ab166 chore(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 (#3546)
    • 02c9a5e3 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.126.0 to 0.127.0 (#3544)
    • db1ba6ee chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#3529)
    • 93240820 chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.20.0 to 2.26.3 (#3533)
    • 65bada7f chore(deps): bump google.golang.org/api from 0.226.0 to 0.227.0 (#3532)
    • 0ae95100 chore(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.0 (#3531)
    • c71a9062 chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#3530)
    • 061b4030 fix: disable the capability of attaching any properties to the container (#3528)
    • 2cee870a fix: allow gitlab eventsource to work without projects or groups (#3508)
    • ba34a02c Fix: Kafka consumer fails to reconnect and sensor stops working (#3495)
    • 98b764be chore(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.0 (#3514)
    • 3fd5883e chore(deps): bump google.golang.org/api from 0.223.0 to 0.224.0 (#3512)
    • a36feca8 chore(deps): bump golang.org/x/tools from 0.30.0 to 0.31.0 (#3511)
    • cc4583bb chore(deps): bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#3509)
    • be251ecd fix: crash eventsource resource (#3496)
    • fc3b1b05 chore(deps): bump google.golang.org/api from 0.222.0 to 0.223.0 (#3503)
    • b545be84 chore(deps): bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 (#3502)
    • 51ea14ef chore(deps): bump golang.org/x/crypto from 0.34.0 to 0.35.0 (#3501)
    • dba79193 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.123.0 to 0.124.0 (#3500)
    • b958277a fix(ci): upgrade actions/upload-artifact (#3493)
    • e6d2ee5b feat: add authentication to nats trigger (#3467)
    • 330f521a fix(docs): broken link to event source types (#3478)
    • 8347cb69 port-forward on svc/webhook-eventsource-svc 12000:12000 instead of pod. (#3480)
    • 35776e36 docs(sensor): move parameters to template level (#3457)
    • baf42c12 Fix typo that emits a malformed JSON string. (#3466)
    • 36b52959 chore(deps): bump github.com/nats-io/nats.go from 1.39.0 to 1.39.1 (#3491)
    • ee1102e7 chore(deps): bump google.golang.org/api from 0.221.0 to 0.222.0 (#3489)
    • 092bb60b chore(deps): bump github.com/slack-go/slack from 0.15.0 to 0.16.0 (#3474)
    • 337ac998 chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#3490)
    • 0fd89781 chore(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#3488)
    • 5fd91956 chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.13.0 to 2.14.0 (#3487)
    • f91a1d99 chore(deps): bump golang.org/x/crypto from 0.33.0 to 0.34.0 (#3485)
    • e4f2726a chore(deps): bump github.com/minio/minio-go/v7 from 7.0.86 to 7.0.87 (#3486)
    • 17f41ad4 chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#3484)
    • 50384690 chore(deps): bump sigstore/cosign-installer from 3.8.0 to 3.8.1 (#3483)
    • bcd4df89 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.7.3 to 1.8.0 (#3477)
    • b703f42b chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.2 (#3469)
    • f6f6735b chore(deps): bump google.golang.org/api from 0.220.0 to 0.221.0 (#3470)
    • 6061a0a6 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.84 to 7.0.86 (#3476)
    • 64c8673c chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs from 1.2.3 to 1.3.0 (#3475)
    • d4d13285 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.122.0 to 0.123.0 (#3473)
    • 217d9214 chore(deps): bump github.com/hamba/avro/v2 from 2.27.0 to 2.28.0 (#3468)
    • 051a70d5 chore(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#3464)
    • 9466308f chore(deps): bump github.com/nats-io/nats.go from 1.38.0 to 1.39.0 (#3465)
    • 548bfdec chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.121.0 to 0.122.0 (#3462)
    • ed6fa252 chore(deps): bump google.golang.org/api from 0.219.0 to 0.220.0 (#3463)
    • 86676e54 chore(deps): bump sigstore/cosign-installer from 3.7.0 to 3.8.0 (#3461)
    • f73d610a fix(ci): use actions/upload-artifact v4 (#3455)
    • 718bd52b Fix: catastrophic data loss on NATS connectivity issues (#3449)
    • 594d019b feat: add workload identity support to azure event hub eventsource (#3434)
    • 137560b0 chore(deps): bump cloud.google.com/go/pubsub from 1.38.0 to 1.47.0 (#3451)
    • fb507b51 chore(deps): bump google.golang.org/api from 0.217.0 to 0.219.0 (#3453)
    • 41d5aa03 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.120.0 to 0.121.0 (#3452)
    • 83572fe8 chore(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0 (#3446)
    • cf2dc87e chore(deps): bump github.com/minio/minio-go/v7 from 7.0.83 to 7.0.84 (#3445)
    • c760337d chore(deps): bump github.com/go-git/go-git/v5 from 5.13.1 to 5.13.2 (#3443)
    • a9a22ae7 chore(deps): bump github.com/go-resty/resty/v2 from 2.16.3 to 2.16.5 (#3444)
    • 959c26e2 fix: compare errors with string to avoid log spew in jetstream sensor (#3441)
    • 5a7f9e5a chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.119.0 to 0.120.0 (#3438)
    • 2a393e0e chore(deps): bump google.golang.org/api from 0.216.0 to 0.217.0 (#3436)
    • 223ecd0d Move fuzzers upstream from cncf-fuzzing (#3433)
    • fac73ddc chore(deps): bump golang.org/x/tools from 0.26.0 to 0.29.0 (#3430)
    • 9646a852 chore(deps): bump github.com/go-resty/resty/v2 from 2.16.2 to 2.16.3 (#3429)
    • 368fb944 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.118.0 to 0.119.0 (#3428)
    • 01ef781e chore(deps): bump google.golang.org/api from 0.214.0 to 0.216.0 (#3425)
    • 0526f362 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.82 to 7.0.83 (#3426)
    • 9bd7fbe6 chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#3427)

    Contributors

    • AdamKorcz
    • Daniel Boyd
    • Derek Wang
    • Jack Langston
    • Jhonn W. Frazão
    • Joep Keijsers
    • Paul Yu
    • Priscillesg
    • Sercan Turkmen
    • Siva Munukutla
    • Tadeu Bernacchi
    • Tom Bojer
    • dependabot[bot]
    • 김은빈
    Open source →
  9. v1.9.6-0.20250406114628-061b40301199 06 Apr 2025 pre-release

    Nothing published for this version

  10. v1.9.5 10 Jan 2025
    Release notes

    Major Changes

    • fix: connection for custom gRPC trigger (#3421)
    • Bump up Argo Workflow binary to v3.6.2

    Pull Requests

    v1.9.4...v1.9.5

    Installation

    kubectl create namespace argo-events
    kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.5/install.yaml
    
    # Install validating webhook (optional)
    kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.5/install-validating-webhook.yaml
    Open source →
    Release notes
    • 7fc4271d Update manifests to v1.9.5
    • 3ed9ab7e fix: adjust connection for custom gRPC trigger (#3421)

    Contributors

    • Derek Wang
    • Michael Weibel
    Open source →
  11. v1.9.4 08 Jan 2025
    Release notes

    Major Changes

    • feat: adds support for TLS configuration options in exotic jetstream EventBus settings (#3381)
    • fix: wrap JS_KEY in quotes in nats-cluster.conf and nats.conf (#3388)
    • Fixed some security issues

    Pull Requests

    v1.9.3...v1.9.4

    Installation

    kubectl create namespace argo-events
    kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.4/install.yaml
    
    # Install validating webhook (optional)
    kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.4/install-validating-webhook.yaml
    Open source →
    Release notes
    • 11ee09d0 Update manifests to v1.9.4
    • 49b02df5 move fuzz tests upstream from cncf-fuzzing (#3414)
    • 840f4558 fix: CVE-2023-37475 (#3416)
    • 4ce7782c Fix broken link to generic proto (#3408)
    • 65cdac39 chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.12.0 to 2.13.0 (#3410)
    • 0d77e006 chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.1 (#3411)
    • 71fd2ce3 chore(deps): bump google.golang.org/grpc from 1.69.0 to 1.69.2 (#3400)
    • 4e2bc607 chore(deps): bump google.golang.org/api from 0.181.0 to 0.214.0 (#3402)
    • ff5f916c chore: upgrade dependencies and fix lint (#3396)
    • abe84da4 feat: adds support for TLS configuration options in exotic jetstream EventBus settings (#3381)
    • bbc7a979 fix: wrap JS_KEY in quotes in nats-cluster.conf and nats.conf (#3388)
    • 5640d0df chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#3390)
    • f81842ba chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0 (#3384)
    • febce3c1 chore(deps): bump github.com/itchyny/gojq from 0.12.16 to 0.12.17 (#3385)
    • bcce6f97 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.80 to 7.0.81 (#3379)
    • 9eccf66f chore(deps): bump github.com/riferrei/srclient from 0.5.4 to 0.7.1 (#3378)

    Contributors

    • AdamKorcz
    • Derek Wang
    • Francesco Calcavecchia
    • Jack Langston
    • Kevin Huber
    • dependabot[bot]
    Open source →
  12. v1.9.3 27 Nov 2024
    Release notes

    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
    Open source →
    Release notes
    • 9c8bda9a Update manifests to v1.9.3
    • beec989a fix: decode base64-encoded messages from Azure Storage Queue (#3366)
    • f5054378 feat(triggers/kafka): produce optional Kafka Message Headers (#3365)
    • 98c99ba1 Upgrade Argo CLI version to v3.6.0 due to CVE-2024-27304 (#3371)
    • c1f5f24a chore(deps): bump github.com/go-resty/resty/v2 from 2.16.0 to 2.16.2 (#3370)
    • 91f83171 chore(deps): bump github.com/xanzy/go-gitlab from 0.113.0 to 0.114.0 (#3368)
    • fdecc009 chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#3367)
    • 089dba9f chore(deps): bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.0 (#3363)
    • 82ea66ca chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.11.0 to 2.12.0 (#3362)
    • ccae199d chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#3357)
    • 5b15ce4d chore(deps): bump github.com/xanzy/go-gitlab from 0.112.0 to 0.113.0 (#3353)
    • 1c6c16af chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#3351)
    • 66a0f28a chore(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#3347)
    • 791c87bc Update link to proto file in build-your-own-trigger.md (#3331)
    • dafed696 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.77 to 7.0.78 (#3324)
    • 8ab1596f chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.0 (#3323)
    • aab05fb7 chore(deps): bump github.com/xanzy/go-gitlab from 0.107.0 to 0.111.0 (#3321)
    • 963e4f96 chore(deps): bump sigstore/cosign-installer from 3.5.0 to 3.7.0 (#3318)
    • adb4cc50 chore(deps): bump github.com/tidwall/gjson from 1.17.1 to 1.18.0 (#3316)
    • d2dc1d96 chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.28.0 (#3315)
    • 99b043f6 fix(docs): update API doc links (#3310)
    • 1db08de0 feat: eventsource service metadata (#3257)
    • ed278aee chore(deps): bump github.com/minio/minio-go/v7 from 7.0.74 to 7.0.77 (#3306)
    • 5bc45299 chore(deps): bump github.com/go-resty/resty/v2 from 2.13.1 to 2.15.3 (#3305)
    • 7bea42bf feat(eventsources/bitbucketserver): add OneEventPerChange config option for webhook event handling (#3135)
    • e3148f6a chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.4 (#3295)
    • 13028fcd fix(ci): fix bunch of ci issues (#3292)
    • 20fd81fb fix:eventsource crash on cast #3238 (#3282)
    • 789c91ea chore(deps): bump github.com/aws/aws-sdk-go from v1.44.209 => v1.47.11 (#3261)
    • af54701c Fix tuto exemple 02-parameterization/sensor-05.yaml (#3218)
    • 8fb91d65 chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.13.1 (#3213)
    • 213a29ef chore(deps): bump github.com/xanzy/go-gitlab from 0.106.0 to 0.107.0 (#3212)
    • 69f705a4 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.73 to 7.0.74 (#3211)
    • 179890b8 Added log level option configuration (#3201)
    • 247c962f feat(EventSensor): Dead Letter Queue Trigger (#3199)
    • ec818b9f feat: Jestream configurable DiscardNew policies (#3151)
    • 9a63429d chore(deps): bump github.com/nats-io/nats-streaming-server from 0.24.3 to 0.24.6 (#3202)
    • cfdca089 feat: argo_events_action_retries_failed_total metric (#3190)
    • 25f7a3d9 fix: CloudEvent.ID length to 32 chars (#3186)
    • 97f34b1d chore(deps): bump github.com/minio/minio-go/v7 from 7.0.72 to 7.0.73 (#3197)
    • 9b911c99 chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#3196)
    • 80f7e97f chore(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 (#3193)
    • e31660a5 chore(deps): bump github.com/xanzy/go-gitlab from 0.105.0 to 0.106.0 (#3187)
    • 6ac9c75d chore(deps): bump github.com/minio/minio-go/v7 from 7.0.71 to 7.0.72 (#3177)
    • a0eb80a2 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.7.0 (#3178)
    • 0418c0f5 chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#3168)
    • d621efcc chore(deps): bump github.com/minio/minio-go/v7 from 7.0.70 to 7.0.71 (#3167)
    • 446fef02 chore(deps): bump github.com/nats-io/nats.go from 1.35.0 to 1.36.0 (#3166)
    • f1a3ffd1 chore(deps): bump imjasonh/setup-crane from 0.2 to 0.4 (#3164)

    Contributors

    • Atropos
    • Daimanta
    • Derek Wang
    • Francesco Rotondo
    • Max Vorobev
    • MenD32
    • Mitch Anderson
    • Omer Aplatony
    • Pepe Barbe
    • Ryan Currah
    • Sébastien DIDIER
    • Taleb Zeghmi
    • dependabot[bot]
    Open source →
  13. v1.9.2 14 Jun 2024
    Release notes
    • 8dd63f13 Update manifests to v1.9.2
    • 09e4624c chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#3155)
    • 94b9cde7 chore(deps): bump github.com/itchyny/gojq from 0.12.15 to 0.12.16 (#3154)
    • 4fa96464 chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#3152)
    • a6615613 chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.10.0 to 2.11.0 (#3149)
    • 4cb99d9b Add more EventSource event logs for failed to publish events (#3147)
    • 97cbbd06 feat: new Prometheus metrics build_info (#3144)
    • f5f394ef chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.7.0 to 1.7.1 (#3146)
    • 6f6d6b55 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.79 to 0.9.80 (#3145)
    • 54612963 Optional use QueueSubscribe for NATS events source (#3131)
    • 7d8068a2 Use authorized key parsing instead of reading binary certificates (#3113)
    • decb1fe2 chore(deps): bump github.com/slack-go/slack from 0.12.5 to 0.13.0 (#3141)
    • 46a68b89 chore(deps): bump google.golang.org/api from 0.180.0 to 0.181.0 (#3140)
    • 7b2253a2 chore(deps): bump github.com/nats-io/nats.go from 1.34.1 to 1.35.0 (#3139)
    • 46c36ea7 chore(deps): bump github.com/go-swagger/go-swagger from 0.30.4 to 0.31.0 (#3138)
    • 48746c0f chore(deps): bump google.golang.org/api from 0.177.0 to 0.180.0 (#3129)
    • 239229cd chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (#3128)
    • c62f49ef chore(deps): bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.1 (#3126)
    • 9dd42d47 chore(deps): bump cloud.google.com/go/pubsub from 1.37.0 to 1.38.0 (#3124)
    • 762da53c chore(deps): bump github.com/rabbitmq/amqp091-go from 1.8.1 to 1.10.0 (#3125)
    • 6a303039 chore(deps): bump github.com/xanzy/go-gitlab from 0.103.0 to 0.105.0 (#3123)
    • 387bed61 chore(deps): bump google.golang.org/api from 0.176.1 to 0.177.0 (#3122)
    • 8ace21bc fix spelling error (#3114)
    • a49dae9b chore(deps): bump github.com/minio/minio-go/v7 from 7.0.69 to 7.0.70 (#3120)
    • e9edc97e chore(deps): bump google.golang.org/api from 0.175.0 to 0.176.1 (#3119)
    • c411115d chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.78 to 0.9.79 (#3118)
    • aef7a07b chore(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 (#3116)
    • 53af23be chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.77 to 0.9.78 (#3112)
    • 3221639c chore(deps): bump github.com/xanzy/go-gitlab from 0.102.0 to 0.103.0 (#3111)
    • 0c25bbad chore(deps): bump google.golang.org/api from 0.172.0 to 0.175.0 (#3109)
    • 11625343 fix(AzureQueueStorage): update base64 encoding (#3104)
    • 775fc12f chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#3106)
    • ee41608b chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.5.2 (#3103)
    • 2fa2b34a chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.2 (#3102)
    • c61fa87b chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#3101)
    • 759c4dd4 chore(deps): bump sigstore/cosign-installer from 3.4.0 to 3.5.0 (#3100)
    • a10a311a chore(deps): bump github.com/nats-io/nats.go from 1.34.0 to 1.34.1 (#3098)
    • a39729fd chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (#3097)
    • 870804e7 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.6.1 to 1.7.0 (#3096)
    • 924ca8fa chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#3095)
    • 6e076959 chore(deps): bump github.com/itchyny/gojq from 0.12.14 to 0.12.15 (#3093)
    • 6ea1dfc9 chore(deps): bump github.com/xanzy/go-gitlab from 0.101.0 to 0.102.0 (#3092)
    • cf8736e7 fix logging on config watcher setup failure (#3074)
    • 45d36d52 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.76 to 0.9.77 (#3087)
    • fecbd8ba chore(deps): bump google.golang.org/api from 0.171.0 to 0.172.0 (#3088)
    • f0ec9236 chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0 (#3085)
    • 9cd2cdbe chore(deps): bump google.golang.org/api from 0.170.0 to 0.171.0 (#3083)
    • 8e2c6a82 chore(deps): bump github.com/xanzy/go-gitlab from 0.100.0 to 0.101.0 (#3082)
    • f1961505 chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.9.0 to 2.10.0 (#3081)
    • b0a366e2 chore(deps): bump github.com/nats-io/nats.go from 1.33.1 to 1.34.0 (#3080)
    • a5f83bcc chore(deps): bump github.com/go-resty/resty/v2 from 2.11.0 to 2.12.0 (#3079)
    • 8a552baf chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#3078)
    • 9adf09c0 chore(deps): bump google.golang.org/api from 0.169.0 to 0.170.0 (#3072)
    • e558e6ce chore(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1 (#3071)
    • 0500efd8 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.68 to 7.0.69 (#3070)
    • 61353fd1 chore(deps): bump github.com/xanzy/go-gitlab from 0.99.0 to 0.100.0 (#3069)
    • c6c539dc chore(deps): bump github.com/go-openapi/inflect from 0.20.0 to 0.21.0 (#3068)
    • 1edd7b3c chore(deps): bump google.golang.org/api from 0.167.0 to 0.169.0 (#3060)
    • c19f4b8d chore(deps): bump cloud.google.com/go/pubsub from 1.36.1 to 1.37.0 (#3059)
    • 5faea8a3 chore(deps): bump go.uber.org/ratelimit from 0.2.0 to 0.3.1 (#3055)
    • e979b584 chore(deps): bump github.com/go-openapi/inflect from 0.19.0 to 0.20.0 (#3058)
    • 95db0fc3 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.67 to 7.0.68 (#3057)
    • 8388c91a chore(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (#3054)
    • ef18fad1 chore(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#3053)
    • 77e610dc chore(deps): bump github.com/xanzy/go-gitlab from 0.98.0 to 0.99.0 (#3052)
    • dbceb182 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.6.0 to 1.6.1 (#3051)
    • 1d83490f chore(deps): bump softprops/action-gh-release from 1 to 2 (#3050)
    • 869836d9 chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.15.1 to 2.15.2 (#3047)
    • dff29918 chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#3045)
    • c18b9808 chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#3044)
    • b9adbdf9 chore(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.19.0 (#3042)
    • 4640848c chore(deps): bump github.com/xanzy/go-gitlab from 0.97.0 to 0.98.0 (#3041)
    • 9b72a21b chore(deps): bump github.com/slack-go/slack from 0.12.4 to 0.12.5 (#3040)
    • 39cd54f8 feat(bitbucketserver): multiple improvements to bitbucketserver event source (#2921)
    • fc4f2605 chore(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0 (#3038)
    • c3765a64 chore(deps): bump google.golang.org/api from 0.165.0 to 0.167.0 (#3036)
    • c3287473 chore(deps): bump github.com/IBM/sarama from 1.42.2 to 1.43.0 (#3037)
    • e4f09029 chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.15.0 to 2.15.1 (#3035)
    • e5abffff chore(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 (#3034)
    • a8333d8f fix: do not overwrite the entrypoint of nats-server-config-reloader (#3004)
    • 50fddbe7 Update quickstart with link to Argo Workflows versions, set as ENV VAR (#3029)
    • b343bcad chore(deps): bump github.com/minio/minio-go/v7 from 7.0.66 to 7.0.67 (#3027)
    • ca185a5f chore(deps): bump google.golang.org/api from 0.163.0 to 0.165.0 (#3028)
    • 47ea50ff chore(deps): bump github.com/nats-io/nats.go from 1.32.0 to 1.33.1 (#3026)
    • c9914a9e chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.75 to 0.9.76 (#3025)
    • 6d4823a8 chore(deps): bump github.com/slack-go/slack from 0.12.2 to 0.12.4 (#3024)
    • 1c3a4844 chore(deps): bump github.com/tidwall/gjson from 1.17.0 to 1.17.1 (#3023)
    • 2d1d9a14 chore(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 (#3022)

    Contributors

    • Aaron
    • Bryant Hagadorn
    • Derek Wang
    • Marek Skrobacki
    • Nicolas Lamirault
    • Ryan Currah
    • Yulin Li
    • Zhongmin
    • bene-tleilax-werdna
    • dependabot[bot]
    • florian-feicht
    • sysr9
    Open source →
  14. v1.9.1 13 Feb 2024
    Release notes
    • dd277adf Update manifests to v1.9.1
    • ffd9b983 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.73 to 0.9.75 (#3011)
    • 515c8220 chore(deps): bump google.golang.org/api from 0.161.0 to 0.163.0 (#3013)
    • 609570f7 chore(deps): bump github.com/IBM/sarama from 1.42.0 to 1.42.2 (#3015)
    • 0ece63f9 chore(deps): bump github.com/xanzy/go-gitlab from 0.96.0 to 0.97.0 (#3014)
    • 9c1617a9 chore(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 (#3012)
    • 9ace10d8 chore(deps): bump google.golang.org/api from 0.159.0 to 0.161.0 (#3009)
    • 08bc41e2 chore(deps): bump cloud.google.com/go/pubsub from 1.36.0 to 1.36.1 (#3008)
    • 58fd5c50 chore(deps): bump github.com/apache/pulsar-client-go from 0.11.1 to 0.12.0 (#3007)
    • 6e547f1b chore(deps): bump sigstore/cosign-installer from 3.3.0 to 3.4.0 (#3006)
    • c5d24d55 chore(deps): bump peter-evans/create-pull-request from 5 to 6 (#3005)
    • ab388a06 feat: add waitTime config field to azure queue storage event source (#2996)
    • 33a5cefa chore(deps): bump google.golang.org/api from 0.157.0 to 0.159.0 (#3000)
    • ff9de1f1 chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 (#3001)
    • 2e4a1789 chore(deps): bump cloud.google.com/go/pubsub from 1.34.0 to 1.36.0 (#2999)
    • 5c4b0d47 chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#2998)
    • 4f9e2838 adding base/kafka_test.go for code coverage (#2990)
    • 1220e33f Replace url https://not-existing.com/ with https://invalid.com/ (#2993) (#2994)
    • 74f47a9a chore(deps): bump actions/cache from 3 to 4 (#2987)
    • fcf98dd7 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.5.0 to 1.6.0 (#2986)
    • 2cc883b4 chore(deps): bump cloud.google.com/go/pubsub from 1.33.0 to 1.34.0 (#2985)
    • 8fa1ae5c chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.13.0 to 2.15.0 (#2984)
    • 1bc102b4 chore(deps): bump github.com/xanzy/go-gitlab from 0.95.2 to 0.96.0 (#2982)
    • 914490e5 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.4.0 to 1.5.1 (#2983)
    • a387d5cf chore(deps): bump google.golang.org/api from 0.156.0 to 0.157.0 (#2981)
    • ffd53d57 chore(deps): bump github.com/nats-io/nats.go from 1.31.0 to 1.32.0 (#2975)
    • e765f506 chore(deps): bump google.golang.org/api from 0.155.0 to 0.156.0 (#2974)
    • e8ea1112 chore(deps): bump github.com/Azure/azure-event-hubs-go/v3 from 3.6.0 to 3.6.2 (#2972)
    • cf169fff Update quick_start.md (#2965)

    Contributors

    • Babis K
    • Derek Wang
    • Eduardo Rodrigues
    • Jack Jackson
    • Zubair Haque
    • dependabot[bot]
    Open source →
  15. v1.9.0 09 Jan 2024
    Release notes
    • 6a44acd1 Update manifests to v1.9.0
    • f3957a4c chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#2968)
    • 6b366564 fix: fix trigger retryStrategy (#2956)
    • 546ad06c chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.4.0 to 2.9.0 (#2967)
    • 3ca4aa75 chore(deps): bump google.golang.org/api from 0.154.0 to 0.155.0 (#2966)
    • e58357d2 fix: Reduce Sensor log verbosity for filtered events (#2964)
    • bec39df2 fix: added Errors() read from kafkaSensor's producer (#2959)
    • a4407d7b Update mqtt.md (#2955)
    • 6a755b93 chore(deps): bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0 (#2961)
    • 0c071e79 chore(deps): bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0 (#2954)
    • f77da574 chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#2953)
    • d48d5609 chore(deps): bump google.golang.org/grpc from 1.60.0 to 1.60.1 (#2952)
    • 4939a3c0 chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#2950)
    • 7edc8cd2 chore(deps): bump sigstore/cosign-installer from 3.2.0 to 3.3.0 (#2946)
    • 7a843bdd chore(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.0 (#2943)
    • 287d9779 chore(deps): bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0 (#2945)
    • a5e7f160 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.65 to 7.0.66 (#2944)
    • 27e749df chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 (#2942)
    • b00f0651 chore(deps): bump github.com/xanzy/go-gitlab from 0.94.0 to 0.95.2 (#2941)
    • d8f9e3f9 chore(deps): bump google.golang.org/api from 0.153.0 to 0.154.0 (#2940)
    • bf455eac chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#2932)
    • 2867087c chore(deps): bump actions/setup-python from 4.7.1 to 5.0.0 (#2934)
    • d7ddf7d9 chore(deps): bump actions/stale from 7 to 9 (#2933)
    • a4c3f361 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.72 to 0.9.73 (#2931)
    • d9b6ed89 chore(deps): bump github.com/yuin/gopher-lua from 0.0.0-20210529063254-f4c35e4016d9 to 1.1.1 (#2930)
    • 6b641c49 chore(deps): bump google.golang.org/api from 0.152.0 to 0.153.0 (#2929)
    • 50ab888a chore(deps): bump github.com/itchyny/gojq from 0.12.12 to 0.12.14 (#2926)
    • d2372ac2 chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.16.0 (#2924)
    • bd61f5c5 chore(deps): bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1 (#2927)
    • 52de33fa chore(deps): bump github.com/minio/minio-go/v7 from 7.0.64 to 7.0.65 (#2925)
    • d57636d3 chore(deps): bump google.golang.org/api from 0.151.0 to 0.152.0 (#2923)
    • ec96ecda fix: Cert hosts for JetStream EventBus (#2827)
    • 2721ca94 Support SSH auth for SFTP event source (#2918)
    • 69ac700e chore(deps): bump github.com/minio/minio-go/v7 from 7.0.58 to 7.0.64 (#2920)
    • 66ac7af1 chore(deps): bump github.com/antonmedv/expr from 1.15.2 to 1.15.5 (#2919)
    • a26727b2 chore(deps): bump github.com/xanzy/go-gitlab from 0.93.2 to 0.94.0 (#2909)
    • d955fbe6 chore(deps): bump google.golang.org/api from 0.150.0 to 0.151.0 (#2908)
    • 93ce90cd chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.71 to 0.9.72 (#2906)
    • 6d982b3a feature: Add 'caCertificate' parameter to Minio EventSource (#2903)
    • d6ec1458 Fix typo in calendar.yaml (#2904)
    • f3e94dcb chore(deps): bump google.golang.org/api from 0.149.0 to 0.150.0 (#2899)
    • 3506a799 chore(deps): bump sigstore/cosign-installer from 3.1.2 to 3.2.0 (#2901)
    • d217bda2 chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#2900)
    • a0ce4015 chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0 (#2898)
    • 4a64290b chore(deps): bump github.com/apache/pulsar-client-go from 0.11.0 to 0.11.1 (#2895)
    • bac740eb chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.70 to 0.9.71 (#2897)
    • 5371bdf4 chore(deps): bump github.com/gorilla/mux from 1.8.0 to 1.8.1 (#2896)
    • 230d36fb chore(deps): bump google.golang.org/api from 0.147.0 to 0.149.0 (#2890)
    • 3f4a5d92 chore(deps): bump github.com/IBM/sarama from 1.41.3 to 1.42.0 (#2891)
    • 5b52f493 chore(deps): bump github.com/nats-io/nkeys from 0.4.5 to 0.4.6 (#2889)
    • c0469483 feat: Support "Copper Argos" with Athenz authentication for pulsar (#2881)
    • f3305b2a chore(deps): bump github.com/xanzy/go-gitlab from 0.93.1 to 0.93.2 (#2887)
    • a63af86b chore(deps): bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0 (#2886)
    • f3baf356 chore(deps): bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#2885)
    • 97555f9e chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 (#2883)
    • 32cbec6c chore(deps): bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 (#2884)
    • 79ea8a61 feat(eventbus): add exotic jetstream support (#2878)
    • 73967869 chore(deps): bump github.com/nats-io/nats.go from 1.30.2 to 1.31.0 (#2872)
    • 96a0a201 chore(deps): bump github.com/nats-io/nats-server/v2 from 2.8.1 to 2.9.23 (#2875)
    • 67c17624 chore(deps): bump github.com/go-resty/resty/v2 from 2.9.1 to 2.10.0 (#2871)
    • 0b75ceb4 chore(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0 (#2870)
    • 9af89b0b chore(deps): bump github.com/IBM/sarama from 1.41.2 to 1.41.3 (#2868)
    • f26eccb8 feat: add gerrit eventsource (#2856)
    • dc9784c8 chore(deps): bump google.golang.org/api from 0.145.0 to 0.147.0 (#2864)
    • 2e301372 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.4.1 to 1.5.0 (#2862)
    • 49cc311f chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.68 to 0.9.70 (#2866)
    • 0c25465a chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#2865)
    • 397e3a37 chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#2863)
    • 1e49083a chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.3.0 to 1.4.0 (#2861)
    • 432fee4a chore(deps): bump github.com/xanzy/go-gitlab from 0.93.0 to 0.93.1 (#2860)
    • 9c219e3c fix: Replace antonmedv/expr with expr-lang/expr (#2850)
    • 01ce9a45 chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#2854)
    • 75a25124 chore(deps): bump google.golang.org/api from 0.142.0 to 0.145.0 (#2843)
    • fed4f972 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.14.0 to 2.16.0 (#2847)
    • 29165a1b chore(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#2846)
    • 85a2d969 chore(deps): bump actions/setup-python from 4.6.1 to 4.7.1 (#2849)
    • 61276e7a chore(deps): bump github.com/xanzy/go-gitlab from 0.92.3 to 0.93.0 (#2848)
    • b2382c51 chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#2845)
    • b5f814f7 chore(deps): bump github.com/go-resty/resty/v2 from 2.8.0 to 2.9.1 (#2842)
    • 1b13a0c2 fix: Add nil safety to IsClosed and Close eventbus connection methods (#2839)
    • 4f01b347 Feat/allow replica of 1 for Jetstream (#2822)
    • 3d2cf74e Update USERS.md (#2837)
    • 082363d2 chore(deps): bump github.com/xanzy/go-gitlab from 0.91.1 to 0.92.3 (#2833)
    • fd149fd6 chore(deps): bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 (#2834)
    • 4a9a73e2 chore(deps): bump github.com/nats-io/nats.go from 1.30.0 to 1.30.2 (#2832)
    • 334097ff fix: Concurrent access to trigger connection maps (#2814)
    • 5b8c7541 fix: eventsource: deterministic volume/volumeMount order (#2811)
    • 11d9aef8 chore(deps): bump sarama to v1.41.2 (#2823)
    • cfd5e5e1 chore(deps): bump google.golang.org/api from 0.141.0 to 0.142.0 (#2821)
    • 3661ff4d chore(deps): bump github.com/nats-io/nats.go from 1.29.0 to 1.30.0 (#2819)
    • 9669a14e chore(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.2 (#2818)
    • f5f0761a chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.66 to 0.9.68 (#2817)
    • 9de3d692 chore(deps): bump github.com/go-resty/resty/v2 from 2.7.0 to 2.8.0 (#2816)
    • 51f25b68 chore(deps): bump github.com/tidwall/gjson from 1.16.0 to 1.17.0 (#2815)
    • 1d992bce feat(sensor): email trigger (#2793)
    • fff00303 chore(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.9.0 (#2804)
    • 7ea2269c chore(deps): bump google.golang.org/grpc from 1.58.0 to 1.58.1 (#2807)
    • c94e043a chore(deps): bump go.uber.org/zap from 1.24.0 to 1.26.0 (#2809)
    • 9e0697e3 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.4.0 to 1.4.1 (#2808)
    • d2bd68e1 chore(deps): bump github.com/nats-io/nats.go from 1.25.0 to 1.29.0 (#2806)
    • f7fe87f5 chore(deps): bump google.golang.org/api from 0.139.0 to 0.141.0 (#2801)
    • 4785345a chore(deps): bump github.com/antonmedv/expr from 1.15.1 to 1.15.2 (#2803)
    • 7dc0ccf4 chore(deps): bump docker/setup-buildx-action from 2 to 3 (#2799)
    • f5ce1ef6 fix: Eventsource resourse label selector operators not working (#2795)
    • f335fc24 chore(deps): bump google.golang.org/api from 0.136.0 to 0.139.0 (#2791)
    • d647c844 chore(deps): bump actions/checkout from 3 to 4 (#2792)
    • a5d9e9a5 chore(deps): bump github.com/xanzy/go-gitlab from 0.90.0 to 0.91.1 (#2788)
    • e8552d23 chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.58.0 (#2787)
    • 9bf6bafa chore(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#2789)
    • 18614630 chore(deps): bump github.com/antonmedv/expr from 1.15.0 to 1.15.1 (#2790)
    • 09c27c46 feat: add all sprig functions to templates (#2768)
    • ee126b4e chore(deps): bump github.com/antonmedv/expr from 1.14.3 to 1.15.0 (#2781)
    • 9bf5c301 chore(deps): bump sigstore/cosign-installer from 3.1.1 to 3.1.2 (#2780)
    • 1c19beb1 chore(deps): bump github.com/antonmedv/expr from 1.14.0 to 1.14.3 (#2774)
    • a760bfde chore(deps): bump github.com/antonmedv/expr from 1.13.0 to 1.14.0 (#2760)
    • f875e421 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.58 to 0.9.66 (#2748)
    • 4049b27c chore(deps): bump actions/setup-go from 3.5.0 to 4.1.0 (#2749)
    • 2717f395 chore(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.16.0 (#2745)
    • 3ff1fe3e chore(deps): bump github.com/pkg/sftp from 1.13.5 to 1.13.6 (#2746)
    • 7abaea53 chore(deps): bump github.com/antonmedv/expr from 1.12.5 to 1.13.0 (#2747)
    • 88524e83 chore(deps): bump google.golang.org/api from 0.124.0 to 0.136.0 (#2744)
    • 97c244b7 fix: Doc: Argo Workflow apply command link 404 #2737 (#2739)
    • 4c6bb16e chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.12.0 (#2735)
    • 7555eb70 chore(deps): bump github.com/xanzy/go-gitlab from 0.83.0 to 0.90.0 (#2734)
    • 5b0e16cc SFTP event source (#2693)
    • f0c819c4 chore(deps): bump github.com/eclipse/paho.mqtt.golang from 1.4.1 to 1.4.3 (#2694)
    • 7e38f974 chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.2 (#2696)
    • 46e2d01f chore(deps): bump sigstore/cosign-installer from 3.0.5 to 3.1.1 (#2691)
    • 44f74cdf chore(deps): bump dependabot/fetch-metadata from 1.4.0 to 1.6.0 (#2690)
    • db5f9edb chore(deps): bump github.com/minio/minio-go/v7 from 7.0.57 to 7.0.58 (#2678)
    • 1b25b506 feat(eventsource): add tls configuration for bitbucketserver (#2674)
    • 5adbc75b fix: use cluster domain neutral svc dns (#2655)
    • 42208920 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.52 to 7.0.57 (#2661)
    • 18b440a7 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.3.0 to 1.4.0 (#2652)
    • c1e72f78 chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#2643)
    • 1b4577ab chore(deps): bump github.com/go-git/go-git/v5 from 5.6.1 to 5.7.0 (#2634)
    • 01040b87 chore(deps): bump github.com/Azure/azure-event-hubs-go/v3 from 3.5.0 to 3.6.0 (#2633)
    • 6b5d6961 chore(deps): bump cloud.google.com/go/pubsub from 1.30.1 to 1.31.0 (#2632)
    • 1ed5613c chore(deps): bump actions/setup-python from 4.6.0 to 4.6.1 (#2631)
    • bca684ac feat: Allow to base64 decode messages from Azure Queue Storage (#2627)
    • 21624cc6 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.55 to 0.9.58 (#2624)
    • 37817705 chore(deps): bump google.golang.org/api from 0.120.0 to 0.123.0 (#2626)
    • 30c3a252 chore(deps): bump sigstore/cosign-installer from 3.0.3 to 3.0.5 (#2623)
    • 6d77c5cc chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.2.2 to 1.3.0 (#2618)
    • 08e179d4 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.2.1 to 1.3.0 (#2615)
    • d0cb1e9a chore(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 (#2619)
    • 5478438d chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azqueue from 0.1.0 to 1.0.0 (#2617)
    • 6bcf048e Upgrade nats image to 2.9.16 (#2609)
    • 48ebdb77 fix(kafkaEventBus): Reset kafka consumer on cleanup (#2611)

    Contributors

    • Ali Koyuncu
    • Ben Compton
    • David Farr
    • Derek Wang
    • Dominic Evans
    • Eduardo Rodrigues
    • Gokul Krishnan A V
    • Joel Millage
    • Josh Bell
    • Maksym Verbovyi
    • MenD
    • Robert Deusser
    • Ross Golder
    • Son Bui
    • Sven Schliesing
    • Tommi Hovi
    • Yoshiyuki HINO
    • Yuan (Terry) Tang
    • ZhaoweiWang
    • dependabot[bot]
    • dillonstreator
    • igor-enso
    • manju-rn
    • neo
    Open source →
  16. v1.8.1 31 Aug 2023
    Release notes
    • 325d4385 Update manifests to v1.8.1
    • ee3303e3 chore(deps): bump github.com/antonmedv/expr from 1.14.0 to 1.14.3 (#2774)
    • 442a0178 chore(deps): bump github.com/antonmedv/expr from 1.13.0 to 1.14.0 (#2760)
    • f7216dfa chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.58 to 0.9.66 (#2748)
    • 00aced42 chore(deps): bump actions/setup-go from 3.5.0 to 4.1.0 (#2749)
    • 14eeaf62 chore(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.16.0 (#2745)
    • a2683682 chore(deps): bump github.com/pkg/sftp from 1.13.5 to 1.13.6 (#2746)
    • 61ae42ab chore(deps): bump github.com/antonmedv/expr from 1.12.5 to 1.13.0 (#2747)
    • e620f03c chore(deps): bump google.golang.org/api from 0.124.0 to 0.136.0 (#2744)
    • cd081b19 fix: Doc: Argo Workflow apply command link 404 #2737 (#2739)
    • 029b6453 chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.12.0 (#2735)
    • 3a76997a chore(deps): bump github.com/xanzy/go-gitlab from 0.83.0 to 0.90.0 (#2734)
    • f6eba926 SFTP event source (#2693)
    • 2fbbd725 chore(deps): bump github.com/eclipse/paho.mqtt.golang from 1.4.1 to 1.4.3 (#2694)
    • d5d7ccf4 chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.2 (#2696)
    • 34a70aaa chore(deps): bump sigstore/cosign-installer from 3.0.5 to 3.1.1 (#2691)
    • 8e3209f2 chore(deps): bump dependabot/fetch-metadata from 1.4.0 to 1.6.0 (#2690)
    • 8500ed98 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.57 to 7.0.58 (#2678)
    • 54c9d401 feat(eventsource): add tls configuration for bitbucketserver (#2674)
    • be473375 fix: use cluster domain neutral svc dns (#2655)
    • efcbd108 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.52 to 7.0.57 (#2661)
    • 5989233d chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.3.0 to 1.4.0 (#2652)
    • 0eb721b5 chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#2643)
    • 44328eb7 chore(deps): bump github.com/go-git/go-git/v5 from 5.6.1 to 5.7.0 (#2634)
    • 5e076efb chore(deps): bump github.com/Azure/azure-event-hubs-go/v3 from 3.5.0 to 3.6.0 (#2633)
    • 2aa2632e chore(deps): bump cloud.google.com/go/pubsub from 1.30.1 to 1.31.0 (#2632)
    • adfa18dc chore(deps): bump actions/setup-python from 4.6.0 to 4.6.1 (#2631)
    • 4847b820 feat: Allow to base64 decode messages from Azure Queue Storage (#2627)
    • 553d1a17 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.55 to 0.9.58 (#2624)
    • e077a22f chore(deps): bump google.golang.org/api from 0.120.0 to 0.123.0 (#2626)
    • 2bf9f7b7 chore(deps): bump sigstore/cosign-installer from 3.0.3 to 3.0.5 (#2623)
    • 23056868 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.2.2 to 1.3.0 (#2618)
    • 94c7dcc7 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.2.1 to 1.3.0 (#2615)
    • bdf593a2 chore(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 (#2619)
    • e705449b chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azqueue from 0.1.0 to 1.0.0 (#2617)
    • cc9fa2de Upgrade nats image to 2.9.16 (#2609)
    • 407fe433 fix(kafkaEventBus): Reset kafka consumer on cleanup (#2611)

    Contributors

    • David Farr
    • Derek Wang
    • Eduardo Rodrigues
    • Maksym Verbovyi
    • Robert Deusser
    • Son Bui
    • dependabot[bot]
    • dillonstreator
    • igor-enso
    Open source →
  17. v1.8.1-0.20230831230954-f6eba926e910 31 Aug 2023 pre-release

    Nothing published for this version

  18. v1.8.0 08 May 2023
    Release notes
    • 57376875 Update manifests to v1.8.0
    • af0bd86b chore(deps): bump github.com/rabbitmq/amqp091-go from 1.8.0 to 1.8.1 (#2607)
    • a0a44426 chore(deps): bump cloud.google.com/go/pubsub from 1.30.0 to 1.30.1 (#2606)
    • 93e72091 chore(deps): bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 (#2605)
    • 3f9db1b2 chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 (#2604)
    • 58d56dde chore: adding tests for the removeConflicts function & the Convert2WaitBackoff function (#2600)
    • 42fc8e4c Fix: typo on azure queue storage event source (#2598)
    • 419de082 chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.3.0 to 2.4.0 (#2597)
    • c1e0e8b7 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.1.0 to 1.2.2 (#2596)
    • 4b868e50 chore(deps): bump google.golang.org/api from 0.119.0 to 0.120.0 (#2595)
    • 04b70df3 chore(deps): bump sigstore/cosign-installer from 3.0.2 to 3.0.3 (#2594)
    • 0256f0e0 feat: update log level for some lines to Info and expand logged fields (#2592)
    • 14d5975b feat: add support for Azure Managed Identity in Azure Service Bus event source (#2591)
    • 5581431f fix: make start to also work with arm64 (#2590)
    • b51a5769 feat: add azure queue storage event source (#2589)
    • 06f39767 chore(deps): bump github.com/xanzy/go-gitlab from 0.81.0 to 0.83.0 (#2586)
    • 87fafb24 chore(deps): bump google.golang.org/api from 0.118.0 to 0.119.0 (#2585)
    • f2e3183d chore(deps): bump actions/setup-python from 4.5.0 to 4.6.0 (#2583)
    • ea7ce60c chore(deps): bump dependabot/fetch-metadata from 1.3.5 to 1.4.0 (#2584)
    • 7120ac1f chore(deps): bump google.golang.org/api from 0.116.0 to 0.118.0 (#2578)
    • b8a2ea89 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.50 to 7.0.52 (#2579)
    • a202a1a7 chore(deps): bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 (#2576)
    • 33c82729 chore(deps): bump github.com/slack-go/slack from 0.12.1 to 0.12.2 (#2575)
    • 2e154b63 feat: add headers in kafka event source (#2555)
    • 6ea2998f feat: support athenz authentication for pulsar (#2559)
    • 35fafb7e chore(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#2569)
    • 9572c961 chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.2.0 to 2.3.0 (#2570)
    • e48fdda9 chore(deps): bump google.golang.org/api from 0.114.0 to 0.116.0 (#2565)
    • 6eefc397 chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#2562)
    • 40e0a204 chore(deps): bump peter-evans/create-pull-request from 4 to 5 (#2561)
    • 253aa187 chore(deps): bump sigstore/cosign-installer from 3.0.1 to 3.0.2 (#2560)
    • 9dab78bd feat: Add golang metrics to argo-events metrics registry. (#2557)
    • f5ad05cb chore(deps): bump github.com/Azure/azure-event-hubs-go/v3 from 3.4.0 to 3.5.0 (#2553)
    • a6b7201d fix: gitlab group missing token (#2550)
    • 711c672d chore(deps): bump github.com/minio/minio-go/v7 from 7.0.47 to 7.0.50 (#2546)
    • 132c65ac chore(deps): bump cloud.google.com/go/pubsub from 1.29.0 to 1.30.0 (#2542)
    • af96ec24 chore(deps): bump github.com/antonmedv/expr from 1.12.3 to 1.12.5 (#2545)
    • 1f41d5fa chore(deps): bump github.com/nats-io/nats.go from 1.24.0 to 1.25.0 (#2544)
    • 55c5fefe chore(deps): bump github.com/imdario/mergo from 0.3.14 to 0.3.15 (#2543)
    • 8f64a074 chore(deps): bump github.com/rabbitmq/amqp091-go from 1.7.0 to 1.8.0 (#2541)
    • b85b3f0a chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#2540)
    • 55b8b71b fix(docs): kafka eventbus docs links (#2538)
    • 4fbe471a fix(ci): setup-go treat 1.20 as 1.2 (#2537)
    • 95a0877f feat: Kafka EventBus (#2502)
    • 419edeb5 Chore: go1.20 (#2534)
    • 742f7684 chore(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.6.1 (#2529)
    • ed350343 chore(deps): bump github.com/google/go-github/v50 from 50.1.0 to 50.2.0 (#2531)
    • 675c857b chore(deps): bump cloud.google.com/go/pubsub from 1.28.0 to 1.29.0 (#2530)
    • d234e21f chore(deps): bump github.com/imdario/mergo from 0.3.13 to 0.3.14 (#2527)
    • faceda0e fix github sensor example to use generateName (#2522)
    • 65e4ad96 feat(webhook): add additional env vars (#2356)
    • 371edd28 chore(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#2520)
    • fb99769d add labels to jetstream statefulset generated by eventbus controller (#2510)
    • 1cd2fc15 chore(deps): bump github.com/xanzy/go-gitlab from 0.80.0 to 0.81.0 (#2515)
    • 68e18f4b chore(deps): bump google.golang.org/api from 0.111.0 to 0.112.0 (#2511)
    • eb1cb913 chore(deps): bump github.com/antonmedv/expr from 1.12.1 to 1.12.3 (#2516)
    • 0d783723 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.2.0 to 1.2.1 (#2514)
    • f3921412 chore(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (#2512)
    • 8d02ba00 chore(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#2513)
    • 242324d7 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.13.0 to 2.14.0 (#2503)
    • 66abc6b0 chore(deps): bump github.com/itchyny/gojq from 0.12.11 to 0.12.12 (#2501)
    • 5f8c5a83 chore(deps): bump google.golang.org/api from 0.109.0 to 0.111.0 (#2499)
    • 0d727dce chore(deps): bump sigstore/cosign-installer from 2.8.1 to 3.0.1 (#2498)
    • ee44afd0 chore(ci): replace deprecated command (#2496)
    • 82a98db5 fix(GithubEventSource): GitHub Enterprise auth logic broken (#2494) (#2495)
    • f28cde2e fix(controller): use a copied object to update because of mutation (#2466)
    • 201b833d Add Salesforce in USERS.md (#2493)
    • 90a2419f Add Pinnacle Reliability to user list (#2483)
    • fedac970 chore(deps): bump github.com/argoproj/notifications-engine from 0.3.1-0.20221203221941-490d98afd1d6 to 0.4.0 (#2491)
    • b5c92299 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.12.0 to 2.13.0 (#2490)
    • 1b40edd2 chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#2489)
    • 92385eb7 chore(deps): bump github.com/nats-io/nats.go from 1.23.0 to 1.24.0 (#2488)
    • dbd78c55 chore(deps): bump github.com/antonmedv/expr from 1.10.5 to 1.12.1 (#2486)
    • f6973a80 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.199 to 1.44.209 (#2485)
    • 0564890e feat(eventsource): Gitlab eventsource - support groups (#2386) (#2474)
    • a5766017 chore(deps): bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#2472)
    • 75fd39cc chore(deps): bump github.com/gavv/httpexpect/v2 from 2.9.0 to 2.12.0 (#2473)
    • e730e2e7 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.1.4 to 1.2.0 (#2471)
    • 2615b0e3 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.184 to 1.44.199 (#2470)
    • aa9dd062 chore(deps): bump github.com/xanzy/go-gitlab from 0.79.1 to 0.80.0 (#2469)
    • 16eebe83 chore(deps): bump github.com/rabbitmq/amqp091-go from 1.6.1 to 1.7.0 (#2468)
    • bdbbc3ec chore(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#2467)
    • 94bc4378 feat: Optional kubernetes-based leader election (#2438)
    • c265190c fix: remove the secret watch privilege dependency from js eb ctrler (#2453)
    • 54d4c340 chore(deps): bump github.com/xanzy/go-gitlab from 0.78.0 to 0.79.1 (#2460)
    • dc03451c chore(deps): bump github.com/rabbitmq/amqp091-go from 1.6.0 to 1.6.1 (#2459)
    • 902bbf37 chore(deps): bump google.golang.org/api from 0.108.0 to 0.109.0 (#2456)
    • 236a9d52 chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.3 (#2448)
    • 200b1acc chore(deps): bump github.com/antonmedv/expr from 1.10.1 to 1.10.5 (#2446)
    • 45573056 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.8.0 to 2.9.0 (#2434)
    • 90258b81 chore(deps): bump github.com/antonmedv/expr from 1.9.0 to 1.10.1 (#2433)
    • da6e48ee chore(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 (#2432)
    • e24e8839 chore(deps): bump github.com/go-swagger/go-swagger from 0.29.0 to 0.30.4 (#2431)
    • 0945e450 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.180 to 1.44.184 (#2429)
    • 6e07599b chore(deps): bump github.com/nats-io/nats.go from 1.22.1 to 1.23.0 (#2428)
    • 21872357 chore(deps): bump google.golang.org/api from 0.107.0 to 0.108.0 (#2430)
    • 5a7c0c79 chore(deps): bump github.com/rabbitmq/amqp091-go from 1.4.0 to 1.6.0 (#2427)
    • d8201b45 fix: kafka schema registry (#2423)
    • 33c7a35c Implement optional at least once semantics (#2404)
    • dab8a187 feat: allow granular secret privileges. additional controller logging/leader-election options (#2411)
    • b01bf19e chore(deps): bump github.com/Shopify/sarama from 1.37.0 to 1.38.0 (#2419)
    • 5bd20f63 chore(deps): bump google.golang.org/api from 0.106.0 to 0.107.0 (#2420)
    • f6541d17 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.46 to 7.0.47 (#2421)
    • 430b03bf chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#2418)
    • bf3c3185 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.1.3 to 1.1.4 (#2417)
    • 5c9e89de chore(deps): bump github.com/nats-io/stan.go from 0.10.3 to 0.10.4 (#2416)
    • 34bb306b chore(deps): bump github.com/xanzy/go-gitlab from 0.76.0 to 0.78.0 (#2414)
    • 84ef54a3 chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.11.0 to 2.13.0 (#2415)
    • 025109aa chore(deps): bump github.com/aws/aws-sdk-go from 1.44.175 to 1.44.180 (#2413)
    • 2e1b9439 chore(deps): bump actions/setup-python from 4.4.0 to 4.5.0 (#2412)
    • 86926f3b fix: cloneDirectory validation on git artifcatory spec (#2407)
    • 26747dfd feat(sensor): Kafka Trigger - support avro/schemaRegistry (#2385)
    • 45f737d3 chore(deps): bump golang.org/x/crypto from 0.4.0 to 0.5.0 (#2401)
    • 469b3147 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.171 to 1.44.175 (#2400)
    • d9419234 chore(deps): bump google.golang.org/api from 0.104.0 to 0.106.0 (#2399)
    • 62be2408 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.45 to 7.0.46 (#2398)
    • d75aa6fc NATS event data - add header field (#2396)
    • 9a0759d4 fix: fix bug in evaluation of filters with filtersLogicalOperator=or (#2374)
    • 1428cae9 Implement multiple partions usage in Kafka trigger (#2360)
    • 3cbcd720 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.162 to 1.44.171 (#2387)
    • 29da45b5 chore(deps): bump github.com/nats-io/nats.go from 1.21.0 to 1.22.1 (#2381)
    • 6fa130ec chore(deps): bump github.com/slack-go/slack from 0.12.0 to 0.12.1 (#2379)
    • c4841e4b chore(deps): bump github.com/itchyny/gojq from 0.12.10 to 0.12.11 (#2380)
    • 56d82fa1 chore(deps): bump actions/setup-python from 4.3.0 to 4.4.0 (#2377)
    • d0d3fcd3 chore(deps): bump actions/stale from 6 to 7 (#2378)
    • b9e4bfe8 fix: Fixed Github Sensor example and minor doc correction (#2373)
    • 683947f2 feat: Expand Slack Trigger Capabilities - blocks,attachments,threads and more (#2369)
    • cc2064e8 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.157 to 1.44.162 (#2368)
    • 31e28673 chore(deps): bump cloud.google.com/go/compute/metadata from 0.2.2 to 0.2.3 (#2366)
    • 6ef93479 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.7.0 to 2.8.0 (#2365)
    • 5aaf819c chore(deps): bump github.com/slack-go/slack from 0.11.2 to 0.12.0 (#2364)
    • 2c355456 chore(deps): bump actions/setup-go from 3.4.0 to 3.5.0 (#2361)
    • 484f17c6 Make kafka eventsource compatible with samara 1.37.0 Addresses #2358 (#2359)
    • 6c076960 fix: typo in gitlab example eventsource (#2353)
    • 3cca40bf chore(deps): bump github.com/nats-io/nats.go from 1.20.0 to 1.21.0 (#2351)
    • 4609cdb7 chore(deps): bump google.golang.org/api from 0.103.0 to 0.104.0 (#2350)
    • 9766f0ce chore(deps): bump github.com/Azure/azure-event-hubs-go/v3 from 3.3.19 to 3.4.0 (#2347)
    • 73885c48 chore(deps): bump golang.org/x/crypto from 0.3.0 to 0.4.0 (#2348)
    • b90f5b53 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.152 to 1.44.157 (#2349)
    • e9efbdc2 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.48 to 0.9.55 (#2346)
    • 8566233c chore(deps): bump cloud.google.com/go/pubsub from 1.27.1 to 1.28.0 (#2345)
    • a7c5d1bc chore(deps): bump github.com/xdg-go/scram from 1.1.1 to 1.1.2 (#2343)
    • 558bb637 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.6.1 to 2.7.0 (#2344)
    • 99907ab1 chore(deps): bump go.uber.org/zap from 1.21.0 to 1.24.0 (#2335)
    • 537eb323 chore(deps): bump github.com/Masterminds/sprig/v3 from 3.2.0 to 3.2.3 (#2339)
    • 371d1c0b chore(deps): bump github.com/minio/minio-go/v7 from 7.0.44 to 7.0.45 (#2336)
    • ef56ec24 chore(deps): bump cloud.google.com/go/pubsub from 1.26.0 to 1.27.1 (#2337)
    • 86065c3c chore(deps): bump github.com/aws/aws-sdk-go from 1.44.145 to 1.44.152 (#2338)
    • 0810165a chore(deps): bump cloud.google.com/go/compute/metadata from 0.2.1 to 0.2.2 (#2334)
    • 7b1f9497 chore(deps): bump github.com/itchyny/gojq from 0.12.9 to 0.12.10 (#2332)
    • e2eecdf9 chore(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#2331)
    • ab2c04fa feat: Azure Service Bus as a Trigger (#2280)
    • 4464e575 feat: Enable adding customized logging fields in sensor (#2325)
    • 76b14c26 feat: Support non-string parameters. Closes #1236 (#2317)
    • 69877793 [issue-1863] username and password auth support for mqtt eventsource (#2324)
    • cb498812 chore(deps): bump github.com/tidwall/gjson from 1.14.3 to 1.14.4 (#2327)
    • 87c02717 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.136 to 1.44.145 (#2330)
    • 2084da88 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.4.1 to 2.6.1 (#2326)
    • a6b4f922 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.42 to 7.0.44 (#2329)
    • 4affe993 chore(deps): bump github.com/xanzy/go-gitlab from 0.75.0 to 0.76.0 (#2328)
    • 4e952075 chore(deps): bump github.com/xanzy/go-gitlab from 0.70.0 to 0.75.0 (#2320)
    • 9329717b chore(deps): bump github.com/gavv/httpexpect/v2 from 2.2.0 to 2.4.1 (#2322)
    • 2836be6a chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.1.2 to 1.1.3 (#2319)
    • b4b57424 eventbus controller: move fuzzer from cncf-fuzzing (#2314)
    • e4c24b06 chore(deps): bump google.golang.org/api from 0.100.0 to 0.103.0 (#2310)
    • 480d09f8 chore(deps): bump github.com/nats-io/nats.go from 1.19.1 to 1.20.0 (#2311)
    • 27970d88 chore(deps): bump github.com/spf13/viper from 1.12.0 to 1.14.0 (#2307)
    • 99f70dd2 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.126 to 1.44.136 (#2309)
    • bad1a70d chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.1.1 to 1.1.2 (#2306)
    • b659594c chore(deps): bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 (#2308)
    • 876baf6f fix: payload serialization in sensor. Fixes #2272 (#2273)
    • 864dc8d5 fix: if key/value store already exists use that (#2293)
    • ce46986a chore(deps): bump github.com/nats-io/nats.go from 1.19.0 to 1.19.1 (#2300)
    • f4dcbf89 chore(deps): bump cloud.google.com/go/compute/metadata from 0.1.0 to 0.2.1 (#2303)
    • 627830e7 chore(deps): bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#2294)
    • ad5bf349 chore(deps): bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1 (#2295)
    • 776f573b fix(docs): context filter documentation (#2277)
    • 039de396 chore(deps): bump cloud.google.com/go/compute from 1.10.0 to 1.12.1 (#2284)
    • a49a5ebf chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#2283)
    • ceef6f99 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.121 to 1.44.126 (#2289)
    • afc2461f chore(deps): bump cloud.google.com/go/pubsub from 1.24.0 to 1.26.0 (#2288)
    • 77de738a chore(deps): bump github.com/nats-io/nats.go from 1.18.0 to 1.19.0 (#2285)
    • 0418899c chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#2286)
    • d5ac0389 chore(deps): bump actions/setup-go from 3.2.0 to 3.3.1 (#2271)
    • 80738fce chore(deps): bump github.com/minio/minio-go/v7 from 7.0.41 to 7.0.42 (#2269)
    • 50f7e3cc chore(deps): bump github.com/Azure/azure-event-hubs-go/v3 from 3.3.18 to 3.3.19 (#2270)
    • b60db255 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.121 (#2267)
    • 9c8f72b4 feat: update third_party dependencies (#2245)
    • d5cdae98 chore(deps): bump google.golang.org/api from 0.98.0 to 0.99.0 (#2259)
    • 2ce534e5 chore(deps): bump actions/setup-python from 4.2.0 to 4.3.0 (#2260)
    • 49da9161 chore(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 (#2258)
    • 3247a548 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.1.0 to 1.1.1 (#2256)
    • 179b85de chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#2255)
    • 8df07db5 chore(deps): bump google.golang.org/grpc from 1.50.0 to 1.50.1 (#2254)
    • b26cfc05 chore(deps): bump github.com/nats-io/nats.go from 1.17.0 to 1.18.0 (#2253)
    • c5ca7a87 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.114 to 1.44.116 (#2251)
    • a238386b chore(deps): bump github.com/minio/minio-go/v7 from 7.0.40 to 7.0.41 (#2252)
    • 8423ab73 fix(docs): partition as optional field for kafka eventsource fixes: #1502 (#2246)
    • 00e5fd0d feat: Revision History Limit for sensor. Closes #1786 (#2244)
    • 32dd1251 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.39 to 7.0.40 (#2241)
    • 3391ebe3 chore(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#2240)
    • f753d1bf chore(deps): bump github.com/aws/aws-sdk-go from 1.44.109 to 1.44.114 (#2239)
    • 001415b4 feat: Azure Service Bus as EventSource (#2229)
    • 80a4b8ee Property name typo in Expr filter documentation (#2231)
    • 075d7be3 chore(deps): bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#2227)
    • aa987f23 chore(deps): bump google.golang.org/api from 0.97.0 to 0.98.0 (#2226)
    • d5a8ce94 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.105 to 1.44.109 (#2224)
    • 406ce8f6 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.35 to 7.0.39 (#2225)
    • 71c12968 chore(deps): bump github.com/Shopify/sarama from 1.35.0 to 1.37.0 (#2223)
    • 81b501e8 Make port configurable in webhook, default is set to 443 (#2215)
    • 07e69600 feat: Kafka es discontinues processing if eb publishing fails (#2214)
    • 49176afb chore(deps): bump actions/stale from 5 to 6 (#2213)
    • cbca423d chore(deps): bump google.golang.org/api from 0.93.0 to 0.97.0 (#2211)
    • a3c2e2c8 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.81 to 1.44.105 (#2208)
    • b2276e7c fix filter for github sensor example (#2188)
    • 3ffab551 fix: Emissary executor reads and writes to WorkflowTaskResults, not Pods (#2189)
    • d9edead2 Adding Elastic as an Argo Events Users (#2200)
    • 39d195cc chore(deps): bump github.com/nats-io/nats.go from 1.16.0 to 1.17.0 (#2197)
    • b9a3063b feat: Webhook event source to support filtering (#2178)
    • c6fa0f44 fix: dependency should use % (#2175)
    • c90985da fix: error is swallowed after retry failure (#2160)
    • beb57b6e feat: Kafka eventsource supports Sarama config customization (#2161)
    • bb864842 feat: retry failed eventbus message publishing (#2162)
    • d15693f7 feat: Add option to configure NATS max_payload in JetStream eventbus (#2164)
    • 85142d0d chore(deps): bump github.com/minio/minio-go/v7 from 7.0.34 to 7.0.35 (#2167)
    • 7d5face8 chore(deps): bump github.com/itchyny/gojq from 0.12.8 to 0.12.9 (#2165)
    • b4b45919 fix: Increase random sleep range in Bitbucket eventsource (#2148)
    • 56196143 chore(deps): bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#2149)
    • 8c32250a solved deleteHookOnFinish race condition + removed hooks daemon mitigation (#2145)
    • 6c10f456 chore(deps): bump github.com/tidwall/gjson from 1.14.2 to 1.14.3 (#2143)
    • 887982ef chore(deps): bump google.golang.org/api from 0.91.0 to 0.93.0 (#2144)
    • 5f883bdb feat: AWS Temporary credential support for SQS eventsource (#2092)
    • 5daf962a chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.10.1 to 2.11.0 (#2133)
    • 2023fc45 chore(deps): bump cloud.google.com/go/compute from 1.7.0 to 1.9.0 (#2142)
    • 3aae488c chore(deps): bump github.com/aws/aws-sdk-go from 1.44.70 to 1.44.81 (#2141)
    • f37ee4c6 fix: added controller config validation (#2103)
    • 4206495b feat: submit from workflowtemplate (#2120)
    • 5161c3de chore(deps): bump google.golang.org/api from 0.90.0 to 0.91.0 (#2122)
    • c0c890a9 chore(deps): bump actions/setup-python from 4.1.0 to 4.2.0 (#2129)
    • 70643548 chore(deps): bump github.com/tidwall/gjson from 1.14.1 to 1.14.2 (#2123)
    • 28969527 chore(deps): bump github.com/prometheus/client_golang (#2124)
    • e1640203 chore(deps): bump github.com/xanzy/go-gitlab from 0.69.0 to 0.70.0 (#2128)
    • 1d88b042 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.61 to 1.44.70 (#2125)
    • 1805365e chore(deps): bump github.com/minio/minio-go/v7 from 7.0.32 to 7.0.34 (#2126)
    • 7935d426 chore(deps): bump github.com/nats-io/stan.go from 0.10.2 to 0.10.3 (#2119)
    • 34a7fffe chore(deps): bump google.golang.org/api from 0.88.0 to 0.90.0 (#2117)
    • 068bc244 chore(deps): bump github.com/slack-go/slack from 0.11.1 to 0.11.2 (#2118)
    • 54ab013d chore(deps): bump github.com/minio/minio-go/v7 from 7.0.31 to 7.0.32 (#2115)
    • 0f8ec126 fix: CVE-2022-1996 (#2111)
    • 3c0d7f9f fix: return error in case param value resolving fails (#2112)
    • 0bbc1911 fix: add SCRAM functionality in Kafka triggers, SCRAM-SHA512/256 SASL (#2087) (#2091)
    • 647af913 fix: update bitbucket es example yaml (#2113)
    • 93f6f07c chore(deps): bump github.com/Shopify/sarama from 1.34.1 to 1.35.0 (#2100)
    • 2f8828a7 chore(deps): bump github.com/rabbitmq/amqp091-go from 1.3.4 to 1.4.0 (#2099)
    • 1eba7588 fix: Removed usage of projectKey field in bitbucket eventsource (#2109)
    • dc086761 chore(deps): bump github.com/slack-go/slack from 0.11.0 to 0.11.1 (#2097)
    • f419e67c chore(deps): bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.61 (#2098)
    • e301b691 fix: flaky e2e test cases (#2102)
    • b39d0c12 chore(deps): bump google.golang.org/api from 0.87.0 to 0.88.0 (#2096)
    • 6f277a07 chore(deps): bump cloud.google.com/go/pubsub from 1.23.1 to 1.24.0 (#2095)
    • a577bf7f feat: Make max request payload size configurable in all git/webhook related eventsources (#2093)
    • 6a16867e chore(deps): bump google.golang.org/grpc from 1.47.0 to 1.48.0 (#2079)
    • 5ba897ac chore(deps): bump github.com/xanzy/go-gitlab from 0.68.2 to 0.69.0 (#2082)
    • 86b76787 chore(deps): bump google.golang.org/api from 0.86.0 to 0.87.0 (#2080)
    • 16a08273 chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 (#2081)
    • c4a54b09 chore(deps): bump actions/setup-python from 4.0.0 to 4.1.0 (#2084)
    • ddd34c16 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.51 to 1.44.56 (#2083)
    • 35184be4 Update quick_start.md (#2072)
    • 58c42b7f chore(deps): bump github.com/minio/minio-go/v7 from 7.0.30 to 7.0.31 (#2071)
    • 5359f0da chore(deps): bump github.com/aws/aws-sdk-go from 1.44.47 to 1.44.51 (#2070)
    • ceffdabc feat: Add support for custom SNS endpoint (#2067)
    • c5171e69 chore(deps): bump cloud.google.com/go/pubsub from 1.23.0 to 1.23.1 (#2061)
    • 00a4270a chore(deps): bump github.com/minio/minio-go/v7 from 7.0.29 to 7.0.30 (#2065)
    • 0a3dbc2f chore(deps): bump github.com/aws/aws-sdk-go from 1.44.42 to 1.44.47 (#2064)
    • 6ebadffc chore(deps): bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 (#2066)
    • 5014367b chore(deps): bump github.com/xanzy/go-gitlab from 0.68.0 to 0.68.2 (#2063)
    • 91a57faf chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#2062)
    • 11276110 chore(deps): bump google.golang.org/api from 0.85.0 to 0.86.0 (#2060)
    • 6cb8d405 chore(deps): bump cloud.google.com/go/pubsub from 1.22.2 to 1.23.0 (#2048)
    • df811619 chore(deps): bump github.com/argoproj/pkg from 0.13.3 to 0.13.6 (#2052)
    • 89e9b872 chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.5 (#2053)
    • 7cd9c486 chore(deps): bump google.golang.org/api from 0.84.0 to 0.85.0 (#2051)
    • 19b14851 chore(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#2050)
    • 5f2b8cbc chore(deps): bump github.com/aws/aws-sdk-go from 1.44.37 to 1.44.42 (#2049)
    • 22d59c8f chore(deps): bump cloud.google.com/go/compute from 1.6.1 to 1.7.0 (#2039)
    • 93b92478 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.47 to 0.9.48 (#2041)
    • ebef2a1d chore(deps): bump github.com/argoproj/pkg from 0.13.1 to 0.13.3 (#2037)
    • 13817b08 chore(deps): bump github.com/slack-go/slack from 0.10.3 to 0.11.0 (#2040)
    • 1694586e chore(deps): bump github.com/minio/minio-go/v7 from 7.0.27 to 7.0.29 (#2038)
    • 2fc93663 chore(deps): bump google.golang.org/api from 0.83.0 to 0.84.0 (#2035)
    • d227f098 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.32 to 1.44.37 (#2036)
    • 4d5852e7 feat: Added multiple repos support for bitbucket eventsource (#2031)
    • ef4ce09f chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.10.0 to 2.10.1 (#2027)
    • 18133711 chore(deps): bump google.golang.org/api from 0.82.0 to 0.83.0 (#2029)
    • fef84cd1 chore(deps): bump actions/setup-python from 3.1.2 to 4.0.0 (#2030)
    • c4b99368 chore(deps): bump github.com/Shopify/sarama from 1.34.0 to 1.34.1 (#2028)
    • 9ee348c7 chore(deps): bump github.com/eclipse/paho.mqtt.golang (#2023)
    • 3c1a96cd chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.46 to 0.9.47 (#2025)
    • 0a656dc1 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.27 to 1.44.32 (#2024)
    • 0b02d71b chore(deps): bump google.golang.org/api from 0.81.0 to 0.82.0 (#2017)
    • 7a7e48fe chore(deps): bump github.com/Shopify/sarama from 1.33.0 to 1.34.0 (#2013)
    • c255156b chore(deps): bump cloud.google.com/go/pubsub from 1.21.1 to 1.22.2 (#2016)
    • 8aea9560 chore(deps): bump google.golang.org/grpc from 1.46.2 to 1.47.0 (#2014)
    • a6e1f934 chore(deps): bump github.com/itchyny/gojq from 0.12.7 to 0.12.8 (#2015)
    • 8ace2240 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.24 to 1.44.27 (#2012)
    • 0cf63142 chore(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13 (#2001)
    • e085cae8 Add support for Redis ACL auth (#2007)
    • 3b69cce1 chore(deps): bump actions/setup-go from 3.1.0 to 3.2.0 (#2006)
    • 2eb04d28 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.26 to 7.0.27 (#2005)
    • e5ffa4d7 chore(deps): bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#2004)
    • 5601e38c chore(deps): bump github.com/nats-io/nats.go from 1.15.0 to 1.16.0 (#2003)
    • 964ba884 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.21 to 1.44.24 (#2002)
    • 5aad5292 chore(deps): bump github.com/xanzy/go-gitlab from 0.65.0 to 0.68.0 (#1995)
    • f4f5101f chore(deps): bump github.com/aws/aws-sdk-go from 1.44.19 to 1.44.21 (#1993)
    • 7f54ff06 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.45 to 0.9.46 (#1994)
    • 4fafbe8b chore(deps): bump google.golang.org/api from 0.80.0 to 0.81.0 (#1992)
    • 9ea66fb9 fix: jetstream statefulset resource setting (#1989)
    • 1d2f90ce feat: add support to parse QueryParameter and PostForm on webhook eve… (#1978)
    • 6330171f chore(deps): bump google.golang.org/api from 0.79.0 to 0.80.0 (#1985)
    • 31495bdb chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.9.0 to 2.10.0 (#1984)
    • 64c6dbcd chore(deps): bump github.com/aws/aws-sdk-go from 1.44.14 to 1.44.19 (#1983)
    • fd18e818 fix: make access token optional (#1976)
    • 40c4bffa fix: Limit github hooks manager daemon lifetime to 10 min (#1930)
    • adf93fa2 chore(deps): bump google.golang.org/grpc from 1.46.0 to 1.46.2 (#1974)
    • c8a20141 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.14 (#1973)
    • 87ee3875 chore(deps): bump actions/setup-go from 3.0.0 to 3.1.0 (#1975)
    • 48ad9890 chore(deps): bump github.com/prometheus/client_golang (#1971)
    • 6c31a1cb chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.44 to 0.9.45 (#1969)
    • 93d9c3fb chore(deps): bump google.golang.org/api from 0.78.0 to 0.79.0 (#1970)
    • 5ce87dbe chore(deps): bump github.com/xanzy/go-gitlab from 0.64.0 to 0.65.0 (#1968)
    • ac56855a chore(deps): bump github.com/Shopify/sarama from 1.32.0 to 1.33.0 (#1967)
    • c70a1d11 fix: git artifactory arbitrary file read issue (#1965)
    • 2b1244f4 feat: add support of submit from existing resource (#1908) (#1941)
    • 97c8d3de fix: use crypto/rand instead of math/rand (#1959)
    • e1c0736e fix: add nil check on sensor spec validation (#1961)
    • 41936c63 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.24 to 7.0.26 (#1939)
    • 401566a1 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.8 to 1.44.9 (#1938)
    • 106927cb feat: Expand e2e tests (#1859)
    • 33c2a53e chore(deps): bump docker/setup-buildx-action from 1 to 2 (#1935)
    • 504c9fc9 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.7 to 1.44.8 (#1937)
    • 3b59a451 chore(deps): bump docker/login-action from 1 to 2 (#1936)
    • 564d5763 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.6 to 1.44.7 (#1933)
    • 1a70a852 chore(deps): bump github.com/nats-io/nats.go from 1.14.0 to 1.15.0 (#1932)
    • 41c1aebc chore(deps): bump cloud.google.com/go/pubsub from 1.21.0 to 1.21.1 (#1931)
    • 2835521e chore(deps): bump google.golang.org/api from 0.77.0 to 0.78.0 (#1924)
    • [702250d9](https://github.com/argoproj/argo-events/commit/702250d9afdc9c3527db7
    Open source →
  19. v1.7.6 10 Feb 2023
    Release notes
    • eff04343 Update manifests to v1.7.6
    • d0481ae7 feat: Optional kubernetes-based leader election (#2438)
    • 413ca1f6 fix: remove the secret watch privilege dependency from js eb ctrler (#2453)
    • 0b79a44d chore(deps): bump github.com/xanzy/go-gitlab from 0.78.0 to 0.79.1 (#2460)
    • 666a29d6 chore(deps): bump github.com/rabbitmq/amqp091-go from 1.6.0 to 1.6.1 (#2459)
    • ca0fbdb7 chore(deps): bump google.golang.org/api from 0.108.0 to 0.109.0 (#2456)
    • 08e84bd9 chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.3 (#2448)
    • c377ea0a chore(deps): bump github.com/antonmedv/expr from 1.10.1 to 1.10.5 (#2446)

    Contributors

    • David Farr
    • Derek Wang
    • dependabot[bot]
    Open source →
  20. v1.7.5 23 Jan 2023
    Release notes
    • de0a80e6 Update manifests to v1.7.5
    • be4ce30e chore(deps): bump github.com/gavv/httpexpect/v2 from 2.8.0 to 2.9.0 (#2434)
    • 9dfedcc7 chore(deps): bump github.com/antonmedv/expr from 1.9.0 to 1.10.1 (#2433)
    • a3bec705 chore(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 (#2432)
    • 650e819a chore(deps): bump github.com/go-swagger/go-swagger from 0.29.0 to 0.30.4 (#2431)
    • 481bed6f chore(deps): bump github.com/aws/aws-sdk-go from 1.44.180 to 1.44.184 (#2429)
    • 091e6fd5 chore(deps): bump github.com/nats-io/nats.go from 1.22.1 to 1.23.0 (#2428)
    • f584c8f3 chore(deps): bump google.golang.org/api from 0.107.0 to 0.108.0 (#2430)
    • c511457d chore(deps): bump github.com/rabbitmq/amqp091-go from 1.4.0 to 1.6.0 (#2427)
    • 1a3a79ad fix: kafka schema registry (#2423)
    • 70e3ad0c Implement optional at least once semantics (#2404)
    • 62fb8d1a feat: allow granular secret privileges. additional controller logging/leader-election options (#2411)
    • 225b1d12 chore(deps): bump github.com/Shopify/sarama from 1.37.0 to 1.38.0 (#2419)
    • 08435228 chore(deps): bump google.golang.org/api from 0.106.0 to 0.107.0 (#2420)
    • 9cb1d9d4 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.46 to 7.0.47 (#2421)
    • 1e3a1994 chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#2418)
    • 663ae056 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.1.3 to 1.1.4 (#2417)
    • 3ef04688 chore(deps): bump github.com/nats-io/stan.go from 0.10.3 to 0.10.4 (#2416)
    • e9927635 chore(deps): bump github.com/xanzy/go-gitlab from 0.76.0 to 0.78.0 (#2414)
    • d401800a chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.11.0 to 2.13.0 (#2415)
    • a435af49 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.175 to 1.44.180 (#2413)
    • 327fd63d chore(deps): bump actions/setup-python from 4.4.0 to 4.5.0 (#2412)
    • f545dfb4 fix: cloneDirectory validation on git artifcatory spec (#2407)
    • f60ae2c0 feat(sensor): Kafka Trigger - support avro/schemaRegistry (#2385)
    • c56b2d54 chore(deps): bump golang.org/x/crypto from 0.4.0 to 0.5.0 (#2401)
    • ac2cb59f chore(deps): bump github.com/aws/aws-sdk-go from 1.44.171 to 1.44.175 (#2400)
    • 1b8d5fca chore(deps): bump google.golang.org/api from 0.104.0 to 0.106.0 (#2399)
    • ae5abfc2 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.45 to 7.0.46 (#2398)
    • 0da2dfe3 NATS event data - add header field (#2396)
    • ff524af8 fix: fix bug in evaluation of filters with filtersLogicalOperator=or (#2374)
    • eeae3da9 Implement multiple partions usage in Kafka trigger (#2360)
    • a0ef3c24 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.162 to 1.44.171 (#2387)
    • c650f05b chore(deps): bump github.com/nats-io/nats.go from 1.21.0 to 1.22.1 (#2381)
    • 8565b135 chore(deps): bump github.com/slack-go/slack from 0.12.0 to 0.12.1 (#2379)
    • b7ff5c15 chore(deps): bump github.com/itchyny/gojq from 0.12.10 to 0.12.11 (#2380)
    • 4db58c64 chore(deps): bump actions/setup-python from 4.3.0 to 4.4.0 (#2377)
    • cca6e338 chore(deps): bump actions/stale from 6 to 7 (#2378)
    • e2e6de21 fix: Fixed Github Sensor example and minor doc correction (#2373)
    • 17f9abe6 feat: Expand Slack Trigger Capabilities - blocks,attachments,threads and more (#2369)
    • 6a0ef35a chore(deps): bump github.com/aws/aws-sdk-go from 1.44.157 to 1.44.162 (#2368)
    • 46f16e53 chore(deps): bump cloud.google.com/go/compute/metadata from 0.2.2 to 0.2.3 (#2366)
    • 957aecdb chore(deps): bump github.com/gavv/httpexpect/v2 from 2.7.0 to 2.8.0 (#2365)
    • 8037c502 chore(deps): bump github.com/slack-go/slack from 0.11.2 to 0.12.0 (#2364)
    • 4f4cce93 chore(deps): bump actions/setup-go from 3.4.0 to 3.5.0 (#2361)
    • 1832666b Make kafka eventsource compatible with samara 1.37.0 Addresses #2358 (#2359)
    • b8598982 fix: typo in gitlab example eventsource (#2353)

    Contributors

    • Bilal Bakht Ahmad
    • Brad Fair
    • Daniel
    • Derek Wang
    • Jesse Suen
    • Jhonn W. Frazão
    • Nick Palumbo
    • Ramin A
    • Thomas Ribeiro de Araújo
    • dependabot[bot]
    • jsvk
    Open source →
  21. v1.7.4 12 Dec 2022
    Release notes
    • 06409b6e Update manifests to v1.7.4
    • 5ad08812 chore(deps): bump github.com/nats-io/nats.go from 1.20.0 to 1.21.0 (#2351)
    • bbcfce51 chore(deps): bump google.golang.org/api from 0.103.0 to 0.104.0 (#2350)
    • 89c545a1 chore(deps): bump github.com/Azure/azure-event-hubs-go/v3 from 3.3.19 to 3.4.0 (#2347)
    • 0b2b5837 chore(deps): bump golang.org/x/crypto from 0.3.0 to 0.4.0 (#2348)
    • 8887cbdc chore(deps): bump github.com/aws/aws-sdk-go from 1.44.152 to 1.44.157 (#2349)
    • 26c173a5 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.48 to 0.9.55 (#2346)
    • c7e185be chore(deps): bump cloud.google.com/go/pubsub from 1.27.1 to 1.28.0 (#2345)
    • ec808411 chore(deps): bump github.com/xdg-go/scram from 1.1.1 to 1.1.2 (#2343)
    • 57bf8fd9 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.6.1 to 2.7.0 (#2344)
    • f4d95c9f chore(deps): bump go.uber.org/zap from 1.21.0 to 1.24.0 (#2335)
    • 50009e84 chore(deps): bump github.com/Masterminds/sprig/v3 from 3.2.0 to 3.2.3 (#2339)
    • 3d36372a chore(deps): bump github.com/minio/minio-go/v7 from 7.0.44 to 7.0.45 (#2336)
    • f0759423 chore(deps): bump cloud.google.com/go/pubsub from 1.26.0 to 1.27.1 (#2337)
    • 366a6519 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.145 to 1.44.152 (#2338)
    • 0fc873bd chore(deps): bump cloud.google.com/go/compute/metadata from 0.2.1 to 0.2.2 (#2334)
    • 275ee246 chore(deps): bump github.com/itchyny/gojq from 0.12.9 to 0.12.10 (#2332)
    • 55b59e55 chore(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#2331)
    • 69a5dd69 feat: Azure Service Bus as a Trigger (#2280)
    • 6f14c946 feat: Enable adding customized logging fields in sensor (#2325)
    • 7aa2d0a6 feat: Support non-string parameters. Closes #1236 (#2317)
    • 9e467ff0 [issue-1863] username and password auth support for mqtt eventsource (#2324)
    • 9f6559ef chore(deps): bump github.com/tidwall/gjson from 1.14.3 to 1.14.4 (#2327)
    • 87a0cb74 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.136 to 1.44.145 (#2330)
    • b3ff585c chore(deps): bump github.com/gavv/httpexpect/v2 from 2.4.1 to 2.6.1 (#2326)
    • 1bf92af6 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.42 to 7.0.44 (#2329)
    • 01f1eee6 chore(deps): bump github.com/xanzy/go-gitlab from 0.75.0 to 0.76.0 (#2328)
    • a4ac2053 chore(deps): bump github.com/xanzy/go-gitlab from 0.70.0 to 0.75.0 (#2320)
    • 5b0bb312 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.2.0 to 2.4.1 (#2322)
    • 9c95343e chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.1.2 to 1.1.3 (#2319)
    • 3cc01b92 eventbus controller: move fuzzer from cncf-fuzzing (#2314)
    • 4c944cc7 chore(deps): bump google.golang.org/api from 0.100.0 to 0.103.0 (#2310)
    • fe34f4d2 chore(deps): bump github.com/nats-io/nats.go from 1.19.1 to 1.20.0 (#2311)
    • 358419fd chore(deps): bump github.com/spf13/viper from 1.12.0 to 1.14.0 (#2307)
    • b2599991 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.126 to 1.44.136 (#2309)
    • 73316f3c chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.1.1 to 1.1.2 (#2306)
    • 33d45181 chore(deps): bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 (#2308)
    • bda9941c fix: payload serialization in sensor. Fixes #2272 (#2273)
    • 8dd87ffb fix: if key/value store already exists use that (#2293)
    • 053b55f4 chore(deps): bump github.com/nats-io/nats.go from 1.19.0 to 1.19.1 (#2300)
    • a386d420 chore(deps): bump cloud.google.com/go/compute/metadata from 0.1.0 to 0.2.1 (#2303)
    • cf7339aa chore(deps): bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#2294)
    • db85de3e chore(deps): bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1 (#2295)
    • 261af2bd fix(docs): context filter documentation (#2277)
    • 60fe12fc chore(deps): bump cloud.google.com/go/compute from 1.10.0 to 1.12.1 (#2284)
    • 94a5b775 chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#2283)
    • d4ba8666 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.121 to 1.44.126 (#2289)
    • 96b7fd4e chore(deps): bump cloud.google.com/go/pubsub from 1.24.0 to 1.26.0 (#2288)
    • af10cd6c chore(deps): bump github.com/nats-io/nats.go from 1.18.0 to 1.19.0 (#2285)
    • f9ce3d98 chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#2286)
    • 7b92eb93 chore(deps): bump actions/setup-go from 3.2.0 to 3.3.1 (#2271)
    • 3e5ad7e0 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.41 to 7.0.42 (#2269)
    • 76d04380 chore(deps): bump github.com/Azure/azure-event-hubs-go/v3 from 3.3.18 to 3.3.19 (#2270)
    • 336f1bf4 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.121 (#2267)
    • c12f81b1 feat: update third_party dependencies (#2245)
    • f25d2b05 chore(deps): bump google.golang.org/api from 0.98.0 to 0.99.0 (#2259)
    • 6993fed6 chore(deps): bump actions/setup-python from 4.2.0 to 4.3.0 (#2260)
    • 3fa45d20 chore(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 (#2258)
    • 2ece19b2 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus from 1.1.0 to 1.1.1 (#2256)
    • 5a12e7c6 chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#2255)
    • 21fd5b6b chore(deps): bump google.golang.org/grpc from 1.50.0 to 1.50.1 (#2254)
    • e7b48445 chore(deps): bump github.com/nats-io/nats.go from 1.17.0 to 1.18.0 (#2253)
    • c6f480cb chore(deps): bump github.com/aws/aws-sdk-go from 1.44.114 to 1.44.116 (#2251)
    • 5be8d1c1 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.40 to 7.0.41 (#2252)
    • b2162be3 fix(docs): partition as optional field for kafka eventsource fixes: #1502 (#2246)
    • 3a0fb22e feat: Revision History Limit for sensor. Closes #1786 (#2244)
    • 314f07ba chore(deps): bump github.com/minio/minio-go/v7 from 7.0.39 to 7.0.40 (#2241)
    • 47d20f86 chore(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#2240)
    • 3278a094 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.109 to 1.44.114 (#2239)
    • 103675a5 feat: Azure Service Bus as EventSource (#2229)
    • c5e5cfc4 Property name typo in Expr filter documentation (#2231)
    • 3ff81754 chore(deps): bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#2227)
    • c1af4fc6 chore(deps): bump google.golang.org/api from 0.97.0 to 0.98.0 (#2226)
    • 05b5764a chore(deps): bump github.com/aws/aws-sdk-go from 1.44.105 to 1.44.109 (#2224)
    • d5632222 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.35 to 7.0.39 (#2225)
    • d4f53b67 chore(deps): bump github.com/Shopify/sarama from 1.35.0 to 1.37.0 (#2223)

    Contributors

    • Aalok Ahluwalia
    • AdamKorcz
    • Derek Wang
    • GoshaDo
    • Jorge
    • Julie Vogelman
    • Ole-Martin Bratteng
    • Peter Hoellig
    • Prema
    • dependabot[bot]
    • emmayylu
    • joepk
    Open source →
  22. v1.7.4-0.20221212070810-103675a575be 12 Dec 2022 pre-release

    Nothing published for this version

  23. v1.7.3 28 Sep 2022
    Release notes
    • c11f9147 Update manifests to v1.7.3
    • 7e6a9a57 Make port configurable in webhook, default is set to 443 (#2215)
    • 8441b643 feat: Kafka es discontinues processing if eb publishing fails (#2214)
    • 63d40612 chore(deps): bump actions/stale from 5 to 6 (#2213)
    • 688259f7 chore(deps): bump google.golang.org/api from 0.93.0 to 0.97.0 (#2211)
    • 179cc075 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.81 to 1.44.105 (#2208)
    • d3d22376 fix filter for github sensor example (#2188)
    • 1c68b590 fix: Emissary executor reads and writes to WorkflowTaskResults, not Pods (#2189)
    • 3ea1f575 chore(deps): bump github.com/nats-io/nats.go from 1.16.0 to 1.17.0 (#2197)

    Contributors

    • Derek Wang
    • Julie Vogelman
    • Matthieu Simon
    • Nir Shtein
    • dependabot[bot]
    Open source →
  24. v1.7.2 12 Sep 2022
    Release notes
    • 1d3877a4 Update manifests to v1.7.2
    • 2ecd6a70 feat: Webhook event source to support filtering (#2178)
    • f7bfd1c5 fix: dependency should use % (#2175)
    • 8d611286 fix: error is swallowed after retry failure (#2160)
    • 985e7481 feat: Kafka eventsource supports Sarama config customization (#2161)
    • e52ad749 feat: retry failed eventbus message publishing (#2162)
    • e0bae390 feat: Add option to configure NATS max_payload in JetStream eventbus (#2164)
    • 82e0ae1c chore(deps): bump github.com/minio/minio-go/v7 from 7.0.34 to 7.0.35 (#2167)
    • 2fdb0b13 chore(deps): bump github.com/itchyny/gojq from 0.12.8 to 0.12.9 (#2165)
    • 73755456 fix: Increase random sleep range in Bitbucket eventsource (#2148)
    • a82ccd31 chore(deps): bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#2149)
    • 5d102a2a solved deleteHookOnFinish race condition + removed hooks daemon mitigation (#2145)
    • f31cd46e chore(deps): bump github.com/tidwall/gjson from 1.14.2 to 1.14.3 (#2143)
    • 91a12483 chore(deps): bump google.golang.org/api from 0.91.0 to 0.93.0 (#2144)
    • 78044d66 feat: AWS Temporary credential support for SQS eventsource (#2092)
    • a1df80c1 chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.10.1 to 2.11.0 (#2133)
    • f85d207c chore(deps): bump cloud.google.com/go/compute from 1.7.0 to 1.9.0 (#2142)
    • 7e6d4e6e chore(deps): bump github.com/aws/aws-sdk-go from 1.44.70 to 1.44.81 (#2141)
    • 081ac2f8 fix: added controller config validation (#2103)
    • ea023697 feat: submit from workflowtemplate (#2120)
    • cd23dde5 chore(deps): bump google.golang.org/api from 0.90.0 to 0.91.0 (#2122)
    • 9f8ffe91 chore(deps): bump actions/setup-python from 4.1.0 to 4.2.0 (#2129)
    • 7821d9c2 chore(deps): bump github.com/tidwall/gjson from 1.14.1 to 1.14.2 (#2123)
    • a0648352 chore(deps): bump github.com/prometheus/client_golang (#2124)
    • b126982d chore(deps): bump github.com/xanzy/go-gitlab from 0.69.0 to 0.70.0 (#2128)
    • c1d99913 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.61 to 1.44.70 (#2125)
    • ecd934e9 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.32 to 7.0.34 (#2126)
    • f40ebc69 chore(deps): bump github.com/nats-io/stan.go from 0.10.2 to 0.10.3 (#2119)
    • 500ff894 chore(deps): bump google.golang.org/api from 0.88.0 to 0.90.0 (#2117)
    • f0ce5266 chore(deps): bump github.com/slack-go/slack from 0.11.1 to 0.11.2 (#2118)
    • 697f49b7 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.31 to 7.0.32 (#2115)
    • a3c936c2 fix: CVE-2022-1996 (#2111)
    • 47e74b54 fix: return error in case param value resolving fails (#2112)
    • ceeede1a fix: add SCRAM functionality in Kafka triggers, SCRAM-SHA512/256 SASL (#2087) (#2091)
    • e021d48a fix: update bitbucket es example yaml (#2113)
    • b08721f3 chore(deps): bump github.com/Shopify/sarama from 1.34.1 to 1.35.0 (#2100)
    • 2b718c89 chore(deps): bump github.com/rabbitmq/amqp091-go from 1.3.4 to 1.4.0 (#2099)
    • 684ed67c fix: Removed usage of projectKey field in bitbucket eventsource (#2109)
    • b1d449c1 chore(deps): bump github.com/slack-go/slack from 0.11.0 to 0.11.1 (#2097)
    • 5e35f18a chore(deps): bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.61 (#2098)
    • 227a2db7 fix: flaky e2e test cases (#2102)
    • 1ba564d1 chore(deps): bump google.golang.org/api from 0.87.0 to 0.88.0 (#2096)
    • 62b1870d chore(deps): bump cloud.google.com/go/pubsub from 1.23.1 to 1.24.0 (#2095)
    • 8c715122 feat: Make max request payload size configurable in all git/webhook related eventsources (#2093)
    • 156de21b chore(deps): bump google.golang.org/grpc from 1.47.0 to 1.48.0 (#2079)
    • ae9611db chore(deps): bump github.com/xanzy/go-gitlab from 0.68.2 to 0.69.0 (#2082)
    • ad9d638f chore(deps): bump google.golang.org/api from 0.86.0 to 0.87.0 (#2080)
    • 736a5c7c chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 (#2081)
    • a3cad702 chore(deps): bump actions/setup-python from 4.0.0 to 4.1.0 (#2084)
    • c81d2b17 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.51 to 1.44.56 (#2083)
    • f10eeb90 Update quick_start.md (#2072)
    • 5f140239 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.30 to 7.0.31 (#2071)
    • fedb5359 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.47 to 1.44.51 (#2070)
    • b8952b28 feat: Add support for custom SNS endpoint (#2067)
    • 6686429d chore(deps): bump cloud.google.com/go/pubsub from 1.23.0 to 1.23.1 (#2061)
    • dd3a18df chore(deps): bump github.com/minio/minio-go/v7 from 7.0.29 to 7.0.30 (#2065)
    • b2037fb3 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.42 to 1.44.47 (#2064)
    • ead25fb5 chore(deps): bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 (#2066)
    • 4d2eb11b chore(deps): bump github.com/xanzy/go-gitlab from 0.68.0 to 0.68.2 (#2063)
    • 524e8f50 chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#2062)
    • 4412f22e chore(deps): bump google.golang.org/api from 0.85.0 to 0.86.0 (#2060)
    • 8070dfca chore(deps): bump cloud.google.com/go/pubsub from 1.22.2 to 1.23.0 (#2048)
    • d7d86ba9 chore(deps): bump github.com/argoproj/pkg from 0.13.3 to 0.13.6 (#2052)
    • 0d623a9a chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.5 (#2053)
    • 8d19da79 chore(deps): bump google.golang.org/api from 0.84.0 to 0.85.0 (#2051)
    • 723d6ce5 chore(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#2050)
    • 062e314a chore(deps): bump github.com/aws/aws-sdk-go from 1.44.37 to 1.44.42 (#2049)
    • fb5f6458 chore(deps): bump cloud.google.com/go/compute from 1.6.1 to 1.7.0 (#2039)
    • d6da1573 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.47 to 0.9.48 (#2041)
    • bf33d677 chore(deps): bump github.com/argoproj/pkg from 0.13.1 to 0.13.3 (#2037)
    • b9f93179 chore(deps): bump github.com/slack-go/slack from 0.10.3 to 0.11.0 (#2040)
    • 814464b1 chore(deps): bump github.com/minio/minio-go/v7 from 7.0.27 to 7.0.29 (#2038)
    • 98a6e843 chore(deps): bump google.golang.org/api from 0.83.0 to 0.84.0 (#2035)
    • 23d31528 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.32 to 1.44.37 (#2036)
    • 5e7cc1f3 feat: Added multiple repos support for bitbucket eventsource (#2031)
    • 7a221484 chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.10.0 to 2.10.1 (#2027)
    • fa547708 chore(deps): bump google.golang.org/api from 0.82.0 to 0.83.0 (#2029)
    • 25c8e12e chore(deps): bump actions/setup-python from 3.1.2 to 4.0.0 (#2030)
    • 04b189e1 chore(deps): bump github.com/Shopify/sarama from 1.34.0 to 1.34.1 (#2028)
    • b68fbeeb chore(deps): bump github.com/eclipse/paho.mqtt.golang (#2023)
    • d1266e17 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.46 to 0.9.47 (#2025)
    • b63d380b chore(deps): bump github.com/aws/aws-sdk-go from 1.44.27 to 1.44.32 (#2024)
    • 78f2fea2 chore(deps): bump google.golang.org/api from 0.81.0 to 0.82.0 (#2017)
    • b750804b chore(deps): bump github.com/Shopify/sarama from 1.33.0 to 1.34.0 (#2013)

    Contributors

    • Amirio
    • Daniel
    • Derek Wang
    • Harshdeep Singh
    • Ian McGraw
    • Julie Vogelman
    • Patrick Marx
    • avasiliev
    • dependabot[bot]
    Open source →
  25. v1.7.1 09 Jun 2022
    Release notes
    • a98978a3 Update manifests to v1.7.1
    • b03f5c70 chore(deps): bump cloud.google.com/go/pubsub from 1.21.1 to 1.22.2 (#2016)
    • eb669285 chore(deps): bump google.golang.org/grpc from 1.46.2 to 1.47.0 (#2014)
    • 476cf56e chore(deps): bump github.com/itchyny/gojq from 0.12.7 to 0.12.8 (#2015)
    • 22ad8c1f chore(deps): bump github.com/aws/aws-sdk-go from 1.44.24 to 1.44.27 (#2012)
    • dcb32d41 chore(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13 (#2001)
    • e1d54ed7 Add support for Redis ACL auth (#2007)
    • d549502d chore(deps): bump actions/setup-go from 3.1.0 to 3.2.0 (#2006)
    • 9e26ddbb chore(deps): bump github.com/minio/minio-go/v7 from 7.0.26 to 7.0.27 (#2005)
    • c1b77733 chore(deps): bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#2004)
    • d03051bb chore(deps): bump github.com/nats-io/nats.go from 1.15.0 to 1.16.0 (#2003)
    • 28531dfa chore(deps): bump github.com/aws/aws-sdk-go from 1.44.21 to 1.44.24 (#2002)
    • 15cfd7f6 chore(deps): bump github.com/xanzy/go-gitlab from 0.65.0 to 0.68.0 (#1995)
    • 48b38900 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.19 to 1.44.21 (#1993)
    • 49121eab chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.45 to 0.9.46 (#1994)
    • fe48c003 chore(deps): bump google.golang.org/api from 0.80.0 to 0.81.0 (#1992)
    • e1fab1dd fix: jetstream statefulset resource setting (#1989)
    • 656b99de feat: add support to parse QueryParameter and PostForm on webhook eve… (#1978)
    • 0a9206d8 chore(deps): bump google.golang.org/api from 0.79.0 to 0.80.0 (#1985)
    • 248b6164 chore(deps): bump github.com/cloudevents/sdk-go/v2 from 2.9.0 to 2.10.0 (#1984)
    • 80863521 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.14 to 1.44.19 (#1983)
    • b08d6379 fix: make access token optional (#1976)
    • 52a26202 fix: Limit github hooks manager daemon lifetime to 10 min (#1930)
    • 11c547fd chore(deps): bump google.golang.org/grpc from 1.46.0 to 1.46.2 (#1974)
    • 6fa9a133 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.14 (#1973)
    • 69a4b4ae chore(deps): bump actions/setup-go from 3.0.0 to 3.1.0 (#1975)
    • a66da058 chore(deps): bump github.com/prometheus/client_golang (#1971)
    • 1e8e81ed chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.44 to 0.9.45 (#1969)
    • 2bbe22c4 chore(deps): bump google.golang.org/api from 0.78.0 to 0.79.0 (#1970)
    • 1c0cfff4 chore(deps): bump github.com/xanzy/go-gitlab from 0.64.0 to 0.65.0 (#1968)
    • 78876451 chore(deps): bump github.com/Shopify/sarama from 1.32.0 to 1.33.0 (#1967)
    • d0f66dbc fix: git artifactory arbitrary file read issue (#1965)
    • e80ab9f9 feat: add support of submit from existing resource (#1908) (#1941)
    • 3861f8a7 fix: use crypto/rand instead of math/rand (#1959)
    • 9f243f67 fix: add nil check on sensor spec validation (#1961)
    • f4b6b04b chore(deps): bump github.com/minio/minio-go/v7 from 7.0.24 to 7.0.26 (#1939)
    • 4cb6cad8 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.8 to 1.44.9 (#1938)
    • 6fe18099 feat: Expand e2e tests (#1859)
    • 6284920c chore(deps): bump docker/setup-buildx-action from 1 to 2 (#1935)
    • 480fd9f3 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.7 to 1.44.8 (#1937)
    • 6c6a2102 chore(deps): bump docker/login-action from 1 to 2 (#1936)
    • ed5eb358 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.6 to 1.44.7 (#1933)
    • a4d23d23 chore(deps): bump github.com/nats-io/nats.go from 1.14.0 to 1.15.0 (#1932)
    • 81025a67 chore(deps): bump cloud.google.com/go/pubsub from 1.21.0 to 1.21.1 (#1931)

    Contributors

    • Daniel
    • Derek Wang
    • Ivan Babiankou
    • Julie Vogelman
    • Omar Elbanby
    • Tom Elliff-O'Shea
    • dependabot[bot]
    • shirou
    Open source →
  26. v1.7.1-0.20220609060508-b03f5c707326 09 Jun 2022 pre-release

    Nothing published for this version

  27. v1.7.1-0.20220609060502-eb66928544a8 09 Jun 2022 pre-release

    Nothing published for this version

  28. v1.7.1-0.20220609060457-476cf56e05ba 09 Jun 2022 pre-release

    Nothing published for this version

  29. v1.7.1-0.20220609060449-22ad8c1fdb84 09 Jun 2022 pre-release

    Nothing published for this version

  30. v1.7.1-0.20220609060439-dcb32d417826 09 Jun 2022 pre-release

    Nothing published for this version

  31. v1.7.1-0.20220609060430-e1d54ed74306 09 Jun 2022 pre-release

    Nothing published for this version

  32. v1.7.1-0.20220609060425-d549502d23bb 09 Jun 2022 pre-release

    Nothing published for this version

  33. v1.7.1-0.20220609060419-9e26ddbb7b9c 09 Jun 2022 pre-release

    Nothing published for this version

  34. v1.7.1-0.20220609060409-c1b77733b236 09 Jun 2022 pre-release

    Nothing published for this version

  35. v1.7.1-0.20220609060403-d03051bb4b71 09 Jun 2022 pre-release

    Nothing published for this version

  36. v1.7.1-0.20220609060357-28531dfa207e 09 Jun 2022 pre-release

    Nothing published for this version

  37. v1.7.1-0.20220609060349-03527a469b31 09 Jun 2022 pre-release

    Nothing published for this version

  38. v1.7.1-0.20220609060342-803c2964940f 09 Jun 2022 pre-release

    Nothing published for this version

  39. v1.7.1-0.20220609060336-15cfd7f65803 09 Jun 2022 pre-release

    Nothing published for this version

  40. v1.7.1-0.20220609060331-48b389000f6b 09 Jun 2022 pre-release

    Nothing published for this version

  41. v1.7.1-0.20220609060325-49121eab0064 09 Jun 2022 pre-release

    Nothing published for this version

  42. v1.7.1-0.20220609060319-fe48c00379ac 09 Jun 2022 pre-release

    Nothing published for this version

  43. v1.7.1-0.20220609060311-abf5b8ef0ca8 09 Jun 2022 pre-release

    Nothing published for this version

  44. v1.7.1-0.20220609060305-e51f289e6187 09 Jun 2022 pre-release

    Nothing published for this version

  45. v1.7.1-0.20220609060249-e1fab1dde13b 09 Jun 2022 pre-release

    Nothing published for this version

  46. v1.7.1-0.20220609060243-656b99ded768 09 Jun 2022 pre-release

    Nothing published for this version

  47. v1.7.1-0.20220609060237-0a9206d88b89 09 Jun 2022 pre-release

    Nothing published for this version

  48. v1.7.1-0.20220609060232-248b61641ff3 09 Jun 2022 pre-release

    Nothing published for this version

  49. v1.7.1-0.20220609060221-808635214ce7 09 Jun 2022 pre-release

    Nothing published for this version

  50. v1.7.1-0.20220609060215-b08d6379e18f 09 Jun 2022 pre-release

    Nothing published for this version

  51. v1.7.1-0.20220609060208-52a2620242ee 09 Jun 2022 pre-release

    Nothing published for this version

  52. v1.7.1-0.20220609060150-11c547fdfb14 09 Jun 2022 pre-release

    Nothing published for this version

  53. v1.7.1-0.20220609060145-6fa9a13367b7 09 Jun 2022 pre-release

    Nothing published for this version

  54. v1.7.1-0.20220609060135-69a4b4ae2e8f 09 Jun 2022 pre-release

    Nothing published for this version

  55. v1.7.1-0.20220609060126-a66da05877cb 09 Jun 2022 pre-release

    Nothing published for this version

  56. v1.7.1-0.20220609060117-1e8e81edb493 09 Jun 2022 pre-release

    Nothing published for this version

  57. v1.7.1-0.20220609060111-2bbe22c4a5bb 09 Jun 2022 pre-release

    Nothing published for this version

  58. v1.7.1-0.20220609060106-1c0cfff48d2d 09 Jun 2022 pre-release

    Nothing published for this version

  59. v1.7.1-0.20220609060100-788764514be2 09 Jun 2022 pre-release

    Nothing published for this version

  60. v1.7.1-0.20220609060054-eaabcb6d6502 09 Jun 2022 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive