Skip to content

Commit

Permalink
chore: release 0.17.0 (#764)
Browse files Browse the repository at this point in the history
* fix: gateway and sensor service name

* docs: add service accounts documentation for triggers
  • Loading branch information
VaibhavPage authored Jul 23, 2020
1 parent 4ba0855 commit d1f5c95
Show file tree
Hide file tree
Showing 30 changed files with 101 additions and 90 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.17.0

+ Introduced Eventbus #674
+ Merged EventSource and Gateway CR #735
+ Re-implementation of sensor-controller and the sensor #723
+ Refined auto-connect for the eventbus #761
+ Introduced metrics to eventbus #745
+ Different deployment update strategy for different event sources #755
+ Removed Argo Workflow package dependency #758
+ Enhanced time filter in the sensor #737
+ Kafka EventSource non-tls connection fix #704
+ Correct pkg structure and proto file generation #701

## v0.16.0

+ Add affinity, tolerations in template and clusterIP in service #663
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ override LDFLAGS += \
# docker image publishing options
DOCKER_PUSH?=true
IMAGE_NAMESPACE?=argoproj
IMAGE_TAG?=v0.16.0
IMAGE_TAG?=v0.17.0
BUILD_BINARY?=true

ifeq (${DOCKER_PUSH},true)
Expand Down
2 changes: 0 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@

- Read-Only UI.
- Argo Events CLI.
- EventBus for event deliveries.
- Unified Gateway and EventSource.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.17.0
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Make sure you have helm client installed and Tiller server is running. To instal
helm repo add argo https://argoproj.github.io/argo-helm

1. The helm chart for argo-events is maintained solely by the community and hence the image version for controllers can go out of sync.
Update the image version in values.yaml to v0.16.0.
Update the image version in values.yaml to v0.17.0.

1. Install `argo-events` chart

Expand Down
6 changes: 3 additions & 3 deletions docs/setup/amqp.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/aws-sns.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ The structure of an event dispatched by the event-source over eventbus looks lik
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/aws-sqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/emitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
10 changes: 5 additions & 5 deletions docs/setup/gcp-pub-sub.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ The structure of an event dispatched by the event-source over the eventbus looks

{
"context": {
"type": "type_of_event_bus",
"specVersion": "cloud_events_version",
"source": "name_of_the_event_bus",
"eventID": "unique_event_id",
"type": "type_of_event_source",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/minio.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
14 changes: 7 additions & 7 deletions docs/setup/mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ The structure of an event dispatched by the event-source over the eventbus looks

{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
"type": "type_of_event_source",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"id": "unique_event_id",
"time": "event_time",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
"topic": "Topic refers to the MQTT topic name",
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/nats.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/nsq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ The structure of an event dispatched by the event-source over the eventbus looks
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ The structure of an event dispatched by the event-source to the sensor looks lik
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
12 changes: 6 additions & 6 deletions docs/tutorials/02-parameterization.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ The structure of the event the Webhook sensor receives from the event-source ove
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down Expand Up @@ -196,11 +196,11 @@ Consider the event the sensor received has format like,
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
Expand Down
8 changes: 4 additions & 4 deletions docs/tutorials/07-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ payload structure as,
{
"context": {
"type": "type_of_event_source",
"specVersion": "cloud_events_version",
"specversion": "cloud_events_version",
"source": "name_of_the_event_source",
"eventID": "unique_event_id",
"id": "unique_event_id",
"time": "event_time",
"dataContentType": "type_of_data",
"subject": "name_of_the_event_within_event_source"
"datacontenttype": "type_of_data",
"subject": "name_of_the_configuration_within_event_source"
},
"data": {
"header": {},
Expand Down
2 changes: 1 addition & 1 deletion examples/sensors/context-filter-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
context:
source: webhook
subject: example
dataContentType: application/json
datacontenttype: application/json
triggers:
- template:
name: done-workflow
Expand Down
Loading

0 comments on commit d1f5c95

Please sign in to comment.