Skip to content

Commit

Permalink
chore: changelog for v1.0.0 (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage committed Sep 4, 2020
1 parent 780e62d commit cc8682f
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -23,7 +23,7 @@ If applicable, add screenshots to help explain your problem.
**Environment (please complete the following information):**
- Kubernetes: [e.g. v1.18.6]
- Argo: [e.g. v2.9.4]
- Argo Events: [e.g. v0.17.0]
- Argo Events: [e.g. v1.0.0]

**Additional context**
Add any other context about the problem here.
Expand Down
33 changes: 33 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,38 @@
# Changelog

## v1.0.0

### Features & Enhancements

+ Pulsar event source. #774
+ Simplified Circuit and Switch with Conditions. #834
+ Simplified TLS config for EventSources and Sensors. #830
+ Kafka Consumer Group. #817
+ Added `NotEqualTo` comparator to data filters. #822
+ Rate limit for Kafka and initial offset support and refactor config. #829
+ Support for re-using existing subscription ID for gcp pubsub. #778
+ Simple health check endpoint for webhooks. #823
+ Simple Authentication for webhook related event sources. #826
+ Connect to git with InsecureIgnoreHostKey. #842
+ Switched to use volumes for injected secrets and configMaps in triggers. #792
+ Added user metadata to eventsources.#797
+ Added liveness and readiness check for controllers. #837
+ Exposed metadata for sensors and fix metadata for eventsources. #773
+ Upgraded argo cli to v2.10.x. #844

### Bugfixes

+ Updated log path to be together with data path. #833
+ Switched slack lib and stop using deprecated APIs. #777
+ Added/fixed tolerations for CRDs. #787
+ Azure eventsource fix. #789
+ Added logic to ticker loop to ensure subscription always exists with an open connection. #861
+ Corrected response code for slack event source. #811
+ Fixed Azure EventsHub issue. #846
+ Added labels to created k8s objects. #805
+ Retry when connect to eventbus in sensor. #816
+ Fixed Calendar timezone issue. #801

## v0.17.0

+ Introduced Eventbus #674
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -19,7 +19,7 @@ override LDFLAGS += \
# docker image publishing options
DOCKER_PUSH?=false
IMAGE_NAMESPACE?=argoproj
IMAGE_TAG?=v0.17.0
IMAGE_TAG?=v1.0.0

ifeq (${DOCKER_PUSH},true)
ifndef IMAGE_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.17.0
1.0.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.

6 changes: 3 additions & 3 deletions docs/installation.md
Expand Up @@ -80,12 +80,12 @@ 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.17.0.
Update the image version in values.yaml to v1.0.0.

1. Install `argo-events` chart

helm install argo-events argo/argo-events

### Migrate to v0.17.0
### Migrate to v1.0.0

If you are looking to migrate Argo Events <0.16.0 to v0.17.0, please read the [migration docs](https://github.com/argoproj/argo-events/wiki/Migration-path-for-v0.17.0).
If you are looking to migrate Argo Events <0.16.0 to v1.0.0, please read the [migration docs](https://github.com/argoproj/argo-events/wiki/Migration-path-for-v0.17.0).
10 changes: 5 additions & 5 deletions manifests/base/kustomization.yaml
Expand Up @@ -14,11 +14,11 @@ resources:

images:
- name: argoproj/sensor-controller
newTag: v0.17.0
newTag: latest
- name: argoproj/eventbus-controller
newTag: v0.17.0
newTag: latest
- name: argoproj/eventsource-controller
newTag: v0.17.0
newTag: latest

patchesStrategicMerge:
- |-
Expand All @@ -33,7 +33,7 @@ patchesStrategicMerge:
- name: eventsource-controller
env:
- name: EVENTSOURCE_IMAGE
value: argoproj/eventsource:v0.17.0
value: argoproj/eventsource:latest
- |-
apiVersion: apps/v1
kind: Deployment
Expand All @@ -46,4 +46,4 @@ patchesStrategicMerge:
- name: sensor-controller
env:
- name: SENSOR_IMAGE
value: argoproj/sensor:v0.17.0
value: argoproj/sensor:latest
10 changes: 5 additions & 5 deletions manifests/install.yaml
Expand Up @@ -264,7 +264,7 @@ spec:
value: nats-streaming:0.17.0
- name: NATS_METRICS_EXPORTER_IMAGE
value: synadia/prometheus-nats-exporter:0.6.2
image: argoproj/eventbus-controller:v0.17.0
image: argoproj/eventbus-controller:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -303,8 +303,8 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: EVENTSOURCE_IMAGE
value: argoproj/eventsource:v0.17.0
image: argoproj/eventsource-controller:v0.17.0
value: argoproj/eventsource:latest
image: argoproj/eventsource-controller:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -343,8 +343,8 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: SENSOR_IMAGE
value: argoproj/sensor:v0.17.0
image: argoproj/sensor-controller:v0.17.0
value: argoproj/sensor:latest
image: argoproj/sensor-controller:latest
livenessProbe:
httpGet:
path: /healthz
Expand Down
10 changes: 5 additions & 5 deletions manifests/namespace-install.yaml
Expand Up @@ -181,7 +181,7 @@ spec:
value: nats-streaming:0.17.0
- name: NATS_METRICS_EXPORTER_IMAGE
value: synadia/prometheus-nats-exporter:0.6.2
image: argoproj/eventbus-controller:v0.17.0
image: argoproj/eventbus-controller:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -222,8 +222,8 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: EVENTSOURCE_IMAGE
value: argoproj/eventsource:v0.17.0
image: argoproj/eventsource-controller:v0.17.0
value: argoproj/eventsource:latest
image: argoproj/eventsource-controller:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -264,8 +264,8 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: SENSOR_IMAGE
value: argoproj/sensor:v0.17.0
image: argoproj/sensor-controller:v0.17.0
value: argoproj/sensor:latest
image: argoproj/sensor-controller:latest
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -24,7 +24,7 @@ import (
// Version information set by link flags during build. We fall back to these sane
// default values when we build outside the Makefile context (e.g. go build or go test).
var (
version = "0.17.0" // value from VERSION file
version = "1.0.0" // value from VERSION file
buildDate = "1970-01-01T00:00:00Z" // output from `date -u +'%Y-%m-%dT%H:%M:%SZ'`
gitCommit = "" // output from `git rev-parse HEAD`
gitTag = "" // output from `git describe --exact-match --tags HEAD` (if clean tree state)
Expand Down

0 comments on commit cc8682f

Please sign in to comment.