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

Knative GCP release v0.17.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 18 Sep 19:04
· 9 commits to release-0.17 since this release
deb3503

Notices

  • V1alpha1 resources (Source, Topic, PullSubscription and Channel) have been deprecated and will be removed in 0.19.
    Please use v1 (v1beta1 for Channel) instead. (#1562, @danyinggu)

New Features

Other Changes

  • Change v1beta1 channel to use duckv1 identifiable
    • Change v1beta1 cloudbuildsource to use duckv1 identifiable and duckv1.PubSubable (#1505, @capri-xiyue)

Removed Features

  • Explicitly disallow istio sidecar injection for controller/webhook/broker fanout/retry (#1476, @yolocs)
  • Remove spec.payloadFormat from the v1 type. (#1433, @danyinggu)
  • IdentityStatus.ServiceAccountName is removed. PullSubscriptionSpec.Mode is removed. (#1441, @danyinggu)

Bug Fixes

  • Malformed replies will be treated as error (instead of being silently ignored). (#1419, @yolocs)