* ignore .packages – this is machine-specific
* Fix pubspec - use `publish_to` instead of `private`
Order keys to follow convention
* update dependencies
* code cleanup
* add initial version of knative-with-minishift.sh
The idea is to further fully automate the steps
from the install/Knative-with-Minishift.md documentation,
by integrating with the other scripts here.
* point to new minishift script from doc
* structure Knative-with-Minishift.md TOC/headings
* rm knative-with-minishift.sh again, and just use openshift-cloud-functions/knative-operators
* use "two" instead of "x2" (review feedback)
* Adding bitbucket source documentation.
* Adding README example for bitbucket source.
* Updating example.
* Missed to generate the README
* removing stuff, and updating link to bitbucket source in sources.yaml
* autogenerating README
* removing bitbucket one here.
* Update sample to use the new URL field
This updates the blue green sample to use the new URL field instead of
asking the user to query a fixed URL.
Fixes#1078
* Update docs/serving/samples/blue-green-deployment.md
Co-Authored-By: dgerd <dangerd@google.com>
* Update docs/serving/samples/blue-green-deployment.md
Co-Authored-By: dgerd <dangerd@google.com>
* Update for governance proposal
* Add credit to Kubernetes source doc
* Adding the TBD seats with my proposed allocations.
* Clean up formatting
* Clarify meeting frequency
* Clarify voting requirements
* Update w/ feedback
* Clarify who to contact
* Updates from feedback
* Add committee term duration
* Define procedure for changing charter
* Rebase on master
* Fix location of repo guidelines
* Fix page index
* Remove extranous sample files
* Update the kubernetes-event-source example to use Broker, rather than Channel.
* Simplify busybox.
* Update docs/eventing/samples/kubernetes-event-source/README.md
Co-Authored-By: Harwayne <harwayne@google.com>
* Update docs/eventing/samples/kubernetes-event-source/README.md
Co-Authored-By: Harwayne <harwayne@google.com>
* Specify k8s-events.yaml.
* Update the GcpPubSubSource example to use Broker, rather than Channel.
* Small updates.
* Add a message for the updated ClusterRole.
* Point to 0.5.0 URL, a not-yet-active URL.
* Update the iot-core demo to use Broker rather than Channel. Also remove ko and kail usage.
* Update docs/eventing/samples/iot-core/README.md
Co-Authored-By: Harwayne <harwayne@google.com>
* Resolving bad merge with cherry-pick:
Update traffic splitting example to use Release mode (#964)
* Update traffic splitting example to use Release mode
This change updates the traffic splitting example to use release mode
introducing the concepts of the mode in three steps. This change also
simplifies running the commands and removes the need to mutate files on
disk to run through the example.
* Use envsubst instead of perl. Simplify image path
* Use long names for arguments
* Update diff statement
* Add envsubst install instructions
* remove dup file
Since v0.4.0 release, knative/build supports additional secrets for
docker registries : `kubernetes.io/dockerconfigjson` and
`kubernetes/dockercfg`.
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>