Releases: knative/func
Releases · knative/func
v1.21.4
v1.21.4
v1.21.3
v1.21.2
v1.21.1
knative/func@release-1.21
Changes by Kind
Enhancement
- Add --platform flag to
func config cicommand allowing users to specify which CI/CD platform to generate manifests for. Currently supports "github" (default). (#3379, @twoGiants) - Add
--remoteflag tofunc config cito build functions on a Tekton enabled cluster and--workflow-dispatchto trigger workflows manually via the GitHub CLI or UI. (#3128, @twoGiants) - Add the --registry-authfile build parameter to allow to specify a custom registry auth file location (#3208, @creydr)
- Add the possibility to deploy a function as raw kubernetes deployment via the --deployer=raw argument (#3075, @creydr)
- Added
envas a short alias for theenvironmentcommand. Users can now usefunc envas a convenient shorthand forfunc environment. (#3219, @RayyanSeliya) - Allow to print the output from
func versionasjsonoryamltoo (#3280, @creydr) - Event subscriptions now work with raw Kubernetes deployer (
--deployer raw). (#3335, @24aysh) - Feat: pull secrets pre-check before deployment (#3333, @matejvasek)
- Implement GitHub Actions workflow generation in
func config cicommand. The command now creates a complete deployment workflow with Kubernetes context setup, func CLI installation, and automated deployment. Supports customizable parameters for branch trigger, kubeconfig secret name, registry URL variable, and workflow name. (#3295, @twoGiants) - Improve error message when
func describeis run outside function directory
to be more beginner-friendly and provide clear guidance on creating functions
before describing them. (#3027, @RayyanSeliya) - Invalid domain names are now caught immediately with helpful error messages, preventing wasted build time (#3152, @RayyanSeliya)
- Invalid namespace names are now caught immediately with helpful error messages, preventing wasted build time (#3133, @RayyanSeliya)
- Provide used middleware version as a function label (#3270, @creydr)
- The
func config cicommand now resolves --path and --branch flags intelligently:- --path defaults to current working directory when empty or "."
- --branch defaults to current git branch when not specified (previously "main") (#3371, @twoGiants)
- The
func config cicommand now supports configurable registry authentication and runner options with the following new flags:--use-registry-login: Enable/disable registry login step in generated workflow (default: true)--registry-login-url-variable-name: Customize registry URL variable name (default: REGISTRY_LOGIN_URL)--registry-user-variable-name: Customize registry username variable name (default: REGISTRY_USERNAME)--registry-pass-secret-name: Customize registry password secret name (default: REGISTRY_PASSWORD)--self-hosted-runner: Use self-hosted runners instead of ubuntu-latest (default: false) (#3297, @twoGiants)
Documentation
- Added Command Reference section to README for easier discovery of CLI documentation (#3245, @RayyanSeliya)
Bug or Regression
- Add latest middleware versions in
func versionoutput (#3281, @creydr) - Fix: on-cluster-build freeze caused by co-scheduling/affinity issues (#3350, @matejvasek)
- Fix: populate image field in func describe (#3220, @creydr)
- Fix: push permission check with gitlab image registry (#3263, @matejvasek)
- Func run --builder=host now fails fast with helpful guidance when explicit ports are invalid, privileged, or already in use instead of silently choosing a random port (#3176, @RayyanSeliya)
- Function names starting with hyphens now show helpful DNS-1035 naming guidance instead of confusing flag parsing errors (#3167, @RayyanSeliya)
func deploynow validates cluster connectivity before building, providing immediate feedback with clear error messages instead of wasting time on builds that will fail deployment. (#3117, @RayyanSeliya)
Uncategorized
- Feat: better error for s2i build -- show inner cause of the error (#3185, @matejvasek)
- Fix: hidden flags username/password (and affiliated envvars) now work also for s2i and pack builder (#3298, @matejvasek)
Dependencies
Added
- github.com/apapsch/go-jsonmerge/v2: v2.0.0
- github.com/charmbracelet/colorprofile: v0.3.3
- github.com/charmbracelet/x/ansi: v0.11.0
- github.com/charmbracelet/x/cellbuf: v0.0.14
- github.com/charmbracelet/x/term: v0.2.2
- github.com/clipperhouse/displaywidth: v0.5.0
- github.com/clipperhouse/stringish: v0.1.1
- github.com/clipperhouse/uax29/v2: v2.3.0
- github.com/erikgeiser/coninput: 1c3628e
- github.com/google/jsonschema-go: v0.3.0
- github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus: v1.0.1
- github.com/grpc-ecosystem/go-grpc-middleware/v2: v2.3.0
- github.com/modelcontextprotocol/go-sdk: v1.1.0
- github.com/oapi-codegen/runtime: v1.0.0
- github.com/xo/terminfo: abceb7e
- go.etcd.io/raft/v3: v3.6.0
- sigs.k8s.io/structured-merge-diff/v6: v6.3.0
Changed
- cloud.google.com/go/compute/metadata: v0.7.0 → v0.9.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.29.0 → v1.30.0
- github.com/alecthomas/units: 61d1e34 → 0f3dac3
- github.com/armon/go-metrics: v0.4.1 → f0300d1
- github.com/charmbracelet/bubbles: v0.17.1 → v0.21.0
- github.com/charmbracelet/bubbletea: v0.25.0 → v1.3.10
- github.com/charmbracelet/lipgloss: v0.9.1 → v1.1.0
- github.com/cncf/xds/go: 2ac532f → 0feb691
- github.com/envoyproxy/go-control-plane/envoy: v1.32.4 → v1.35.0
- github.com/envoyproxy/go-control-plane: v0.13.4 → 75eaa19
- github.com/fxamacker/cbor/v2: v2.8.0 → v2.9.0
- github.com/go-jose/go-jose/v4: v4.1.1 → v4.1.3
- github.com/go-viper/mapstructure/v2: v2.3.0 → v2.4.0
- github.com/golang-jwt/jwt/v5: v5.2.2 → v5.3.0
- github.com/google/gnostic-models: v0.6.9 → v0.7.0
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.27.2 → v2.27.3
- github.com/hashicorp/consul/api: v1.25.1 → v1.1.0
- github.com/hashicorp/serf: v0.10.1 → v0.8.2
- github.com/influxdata/influxdb-client-go/v2: v2.9.0 → v2.14.0
- github.com/jonboulle/clockwork: v0.4.0 → v0.5.0
- github.com/lucasb-eyer/go-colorful: v1.2.0 → v1.3.0
- github.com/mattn/go-runewidth: v0.0.16 → v0.0.19
- github.com/modern-go/reflect2: v1.0.2 → 35a7c28
- github.com/muesli/termenv: v0.15.2 → v0.16.0
- github.com/openshift/source-to-image: v1.6.0 → v1.5.1
- github.com/prometheus/common: v0.66.1 → v0.67.4
- github.com/prometheus/procfs: v0.17.0 → v0.19.2
- github.com/sagikazarmark/locafero: v0.4.0 → v0.12.0
- github.com/sourcegraph/conc: v0.3.0 → 5f936ab
- github.com/spf13/afero: v1.14.0 → v1.15.0
- github.com/spf13/cast: v1.7.1 → v1.10.0
- github.com/spf13/viper: v1.18.2 → v1.21.0
- github.com/spiffe/go-spiffe/v2: v2.5.0 → v2.6.0
- github.com/tsenart/vegeta/v12: [v12.12.0 → v12.13.0]...
v1.20.2
v1.20.2
v1.20.1
Changes by Kind
Enhancement
- Func build and func deploy commands now provide clearer error messages when registry is missing, with actionable guidance instead of confusing prompts. (#3058, @RayyanSeliya)
- Func build and func deploy commands now provide clearer, more educational error messages when the --platform flag is used without the S2I builder, with actionable guidance and builder capability explanations. (#3062, @RayyanSeliya)
- Func build and func deploy commands now validate conflicting --image and --registry flags before starting the build process, providing clear error messages and actionable guidance instead of misleading build failures. (#3066, @RayyanSeliya)
- Improve error message when
--languageflag is missing infunc create
to be more beginner-friendly, include example usage, and point tofunc languages. (#3016, @RayyanSeliya) - Improve error message when
func invokeis run outside function directory
to be more beginner-friendly, include step-by-step workflow guidance. (#3018, @RayyanSeliya) - Improve error message when
func runis run outside function directory
to be more beginner-friendly, include step-by-step workflow guidance, and
explain that func run is used for local testing. (#3022, @RayyanSeliya) - Improve error message when
func subscribeis run outside function directory
to be more beginner-friendly and provide clear guidance on creating functions
before subscribing to events. (#3025, @RayyanSeliya) - Improve error messages for
func listcommand to be more beginner-friendly.
Connection errors now include workflow guidance, prerequisites, troubleshooting
steps, and links to official Knative installation documentation. (#3038, @RayyanSeliya) - Improve func delete user experience by replacing cryptic "name required" error with clear guidance on how to delete functions using name or path options. (#3054, @RayyanSeliya)
- Improve func deploy user experience by showing clear error guidance immediately when run outside a function directory, instead of prompting for registry configuration first. (#3042, @RayyanSeliya)
Bug or Regression
- Enhanced builder/container flag handling: pack/s2i builders now default to container mode, --container=false automatically selects host builder, with validation for incompatible combinations. (#2966, @RayyanSeliya)
- Fix: Python pack build/run doesn't pick up code changes (#3079) (#3080, @matejvasek)
- Fix: fallback to python3 if python not present (#3082, @matejvasek)
- Fix: host builder can push images to cluster internal registries (#3130, @matejvasek)
- Fix: host builder uses base-image with correct version of Python (#2965, @matejvasek)
Other (Cleanup or Flake)
- Remove the --container flag - builds are determined via builder itself for func run command (#2987, @gauron99)
Uncategorized
-
Release Note (#2953, @RayyanSeliya)
- $ func deploy --remote --builder=pack --registry=registry.default.svc.cluster.local:5000/func -v
Error: cannot upload sources to the PVC: cannot start the pod: pod prematurely exited (output: "ERROR: cannot purge dest dir: unlinkat
/tmp/volume_mnt/source/.s2i/bin/assemble: permission denied\n", exitcode: 1)
e2e_test.go:1249: exit status 1 (#2946, @lkingland) - Fix: backward compatibility for building old Python Functions with newer func (#2962, @matejvasek)
Dependencies
Added
- al.essio.dev/pkg/shellescape: v1.6.0
- buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go: 52f3232
- buf.build/go/protovalidate: v0.14.0
- buf.build/go/protoyaml: v0.6.0
- cloud.google.com/go/monitoring: v1.24.2
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric: v0.51.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping: v0.51.0
- github.com/MakeNowJust/heredoc/v2: v2.0.1
- github.com/containerd/accelerated-container-image: v1.2.3
- github.com/containerd/containerd/v2: v2.1.1
- github.com/containerd/errdefs/pkg: v0.3.0
- github.com/containerd/fuse-overlayfs-snapshotter/v2: v2.1.1
- github.com/containerd/plugin: v1.0.0
- github.com/keybase/go-keychain: v0.0.1
- github.com/moby/go-archive: v0.1.0
- github.com/moby/sys/atomicwriter: v0.1.0
- github.com/moby/sys/capability: v0.4.0
- github.com/moby/sys/reexec: v0.1.0
- github.com/opencontainers/runtime-tools: 2e043c6
- github.com/otiai10/mint: v1.6.3
- github.com/petermattis/goid: 4fcff4a
- github.com/prometheus/otlptranslator: v1.0.0
- github.com/santhosh-tekuri/jsonschema/v5: v5.3.1
- github.com/santhosh-tekuri/jsonschema/v6: v6.0.1
- github.com/sasha-s/go-deadlock: v0.3.5
- github.com/sigstore/protobuf-specs: v0.4.1
- github.com/smallstep/pkcs7: v0.1.1
- github.com/tonistiigi/dchapes-mode: 73d941a
- github.com/zalando/go-keyring: v0.2.6
- golang.org/x/tools/go/expect: v0.1.1-deprecated
- gonum.org/v1/gonum: v0.16.0
- tags.cncf.io/container-device-interface/specs-go: v1.0.0
- tags.cncf.io/container-device-interface: v1.0.1
Changed
- cel.dev/expr: v0.23.0 → v0.24.0
- cloud.google.com/go/auth/oauth2adapt: v0.2.5 → v0.2.8
- cloud.google.com/go/auth: v0.10.0 → v0.16.1
- cloud.google.com/go/compute/metadata: v0.6.0 → v0.7.0
- cloud.google.com/go/iam: v1.1.8 → v1.5.2
- cloud.google.com/go/storage: v1.42.0 → v1.54.0
- cloud.google.com/go: v0.116.0 → v0.121.1
- github.com/AdaLogics/go-fuzz-headers: ced1acd → e8a1dd7
- github.com/AdamKorcz/go-118-fuzz-build: 8075edf → 2b5cbb2
- github.com/Azure/azure-sdk-for-go/sdk/azcore: v1.14.0 → v1.18.0
- github.com/Azure/azure-sdk-for-go/sdk/azidentity: v1.7.0 → v1.8.0
- github.com/Azure/azure-sdk-for-go/sdk/internal: v1.10.0 → v1.11.1
- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob: v1.3.2 → v1.6.1
- github.com/Azure/go-ansiterm: 306776e → faa5f7b
- github.com/AzureAD/microsoft-authentication-library-for-go: v1.2.2 → v1.3.2
- github.com/BurntSushi/toml: v1.4.0 → v1.5.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.27.0 → v1.29.0
- github.com/GoogleContainerTools/kaniko: v1.23.2 → v1.24.0
- github.com/Microsoft/cosesign1go: v1.2.0 → v1.4.0
- github.com/Microsoft/hcsshim: v0.12.7 → v0.13.0
- github.com/ProtonMail/go-crypto: v1.1.3 → v1.2.0
- github.com/agnivade/levenshtein: v1.1.1 → v1.2.0
- github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream: v1.6.3 → v1.6.10
- github.com/aws/aws-sdk-go-v2/config: v1.29.6 → v1.29.14
- github.com/aws/aws-sdk-go-v2/credentials: v1.17.59 → v1.17.67
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: v1.16.28 → v1.16.30
- github.com/aws/aws-sdk-go-v2/feature/s3/manager: v1.17.5 → v1.17.75
- github.com/aws/aws-sdk-go-v2/internal/configsources: [v1.3.32 → v1.3.34](https://github.com/aws/aws-sdk-go-v2...
v1.21.3
v1.21.3
v1.21.2
v1.21.1
knative/func@release-1.21
Changes by Kind
Enhancement
- Add --platform flag to
func config cicommand allowing users to specify which CI/CD platform to generate manifests for. Currently supports "github" (default). (#3379, @twoGiants) - Add
--remoteflag tofunc config cito build functions on a Tekton enabled cluster and--workflow-dispatchto trigger workflows manually via the GitHub CLI or UI. (#3128, @twoGiants) - Add the --registry-authfile build parameter to allow to specify a custom registry auth file location (#3208, @creydr)
- Add the possibility to deploy a function as raw kubernetes deployment via the --deployer=raw argument (#3075, @creydr)
- Added
envas a short alias for theenvironmentcommand. Users can now usefunc envas a convenient shorthand forfunc environment. (#3219, @RayyanSeliya) - Allow to print the output from
func versionasjsonoryamltoo (#3280, @creydr) - Event subscriptions now work with raw Kubernetes deployer (
--deployer raw). (#3335, @24aysh) - Feat: pull secrets pre-check before deployment (#3333, @matejvasek)
- Implement GitHub Actions workflow generation in
func config cicommand. The command now creates a complete deployment workflow with Kubernetes context setup, func CLI installation, and automated deployment. Supports customizable parameters for branch trigger, kubeconfig secret name, registry URL variable, and workflow name. (#3295, @twoGiants) - Improve error message when
func describeis run outside function directory
to be more beginner-friendly and provide clear guidance on creating functions
before describing them. (#3027, @RayyanSeliya) - Invalid domain names are now caught immediately with helpful error messages, preventing wasted build time (#3152, @RayyanSeliya)
- Invalid namespace names are now caught immediately with helpful error messages, preventing wasted build time (#3133, @RayyanSeliya)
- Provide used middleware version as a function label (#3270, @creydr)
- The
func config cicommand now resolves --path and --branch flags intelligently:- --path defaults to current working directory when empty or "."
- --branch defaults to current git branch when not specified (previously "main") (#3371, @twoGiants)
- The
func config cicommand now supports configurable registry authentication and runner options with the following new flags:--use-registry-login: Enable/disable registry login step in generated workflow (default: true)--registry-login-url-variable-name: Customize registry URL variable name (default: REGISTRY_LOGIN_URL)--registry-user-variable-name: Customize registry username variable name (default: REGISTRY_USERNAME)--registry-pass-secret-name: Customize registry password secret name (default: REGISTRY_PASSWORD)--self-hosted-runner: Use self-hosted runners instead of ubuntu-latest (default: false) (#3297, @twoGiants)
Documentation
- Added Command Reference section to README for easier discovery of CLI documentation (#3245, @RayyanSeliya)
Bug or Regression
- Add latest middleware versions in
func versionoutput (#3281, @creydr) - Fix: on-cluster-build freeze caused by co-scheduling/affinity issues (#3350, @matejvasek)
- Fix: populate image field in func describe (#3220, @creydr)
- Fix: push permission check with gitlab image registry (#3263, @matejvasek)
- Func run --builder=host now fails fast with helpful guidance when explicit ports are invalid, privileged, or already in use instead of silently choosing a random port (#3176, @RayyanSeliya)
- Function names starting with hyphens now show helpful DNS-1035 naming guidance instead of confusing flag parsing errors (#3167, @RayyanSeliya)
func deploynow validates cluster connectivity before building, providing immediate feedback with clear error messages instead of wasting time on builds that will fail deployment. (#3117, @RayyanSeliya)
Uncategorized
- Feat: better error for s2i build -- show inner cause of the error (#3185, @matejvasek)
- Fix: hidden flags username/password (and affiliated envvars) now work also for s2i and pack builder (#3298, @matejvasek)
Dependencies
Added
- github.com/apapsch/go-jsonmerge/v2: v2.0.0
- github.com/charmbracelet/colorprofile: v0.3.3
- github.com/charmbracelet/x/ansi: v0.11.0
- github.com/charmbracelet/x/cellbuf: v0.0.14
- github.com/charmbracelet/x/term: v0.2.2
- github.com/clipperhouse/displaywidth: v0.5.0
- github.com/clipperhouse/stringish: v0.1.1
- github.com/clipperhouse/uax29/v2: v2.3.0
- github.com/erikgeiser/coninput: 1c3628e
- github.com/google/jsonschema-go: v0.3.0
- github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus: v1.0.1
- github.com/grpc-ecosystem/go-grpc-middleware/v2: v2.3.0
- github.com/modelcontextprotocol/go-sdk: v1.1.0
- github.com/oapi-codegen/runtime: v1.0.0
- github.com/xo/terminfo: abceb7e
- go.etcd.io/raft/v3: v3.6.0
- sigs.k8s.io/structured-merge-diff/v6: v6.3.0
Changed
- cloud.google.com/go/compute/metadata: v0.7.0 → v0.9.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.29.0 → v1.30.0
- github.com/alecthomas/units: 61d1e34 → 0f3dac3
- github.com/armon/go-metrics: v0.4.1 → f0300d1
- github.com/charmbracelet/bubbles: v0.17.1 → v0.21.0
- github.com/charmbracelet/bubbletea: v0.25.0 → v1.3.10
- github.com/charmbracelet/lipgloss: v0.9.1 → v1.1.0
- github.com/cncf/xds/go: 2ac532f → 0feb691
- github.com/envoyproxy/go-control-plane/envoy: v1.32.4 → v1.35.0
- github.com/envoyproxy/go-control-plane: v0.13.4 → 75eaa19
- github.com/fxamacker/cbor/v2: v2.8.0 → v2.9.0
- github.com/go-jose/go-jose/v4: v4.1.1 → v4.1.3
- github.com/go-viper/mapstructure/v2: v2.3.0 → v2.4.0
- github.com/golang-jwt/jwt/v5: v5.2.2 → v5.3.0
- github.com/google/gnostic-models: v0.6.9 → v0.7.0
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.27.2 → v2.27.3
- github.com/hashicorp/consul/api: v1.25.1 → v1.1.0
- github.com/hashicorp/serf: v0.10.1 → v0.8.2
- github.com/influxdata/influxdb-client-go/v2: v2.9.0 → v2.14.0
- github.com/jonboulle/clockwork: v0.4.0 → v0.5.0
- github.com/lucasb-eyer/go-colorful: v1.2.0 → v1.3.0
- github.com/mattn/go-runewidth: v0.0.16 → v0.0.19
- github.com/modern-go/reflect2: v1.0.2 → 35a7c28
- github.com/muesli/termenv: v0.15.2 → v0.16.0
- github.com/openshift/source-to-image: v1.6.0 → v1.5.1
- github.com/prometheus/common: v0.66.1 → v0.67.4
- github.com/prometheus/procfs: v0.17.0 → v0.19.2
- github.com/sagikazarmark/locafero: v0.4.0 → v0.12.0
- github.com/sourcegraph/conc: v0.3.0 → 5f936ab
- github.com/spf13/afero: v1.14.0 → v1.15.0
- github.com/spf13/cast: v1.7.1 → v1.10.0
- github.com/spf13/viper: v1.18.2 → v1.21.0
- github.com/spiffe/go-spiffe/v2: v2.5.0 → v2.6.0
- github.com/tsenart/vegeta/v12: [v12.12.0 → v12.13.0](https://...
v1.21.2
v1.21.2
v1.21.1
knative/func@release-1.21
Changes by Kind
Enhancement
- Add --platform flag to
func config cicommand allowing users to specify which CI/CD platform to generate manifests for. Currently supports "github" (default). (#3379, @twoGiants) - Add
--remoteflag tofunc config cito build functions on a Tekton enabled cluster and--workflow-dispatchto trigger workflows manually via the GitHub CLI or UI. (#3128, @twoGiants) - Add the --registry-authfile build parameter to allow to specify a custom registry auth file location (#3208, @creydr)
- Add the possibility to deploy a function as raw kubernetes deployment via the --deployer=raw argument (#3075, @creydr)
- Added
envas a short alias for theenvironmentcommand. Users can now usefunc envas a convenient shorthand forfunc environment. (#3219, @RayyanSeliya) - Allow to print the output from
func versionasjsonoryamltoo (#3280, @creydr) - Event subscriptions now work with raw Kubernetes deployer (
--deployer raw). (#3335, @24aysh) - Feat: pull secrets pre-check before deployment (#3333, @matejvasek)
- Implement GitHub Actions workflow generation in
func config cicommand. The command now creates a complete deployment workflow with Kubernetes context setup, func CLI installation, and automated deployment. Supports customizable parameters for branch trigger, kubeconfig secret name, registry URL variable, and workflow name. (#3295, @twoGiants) - Improve error message when
func describeis run outside function directory
to be more beginner-friendly and provide clear guidance on creating functions
before describing them. (#3027, @RayyanSeliya) - Invalid domain names are now caught immediately with helpful error messages, preventing wasted build time (#3152, @RayyanSeliya)
- Invalid namespace names are now caught immediately with helpful error messages, preventing wasted build time (#3133, @RayyanSeliya)
- Provide used middleware version as a function label (#3270, @creydr)
- The
func config cicommand now resolves --path and --branch flags intelligently:- --path defaults to current working directory when empty or "."
- --branch defaults to current git branch when not specified (previously "main") (#3371, @twoGiants)
- The
func config cicommand now supports configurable registry authentication and runner options with the following new flags:--use-registry-login: Enable/disable registry login step in generated workflow (default: true)--registry-login-url-variable-name: Customize registry URL variable name (default: REGISTRY_LOGIN_URL)--registry-user-variable-name: Customize registry username variable name (default: REGISTRY_USERNAME)--registry-pass-secret-name: Customize registry password secret name (default: REGISTRY_PASSWORD)--self-hosted-runner: Use self-hosted runners instead of ubuntu-latest (default: false) (#3297, @twoGiants)
Documentation
- Added Command Reference section to README for easier discovery of CLI documentation (#3245, @RayyanSeliya)
Bug or Regression
- Add latest middleware versions in
func versionoutput (#3281, @creydr) - Fix: on-cluster-build freeze caused by co-scheduling/affinity issues (#3350, @matejvasek)
- Fix: populate image field in func describe (#3220, @creydr)
- Fix: push permission check with gitlab image registry (#3263, @matejvasek)
- Func run --builder=host now fails fast with helpful guidance when explicit ports are invalid, privileged, or already in use instead of silently choosing a random port (#3176, @RayyanSeliya)
- Function names starting with hyphens now show helpful DNS-1035 naming guidance instead of confusing flag parsing errors (#3167, @RayyanSeliya)
func deploynow validates cluster connectivity before building, providing immediate feedback with clear error messages instead of wasting time on builds that will fail deployment. (#3117, @RayyanSeliya)
Uncategorized
- Feat: better error for s2i build -- show inner cause of the error (#3185, @matejvasek)
- Fix: hidden flags username/password (and affiliated envvars) now work also for s2i and pack builder (#3298, @matejvasek)
Dependencies
Added
- github.com/apapsch/go-jsonmerge/v2: v2.0.0
- github.com/charmbracelet/colorprofile: v0.3.3
- github.com/charmbracelet/x/ansi: v0.11.0
- github.com/charmbracelet/x/cellbuf: v0.0.14
- github.com/charmbracelet/x/term: v0.2.2
- github.com/clipperhouse/displaywidth: v0.5.0
- github.com/clipperhouse/stringish: v0.1.1
- github.com/clipperhouse/uax29/v2: v2.3.0
- github.com/erikgeiser/coninput: 1c3628e
- github.com/google/jsonschema-go: v0.3.0
- github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus: v1.0.1
- github.com/grpc-ecosystem/go-grpc-middleware/v2: v2.3.0
- github.com/modelcontextprotocol/go-sdk: v1.1.0
- github.com/oapi-codegen/runtime: v1.0.0
- github.com/xo/terminfo: abceb7e
- go.etcd.io/raft/v3: v3.6.0
- sigs.k8s.io/structured-merge-diff/v6: v6.3.0
Changed
- cloud.google.com/go/compute/metadata: v0.7.0 → v0.9.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.29.0 → v1.30.0
- github.com/alecthomas/units: 61d1e34 → 0f3dac3
- github.com/armon/go-metrics: v0.4.1 → f0300d1
- github.com/charmbracelet/bubbles: v0.17.1 → v0.21.0
- github.com/charmbracelet/bubbletea: v0.25.0 → v1.3.10
- github.com/charmbracelet/lipgloss: v0.9.1 → v1.1.0
- github.com/cncf/xds/go: 2ac532f → 0feb691
- github.com/envoyproxy/go-control-plane/envoy: v1.32.4 → v1.35.0
- github.com/envoyproxy/go-control-plane: v0.13.4 → 75eaa19
- github.com/fxamacker/cbor/v2: v2.8.0 → v2.9.0
- github.com/go-jose/go-jose/v4: v4.1.1 → v4.1.3
- github.com/go-viper/mapstructure/v2: v2.3.0 → v2.4.0
- github.com/golang-jwt/jwt/v5: v5.2.2 → v5.3.0
- github.com/google/gnostic-models: v0.6.9 → v0.7.0
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.27.2 → v2.27.3
- github.com/hashicorp/consul/api: v1.25.1 → v1.1.0
- github.com/hashicorp/serf: v0.10.1 → v0.8.2
- github.com/influxdata/influxdb-client-go/v2: v2.9.0 → v2.14.0
- github.com/jonboulle/clockwork: v0.4.0 → v0.5.0
- github.com/lucasb-eyer/go-colorful: v1.2.0 → v1.3.0
- github.com/mattn/go-runewidth: v0.0.16 → v0.0.19
- github.com/modern-go/reflect2: v1.0.2 → 35a7c28
- github.com/muesli/termenv: v0.15.2 → v0.16.0
- github.com/openshift/source-to-image: v1.6.0 → v1.5.1
- github.com/prometheus/common: v0.66.1 → v0.67.4
- github.com/prometheus/procfs: v0.17.0 → v0.19.2
- github.com/sagikazarmark/locafero: v0.4.0 → v0.12.0
- github.com/sourcegraph/conc: v0.3.0 → 5f936ab
- github.com/spf13/afero: v1.14.0 → v1.15.0
- github.com/spf13/cast: v1.7.1 → v1.10.0
- github.com/spf13/viper: v1.18.2 → v1.21.0
- github.com/spiffe/go-spiffe/v2: v2.5.0 → v2.6.0
- github.com/tsenart/vegeta/v12: [v12.12.0 → v12.13.0](https://github.co...
v1.21.1
v1.21.1
knative/func@release-1.21
Changes by Kind
Enhancement
- Add --platform flag to
func config cicommand allowing users to specify which CI/CD platform to generate manifests for. Currently supports "github" (default). (#3379, @twoGiants) - Add
--remoteflag tofunc config cito build functions on a Tekton enabled cluster and--workflow-dispatchto trigger workflows manually via the GitHub CLI or UI. (#3128, @twoGiants) - Add the --registry-authfile build parameter to allow to specify a custom registry auth file location (#3208, @creydr)
- Add the possibility to deploy a function as raw kubernetes deployment via the --deployer=raw argument (#3075, @creydr)
- Added
envas a short alias for theenvironmentcommand. Users can now usefunc envas a convenient shorthand forfunc environment. (#3219, @RayyanSeliya) - Allow to print the output from
func versionasjsonoryamltoo (#3280, @creydr) - Event subscriptions now work with raw Kubernetes deployer (
--deployer raw). (#3335, @24aysh) - Feat: pull secrets pre-check before deployment (#3333, @matejvasek)
- Implement GitHub Actions workflow generation in
func config cicommand. The command now creates a complete deployment workflow with Kubernetes context setup, func CLI installation, and automated deployment. Supports customizable parameters for branch trigger, kubeconfig secret name, registry URL variable, and workflow name. (#3295, @twoGiants) - Improve error message when
func describeis run outside function directory
to be more beginner-friendly and provide clear guidance on creating functions
before describing them. (#3027, @RayyanSeliya) - Invalid domain names are now caught immediately with helpful error messages, preventing wasted build time (#3152, @RayyanSeliya)
- Invalid namespace names are now caught immediately with helpful error messages, preventing wasted build time (#3133, @RayyanSeliya)
- Provide used middleware version as a function label (#3270, @creydr)
- The
func config cicommand now resolves --path and --branch flags intelligently:- --path defaults to current working directory when empty or "."
- --branch defaults to current git branch when not specified (previously "main") (#3371, @twoGiants)
- The
func config cicommand now supports configurable registry authentication and runner options with the following new flags:--use-registry-login: Enable/disable registry login step in generated workflow (default: true)--registry-login-url-variable-name: Customize registry URL variable name (default: REGISTRY_LOGIN_URL)--registry-user-variable-name: Customize registry username variable name (default: REGISTRY_USERNAME)--registry-pass-secret-name: Customize registry password secret name (default: REGISTRY_PASSWORD)--self-hosted-runner: Use self-hosted runners instead of ubuntu-latest (default: false) (#3297, @twoGiants)
Documentation
- Added Command Reference section to README for easier discovery of CLI documentation (#3245, @RayyanSeliya)
Bug or Regression
- Add latest middleware versions in
func versionoutput (#3281, @creydr) - Fix: on-cluster-build freeze caused by co-scheduling/affinity issues (#3350, @matejvasek)
- Fix: populate image field in func describe (#3220, @creydr)
- Fix: push permission check with gitlab image registry (#3263, @matejvasek)
- Func run --builder=host now fails fast with helpful guidance when explicit ports are invalid, privileged, or already in use instead of silently choosing a random port (#3176, @RayyanSeliya)
- Function names starting with hyphens now show helpful DNS-1035 naming guidance instead of confusing flag parsing errors (#3167, @RayyanSeliya)
func deploynow validates cluster connectivity before building, providing immediate feedback with clear error messages instead of wasting time on builds that will fail deployment. (#3117, @RayyanSeliya)
Uncategorized
- Feat: better error for s2i build -- show inner cause of the error (#3185, @matejvasek)
- Fix: hidden flags username/password (and affiliated envvars) now work also for s2i and pack builder (#3298, @matejvasek)
Dependencies
Added
- github.com/apapsch/go-jsonmerge/v2: v2.0.0
- github.com/charmbracelet/colorprofile: v0.3.3
- github.com/charmbracelet/x/ansi: v0.11.0
- github.com/charmbracelet/x/cellbuf: v0.0.14
- github.com/charmbracelet/x/term: v0.2.2
- github.com/clipperhouse/displaywidth: v0.5.0
- github.com/clipperhouse/stringish: v0.1.1
- github.com/clipperhouse/uax29/v2: v2.3.0
- github.com/erikgeiser/coninput: 1c3628e
- github.com/google/jsonschema-go: v0.3.0
- github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus: v1.0.1
- github.com/grpc-ecosystem/go-grpc-middleware/v2: v2.3.0
- github.com/modelcontextprotocol/go-sdk: v1.1.0
- github.com/oapi-codegen/runtime: v1.0.0
- github.com/xo/terminfo: abceb7e
- go.etcd.io/raft/v3: v3.6.0
- sigs.k8s.io/structured-merge-diff/v6: v6.3.0
Changed
- cloud.google.com/go/compute/metadata: v0.7.0 → v0.9.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.29.0 → v1.30.0
- github.com/alecthomas/units: 61d1e34 → 0f3dac3
- github.com/armon/go-metrics: v0.4.1 → f0300d1
- github.com/charmbracelet/bubbles: v0.17.1 → v0.21.0
- github.com/charmbracelet/bubbletea: v0.25.0 → v1.3.10
- github.com/charmbracelet/lipgloss: v0.9.1 → v1.1.0
- github.com/cncf/xds/go: 2ac532f → 0feb691
- github.com/envoyproxy/go-control-plane/envoy: v1.32.4 → v1.35.0
- github.com/envoyproxy/go-control-plane: v0.13.4 → 75eaa19
- github.com/fxamacker/cbor/v2: v2.8.0 → v2.9.0
- github.com/go-jose/go-jose/v4: v4.1.1 → v4.1.3
- github.com/go-viper/mapstructure/v2: v2.3.0 → v2.4.0
- github.com/golang-jwt/jwt/v5: v5.2.2 → v5.3.0
- github.com/google/gnostic-models: v0.6.9 → v0.7.0
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.27.2 → v2.27.3
- github.com/hashicorp/consul/api: v1.25.1 → v1.1.0
- github.com/hashicorp/serf: v0.10.1 → v0.8.2
- github.com/influxdata/influxdb-client-go/v2: v2.9.0 → v2.14.0
- github.com/jonboulle/clockwork: v0.4.0 → v0.5.0
- github.com/lucasb-eyer/go-colorful: v1.2.0 → v1.3.0
- github.com/mattn/go-runewidth: v0.0.16 → v0.0.19
- github.com/modern-go/reflect2: v1.0.2 → 35a7c28
- github.com/muesli/termenv: v0.15.2 → v0.16.0
- github.com/openshift/source-to-image: v1.6.0 → v1.5.1
- github.com/prometheus/common: v0.66.1 → v0.67.4
- github.com/prometheus/procfs: v0.17.0 → v0.19.2
- github.com/sagikazarmark/locafero: v0.4.0 → v0.12.0
- github.com/sourcegraph/conc: v0.3.0 → 5f936ab
- github.com/spf13/afero: v1.14.0 → v1.15.0
- github.com/spf13/cast: v1.7.1 → v1.10.0
- github.com/spf13/viper: v1.18.2 → v1.21.0
- github.com/spiffe/go-spiffe/v2: v2.5.0 → v2.6.0
- github.com/tsenart/vegeta/v12: [v12.12.0 → v12.13.0](https://github.com/tsenart...
v1.21.0
knative/func@release-1.21
Changes by Kind
Enhancement
- Add --platform flag to
func config cicommand allowing users to specify which CI/CD platform to generate manifests for. Currently supports "github" (default). (#3379, @twoGiants) - Add
--remoteflag tofunc config cito build functions on a Tekton enabled cluster and--workflow-dispatchto trigger workflows manually via the GitHub CLI or UI. (#3128, @twoGiants) - Add the --registry-authfile build parameter to allow to specify a custom registry auth file location (#3208, @creydr)
- Add the possibility to deploy a function as raw kubernetes deployment via the --deployer=raw argument (#3075, @creydr)
- Added
envas a short alias for theenvironmentcommand. Users can now usefunc envas a convenient shorthand forfunc environment. (#3219, @RayyanSeliya) - Allow to print the output from
func versionasjsonoryamltoo (#3280, @creydr) - Event subscriptions now work with raw Kubernetes deployer (
--deployer raw). (#3335, @24aysh) - Feat: pull secrets pre-check before deployment (#3333, @matejvasek)
- Implement GitHub Actions workflow generation in
func config cicommand. The command now creates a complete deployment workflow with Kubernetes context setup, func CLI installation, and automated deployment. Supports customizable parameters for branch trigger, kubeconfig secret name, registry URL variable, and workflow name. (#3295, @twoGiants) - Improve error message when
func describeis run outside function directory
to be more beginner-friendly and provide clear guidance on creating functions
before describing them. (#3027, @RayyanSeliya) - Invalid domain names are now caught immediately with helpful error messages, preventing wasted build time (#3152, @RayyanSeliya)
- Invalid namespace names are now caught immediately with helpful error messages, preventing wasted build time (#3133, @RayyanSeliya)
- Provide used middleware version as a function label (#3270, @creydr)
- The
func config cicommand now resolves --path and --branch flags intelligently:- --path defaults to current working directory when empty or "."
- --branch defaults to current git branch when not specified (previously "main") (#3371, @twoGiants)
- The
func config cicommand now supports configurable registry authentication and runner options with the following new flags:--use-registry-login: Enable/disable registry login step in generated workflow (default: true)--registry-login-url-variable-name: Customize registry URL variable name (default: REGISTRY_LOGIN_URL)--registry-user-variable-name: Customize registry username variable name (default: REGISTRY_USERNAME)--registry-pass-secret-name: Customize registry password secret name (default: REGISTRY_PASSWORD)--self-hosted-runner: Use self-hosted runners instead of ubuntu-latest (default: false) (#3297, @twoGiants)
Documentation
- Added Command Reference section to README for easier discovery of CLI documentation (#3245, @RayyanSeliya)
Bug or Regression
- Add latest middleware versions in
func versionoutput (#3281, @creydr) - Fix: on-cluster-build freeze caused by co-scheduling/affinity issues (#3350, @matejvasek)
- Fix: populate image field in func describe (#3220, @creydr)
- Fix: push permission check with gitlab image registry (#3263, @matejvasek)
- Func run --builder=host now fails fast with helpful guidance when explicit ports are invalid, privileged, or already in use instead of silently choosing a random port (#3176, @RayyanSeliya)
- Function names starting with hyphens now show helpful DNS-1035 naming guidance instead of confusing flag parsing errors (#3167, @RayyanSeliya)
func deploynow validates cluster connectivity before building, providing immediate feedback with clear error messages instead of wasting time on builds that will fail deployment. (#3117, @RayyanSeliya)
Uncategorized
- Feat: better error for s2i build -- show inner cause of the error (#3185, @matejvasek)
- Fix: hidden flags username/password (and affiliated envvars) now work also for s2i and pack builder (#3298, @matejvasek)
Dependencies
Added
- github.com/apapsch/go-jsonmerge/v2: v2.0.0
- github.com/charmbracelet/colorprofile: v0.3.3
- github.com/charmbracelet/x/ansi: v0.11.0
- github.com/charmbracelet/x/cellbuf: v0.0.14
- github.com/charmbracelet/x/term: v0.2.2
- github.com/clipperhouse/displaywidth: v0.5.0
- github.com/clipperhouse/stringish: v0.1.1
- github.com/clipperhouse/uax29/v2: v2.3.0
- github.com/erikgeiser/coninput: 1c3628e
- github.com/google/jsonschema-go: v0.3.0
- github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus: v1.0.1
- github.com/grpc-ecosystem/go-grpc-middleware/v2: v2.3.0
- github.com/modelcontextprotocol/go-sdk: v1.1.0
- github.com/oapi-codegen/runtime: v1.0.0
- github.com/xo/terminfo: abceb7e
- go.etcd.io/raft/v3: v3.6.0
- sigs.k8s.io/structured-merge-diff/v6: v6.3.0
Changed
- cloud.google.com/go/compute/metadata: v0.7.0 → v0.9.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.29.0 → v1.30.0
- github.com/alecthomas/units: 61d1e34 → 0f3dac3
- github.com/armon/go-metrics: v0.4.1 → f0300d1
- github.com/charmbracelet/bubbles: v0.17.1 → v0.21.0
- github.com/charmbracelet/bubbletea: v0.25.0 → v1.3.10
- github.com/charmbracelet/lipgloss: v0.9.1 → v1.1.0
- github.com/cncf/xds/go: 2ac532f → 0feb691
- github.com/envoyproxy/go-control-plane/envoy: v1.32.4 → v1.35.0
- github.com/envoyproxy/go-control-plane: v0.13.4 → 75eaa19
- github.com/fxamacker/cbor/v2: v2.8.0 → v2.9.0
- github.com/go-jose/go-jose/v4: v4.1.1 → v4.1.3
- github.com/go-viper/mapstructure/v2: v2.3.0 → v2.4.0
- github.com/golang-jwt/jwt/v5: v5.2.2 → v5.3.0
- github.com/google/gnostic-models: v0.6.9 → v0.7.0
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.27.2 → v2.27.3
- github.com/hashicorp/consul/api: v1.25.1 → v1.1.0
- github.com/hashicorp/serf: v0.10.1 → v0.8.2
- github.com/influxdata/influxdb-client-go/v2: v2.9.0 → v2.14.0
- github.com/jonboulle/clockwork: v0.4.0 → v0.5.0
- github.com/lucasb-eyer/go-colorful: v1.2.0 → v1.3.0
- github.com/mattn/go-runewidth: v0.0.16 → v0.0.19
- github.com/modern-go/reflect2: v1.0.2 → 35a7c28
- github.com/muesli/termenv: v0.15.2 → v0.16.0
- github.com/openshift/source-to-image: v1.6.0 → v1.5.1
- github.com/prometheus/common: v0.66.1 → v0.67.4
- github.com/prometheus/procfs: v0.17.0 → v0.19.2
- github.com/sagikazarmark/locafero: v0.4.0 → v0.12.0
- github.com/sourcegraph/conc: v0.3.0 → 5f936ab
- github.com/spf13/afero: v1.14.0 → v1.15.0
- github.com/spf13/cast: v1.7.1 → v1.10.0
- github.com/spf13/viper: v1.18.2 → v1.21.0
- github.com/spiffe/go-spiffe/v2: v2.5.0 → v2.6.0
- github.com/tsenart/vegeta/v12: [v12.12.0 → v12.13.0](https://github.com/tsenart/vegeta/c...
v1.20.1
v1.20.1
Changes by Kind
Enhancement
- Func build and func deploy commands now provide clearer error messages when registry is missing, with actionable guidance instead of confusing prompts. (#3058, @RayyanSeliya)
- Func build and func deploy commands now provide clearer, more educational error messages when the --platform flag is used without the S2I builder, with actionable guidance and builder capability explanations. (#3062, @RayyanSeliya)
- Func build and func deploy commands now validate conflicting --image and --registry flags before starting the build process, providing clear error messages and actionable guidance instead of misleading build failures. (#3066, @RayyanSeliya)
- Improve error message when
--languageflag is missing infunc create
to be more beginner-friendly, include example usage, and point tofunc languages. (#3016, @RayyanSeliya) - Improve error message when
func invokeis run outside function directory
to be more beginner-friendly, include step-by-step workflow guidance. (#3018, @RayyanSeliya) - Improve error message when
func runis run outside function directory
to be more beginner-friendly, include step-by-step workflow guidance, and
explain that func run is used for local testing. (#3022, @RayyanSeliya) - Improve error message when
func subscribeis run outside function directory
to be more beginner-friendly and provide clear guidance on creating functions
before subscribing to events. (#3025, @RayyanSeliya) - Improve error messages for
func listcommand to be more beginner-friendly.
Connection errors now include workflow guidance, prerequisites, troubleshooting
steps, and links to official Knative installation documentation. (#3038, @RayyanSeliya) - Improve func delete user experience by replacing cryptic "name required" error with clear guidance on how to delete functions using name or path options. (#3054, @RayyanSeliya)
- Improve func deploy user experience by showing clear error guidance immediately when run outside a function directory, instead of prompting for registry configuration first. (#3042, @RayyanSeliya)
Bug or Regression
- Enhanced builder/container flag handling: pack/s2i builders now default to container mode, --container=false automatically selects host builder, with validation for incompatible combinations. (#2966, @RayyanSeliya)
- Fix: Python pack build/run doesn't pick up code changes (#3079) (#3080, @matejvasek)
- Fix: fallback to python3 if python not present (#3082, @matejvasek)
- Fix: host builder can push images to cluster internal registries (#3130, @matejvasek)
- Fix: host builder uses base-image with correct version of Python (#2965, @matejvasek)
Other (Cleanup or Flake)
- Remove the --container flag - builds are determined via builder itself for func run command (#2987, @gauron99)
Uncategorized
-
Release Note (#2953, @RayyanSeliya)
- $ func deploy --remote --builder=pack --registry=registry.default.svc.cluster.local:5000/func -v
Error: cannot upload sources to the PVC: cannot start the pod: pod prematurely exited (output: "ERROR: cannot purge dest dir: unlinkat
/tmp/volume_mnt/source/.s2i/bin/assemble: permission denied\n", exitcode: 1)
e2e_test.go:1249: exit status 1 (#2946, @lkingland) - Fix: backward compatibility for building old Python Functions with newer func (#2962, @matejvasek)
Dependencies
Added
- al.essio.dev/pkg/shellescape: v1.6.0
- buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go: 52f3232
- buf.build/go/protovalidate: v0.14.0
- buf.build/go/protoyaml: v0.6.0
- cloud.google.com/go/monitoring: v1.24.2
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric: v0.51.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping: v0.51.0
- github.com/MakeNowJust/heredoc/v2: v2.0.1
- github.com/containerd/accelerated-container-image: v1.2.3
- github.com/containerd/containerd/v2: v2.1.1
- github.com/containerd/errdefs/pkg: v0.3.0
- github.com/containerd/fuse-overlayfs-snapshotter/v2: v2.1.1
- github.com/containerd/plugin: v1.0.0
- github.com/keybase/go-keychain: v0.0.1
- github.com/moby/go-archive: v0.1.0
- github.com/moby/sys/atomicwriter: v0.1.0
- github.com/moby/sys/capability: v0.4.0
- github.com/moby/sys/reexec: v0.1.0
- github.com/opencontainers/runtime-tools: 2e043c6
- github.com/otiai10/mint: v1.6.3
- github.com/petermattis/goid: 4fcff4a
- github.com/prometheus/otlptranslator: v1.0.0
- github.com/santhosh-tekuri/jsonschema/v5: v5.3.1
- github.com/santhosh-tekuri/jsonschema/v6: v6.0.1
- github.com/sasha-s/go-deadlock: v0.3.5
- github.com/sigstore/protobuf-specs: v0.4.1
- github.com/smallstep/pkcs7: v0.1.1
- github.com/tonistiigi/dchapes-mode: 73d941a
- github.com/zalando/go-keyring: v0.2.6
- golang.org/x/tools/go/expect: v0.1.1-deprecated
- gonum.org/v1/gonum: v0.16.0
- tags.cncf.io/container-device-interface/specs-go: v1.0.0
- tags.cncf.io/container-device-interface: v1.0.1
Changed
- cel.dev/expr: v0.23.0 → v0.24.0
- cloud.google.com/go/auth/oauth2adapt: v0.2.5 → v0.2.8
- cloud.google.com/go/auth: v0.10.0 → v0.16.1
- cloud.google.com/go/compute/metadata: v0.6.0 → v0.7.0
- cloud.google.com/go/iam: v1.1.8 → v1.5.2
- cloud.google.com/go/storage: v1.42.0 → v1.54.0
- cloud.google.com/go: v0.116.0 → v0.121.1
- github.com/AdaLogics/go-fuzz-headers: ced1acd → e8a1dd7
- github.com/AdamKorcz/go-118-fuzz-build: 8075edf → 2b5cbb2
- github.com/Azure/azure-sdk-for-go/sdk/azcore: v1.14.0 → v1.18.0
- github.com/Azure/azure-sdk-for-go/sdk/azidentity: v1.7.0 → v1.8.0
- github.com/Azure/azure-sdk-for-go/sdk/internal: v1.10.0 → v1.11.1
- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob: v1.3.2 → v1.6.1
- github.com/Azure/go-ansiterm: 306776e → faa5f7b
- github.com/AzureAD/microsoft-authentication-library-for-go: v1.2.2 → v1.3.2
- github.com/BurntSushi/toml: v1.4.0 → v1.5.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.27.0 → v1.29.0
- github.com/GoogleContainerTools/kaniko: v1.23.2 → v1.24.0
- github.com/Microsoft/cosesign1go: v1.2.0 → v1.4.0
- github.com/Microsoft/hcsshim: v0.12.7 → v0.13.0
- github.com/ProtonMail/go-crypto: v1.1.3 → v1.2.0
- github.com/agnivade/levenshtein: v1.1.1 → v1.2.0
- github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream: v1.6.3 → v1.6.10
- github.com/aws/aws-sdk-go-v2/config: v1.29.6 → v1.29.14
- github.com/aws/aws-sdk-go-v2/credentials: v1.17.59 → v1.17.67
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: v1.16.28 → v1.16.30
- github.com/aws/aws-sdk-go-v2/feature/s3/manager: v1.17.5 → v1.17.75
- github.com/aws/aws-sdk-go-v2/internal/configsources: [v1.3.32 → v1.3.34](https://github.com/aws/aws-sdk-go-v2/compare/...
v1.20.0
Changes by Kind
Enhancement
- Func build and func deploy commands now provide clearer error messages when registry is missing, with actionable guidance instead of confusing prompts. (#3058, @RayyanSeliya)
- Func build and func deploy commands now provide clearer, more educational error messages when the --platform flag is used without the S2I builder, with actionable guidance and builder capability explanations. (#3062, @RayyanSeliya)
- Func build and func deploy commands now validate conflicting --image and --registry flags before starting the build process, providing clear error messages and actionable guidance instead of misleading build failures. (#3066, @RayyanSeliya)
- Improve error message when
--languageflag is missing infunc create
to be more beginner-friendly, include example usage, and point tofunc languages. (#3016, @RayyanSeliya) - Improve error message when
func invokeis run outside function directory
to be more beginner-friendly, include step-by-step workflow guidance. (#3018, @RayyanSeliya) - Improve error message when
func runis run outside function directory
to be more beginner-friendly, include step-by-step workflow guidance, and
explain that func run is used for local testing. (#3022, @RayyanSeliya) - Improve error message when
func subscribeis run outside function directory
to be more beginner-friendly and provide clear guidance on creating functions
before subscribing to events. (#3025, @RayyanSeliya) - Improve error messages for
func listcommand to be more beginner-friendly.
Connection errors now include workflow guidance, prerequisites, troubleshooting
steps, and links to official Knative installation documentation. (#3038, @RayyanSeliya) - Improve func delete user experience by replacing cryptic "name required" error with clear guidance on how to delete functions using name or path options. (#3054, @RayyanSeliya)
- Improve func deploy user experience by showing clear error guidance immediately when run outside a function directory, instead of prompting for registry configuration first. (#3042, @RayyanSeliya)
Bug or Regression
- Enhanced builder/container flag handling: pack/s2i builders now default to container mode, --container=false automatically selects host builder, with validation for incompatible combinations. (#2966, @RayyanSeliya)
- Fix: Python pack build/run doesn't pick up code changes (#3079) (#3080, @matejvasek)
- Fix: fallback to python3 if python not present (#3082, @matejvasek)
- Fix: host builder can push images to cluster internal registries (#3130, @matejvasek)
- Fix: host builder uses base-image with correct version of Python (#2965, @matejvasek)
Other (Cleanup or Flake)
- Remove the --container flag - builds are determined via builder itself for func run command (#2987, @gauron99)
Uncategorized
-
Release Note (#2953, @RayyanSeliya)
- $ func deploy --remote --builder=pack --registry=registry.default.svc.cluster.local:5000/func -v
Error: cannot upload sources to the PVC: cannot start the pod: pod prematurely exited (output: "ERROR: cannot purge dest dir: unlinkat
/tmp/volume_mnt/source/.s2i/bin/assemble: permission denied\n", exitcode: 1)
e2e_test.go:1249: exit status 1 (#2946, @lkingland) - Fix: backward compatibility for building old Python Functions with newer func (#2962, @matejvasek)
Dependencies
Added
- al.essio.dev/pkg/shellescape: v1.6.0
- buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go: 52f3232
- buf.build/go/protovalidate: v0.14.0
- buf.build/go/protoyaml: v0.6.0
- cloud.google.com/go/monitoring: v1.24.2
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric: v0.51.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping: v0.51.0
- github.com/MakeNowJust/heredoc/v2: v2.0.1
- github.com/containerd/accelerated-container-image: v1.2.3
- github.com/containerd/containerd/v2: v2.1.1
- github.com/containerd/errdefs/pkg: v0.3.0
- github.com/containerd/fuse-overlayfs-snapshotter/v2: v2.1.1
- github.com/containerd/plugin: v1.0.0
- github.com/keybase/go-keychain: v0.0.1
- github.com/moby/go-archive: v0.1.0
- github.com/moby/sys/atomicwriter: v0.1.0
- github.com/moby/sys/capability: v0.4.0
- github.com/moby/sys/reexec: v0.1.0
- github.com/opencontainers/runtime-tools: 2e043c6
- github.com/otiai10/mint: v1.6.3
- github.com/petermattis/goid: 4fcff4a
- github.com/prometheus/otlptranslator: v1.0.0
- github.com/santhosh-tekuri/jsonschema/v5: v5.3.1
- github.com/santhosh-tekuri/jsonschema/v6: v6.0.1
- github.com/sasha-s/go-deadlock: v0.3.5
- github.com/sigstore/protobuf-specs: v0.4.1
- github.com/smallstep/pkcs7: v0.1.1
- github.com/tonistiigi/dchapes-mode: 73d941a
- github.com/zalando/go-keyring: v0.2.6
- golang.org/x/tools/go/expect: v0.1.1-deprecated
- gonum.org/v1/gonum: v0.16.0
- tags.cncf.io/container-device-interface/specs-go: v1.0.0
- tags.cncf.io/container-device-interface: v1.0.1
Changed
- cel.dev/expr: v0.23.0 → v0.24.0
- cloud.google.com/go/auth/oauth2adapt: v0.2.5 → v0.2.8
- cloud.google.com/go/auth: v0.10.0 → v0.16.1
- cloud.google.com/go/compute/metadata: v0.6.0 → v0.7.0
- cloud.google.com/go/iam: v1.1.8 → v1.5.2
- cloud.google.com/go/storage: v1.42.0 → v1.54.0
- cloud.google.com/go: v0.116.0 → v0.121.1
- github.com/AdaLogics/go-fuzz-headers: ced1acd → e8a1dd7
- github.com/AdamKorcz/go-118-fuzz-build: 8075edf → 2b5cbb2
- github.com/Azure/azure-sdk-for-go/sdk/azcore: v1.14.0 → v1.18.0
- github.com/Azure/azure-sdk-for-go/sdk/azidentity: v1.7.0 → v1.8.0
- github.com/Azure/azure-sdk-for-go/sdk/internal: v1.10.0 → v1.11.1
- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob: v1.3.2 → v1.6.1
- github.com/Azure/go-ansiterm: 306776e → faa5f7b
- github.com/AzureAD/microsoft-authentication-library-for-go: v1.2.2 → v1.3.2
- github.com/BurntSushi/toml: v1.4.0 → v1.5.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.27.0 → v1.29.0
- github.com/GoogleContainerTools/kaniko: v1.23.2 → v1.24.0
- github.com/Microsoft/cosesign1go: v1.2.0 → v1.4.0
- github.com/Microsoft/hcsshim: v0.12.7 → v0.13.0
- github.com/ProtonMail/go-crypto: v1.1.3 → v1.2.0
- github.com/agnivade/levenshtein: v1.1.1 → v1.2.0
- github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream: v1.6.3 → v1.6.10
- github.com/aws/aws-sdk-go-v2/config: v1.29.6 → v1.29.14
- github.com/aws/aws-sdk-go-v2/credentials: v1.17.59 → v1.17.67
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds: v1.16.28 → v1.16.30
- github.com/aws/aws-sdk-go-v2/feature/s3/manager: v1.17.5 → v1.17.75
- github.com/aws/aws-sdk-go-v2/internal/configsources: [v1.3.32 → v1.3.34](https://github.com/aws/aws-sdk-go-v2/compare/internal/...
v1.19.5
v1.19.5
v1.19.4
v1.19.3
v1.19.2
v1.19.1
knative/func@release-1.19
Changes by Kind
Enhancement
- Add --base-image flag to override the base image for host builds (#2935, @gauron99)
- Feat: Python and Go function listen dualstack (#2898, @matejvasek)
- Feat: run 'func invoke --request-type=GET' for invoking GET request (#2942, @gauron99)
- Func config remove now supports noninteractive usecases via a --name flag (#2879, @lkingland)
- Func run now supports json output (#2893, @lkingland)
- Func run now supports the --address flag (#2887, @lkingland)
- Function describe subcommand now includes labels. (#2882, @lkingland)
- Labels configuration now supports flags for a noninteractive flow. (#2886, @lkingland)
- Local clusters can now be set up on MacOS via the repository's allocate.sh and registry.sh scripts. (#2897, @lkingland)
- The path to "go" can be altered from that in PATH by using the FUNC_GO environment variable when using the host builder. (#2877, @lkingland)
- The path to git can be altered from that in PATH by using the FUNC_GIT environment variable when using the host builder. (#2876, @lkingland)
- User will be warned when their local branch differs from that configured for remote builds. (#2884, @lkingland)
Bug or Regression
- Fix: Python local buildpack build (#2907, @matejvasek)
- Fix: fixes issue with func in-cluster build/deploy pipelines to work on ARM64 (#2842, @luciantin)
- Fix: in-culster-dialer not used when it should be when pushing image to in cluster registry (#2841, @matejvasek)
- Fix: non-containerized build/run with external dependencies (#2847, @matejvasek)
- Fix: refer correct version of schema in func.yaml (#2924, @matejvasek)
- Fixes a bug where remote tekton builds would use a stale image to upload the source directory. (#2852, @luciantin)
Uncategorized
- fix pod security context fs (#2941, @lkingland)
- Configuring volumes now supports noninteractive CLI flow (#2883, @lkingland)
- Feat: make heroku's builders trusted (#2818, @matejvasek)
- Fix: error "failed to write group file" when using untrusted builder (#2516) (#2819, @matejvasek)
Dependencies
Added
- github.com/cenkalti/backoff/v5: v5.0.2
- github.com/cloudevents/sdk-go/observability/opentelemetry/v2: v2.16.1
- github.com/mark3labs/mcp-go: v0.30.0
- github.com/yosida95/uritemplate/v3: v3.0.2
- go.opentelemetry.io/contrib/instrumentation/runtime: v0.62.0
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace: v1.37.0
- go.yaml.in/yaml/v2: v2.4.2
- go.yaml.in/yaml/v3: v3.0.3
Changed
- cel.dev/expr: v0.19.1 → v0.23.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.25.0 → v1.27.0
- github.com/IBM/sarama: v1.43.1 → v1.42.1
- github.com/cloudevents/sdk-go/v2: v2.15.2 → v2.16.1
- github.com/cncf/xds/go: cff3c89 → ae57f3c
- github.com/coreos/go-oidc: v2.2.1+incompatible → v2.3.0+incompatible
- github.com/eapache/go-resiliency: v1.6.0 → v1.4.0
- github.com/go-jose/go-jose/v3: v3.0.3 → v3.0.4
- github.com/go-jose/go-jose/v4: v4.0.2 → v4.0.5
- github.com/go-logr/logr: v1.4.2 → v1.4.3
- github.com/golang-jwt/jwt/v4: v4.5.1 → v4.5.2
- github.com/google/cel-go: v0.22.0 → v0.23.2
- github.com/gorilla/websocket: v1.5.3 → e064f32
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.26.1 → v2.27.1
- github.com/klauspost/compress: v1.17.11 → v1.18.0
- github.com/pierrec/lz4/v4: v4.1.21 → v4.1.18
- github.com/prometheus/client_golang: v1.20.5 → v1.22.0
- github.com/prometheus/client_model: v0.6.1 → v0.6.2
- github.com/prometheus/common: v0.62.0 → v0.65.0
- github.com/prometheus/procfs: v0.15.1 → v0.16.1
- github.com/spf13/cast: v1.6.0 → v1.7.1
- github.com/spiffe/go-spiffe/v2: v2.3.0 → v2.5.0
- github.com/zeebo/errs: v1.3.0 → v1.4.0
- go.etcd.io/etcd/api/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/client/pkg/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/client/v2: v2.305.16 → v2.305.21
- go.etcd.io/etcd/client/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/pkg/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/raft/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/server/v3: v3.5.16 → v3.5.21
- go.opentelemetry.io/contrib/detectors/gcp: v1.34.0 → v1.35.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.54.0 → v0.58.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.58.0 → v0.62.0
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc: v0.44.0 → v1.37.0
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp: v0.44.0 → v1.37.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.27.0 → v1.37.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp: v1.33.0 → v1.37.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.28.0 → v1.37.0
- go.opentelemetry.io/otel/exporters/prometheus: v0.42.0 → v0.59.0
- go.opentelemetry.io/otel/metric: v1.34.0 → v1.37.0
- go.opentelemetry.io/otel/sdk/metric: v1.34.0 → v1.37.0
- go.opentelemetry.io/otel/sdk: v1.34.0 → v1.37.0
- go.opentelemetry.io/otel/trace: v1.34.0 → v1.37.0
- go.opentelemetry.io/otel: v1.34.0 → v1.37.0
- go.opentelemetry.io/proto/otlp: v1.3.1 → v1.7.0
- golang.org/x/crypto: v0.37.0 → v0.39.0
- golang.org/x/mod: v0.24.0 → v0.25.0
- golang.org/x/net: v0.39.0 → v0.41.0
- golang.org/x/oauth2: v0.29.0 → v0.30.0
- golang.org/x/sync: v0.13.0 → v0.15.0
- golang.org/x/sys: v0.32.0 → v0.33.0
- golang.org/x/term: v0.31.0 → v0.32.0
- golang.org/x/text: v0.24.0 → v0.26.0
- golang.org/x/time: v0.11.0 → v0.12.0
- golang.org/x/tools: v0.32.0 → v0.34.0
- google.golang.org/genproto/googleapis/api: e9438ea → 513f239
- google.golang.org/genproto/googleapis/rpc: e9438ea → 513f239
- google.golang.org/grpc: v1.71.1 → v1.73.0
- k8s.io/api: v0.32.3 → v0.33.1
- k8s.io/apiextensions-apiserver: v0.32.1 → v0.33.1
- k8s.io/apimachinery: v0.32.3 → v0.33.1
- k8s.io/apiserver: v0.32.1 → v0.33.1
- k8s.io/client-go: v0.32.3 → v0.33.1
- k8s.io/code-generator: v0.32.2 → v0.33.1
- k8s.io/component-base: v0.32.1 → v0.33.1
- k8s.io/gengo/v2: 2b36238 → 1244d31
- k8s.io/kms: v0.32.1 → v0.33.1
- knative.dev/caching: 8f20a11 → fd36b19
- knative.dev/client/pkg: 96721e5 → fcc5f74
- knative.dev/eventing: v0.45.0 → v0.46.0
- knative.dev/hack/schema: c577ed9 → 70d4b00
- knative.dev/hack: c577ed9 → 70d4b00
- knative.dev/networking: 6268d93 → edb1a4a
- knative.dev/pkg: ed3e215 → 19d3cc2
- knative.dev/reconciler-test: 23f8616 → 806fb6a
- knative.dev/serving: v0.45.0 → v0.46.0
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.31.0 → v0.31.2
- sigs.k8s.io/yaml: v1.4.0 → v1.5.0
Removed
- github.com/rabbitmq/amqp091-go: v1.9.0
v1.19.4
v1.19.4
v1.19.3
v1.19.2
v1.19.1
knative/func@release-1.19
Changes by Kind
Enhancement
- Add --base-image flag to override the base image for host builds (#2935, @gauron99)
- Feat: Python and Go function listen dualstack (#2898, @matejvasek)
- Feat: run 'func invoke --request-type=GET' for invoking GET request (#2942, @gauron99)
- Func config remove now supports noninteractive usecases via a --name flag (#2879, @lkingland)
- Func run now supports json output (#2893, @lkingland)
- Func run now supports the --address flag (#2887, @lkingland)
- Function describe subcommand now includes labels. (#2882, @lkingland)
- Labels configuration now supports flags for a noninteractive flow. (#2886, @lkingland)
- Local clusters can now be set up on MacOS via the repository's allocate.sh and registry.sh scripts. (#2897, @lkingland)
- The path to "go" can be altered from that in PATH by using the FUNC_GO environment variable when using the host builder. (#2877, @lkingland)
- The path to git can be altered from that in PATH by using the FUNC_GIT environment variable when using the host builder. (#2876, @lkingland)
- User will be warned when their local branch differs from that configured for remote builds. (#2884, @lkingland)
Bug or Regression
- Fix: Python local buildpack build (#2907, @matejvasek)
- Fix: fixes issue with func in-cluster build/deploy pipelines to work on ARM64 (#2842, @luciantin)
- Fix: in-culster-dialer not used when it should be when pushing image to in cluster registry (#2841, @matejvasek)
- Fix: non-containerized build/run with external dependencies (#2847, @matejvasek)
- Fix: refer correct version of schema in func.yaml (#2924, @matejvasek)
- Fixes a bug where remote tekton builds would use a stale image to upload the source directory. (#2852, @luciantin)
Uncategorized
- fix pod security context fs (#2941, @lkingland)
- Configuring volumes now supports noninteractive CLI flow (#2883, @lkingland)
- Feat: make heroku's builders trusted (#2818, @matejvasek)
- Fix: error "failed to write group file" when using untrusted builder (#2516) (#2819, @matejvasek)
Dependencies
Added
- github.com/cenkalti/backoff/v5: v5.0.2
- github.com/cloudevents/sdk-go/observability/opentelemetry/v2: v2.16.1
- github.com/mark3labs/mcp-go: v0.30.0
- github.com/yosida95/uritemplate/v3: v3.0.2
- go.opentelemetry.io/contrib/instrumentation/runtime: v0.62.0
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace: v1.37.0
- go.yaml.in/yaml/v2: v2.4.2
- go.yaml.in/yaml/v3: v3.0.3
Changed
- cel.dev/expr: v0.19.1 → v0.23.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.25.0 → v1.27.0
- github.com/IBM/sarama: v1.43.1 → v1.42.1
- github.com/cloudevents/sdk-go/v2: v2.15.2 → v2.16.1
- github.com/cncf/xds/go: cff3c89 → ae57f3c
- github.com/coreos/go-oidc: v2.2.1+incompatible → v2.3.0+incompatible
- github.com/eapache/go-resiliency: v1.6.0 → v1.4.0
- github.com/go-jose/go-jose/v3: v3.0.3 → v3.0.4
- github.com/go-jose/go-jose/v4: v4.0.2 → v4.0.5
- github.com/go-logr/logr: v1.4.2 → v1.4.3
- github.com/golang-jwt/jwt/v4: v4.5.1 → v4.5.2
- github.com/google/cel-go: v0.22.0 → v0.23.2
- github.com/gorilla/websocket: v1.5.3 → e064f32
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.26.1 → v2.27.1
- github.com/klauspost/compress: v1.17.11 → v1.18.0
- github.com/pierrec/lz4/v4: v4.1.21 → v4.1.18
- github.com/prometheus/client_golang: v1.20.5 → v1.22.0
- github.com/prometheus/client_model: v0.6.1 → v0.6.2
- github.com/prometheus/common: v0.62.0 → v0.65.0
- github.com/prometheus/procfs: v0.15.1 → v0.16.1
- github.com/spf13/cast: v1.6.0 → v1.7.1
- github.com/spiffe/go-spiffe/v2: v2.3.0 → v2.5.0
- github.com/zeebo/errs: v1.3.0 → v1.4.0
- go.etcd.io/etcd/api/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/client/pkg/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/client/v2: v2.305.16 → v2.305.21
- go.etcd.io/etcd/client/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/pkg/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/raft/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/server/v3: v3.5.16 → v3.5.21
- go.opentelemetry.io/contrib/detectors/gcp: v1.34.0 → v1.35.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.54.0 → v0.58.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.58.0 → v0.62.0
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc: v0.44.0 → v1.37.0
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp: v0.44.0 → v1.37.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.27.0 → v1.37.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp: v1.33.0 → v1.37.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.28.0 → v1.37.0
- go.opentelemetry.io/otel/exporters/prometheus: v0.42.0 → v0.59.0
- go.opentelemetry.io/otel/metric: v1.34.0 → v1.37.0
- go.opentelemetry.io/otel/sdk/metric: v1.34.0 → v1.37.0
- go.opentelemetry.io/otel/sdk: v1.34.0 → v1.37.0
- go.opentelemetry.io/otel/trace: v1.34.0 → v1.37.0
- go.opentelemetry.io/otel: v1.34.0 → v1.37.0
- go.opentelemetry.io/proto/otlp: v1.3.1 → v1.7.0
- golang.org/x/crypto: v0.37.0 → v0.39.0
- golang.org/x/mod: v0.24.0 → v0.25.0
- golang.org/x/net: v0.39.0 → v0.41.0
- golang.org/x/oauth2: v0.29.0 → v0.30.0
- golang.org/x/sync: v0.13.0 → v0.15.0
- golang.org/x/sys: v0.32.0 → v0.33.0
- golang.org/x/term: v0.31.0 → v0.32.0
- golang.org/x/text: v0.24.0 → v0.26.0
- golang.org/x/time: v0.11.0 → v0.12.0
- golang.org/x/tools: v0.32.0 → v0.34.0
- google.golang.org/genproto/googleapis/api: e9438ea → 513f239
- google.golang.org/genproto/googleapis/rpc: e9438ea → 513f239
- google.golang.org/grpc: v1.71.1 → v1.73.0
- k8s.io/api: v0.32.3 → v0.33.1
- k8s.io/apiextensions-apiserver: v0.32.1 → v0.33.1
- k8s.io/apimachinery: v0.32.3 → v0.33.1
- k8s.io/apiserver: v0.32.1 → v0.33.1
- k8s.io/client-go: v0.32.3 → v0.33.1
- k8s.io/code-generator: v0.32.2 → v0.33.1
- k8s.io/component-base: v0.32.1 → v0.33.1
- k8s.io/gengo/v2: 2b36238 → 1244d31
- k8s.io/kms: v0.32.1 → v0.33.1
- knative.dev/caching: 8f20a11 → fd36b19
- knative.dev/client/pkg: 96721e5 → fcc5f74
- knative.dev/eventing: v0.45.0 → v0.46.0
- knative.dev/hack/schema: c577ed9 → 70d4b00
- knative.dev/hack: c577ed9 → 70d4b00
- knative.dev/networking: 6268d93 → edb1a4a
- knative.dev/pkg: ed3e215 → 19d3cc2
- knative.dev/reconciler-test: 23f8616 → 806fb6a
- knative.dev/serving: v0.45.0 → v0.46.0
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.31.0 → v0.31.2
- sigs.k8s.io/yaml: v1.4.0 → v1.5.0
Removed
- github.com/rabbitmq/amqp091-go: v1.9.0