Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Update release labels to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grantr committed Jun 25, 2019
1 parent de428de commit 641f98f
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion config/tools/event-display/event-display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kind: Service
metadata:
name: event-display
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
spec:
runLatest:
configuration:
Expand Down
2 changes: 1 addition & 1 deletion contrib/awssqs/config/100-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ kind: Namespace
metadata:
name: knative-sources
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
2 changes: 1 addition & 1 deletion contrib/awssqs/config/200-serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ metadata:
name: awssqs-controller-manager
namespace: knative-sources
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
2 changes: 1 addition & 1 deletion contrib/awssqs/config/201-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: ClusterRole
metadata:
name: awssqs-controller
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
rules:
- apiGroups:
- apps
Expand Down
2 changes: 1 addition & 1 deletion contrib/awssqs/config/202-clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: ClusterRoleBinding
metadata:
name: awssqs-controller-rolebinding
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down
2 changes: 1 addition & 1 deletion contrib/awssqs/config/300-awssqssource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
eventing.knative.dev/source: "true"
knative.dev/crd-install: "true"
name: awssqssources.sources.eventing.knative.dev
Expand Down
2 changes: 1 addition & 1 deletion contrib/awssqs/config/400-controller-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: v1
kind: Service
metadata:
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
control-plane: awssqs-controller-manager
name: awssqs-controller-manager
namespace: knative-sources
Expand Down
2 changes: 1 addition & 1 deletion contrib/awssqs/config/500-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
control-plane: awssqs-controller-manager
name: awssqs-controller-manager
namespace: knative-sources
Expand Down
2 changes: 1 addition & 1 deletion contrib/awssqs/config/600-istioegress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kind: ServiceEntry
metadata:
name: awssqs-bus-ext
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
spec:
hosts:
- "*.amazonaws.com"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gcppubsub/config/100-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ kind: Namespace
metadata:
name: knative-sources
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
4 changes: 2 additions & 2 deletions contrib/gcppubsub/config/200-serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: gcppubsub-controller-manager
namespace: knative-sources
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
secrets:
- name: gcppubsub-source-key
---
Expand All @@ -27,7 +27,7 @@ kind: Secret
metadata:
name: gcppubsub-source-key
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
type: Opaque
data:
'key.json': ""
2 changes: 1 addition & 1 deletion contrib/gcppubsub/config/201-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: ClusterRole
metadata:
name: eventing-sources-gcppubsub-controller
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
rules:

- apiGroups:
Expand Down
4 changes: 2 additions & 2 deletions contrib/gcppubsub/config/202-clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: ClusterRoleBinding
metadata:
name: eventing-sources-gcppubsub-controller
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
subjects:
- kind: ServiceAccount
name: gcppubsub-controller-manager
Expand All @@ -34,7 +34,7 @@ kind: ClusterRoleBinding
metadata:
name: eventing-sources-gcppubsub-resolver
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
subjects:
- kind: ServiceAccount
name: gcppubsub-controller-manager
Expand Down
2 changes: 1 addition & 1 deletion contrib/gcppubsub/config/300-gcppubsubsource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
eventing.knative.dev/source: "true"
knative.dev/crd-install: "true"
name: gcppubsubsources.sources.eventing.knative.dev
Expand Down
2 changes: 1 addition & 1 deletion contrib/gcppubsub/config/400-controller-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: gcppubsub-controller
namespace: knative-sources
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
control-plane: gcppubsub-controller-manager
spec:
selector:
Expand Down
2 changes: 1 addition & 1 deletion contrib/gcppubsub/config/500-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: gcppubsub-controller-manager
namespace: knative-sources
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
control-plane: gcppubsub-controller-manager
spec:
selector:
Expand Down
2 changes: 1 addition & 1 deletion contrib/gcppubsub/config/600-istioegress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kind: ServiceEntry
metadata:
name: gcppubsub-bus-ext
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
spec:
hosts:
- "*.googleapis.com"
Expand Down
2 changes: 1 addition & 1 deletion contrib/github/config/100-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ kind: Namespace
metadata:
name: knative-sources
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
2 changes: 1 addition & 1 deletion contrib/github/config/200-serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ metadata:
name: github-controller-manager
namespace: knative-sources
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
2 changes: 1 addition & 1 deletion contrib/github/config/201-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: ClusterRole
metadata:
name: eventing-sources-github-controller
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
rules:
# Sources admin
- apiGroups:
Expand Down
4 changes: 2 additions & 2 deletions contrib/github/config/202-clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: ClusterRoleBinding
metadata:
name: eventing-sources-github-controller
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
subjects:
- kind: ServiceAccount
name: github-controller-manager
Expand All @@ -34,7 +34,7 @@ kind: ClusterRoleBinding
metadata:
name: eventing-sources-github-addressable-resolver
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
subjects:
- kind: ServiceAccount
name: github-controller-manager
Expand Down
2 changes: 1 addition & 1 deletion contrib/github/config/300-githubsource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: CustomResourceDefinition
metadata:
name: githubsources.sources.eventing.knative.dev
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
eventing.knative.dev/source: "true"
knative.dev/crd-install: "true"
spec:
Expand Down
2 changes: 1 addition & 1 deletion contrib/github/config/400-controller-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: github-controller
namespace: knative-sources
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
control-plane: github-controller-manager
spec:
selector:
Expand Down
2 changes: 1 addition & 1 deletion contrib/github/config/500-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: github-controller-manager
namespace: knative-sources
labels:
contrib.eventing.knative.dev/release: devel
contrib.eventing.knative.dev/release: "v0.7.0"
control-plane: github-controller-manager
spec:
selector:
Expand Down

0 comments on commit 641f98f

Please sign in to comment.