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

Knative GCP release v0.8.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 27 Aug 10:14
22a78b2

First release of Knative for Google Cloud Platform 🎉 🚀 🎂

This repo will stay in-sync with the Knative Project release cycle.

This release includes two new resources in the pubsub.cloud.run api group:

  • PullSubscription, a managed Pub/Sub subscription that will push events from a topic
    to a sink. The topic must be created out of band.

  • Topic, a managed Pub/Sub topic that publishes CloudEvents onto a Pub/Sub
    topic from HTTP Posts onto the Topic internal cluster address.

And one in messaging.cloud.run:

  • Channel, a Pub/Sub backed Knative Channel implementation.

This repo is still a work in progress and more releases and documentation will
follow.