bumping knative.dev/serving 7a3e9d0...b4b3ad9:
> b4b3ad9 drop stackdriver exporter support (# 11659)
> be52cef Drop the use of serving specific metric keys declared in knative.dev/pkg (# 11658)
> 1f8520f Use tmpfs for etcd storage in Kind-e2e (# 11648)
> 543bb73 Remove the unused flag reuse-test-namespace (# 11656)
> 9c2ec0f Use more specific error when Domain Claim does not exist (# 11651)
> fdfe3f2 Allow for running conformance tests by users with reduced privileges (# 11609)
> aebfbce Update net-istio nightly (# 11638)
> c5c4710 Update community files (# 11654)
> 4104e55 Update comment line for config store (# 11646)
> 9bd7e39 Use lister to get ClusterDomainClaim. (# 11649)
> c1c4fc1 Remove dead code for scale-to-zero (# 11641)
> e5bad20 Update net-certmanager nightly (# 11642)
bumping knative.dev/pkg 4a3e56d...e8973c6:
> e8973c6 Bump a few assorted dependencies (# 2186)
> 4377330 Update community files (# 2185)
bumping knative.dev/eventing 221dfdf...5add485:
> 5add485 drop use of upstream knative.dev/pkg/metric eventing keys (# 5586)
> 8678c3c Update community files (# 5583)
bumping knative.dev/networking 4e655b7...946273d:
> 946273d Update community files (# 460)
Signed-off-by: Knative Automation <automation@knative.team>
* Update autoscaling annotation validation
see ref: https://github.com/knative/serving/pull/9496
* Replace DeprecatedInjectionAnnotation with InjectionAnnotation
* Vendor deps at master
* Use context.TODO instead of context.Background
* Pin pkg to release-0.18 version
* ./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh
* bump k8s version to 1.18.8
* Fix the brokerage of importing latest serving
* exclude script/test-infra md from md check
* feature(serving): Update API to serving.knative.dev/v1
Due to an issue with 0.12.0 (a missing constant) the update also includes an update
to the latest knative-serving and knative-eventing dependencies from master
(as reflected in version.go)
Signed-off-by: Roland Huß <roland@ro14nd.de>
* fix(serving): Bogus import removed
* fix(serving): Add missing go.sum entry
- Pin contrib.go.opencensus.io/exporter/stackdriver@59d068f8d8ff5b653916aa30cdc4e13c7f15d56e
- Pin knative.dev/pkg@release-0.11
- Move `Destination` from (knative.dev/pkg) v1alpha1 to duckv1beta1
- Run tests against Eventing v0.11.0
* fix(serving): Remove hardcoded GVK and look it up from schema
Fixes#133.
* chore(serving): Add test for "WaitForService()"
* refactor(service): Add listRoutes() to client + generic way for list options
* chore(serving): Fixing rebase conflicts
* chore: Update dependency to knative-serving 0.5.1
* chore: Changed deps to released versions where possible
Rebuilt mod deps and vendor dir based on this dependency list
github.com/knative/serving v0.5.
github.com/knative/pkg v0.0.0-20190330001454-aad7a9ad4639
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
k8s.io/api kubernetes-1.14.1
k8s.io/apimachinery kubernetes-1.14.1
k8s.io/cli-runtime kubernetes-1.14.1
k8s.io/client-go v11.0.0
sigs.k8s.io/yaml v1.1.0
Not sure if all dependencies are required (e.g. is k8s.io/api required
to be specified explicitely or shouldn't we rely on k8s.io/client-go
to bring it this as a transitive dependency which maches always
the cli-runtime's version.
* chore: Update .gitignore to *not* ignore certain vendor files
* chore: Aligned with k8s version from serving 0.5.2
* chore: Run `go mod tidy`
* chore(modules): Update dependencies