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

Commit 2011dae

Browse files
Eventing 13 upgrade (#103)
1 parent fdd27e9 commit 2011dae

File tree

348 files changed

+11079
-2726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

348 files changed

+11079
-2726
lines changed

components/channel/Gopkg.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/channel/Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# Align With Knative Eventing
4646
[[constraint]]
4747
name = "knative.dev/eventing"
48-
branch = "master"
48+
version = "v0.13.5"
4949

5050
[prune]
5151
go-tests = true

components/channel/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BUILD_TESTS:=true
1111

1212
# Application Names (Align With Knative Eventing Version)
1313
APP_NAME=knative-kafka-channel
14-
APP_VERSION=latest
14+
APP_VERSION=v0.13.0
1515

1616
# Build / Packaging / Deployment Configuration
1717
APP_PATH=eu.gcr.io/kyma-project/incubator
@@ -96,6 +96,8 @@ docker-push: docker-build
9696

9797
ci-master: docker-push
9898

99+
ci-release: docker-push
100+
99101
ci-pr: docker-build
100102

101-
.PHONY: ci-release ci-pr
103+
.PHONY: ci-master ci-release ci-pr
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
core/configmaps/default-imc.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
core/configmaps/default-broker.yaml

components/channel/vendor/knative.dev/eventing/config/channels/in-memory-channel-ns/100-config-event-dispatcher.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

components/channel/vendor/knative.dev/eventing/config/channels/in-memory-channel-ns/200-addressable-resolver-clusterrole.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

components/channel/vendor/knative.dev/eventing/config/channels/in-memory-channel-ns/200-channelable-manipulator-clusterrole.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

components/channel/vendor/knative.dev/eventing/config/channels/in-memory-channel-ns/200-dispatcher-clusterrole.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

components/channel/vendor/knative.dev/eventing/config/channels/in-memory-channel-ns/200-serviceaccount.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)