Skip to content

Commit

Permalink
chore: release v0.13.0 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage authored Mar 21, 2020
1 parent 7f124e0 commit 95d19d1
Show file tree
Hide file tree
Showing 96 changed files with 140 additions and 129 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v0.13.0
+ Add AWS-SQS Cross Account Queue Monitoring #547
+ Enhanced Data Filter Comparator #544
+ Support Json Body as an option for gateways #542
+ Fix duplicate webhooks issue for GitLab Gateway #537
+ Add request headers to GitHub and GitLab event payload #536,#533
+ Fix gateway nats subscribers logic bug #535
+ Added Kafka message publisher as trigger. #530
+ Added Nats message publisher as trigger #531
+ Support for Argo Rollout as trigger #529
+ Update Argo workflows dependency to 2.6.1 #528
+ Cleanup OpenFaas trigger implementation #526
+ Implemented Assume RoleARN for SQS and SNS #519
+ Complete Gateways & Sensors installation guide #548

## v0.13.0-rc
+ Enriched structure for events generated by the gateways #493. Refer https://github.com/argoproj/argo-events/blob/master/pkg/apis/events/event-data.go
+ Introducing the custom triggers (Beta) #493
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.13.0-rc
v0.13.0
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Argo",
"version": "v0.13.0-rc"
"version": "v0.13.0"
},
"paths": {},
"definitions": {
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/amqp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: amqp-events
image: argoproj/amqp-gateway:v0.13.0-rc
image: argoproj/amqp-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/amqp-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/aws-sns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: aws-sns-events
image: argoproj/aws-sns-gateway:v0.13.0-rc
image: argoproj/aws-sns-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/aws-sns-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/aws-sqs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: aws-sqs-events
image: argoproj/aws-sqs-gateway:v0.13.0-rc
image: argoproj/aws-sqs-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/aws-sqs-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/azure-events-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: azure-events-hub-events
image: argoproj/azure-events-hub-gateway:v0.13.0-rc
image: argoproj/azure-events-hub-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/azure-events-hub-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/calendar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: calendar-events
image: argoproj/calendar-gateway:v0.13.0-rc
image: argoproj/calendar-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/calendar-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/emitter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: emitter-events
image: argoproj/emitter-gateway:v0.13.0-rc
image: argoproj/emitter-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/emitter-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: file-events
image: argoproj/file-gateway:v0.13.0-rc
image: argoproj/file-gateway:v0.13.0
imagePullPolicy: Always
volumeMounts:
- mountPath: /test-data
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/gcp-pubsub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: gcp-pubsub-events
image: argoproj/gcp-pubsub-gateway:v0.13.0-rc
image: argoproj/gcp-pubsub-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/gcp-pubsub-gateway"]
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: github-events
image: argoproj/github-gateway:v0.13.0-rc
image: argoproj/github-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/github-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/gitlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: gitlab-events
image: argoproj/gitlab-gateway:v0.13.0-rc
image: argoproj/gitlab-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/gitlab-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: hdfs-events
image: argoproj/hdfs-gateway:v0.13.0-rc
image: argoproj/hdfs-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/hdfs-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: kafka-events
image: argoproj/kafka-gateway:v0.13.0-rc
image: argoproj/kafka-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/kafka-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: minio-events
image: argoproj/artifact-gateway:v0.13.0-rc
image: argoproj/artifact-gateway:v0.13.0
imagePullPolicy: Always
serviceAccountName: argo-events-sa
subscribers:
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/mqtt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: mqtt-events
image: argoproj/mqtt-gateway:v0.13.0-rc
image: argoproj/mqtt-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/mqtt-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/multi-subscribers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: webhook-events
image: argoproj/webhook-gateway:v0.13.0-rc
image: argoproj/webhook-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/webhook-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/nats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: nats-events
image: argoproj/nats-gateway:v0.13.0-rc
image: argoproj/nats-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/nats-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/nsq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: nsq-events
image: argoproj/nsq-gateway:v0.13.0-rc
image: argoproj/nsq-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/nsq-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: redis-events
image: argoproj/redis-gateway:v0.13.0-rc
image: argoproj/redis-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/redis-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: resource-events
image: argoproj/resource-gateway:v0.13.0-rc
image: argoproj/resource-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/resource-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/secure-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: webhook-events
image: argoproj/webhook-gateway:v0.13.0-rc
image: argoproj/webhook-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/webhook-gateway"]
# `cert` and `key` files path
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: slack-events
image: argoproj/slack-gateway:v0.13.0-rc
image: argoproj/slack-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/slack-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/storage-grid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: storage-grid-events
image: argoproj/storage-grid-gateway:v0.13.0-rc
image: argoproj/storage-grid-gateway:v0.13.0
imagePullPolicy: Always
serviceAccountName: argo-events-sa
service:
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/stripe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: stripe-events
image: argoproj/stripe-gateway:v0.13.0-rc
image: argoproj/stripe-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/stripe-gateway"]
serviceAccountName: argo-events-sa
Expand Down
4 changes: 2 additions & 2 deletions examples/gateways/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ spec:
spec:
containers:
- name: gateway-client
image: argoproj/gateway-client:v0.13.0-rc
image: argoproj/gateway-client:v0.13.0
imagePullPolicy: Always
command: ["/bin/gateway-client"]
- name: webhook-events
image: argoproj/webhook-gateway:v0.13.0-rc
image: argoproj/webhook-gateway:v0.13.0
imagePullPolicy: Always
command: ["/bin/webhook-gateway"]
serviceAccountName: argo-events-sa
Expand Down
2 changes: 1 addition & 1 deletion examples/sensors/amqp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: sensor
image: argoproj/sensor:v0.13.0-rc
image: argoproj/sensor:v0.13.0
imagePullPolicy: Always
serviceAccountName: argo-events-sa
subscription:
Expand Down
2 changes: 1 addition & 1 deletion examples/sensors/aws-lambda-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
spec:
containers:
- name: sensor
image: argoproj/sensor:v0.13.0-rc
image: argoproj/sensor:v0.13.0
imagePullPolicy: Always
serviceAccountName: argo-events-sa
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/sensors/aws-sns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: sensor
image: argoproj/sensor:v0.13.0-rc
image: argoproj/sensor:v0.13.0
imagePullPolicy: Always
serviceAccountName: argo-events-sa
subscription:
Expand Down
Loading

0 comments on commit 95d19d1

Please sign in to comment.