Skip to content

Commit

Permalink
chore: release v0.16.0 (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage authored Jun 14, 2020
1 parent 82cb830 commit ea5962d
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 23 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.16.0

+ Add affinity, tolerations in template and clusterIP in service #663
+ Support for using a live K8s resource in standard K8s triggers #671
+ Introduce EventBus CRD #674
+ Enhanced filter for resource gateway #682
+ Fix gateway client http requests #684
+ Fix k8s trigger operations #695
+ Support to register multiple events in a GitLab webhook #696

## v0.15.0

+ Made deployment/Service template optional in Gateway #598
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.15.0
IMAGE_TAG?=v0.16.0
BUILD_BINARY?=true

ifeq (${DOCKER_PUSH},true)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.15.0
0.16.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.15.0"
"version": "v0.16.0"
},
"paths": {},
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,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.15.0.
Update the image version in values.yaml to v0.16.0.

1. Install `argo-events` chart

Expand Down
12 changes: 6 additions & 6 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ resources:

images:
- name: argoproj/gateway-controller
newTag: v0.15.0
newTag: v0.16.0
- name: argoproj/sensor-controller
newTag: v0.15.0
newTag: v0.16.0
- name: argoproj/eventbus-controller
newTag: v0.15.0
newTag: v0.16.0

patchesStrategicMerge:
- |-
Expand All @@ -35,9 +35,9 @@ patchesStrategicMerge:
- name: gateway-controller
env:
- name: GATEWAY_CLIENT_IMAGE
value: argoproj/gateway-client:v0.15.0
value: argoproj/gateway-client:v0.16.0
- name: GATEWAY_SERVER_IMAGE
value: argoproj/gateway-server:v0.15.0
value: argoproj/gateway-server:v0.16.0
- |-
apiVersion: apps/v1
kind: Deployment
Expand All @@ -50,4 +50,4 @@ patchesStrategicMerge:
- name: sensor-controller
env:
- name: SENSOR_IMAGE
value: argoproj/sensor:v0.15.0
value: argoproj/sensor:v0.16.0
12 changes: 6 additions & 6 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ spec:
fieldPath: metadata.namespace
- name: NATS_STREAMING_IMAGE
value: nats-streaming:0.17.0
image: argoproj/eventbus-controller:v0.15.0
image: argoproj/eventbus-controller:v0.16.0
imagePullPolicy: Always
name: eventbus-controller
serviceAccountName: argo-events-sa
Expand Down Expand Up @@ -337,10 +337,10 @@ spec:
- name: CONTROLLER_CONFIG_MAP
value: gateway-controller-configmap
- name: GATEWAY_CLIENT_IMAGE
value: argoproj/gateway-client:v0.15.0
value: argoproj/gateway-client:v0.16.0
- name: GATEWAY_SERVER_IMAGE
value: argoproj/gateway-server:v0.15.0
image: argoproj/gateway-controller:v0.15.0
value: argoproj/gateway-server:v0.16.0
image: argoproj/gateway-controller:v0.16.0
name: gateway-controller
serviceAccountName: argo-events-sa
---
Expand Down Expand Up @@ -368,7 +368,7 @@ spec:
- name: CONTROLLER_CONFIG_MAP
value: sensor-controller-configmap
- name: SENSOR_IMAGE
value: argoproj/sensor:v0.15.0
image: argoproj/sensor-controller:v0.15.0
value: argoproj/sensor:v0.16.0
image: argoproj/sensor-controller:v0.16.0
name: sensor-controller
serviceAccountName: argo-events-sa
12 changes: 6 additions & 6 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ spec:
fieldPath: metadata.namespace
- name: NATS_STREAMING_IMAGE
value: nats-streaming:0.17.0
image: argoproj/eventbus-controller:v0.15.0
image: argoproj/eventbus-controller:v0.16.0
imagePullPolicy: Always
name: eventbus-controller
serviceAccountName: argo-events-sa
Expand Down Expand Up @@ -225,10 +225,10 @@ spec:
- name: CONTROLLER_CONFIG_MAP
value: gateway-controller-configmap
- name: GATEWAY_CLIENT_IMAGE
value: argoproj/gateway-client:v0.15.0
value: argoproj/gateway-client:v0.16.0
- name: GATEWAY_SERVER_IMAGE
value: argoproj/gateway-server:v0.15.0
image: argoproj/gateway-controller:v0.15.0
value: argoproj/gateway-server:v0.16.0
image: argoproj/gateway-controller:v0.16.0
name: gateway-controller
serviceAccountName: argo-events-sa
---
Expand Down Expand Up @@ -256,7 +256,7 @@ spec:
- name: CONTROLLER_CONFIG_MAP
value: sensor-controller-configmap
- name: SENSOR_IMAGE
value: argoproj/sensor:v0.15.0
image: argoproj/sensor-controller:v0.15.0
value: argoproj/sensor:v0.16.0
image: argoproj/sensor-controller:v0.16.0
name: sensor-controller
serviceAccountName: argo-events-sa
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
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 = "v0.15.0" // value from VERSION file
version = "0.16.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 ea5962d

Please sign in to comment.