Skip to content

chore(deps): bump github.com/argoproj/argo-events from 1.7.3 to 1.7.6#119

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/argoproj/argo-events-1.7.6
Closed

chore(deps): bump github.com/argoproj/argo-events from 1.7.3 to 1.7.6#119
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/argoproj/argo-events-1.7.6

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2023

Bumps github.com/argoproj/argo-events from 1.7.3 to 1.7.6.

Release notes

Sourced from github.com/argoproj/argo-events's releases.

v1.7.6

Major Changes

  • Fixed the JetStream EventBus issue introduced in v1.7.5, thanks @​khmjp for reporting it.
  • Support using K8s leader election to do Active-passive HA, thanks @​dfarr.

Pull Requests

argoproj/argo-events@v1.7.5...v1.7.6

Contributors

@​dfarr @​whynowy

Installation

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

v1.7.5

Major Changes

  • Expands the Slack trigger capabilities, to support blocks, attachments, threads and more. Thanks @​daniel-codefresh
  • Kafka trigger supports multiple partitions, and schema registry. Thanks @​Thomasr-02, @​jwillker
  • Adds header support for Nats EventSource. Thanks @​bradfair
  • Controller removes hard requirement of cluster-wide secret list/watch privileges. Thanks @​jessesuen
  • Sensor supports optional at least once triggering. Thanks @​bilalba @​dfarr

Pull Requests

argoproj/argo-events@v1.7.4...v1.7.5

Contributors

@​dfarr @​jwillker @​bilalba @​jessesuen @​Thomasr-02
@​bradfair @​kasteph @​34fathombelow @​daniel-codefresh

... (truncated)

Changelog

Sourced from github.com/argoproj/argo-events's changelog.

v1.7.6 (2023-02-09)

  • 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]

v1.7.5 (2023-01-23)

  • 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)

... (truncated)

Commits
  • eff0434 Update manifests to v1.7.6
  • d0481ae feat: Optional kubernetes-based leader election (#2438)
  • 413ca1f fix: remove the secret watch privilege dependency from js eb ctrler (#2453)
  • 0b79a44 chore(deps): bump github.com/xanzy/go-gitlab from 0.78.0 to 0.79.1 (#2460)
  • 666a29d chore(deps): bump github.com/rabbitmq/amqp091-go from 1.6.0 to 1.6.1 (#2459)
  • ca0fbdb chore(deps): bump google.golang.org/api from 0.108.0 to 0.109.0 (#2456)
  • 08e84bd chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.3 (#2448)
  • c377ea0 chore(deps): bump github.com/antonmedv/expr from 1.10.1 to 1.10.5 (#2446)
  • de0a80e Update manifests to v1.7.5
  • be4ce30 chore(deps): bump github.com/gavv/httpexpect/v2 from 2.8.0 to 2.9.0 (#2434)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2023
Bumps [github.com/argoproj/argo-events](https://github.com/argoproj/argo-events) from 1.7.3 to 1.7.6.
- [Release notes](https://github.com/argoproj/argo-events/releases)
- [Changelog](https://github.com/argoproj/argo-events/blob/master/CHANGELOG.md)
- [Commits](argoproj/argo-events@v1.7.3...v1.7.6)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-events
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-events-1.7.6 branch from 62a56fe to 1bd2c1e Compare April 25, 2023 05:55
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 13, 2023

Superseded by #146.

@dependabot dependabot bot closed this May 13, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/argoproj/argo-events-1.7.6 branch May 13, 2023 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants