Skip to content

Knative Func release v1.7.1

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 11 Oct 09:27
12ac63f

Changes by Kind

Enhancement

• Labels and annotations from func.yaml are added to Pipeline resources
(#1205, @gab-satchi)
• Updates the deploy command with the --build logic from the build
command which now supports --build=auto
• Adds a flag --remote to indicate if a deployment is to be triggered on-
cluster
• Git flags for on-cluster builds persist by default (#1079, @lkingland)

Bug or Regression

• Fix: the short -b flag now means the same thing for build and deploy
(#1202, @matejvasek)
• Fixes a regression where the --image flag on func build was not being
used (#1204, @lance)

Uncategorized

• Feat: added ability to add env non-interactively via flags and to list envs
as JSON (#1188, @matejvasek)
• Groups root help message to include important commands at the top (#1152,
@grafvonb)

Dependencies

Added

• knative.dev/control-protocol: f18dbde

Changed

• github.com/cloudevents/sdk-go/v2: v2.8.0 → v2.10.1
https://github.com/cloudevents/sdk-go/v2/compare/v2.8.0...v2.10.1
• go.uber.org/multierr: v1.7.0 → v1.8.0
• go.uber.org/zap: v1.20.0 → v1.21.0
• golang.org/x/sync: 036812b → 886fb93
• gopkg.in/yaml.v3: 496545a → v3.0.1
• k8s.io/apiextensions-apiserver: v0.23.4 → v0.23.9
• k8s.io/apiserver: v0.23.4 → v0.23.9
• k8s.io/code-generator: v0.23.5 → v0.23.9
• k8s.io/component-base: v0.23.4 → v0.23.9
• k8s.io/gengo: 4627b89 → 397b4ae
• k8s.io/klog/v2: 43cc75f → 0990e81
• knative.dev/caching: 8b5c244 → 9df7bb7
• knative.dev/client: v0.31.1 → v0.34.0
• knative.dev/eventing: e345f5f → v0.34.2
• knative.dev/hack/schema: 6ffd841 → 8d1e4cc
• knative.dev/hack: 9e09abc → 8d1e4cc
• knative.dev/networking: 1145ec5 → e51df7c
• knative.dev/pkg: e325df6 → 4a03844
• knative.dev/reconciler-test: 994f0c3 → 177f826
• knative.dev/serving: 69a88e9 → v0.34.1
• sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.27 → v0.0.30

Removed

Nothing has changed.