File knative-cli-func-plugin.changes of Package knative-cli-func-plugin

-------------------------------------------------------------------
Thu Nov 06 09:39:38 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.47.0:
  * 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 --language flag is missing in func
      create
    - to be more beginner-friendly, include example usage, and
      point to func languages. (#3016, @RayyanSeliya)
    - Improve error message when func invoke is run outside
      function directory
    - to be more beginner-friendly, include step-by-step workflow
      guidance. (#3018, @RayyanSeliya)
    - Improve error message when func run is 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 subscribe is 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 list command 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
  * Dependenices 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
    - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2: v2.6.32 →
      v2.6.34
    - github.com/aws/aws-sdk-go-v2/internal/ini: v1.8.2 → v1.8.3
    - github.com/aws/aws-sdk-go-v2/internal/v4a: v1.3.13 → v1.3.34
    - github.com/aws/aws-sdk-go-v2/service/ecr: v1.40.3 → v1.44.0
    - github.com/aws/aws-sdk-go-v2/service/ecrpublic: v1.31.2 →
      v1.33.0
    - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding:
      v1.12.2 → v1.12.3
    - github.com/aws/aws-sdk-go-v2/service/internal/checksum:
      v1.3.15 → v1.7.1
    - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:
      v1.12.13 → v1.12.15
    - github.com/aws/aws-sdk-go-v2/service/internal/s3shared:
      v1.17.13 → v1.18.15
    - github.com/aws/aws-sdk-go-v2/service/s3: v1.58.0 → v1.79.3
    - github.com/aws/aws-sdk-go-v2/service/sso: v1.24.15 → v1.25.3
    - github.com/aws/aws-sdk-go-v2/service/ssooidc: v1.28.14 →
      v1.30.1
    - github.com/aws/aws-sdk-go-v2/service/sts: v1.33.14 → v1.33.19
    - github.com/aws/aws-sdk-go-v2: v1.36.1 → v1.36.3
    - github.com/aws/smithy-go: v1.22.2 → v1.22.3
    - github.com/awslabs/amazon-ecr-credential-helper/ecr-login:
      d2398ba → v0.9.1
    - github.com/buildpacks/imgutil: 186f89b → 7c19c27
    - github.com/buildpacks/lifecycle: v0.20.4 → v0.20.11
    - github.com/buildpacks/pack: v0.36.4 → v0.38.2
    - github.com/cenkalti/backoff/v5: v5.0.2 → v5.0.3
    - github.com/cilium/ebpf: v0.11.0 → v0.16.0
    - github.com/cloudflare/circl: v1.3.7 → v1.6.1
    - github.com/cncf/xds/go: ae57f3c → 2ac532f
    - github.com/containerd/cgroups/v3: v3.0.3 → v3.0.5
    - github.com/containerd/containerd/api: v1.7.19 → v1.9.0
    - github.com/containerd/containerd: v1.7.23 → v1.7.27
    - github.com/containerd/continuity: v0.4.3 → v0.4.5
    - github.com/containerd/errdefs: v0.3.0 → v1.0.0
    - github.com/containerd/go-cni: v1.1.10 → v1.1.12
    - github.com/containerd/nydus-snapshotter: v0.14.0 → v0.15.0
    - github.com/containerd/platforms: v0.2.1 → v1.0.0-rc.1
    - github.com/containerd/stargz-snapshotter: v0.15.1 → v0.16.3
    - github.com/containerd/ttrpc: v1.2.5 → v1.2.7
    - github.com/containerd/typeurl/v2: v2.2.0 → v2.2.3
    - github.com/containernetworking/cni: v1.2.2 → v1.2.3
    - github.com/containernetworking/plugins: v1.4.0 → v1.5.1
    - github.com/containers/image/v5: v5.31.1 → v5.35.0
    - github.com/containers/ocicrypt: v1.2.0 → v1.2.1
    - github.com/containers/storage: v1.54.0 → v1.58.0
    - github.com/coreos/go-oidc/v3: v3.10.0 → v3.13.0
    - github.com/cpuguy83/go-md2man/v2: v2.0.6 → v2.0.7
    - github.com/cyberphone/json-canonicalization: ba74d44 →
      19d51d7
    - github.com/cyphar/filepath-securejoin: v0.3.6 → v0.4.1
    - github.com/danieljoos/wincred: v1.2.1 → v1.2.3
    - github.com/docker/cli: v27.5.1+incompatible →
      v28.3.0+incompatible
    - github.com/docker/docker-credential-helpers: v0.8.2 → v0.9.3
    - github.com/docker/docker: v27.5.0+incompatible →
      v28.3.0+incompatible
    - github.com/docker/go-events: e31b211 → c867878
    - github.com/elazarl/goproxy: v1.2.3 → v1.7.2
    - github.com/fsnotify/fsnotify: v1.7.0 → v1.9.0
    - github.com/gdamore/tcell/v2: v2.8.0 → v2.8.1
    - github.com/go-git/go-billy/v5: v5.6.1 → v5.6.2
    - github.com/go-git/go-git/v5: v5.13.1 → v5.16.2
    - github.com/go-imports-organizer/goio: v1.3.3 → v1.5.0
    - github.com/go-jose/go-jose/v4: v4.0.5 → v4.1.1
    - github.com/go-openapi/errors: v0.22.0 → v0.22.1
    - github.com/go-viper/mapstructure/v2: v2.2.1 → v2.3.0
    - github.com/golang-jwt/jwt/v5: v5.2.1 → v5.2.2
    - github.com/golang/glog: v1.2.4 → v1.2.5
    - github.com/golang/groupcache: 41bb18b → 2c02b82
    - github.com/google/cel-go: v0.23.2 → v0.26.1
    - github.com/google/go-containerregistry: v0.20.3 → v0.20.6
    - github.com/google/s2a-go: v0.1.8 → v0.1.9
    - github.com/google/slowjam: v1.1.1 → v1.1.2
    - github.com/googleapis/enterprise-certificate-proxy: v0.3.4 →
      v0.3.6
    - github.com/googleapis/gax-go/v2: v2.13.0 → v2.14.2
    - github.com/grpc-ecosystem/grpc-gateway/v2: v2.27.1 → v2.27.2
    - github.com/hanwen/go-fuse/v2: v2.4.0 → v2.6.3
    - github.com/hashicorp/go-memdb: v1.3.4 → v1.3.5
    - github.com/hashicorp/go-retryablehttp: v0.7.7 → v0.7.8
    - github.com/letsencrypt/boulder: 000cd05 → de9c061
    - github.com/mattn/go-sqlite3: v1.14.22 → v1.14.27
    - github.com/minio/highwayhash: v1.0.2 → v1.0.3
    - github.com/moby/buildkit: v0.16.0 → v0.22.0
    - github.com/moby/swarmkit/v2: f082dd7 → 8c19597
    - github.com/moby/sys/mount: v0.3.3 → v0.3.4
    - github.com/moby/sys/sequential: v0.5.0 → v0.6.0
    - github.com/moby/sys/symlink: v0.2.0 → v0.3.0
    - github.com/moby/sys/user: v0.3.0 → v0.4.0
    - github.com/moby/term: v0.5.0 → v0.5.2
    - github.com/onsi/ginkgo/v2: v2.22.1 → v2.23.3
    - github.com/onsi/gomega: v1.36.2 → v1.37.0
    - github.com/open-policy-agent/opa: v0.68.0 → v0.70.0
    - github.com/opencontainers/image-spec: v1.1.0 → v1.1.1
    - github.com/opencontainers/runc: v1.1.14 → v1.2.3
    - github.com/opencontainers/runtime-spec: v1.2.0 → v1.2.1
    - github.com/opencontainers/selinux: v1.11.0 → v1.12.0
    - github.com/openshift/source-to-image: v1.5.0 → v1.6.0
    - github.com/otiai10/copy: v1.14.0 → v1.14.1
    - github.com/package-url/packageurl-go: 8907843 → v0.1.1
    - github.com/pelletier/go-toml/v2: v2.2.1 → v2.2.4
    - github.com/pjbgf/sha1cd: v0.3.0 → v0.3.2
    - github.com/proglottis/gpgme: v0.1.3 → v0.1.4
    - github.com/prometheus/client_golang: v1.22.0 → v1.23.2
    - github.com/prometheus/common: v0.65.0 → v0.66.1
    - github.com/prometheus/procfs: v0.16.1 → v0.17.0
    - github.com/rogpeppe/go-internal: v1.13.1 → v1.14.1
    - github.com/sebdah/goldie/v2: v2.5.3 → v2.5.5
    - github.com/secure-systems-lab/go-securesystemslib: v0.8.0 →
      v0.9.0
    - github.com/sigstore/fulcio: v1.4.5 → v1.6.6
    - github.com/sigstore/rekor: v1.3.6 → v1.3.10
    - github.com/sigstore/sigstore: v1.8.4 → v1.9.3
    - github.com/skeema/knownhosts: v1.3.0 → v1.3.1
    - github.com/spf13/afero: v1.11.0 → v1.14.0
    - github.com/spf13/cobra: v1.8.1 → v1.9.1
    - github.com/spf13/pflag: v1.0.6 → v1.0.10
    - github.com/stefanberger/go-pkcs11uri: 78d3cae → 7828495
    - github.com/stoewer/go-strcase: v1.3.0 → v1.3.1
    - github.com/stretchr/testify: v1.10.0 → v1.11.1
    - github.com/sylabs/sif/v2: v2.18.0 → v2.21.1
    - github.com/tchap/go-patricia/v2: v2.3.1 → v2.3.2
    - github.com/tonistiigi/fsutil: 91a3fc4 → 3f76f81
    - github.com/tonistiigi/go-actions-cache: 58651d5 → 3e9a664
    - github.com/tonistiigi/go-csvvalue: ddb21b7 → 030d3b2
    - github.com/urfave/cli: v1.22.15 → v1.22.16
    - github.com/vbatts/tar-split: v0.11.6 → v0.12.1
    - github.com/vbauerster/mpb/v8: v8.7.3 → v8.9.3
    - github.com/vishvananda/netlink: v1.3.0 → 084abd9
    - github.com/vishvananda/netns: v0.0.4 → v0.0.5
    - gitlab.com/gitlab-org/api/client-go: v0.116.0 → v0.150.0
    - go.etcd.io/bbolt: v1.3.11 → v1.4.0
    - go.opentelemetry.io/contrib/detectors/gcp: v1.35.0 → v1.36.0
    - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:
      v0.58.0 → v0.60.0
    - go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace:
      v0.46.1 → v0.56.0
    -
    go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:
    v0.62.0 → v0.63.0
    - go.opentelemetry.io/contrib/instrumentation/runtime: v0.62.0
      → v0.63.0
    - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc:
      v1.37.0 → v1.38.0
    - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp:
      v1.37.0 → v1.38.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:
      v1.37.0 → v1.38.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:
      v1.37.0 → v1.38.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.37.0 →
      v1.38.0
    - go.opentelemetry.io/otel/exporters/prometheus: v0.59.0 →
      v0.60.0
    - go.opentelemetry.io/otel/exporters/stdout/stdouttrace:
      v1.37.0 → v1.38.0
    - go.opentelemetry.io/otel/metric: v1.37.0 → v1.38.0
    - go.opentelemetry.io/otel/sdk/metric: v1.37.0 → v1.38.0
    - go.opentelemetry.io/otel/sdk: v1.37.0 → v1.38.0
    - go.opentelemetry.io/otel/trace: v1.37.0 → v1.38.0
    - go.opentelemetry.io/otel: v1.37.0 → v1.38.0
    - go.opentelemetry.io/proto/otlp: v1.7.0 → v1.7.1
    - go.uber.org/mock: v0.4.0 → v0.6.0
    - go.yaml.in/yaml/v3: v3.0.3 → v3.0.4
    - golang.org/x/crypto: v0.39.0 → v0.43.0
    - golang.org/x/exp: 939b2ce → 7e4ce0a
    - golang.org/x/mod: v0.25.0 → v0.29.0
    - golang.org/x/net: v0.41.0 → v0.46.0
    - golang.org/x/sync: v0.15.0 → v0.17.0
    - golang.org/x/sys: v0.33.0 → v0.37.0
    - golang.org/x/term: v0.32.0 → v0.36.0
    - golang.org/x/text: v0.26.0 → v0.30.0
    - golang.org/x/tools: v0.34.0 → v0.38.0
    - google.golang.org/api: v0.204.0 → v0.233.0
    - google.golang.org/genproto/googleapis/api: 513f239 → c5933d9
    - google.golang.org/genproto/googleapis/bytestream: 324edc3 →
      f936aa4
    - google.golang.org/genproto/googleapis/rpc: 513f239 → c5933d9
    - google.golang.org/genproto: 324edc3 → 55703ea
    - google.golang.org/grpc: v1.73.0 → v1.75.0
    - google.golang.org/protobuf: v1.36.6 → v1.36.10
    - gotest.tools/v3: v3.5.1 → v3.5.2
    - k8s.io/api: v0.33.1 → v0.33.5
    - k8s.io/apiextensions-apiserver: v0.33.1 → v0.33.5
    - k8s.io/apimachinery: v0.33.1 → v0.33.5
    - k8s.io/apiserver: v0.33.1 → v0.33.5
    - k8s.io/client-go: v0.33.1 → v0.33.5
    - k8s.io/code-generator: v0.33.1 → v0.33.5
    - k8s.io/component-base: v0.33.1 → v0.33.5
    - k8s.io/kms: v0.33.1 → v0.33.5
    - kernel.org/pub/linux/libs/security/libcap/cap: v1.2.70 →
      v1.2.73
    - kernel.org/pub/linux/libs/security/libcap/psx: v1.2.70 →
      v1.2.73
    - knative.dev/caching: fd36b19 → 09d3ca0
    - knative.dev/client/pkg: fcc5f74 → b66b3da
    - knative.dev/eventing: v0.46.0 → v0.47.0
    - knative.dev/hack/schema: 70d4b00 → 4fae780
    - knative.dev/hack: 70d4b00 → 4fae780
    - knative.dev/networking: edb1a4a → 0bde191
    - knative.dev/reconciler-test: 806fb6a → 2187daa
    - knative.dev/serving: v0.46.0 → v0.47.0
    - sigs.k8s.io/yaml: v1.5.0 → v1.6.0
  * Dependencies removed
    - github.com/containerd/cgroups: v1.1.0
    - github.com/containerd/fuse-overlayfs-snapshotter: v1.0.8
    - github.com/gogo/googleapis: v1.4.1
    - github.com/googleapis/google-cloud-go-testing: 1c9a4c6
    - github.com/kr/fs: v0.1.0
    - github.com/mmcloughlin/avo: v0.5.0
    - github.com/pkg/sftp: v1.13.6
    - go.mozilla.org/pkcs7: 33d0574

-------------------------------------------------------------------
Tue Oct 28 14:27:42 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.46.5:
  * 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
  * Dependencies changed
    - cel.dev/expr: v0.19.1 → v0.23.0
    - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp:
      1.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:
      2.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:
      0.54.0 → v0.58.0
    - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:
      0.58.0 → v0.62.0
    - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc:
      0.44.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp:
      0.44.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:
      1.27.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:
      1.33.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace:
      1.28.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/prometheus:
      0.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:
      0.45.0 → v0.46.0
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client:
      0.31.0 → v0.31.2
    - sigs.k8s.io/yaml: v1.4.0 → v1.5.0
  * Dependencies removed
    - github.com/rabbitmq/amqp091-go: v1.9.0

-------------------------------------------------------------------
Fri Oct 17 08:01:35 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.46.4:
  * 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
  * Dependencies changed
    - cel.dev/expr: v0.19.1 → v0.23.0
    - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp:
      1.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:
      0.54.0 → v0.58.0
    - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:
      0.58.0 → v0.62.0
    - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc:
      0.44.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp:
      0.44.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:
      1.27.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:
      1.33.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace:
      1.28.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/prometheus:
      0.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
  * Dependencies removed
    - github.com/rabbitmq/amqp091-go: v1.9.0

-------------------------------------------------------------------
Fri Sep 19 13:01:05 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.46.3:
  * 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:
      2.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
  * Dependencies changed
    - cel.dev/expr: v0.19.1 → v0.23.0
    - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp:
      1.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:
      0.54.0 → v0.58.0
    - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:
      0.58.0 → v0.62.0
    - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc:
      0.44.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp:
      0.44.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:
      1.27.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:
      1.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
  * Dependencies removed
    - github.com/rabbitmq/amqp091-go: v1.9.0

-------------------------------------------------------------------
Fri Sep 19 12:52:46 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.46.2:
  * 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:
      2.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
  * Dependencies changed
    - cel.dev/expr: v0.19.1 → v0.23.0
    - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp:
      1.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:
      0.54.0 → v0.58.0
    - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:
      0.58.0 → v0.62.0
    - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc:
      0.44.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp:
      0.44.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:
      1.27.0 → v1.37.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:
      1.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
  * Dependencies removed
    - github.com/rabbitmq/amqp091-go: v1.9.0

-------------------------------------------------------------------
Thu Aug 28 10:28:56 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.46.1:
  * 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
  * Dependencies 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
  * Dependencies removed
    - github.com/rabbitmq/amqp091-go: v1.9.0

-------------------------------------------------------------------
Fri Jul 25 05:46:18 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.46.0:
  * 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
  * Dependencies 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
  * Dependencies removed
    - github.com/rabbitmq/amqp091-go: v1.9.0

-------------------------------------------------------------------
Tue May  6 11:22:22 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.45.1:
  * Enhancement
    - Removes redundant default labels and annotations (#2746,
      @KapilSareen)
    - Adds the ability to specify a storage class for remote build
      volumes with --remote-storage-class (#2693, @lkingland)
    - Python Functions now use the ASGI specification for method
      signature.
    - Python Functions now support instances and lifecycle events. See
      the new templates for details.
    - The Host builder now can build and run Python functions locally
      without a container. (#2685, @lkingland)
  * Bug or Regression
    - Fix: Go s2i build issue with user added dependencies (#2765,
      @matejvasek)
  * Dependencies added
    - github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns:
      v1.2.0
    - github.com/Azure/go-ntlmssp: 754e693
    - github.com/Khan/genqlient: v0.7.0
    - github.com/Venafi/vcert/v5: v5.7.1
    - github.com/akamai/AkamaiOPEN-edgegrid-golang: v1.2.2
    - github.com/armon/go-radix: 7fddfc3
    - github.com/aws/aws-sdk-go-v2/service/route53: v1.44.0
    - github.com/benbjohnson/clock: v1.1.0
    - github.com/bketelsen/crypt: 5cbc8cc
    - github.com/certifi/gocertifi: 2c3bb06
    - github.com/cockroachdb/errors: v1.2.4
    - github.com/cockroachdb/logtags: eb05cc2
    - github.com/cpu/goacmedns: v0.1.1
    - github.com/digitalocean/godo: v1.125.0
    - github.com/envoyproxy/go-control-plane/envoy: v1.32.4
    - github.com/envoyproxy/go-control-plane/ratelimit: v0.1.0
    - github.com/getsentry/raven-go: v0.2.0
    - github.com/go-asn1-ber/asn1-ber: v1.5.6
    - github.com/go-http-utils/headers: fed159e
    - github.com/go-ldap/ldap/v3: v3.4.8
    - github.com/google/gnostic: v0.5.7-v3refs
    - github.com/google/go-github/v68: v68.0.0
    - github.com/hashicorp/consul/sdk: v0.1.1
    - github.com/hashicorp/go-msgpack: v0.5.3
    - github.com/hashicorp/go-syslog: v1.0.0
    - github.com/hashicorp/go.net: v0.0.1
    - github.com/hashicorp/logutils: v1.0.0
    - github.com/hashicorp/mdns: v1.0.0
    - github.com/hashicorp/memberlist: v0.1.3
    - github.com/hashicorp/vault/sdk: v0.14.0
    - github.com/miekg/dns: v1.1.62
    - github.com/mitchellh/cli: v1.0.0
    - github.com/mitchellh/go-testing-interface: v1.0.0
    - github.com/mitchellh/gox: v0.4.0
    - github.com/mitchellh/iochan: v1.0.0
    - github.com/pascaldekloe/goe: 57f6aae
    - github.com/patrickmn/go-cache: v2.1.0+incompatible
    - github.com/pavlo-v-chernykh/keystore-go/v4: v4.5.0
    - github.com/pierrec/lz4: v2.6.1+incompatible
    - github.com/pkg/diff: 20ebb0f
    - github.com/posener/complete: v1.1.1
    - github.com/ryanuber/columnize: 9b3edd6
    - github.com/sean-/seed: e2103e2
    - github.com/sosodev/duration: v1.3.1
    - github.com/vektah/gqlparser/v2: v2.5.15
    - github.com/xhit/go-str2duration: v1.2.0
    - go.opentelemetry.io/auto/sdk: v1.1.0
    - go.opentelemetry.io/otel/exporters/otlp/internal/retry: v1.10.0
    - golang.org/x/telemetry: f48c80b
    - k8s.io/kube-aggregator: v0.31.1
    - sigs.k8s.io/controller-tools: v0.15.0
    - sigs.k8s.io/randfill: v1.0.0
    - software.sslmate.com/src/go-pkcs12: v0.5.0
  * - Dependencies changed
    - cel.dev/expr: v0.16.2 → v0.19.1
    - cloud.google.com/go/compute/metadata: v0.5.2 → v0.6.0
    - github.com/Azure/azure-sdk-for-go/sdk/azcore
      v1.11.1 → v1.14.0
    - github.com/Azure/azure-sdk-for-go/sdk/azidentity
      v1.6.0 → v1.7.0
    - github.com/Azure/azure-sdk-for-go/sdk/internal
      v1.8.0 → v1.10.0
    - github.com/Azure/go-autorest/autorest/adal
      v0.9.23 → v0.9.24
    - github.com/Azure/go-autorest/autorest/azure/auth
      v0.5.12 → v0.5.13
    - github.com/Azure/go-autorest/autorest/azure/cli
      v0.4.6 → v0.4.7
    - github.com/Azure/go-autorest/autorest/date
      v0.3.0 → v0.3.1
    - github.com/Azure/go-autorest/autorest
      v0.11.29 → v0.11.30
    - github.com/Azure/go-autorest/logger: v0.2.1 → v0.2.2
    - github.com/Azure/go-autorest/tracing: v0.6.0 → v0.6.1
    - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
      v1.24.2 → v1.25.0
    - github.com/aws/aws-sdk-go-v2/config: v1.27.36 → v1.29.6
    - github.com/aws/aws-sdk-go-v2/credentials
      v1.17.34 → v1.17.59
    - github.com/aws/aws-sdk-go-v2/feature/ec2/imds
      v1.16.14 → v1.16.28
    - github.com/aws/aws-sdk-go-v2/internal/configsources
      v1.3.18 → v1.3.32
    - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
      v2.6.18 → v2.6.32
    - github.com/aws/aws-sdk-go-v2/internal/ini: v1.8.1 → v1.8.2
    - github.com/aws/aws-sdk-go-v2/service/ecr: v1.27.4 → v1.40.3
    - github.com/aws/aws-sdk-go-v2/service/ecrpublic
      v1.23.4 → v1.31.2
    - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
      v1.11.5 → v1.12.2
    - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
      v1.11.20 → v1.12.13
    - github.com/aws/aws-sdk-go-v2/service/sso: v1.23.0 → v1.24.15
    - github.com/aws/aws-sdk-go-v2/service/ssooidc
      v1.27.0 → v1.28.14
    - github.com/aws/aws-sdk-go-v2/service/sts: v1.31.0 → v1.33.14
    - github.com/aws/aws-sdk-go-v2: v1.31.0 → v1.36.1
    - github.com/aws/smithy-go: v1.21.0 → v1.22.2
    - github.com/awslabs/amazon-ecr-credential-helper/ecr-login
      af205d8 → d2398ba
    - github.com/buildpacks/pack: v0.36.0 → v0.36.4
    - github.com/cloudevents/conformance: v0.2.0 → v0.4.1
    - github.com/cncf/udpa/go: 269d4d4 → 04548b0
    - github.com/cncf/xds/go: b4127c9 → cff3c89
    - github.com/cockroachdb/datadriven: 80d97fb → bf6692d
    - github.com/containerd/stargz-snapshotter/estargz
      v0.15.1 → v0.16.3
    - github.com/coreos/etcd
      v3.3.10+incompatible → v3.3.13+incompatible
    - github.com/cpuguy83/go-md2man/v2: v2.0.5 → v2.0.6
    - github.com/docker/cli
      v27.3.1+incompatible → v27.5.1+incompatible
    - github.com/docker/docker
      v27.3.1+incompatible → v27.5.0+incompatible
    - github.com/emicklei/go-restful/v3: v3.12.1 → v3.12.2
    - github.com/emicklei/go-restful: v2.9.5+incompatible → ff4f55a
    - github.com/envoyproxy/go-control-plane: v0.13.1 → v0.13.4
    - github.com/envoyproxy/protoc-gen-validate: v1.1.0 → v1.2.1
    - github.com/evanphx/json-patch/v5: v5.9.0 → v5.9.11
    - github.com/fxamacker/cbor/v2: v2.7.0 → v2.8.0
    - github.com/gdamore/encoding: v1.0.0 → v1.0.1
    - github.com/gdamore/tcell/v2: v2.7.4 → v2.8.0
    - github.com/go-logr/zapr: v0.2.0 → v1.3.0
    - github.com/go-openapi/jsonpointer: v0.21.0 → v0.21.1
    - github.com/go-openapi/swag: v0.23.0 → v0.23.1
    - github.com/golang/glog: v1.2.2 → v1.2.4
    - github.com/google/btree: v1.1.2 → v1.1.3
    - github.com/google/cel-go: v0.21.0 → v0.22.0
    - github.com/google/gnostic-models: c7be7c7 → v0.6.9
    - github.com/google/go-cmp: v0.6.0 → v0.7.0
    - github.com/google/go-containerregistry/pkg/authn/k8schain
      a0658aa → c4dd792
    - github.com/google/go-containerregistry/pkg/authn/kubernetes
      a0658aa → c4dd792
    - github.com/google/go-containerregistry: v0.20.2 → v0.20.3
    - github.com/google/martian/v3: v3.0.0 → v3.2.1
    - github.com/google/pprof: fa2c70b → 40e02aa
    - github.com/grpc-ecosystem/grpc-gateway/v2: v2.23.0 → v2.26.1
    - github.com/hashicorp/go-secure-stdlib/parseutil
      v0.1.7 → v0.1.8
    - github.com/hashicorp/go-sockaddr: v1.0.5 → v1.0.6
    - github.com/hashicorp/vault/api: v1.14.0 → v1.15.0
    - github.com/ianlancetaylor/demangle: 5e5cf60 → 28f6c0f
    - github.com/jessevdk/go-flags: v1.4.0 → v1.6.1
    - github.com/kr/pty: v1.1.5 → v1.1.1
    - github.com/mailru/easyjson: v0.7.7 → v0.9.0
    - github.com/manifestival/client-go-client: v0.5.0 → v0.6.0
    - github.com/mattn/go-runewidth: v0.0.15 → v0.0.16
    - github.com/moby/spdystream: v0.4.0 → v0.5.0
    - github.com/nxadm/tail: v1.4.4 → v1.4.8
    - github.com/onsi/ginkgo/v2: v2.20.1 → v2.22.1
    - github.com/onsi/ginkgo: v1.14.1 → v1.16.4
    - github.com/onsi/gomega: v1.35.1 → v1.36.2
    - github.com/prometheus/common: v0.60.1 → v0.62.0
    - github.com/rogpeppe/go-internal: v1.12.0 → v1.13.1
    - github.com/spf13/pflag: v1.0.5 → v1.0.6
    - github.com/xiang90/probing: 43a291a → a49e3df
    - github.com/youmark/pkcs8: 1326539 → 3c2c787
    - go.etcd.io/bbolt: v1.3.10 → v1.3.11
    - go.etcd.io/etcd/api/v3: v3.5.14 → v3.5.16
    - go.etcd.io/etcd/client/pkg/v3: v3.5.14 → v3.5.16
    - go.etcd.io/etcd/client/v2: v2.305.13 → v2.305.16
    - go.etcd.io/etcd/client/v3: v3.5.14 → v3.5.16
    - go.etcd.io/etcd/pkg/v3: v3.5.13 → v3.5.16
    - go.etcd.io/etcd/raft/v3: v3.5.13 → v3.5.16
    - go.etcd.io/etcd/server/v3: v3.5.13 → v3.5.16
    - go.opentelemetry.io/contrib/detectors/gcp: v1.31.0 → v1.34.0
    - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
      v0.54.0 → v0.58.0
    - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
      v1.27.0 → v1.33.0
    - go.opentelemetry.io/otel/metric: v1.31.0 → v1.34.0
    - go.opentelemetry.io/otel/sdk/metric: v1.31.0 → v1.34.0
    - go.opentelemetry.io/otel/sdk: v1.31.0 → v1.34.0
    - go.opentelemetry.io/otel/trace: v1.31.0 → v1.34.0
    - go.opentelemetry.io/otel: v1.31.0 → v1.34.0
    - golang.org/x/crypto: v0.32.0 → v0.37.0
    - golang.org/x/exp: f66d83c → 939b2ce
    - golang.org/x/lint: 738671d → 6edffad
    - golang.org/x/mod: v0.22.0 → v0.24.0
    - golang.org/x/net: v0.34.0 → v0.39.0
    - golang.org/x/oauth2: v0.24.0 → v0.29.0
    - golang.org/x/sync: v0.10.0 → v0.13.0
    - golang.org/x/sys: v0.29.0 → v0.32.0
    - golang.org/x/term: v0.28.0 → v0.31.0
    - golang.org/x/text: v0.21.0 → v0.24.0
    - golang.org/x/time: v0.7.0 → v0.11.0
    - golang.org/x/tools: v0.29.0 → v0.32.0
    - gomodules.xyz/jsonpatch/v2: v2.4.0 → v2.5.0
    - google.golang.org/genproto/googleapis/api: dd2ea8e → e9438ea
    - google.golang.org/genproto/googleapis/rpc: dd2ea8e → e9438ea
    - google.golang.org/grpc: v1.69.2 → v1.71.1
    - google.golang.org/protobuf: v1.36.2 → v1.36.6
    - k8s.io/api: v0.31.4 → v0.32.3
    - k8s.io/apiextensions-apiserver: v0.31.4 → v0.32.1
    - k8s.io/apimachinery: v0.31.4 → v0.32.3
    - k8s.io/apiserver: v0.31.4 → v0.32.1
    - k8s.io/client-go: v0.31.4 → v0.32.3
    - k8s.io/code-generator: v0.31.4 → v0.32.2
    - k8s.io/component-base: v0.31.4 → v0.32.1
    - k8s.io/gengo/v2: a7b603a → 2b36238
    - k8s.io/kms: v0.31.4 → v0.32.1
    - k8s.io/kube-openapi: 32ad38e → c8a335a
    - k8s.io/utils: 6fe5fd8 → 1f6e0b7
    - knative.dev/caching: a76aa7c → 8f20a11
    - knative.dev/client/pkg: 9baddba → 96721e5
    - knative.dev/eventing: 9cec50f → v0.45.0
    - knative.dev/hack/schema: c142b48 → c577ed9
    - knative.dev/hack: c142b48 → c577ed9
    - knative.dev/networking: 67d1c27 → 6268d93
    - knative.dev/pkg: c43477f → ed3e215
    - knative.dev/reconciler-test: 4965c77 → 23f8616
    - knative.dev/serving: da5e7fd → v0.45.0
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client
      v0.30.3 → v0.31.0
    - sigs.k8s.io/controller-runtime: v0.7.2 → v0.20.4
    - sigs.k8s.io/structured-merge-diff/v4: v4.4.3 → v4.6.0
  * - Dependencies removed
    - github.com/andreyvit/diff: c7f18ee
    - github.com/armon/consul-api: eb2c6b5
    - github.com/docker/spdystream: 449fdfc
    - github.com/globalsign/mgo: eeefdec
    - github.com/google/go-github/v49: v49.1.0
    - github.com/gophercloud/gophercloud: c818fa6
    - github.com/jmespath/go-jmespath/internal/testify: v1.5.1
    - github.com/olekukonko/tablewriter: a0225b3
    - github.com/pborman/uuid: v1.2.0
    - github.com/ugorji/go: v1.1.4
    - github.com/vektah/gqlparser: v1.1.2
    - github.com/xordataexchange/crypt: b2862e3
    - go.etcd.io/etcd: 17cef6e
    - go.uber.org/tools: 2cfd321
    - gopkg.in/cheggaaa/pb.v1: v1.0.25
    - sigs.k8s.io/structured-merge-diff/v3: 67a7b8c

-------------------------------------------------------------------
Fri Apr 25 06:35:39 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to version 0.45.0:
  * upgrade to latest dependencies (#2800)
  * update components (#2812)
  * e2e scenarion config test errorf format fix (#2810)
  * fix e2e errorf formatting for 1.24 (#2809)
  * chore: update Quarkus platform version to 3.21.4 (#2808)
  * Update community files (#2807)
  * update components (#2791)
  * upgrade to latest dependencies (#2798)
  * Use pre-build binary packages for cpython buildpack (#2799)
  * upgrade to latest dependencies (#2797)
  * Update community files (#2796)
  * chore: update Quarkus platform version to 3.21.3 (#2795)
  * upgrade to latest dependencies (#2794)
  * upgrade to latest dependencies (#2793)
  * Do not run builder build unnecessary (#2790)
  * Enable arm64 python buildpack (#2789)
  * Apply linter suggestions (#2786)
  * upgrade to latest dependencies (#2787)
  * test: update e2e ci workflow to test against arm for go and
    quarkus (#2788)
  * Refactor if-elif-else => switch (#2785)
  * Bump golangci-lint version (#2784)
  * Make base jammy stack multi-arch (#2780)
  * upgrade to latest dependencies (#2783)
  * bump dependencies manually (#2782)
  * Migrate golangci-lint config to v2 (#2781)
  * Refactor builder (#2779)
  * chore: update Quarkus platform version to 3.21.2 (#2776)
  * Update rust buildpack (#2778)
  * Mirror buildpack run images in ghcr.io/knative (#2775)
  * Fix buildpacks builder update task (#2777)
  * Fix builder updater (#2774)
  * Fix Python S2I On-Cluster build (#2770)
  * Fix: Go scaffolding uses correct module name (#2769)
  * Add guideline for private Go module usage (#2771)
  * chore: update Quarkus platform version to 3.21.1 (#2767)
  * Make build binds more similar to runtime binds (#2768)
  * S2I (source-to-image) host binds (#2766)
  * Improvements for Go s2i assembler (#2765)
  * Python Middleware v2 Scaffolding (#2685)
  * Use s2i in standard mode, not "as-dockerfile" (#2764)
  * Allow host mounts for build phahse (#2753)
  * Update community files (#2763)
  * chore: update Quarkus platform version to 3.21.0 (#2761)
  * update components (#2760)
  * removes redundant default labels and annotations (#2746)
  * chore: update Springboot platform version to 3.4.4 (#2758)
  * Update CONTRIBUTING.md (#2755)
  * chore: update Quarkus platform version to 3.19.4 (#2754)
  * Test adjustments (#2751)
  * test: adding workflow to test against podman nightly build
    (#2743)
  * fix flaky unit test (#2749)
  * Trust loopback builders (#2750)
  * Add testcase for Go private repositories (#2748)
  * Add git BP to our Go detection group (#2747)
  * Fix http port 433 => 443 (#2742)
  * chore: update Quarkus platform version to 3.19.3 (#2744)
  * golangci bump (#2741)
  * Add a retry functionality to workflows (#2739)
  * upgrade to latest dependencies (#2740)
  * Remove direct dep on golang.org/x/exp (#2695)
  * update components (#2738)
  * upgrade to latest dependencies (#2737)
  * chore: update Quarkus platform version to 3.19.2 (#2735)
  * refactor data member of the InvokeMessage to be []byte (#2733)
  * fix action version (#2736)
  * upgrade to latest dependencies (#2734)
  * upgrade to latest dependencies (#2730)
  * Adds Inline JSON schema reference in func.yaml (#2729)
  * upgrade to latest dependencies (#2728)
  * upgrade to latest dependencies (#2726)
  * chore: update Quarkus platform version to 3.19.1 (#2725)
  * Bug: Fixes Incorrect Implementation of --file Option (#2715)
  * upgrade to latest dependencies (#2723)
  * Update pack dep (#2696)
  * upgrade to latest dependencies (#2722)
  * updates node templates to ignore node_modules in .gitignore
    (#2713)
  * upgrade to latest dependencies (#2718)
  * upgrade to latest dependencies (#2714)
  * chore: update CA bundle (#2716)
  * chore: update Springboot platform version to 3.4.3 (#2712)
  * upgrade to latest dependencies (#2711)
  * chore: update Quarkus platform version to 3.18.4 (#2708)
  * upgrade to latest dependencies (#2709)
  * fix: update comment of knative-component auto PR (#2707)
  * codecov v5 (#2705)
  * upgrade to latest dependencies (#2706)
  * update components (#2700)
  * update depracated function (#2701)
  * feat: remote storage class (#2693)
  * upgrade to latest dependencies (#2703)
  * Update community files (#2702)
  * fix name (#2699)
  * upgrade to latest dependencies (#2698)
  * Have static knative component versions in hack/, update in
    automatic PR (#2677)
  * upgrade to latest dependencies (#2697)
  * upgrade to latest dependencies (#2694)
  * podman available in def package repo ubuntu 24 (#2692)
  * chore: update Quarkus platform version to 3.18.3 (#2691)
  * Optimise func-utils image (#2686)
  * upgrade to latest dependencies (#2684)
  * chore: update Quarkus platform version to 3.18.2 (#2689)
  * upgrade to latest dependencies (#2683)
  * upgrade to latest dependencies (#2682)
  * fix: struct naming in instanced go http templates synced
    (#2670)
  * Create test symlinks dynamically (#2681)
  * upgrade to latest dependencies (#2680)
  * upgrade to latest dependencies (#2663)
  * chore: update Quarkus platform version to 3.18.1 (#2678)
  * Fix multiarch image build (#2679)
  * Pin platform of builder image (#2675)
  * Update community files (#2673)
  * Go tar (#2672)
  * chore: update Springboot platform version to 3.4.2 (#2669)

-------------------------------------------------------------------
Sat Feb 08 17:19:27 UTC 2025 - opensuse_buildservice@ojkastl.de

- Update to version 0.44.0:
  * Update community files (#2667)
  * chore: update Quarkus platform version to 3.17.8 (#2666)
  * bump versions (#2664)
  * test for func run with digested image override (#2650)
  * Remove usage of ttl.sh (#2653)
  * upgrade to latest dependencies (#2662)
  * upgrade to latest dependencies (#2661)
  * upgrade to latest dependencies (#2660)
  * Remove dependency on docker hub (#2654)
  * upgrade to latest dependencies (#2658)
  * setup go via shared action (#2657)
  * upgrade to latest dependencies (#2656)
  * Update deps to match latest Knative versions (#2652)
  * chore: update Quarkus platform version to 3.17.7 (#2651)
  * Bump s2i dep (#2649)
  * Remove unnecessary Makefile recipe dependency (#2648)
  * Remove gauron image references in code (#2647)
  * upgrade to latest dependencies (#2646)
  * Update community files (#2645)
  * upgrade to latest dependencies (#2643)
  * chore: update Quarkus platform version to 3.17.6 (#2644)
  * chore: update Quarkus platform version to 3.17.5 (#2640)
  * upgrade to latest dependencies (#2641)
  * Update deps (#2639)
  * Enable Go ARM64 buildpack (#2636)
  * chore: update Springboot platform version to 3.4.1 (#2637)
  * Set annotations on builder images (#2635)
  * upgrade to latest dependencies (#2634)
  * chore: update CA bundle (#2633)
  * upgrade to latest dependencies (#2632)
  * Update community files (#2631)
  * upgrade to latest dependencies (#2626)
  * Fix deadlock (#2630)
  * Fix buildpack builder script (#2629)
  * upgrade to latest dependencies (#2620)
  * Use library GH keychain instead of our own (#2624)
  * Fix authorization (#2622)
  * Build arm64 tiny buildpack builder image (#2617)
  * bump crypto package (#2618)
  * add case for DNS resolve fail (#2619)
  * bump: setup-node action version in workflows (#2613)
  * upgrade to latest dependencies (#2615)
  * upgrade to latest dependencies (#2614)
  * use knative go setup action (#2612)
  * chore: update Quarkus platform version to 3.17.4 (#2611)
  * chore: update Quarkus platform version to 3.17.3 (#2610)
  * Fix some linter errors in integration tests (#2608)
  * chore: update Springboot platform version to 3.4.0 (#2609)
  * Fixed some deprecation warnings (#2607)
  * add repository to the credentials prompt (#2596)
  * Update deps (#2604)
  * Update golangci-lint (#2606)
  * Update pack dep (#2605)
  * chore: update Quarkus platform version to 3.17.2 (#2603)
  * upgrade to latest dependencies (#2602)
  * upgrade to latest dependencies (#2578)
  * bump builder image (#2601)
  * Update community files (#2599)
  * Fix missing workspaces decl in the scaffold task (#2587)
  * chore: update Quarkus platform version to 3.17.0 (#2598)
  * chore: update CA bundle (#2597)
  * Improved build caching for s2i local build (#2581)
  * chore: update Quarkus platform version to 3.16.4 (#2585)
  * fix: set DOCKER_CONFIG prior to build (#2580)
  * Add Validation check to see if func is already initialized
    (#2574)
  * chore: update Quarkus platform version to 3.16.3 (#2579)
  * upgrade to latest dependencies (#2577)
  * upgrade to latest dependencies (#2576)
  * upgrade to latest dependencies (#2568)
  * chore: update Quarkus platform version to 3.16.2 (#2575)
  * Update community files (#2573)
  * :lipstick: make array when filters is nil (#2569)
  * upgrade to latest dependencies (#2564)
  * upgrade to latest dependencies (#2559)
  * chore: update Quarkus platform version to 3.16.1 (#2558)
  * upgrade to latest dependencies (#2556)
  * upgrade to latest dependencies (#2555)
  * upgrade to latest dependencies (#2554)
  * upgrade to latest dependencies (#2553)
  * upgrade to latest dependencies (#2551)
  * chore: update Springboot platform version to 3.3.5 (#2552)

-------------------------------------------------------------------
Wed Nov 20 09:16:12 UTC 2024 - opensuse_buildservice@ojkastl.de

- Update to version 0.43.1:
  * lipstick: make array when filters is nil (#2571)

-------------------------------------------------------------------
Thu Oct 24 08:49:16 UTC 2024 - opensuse_buildservice@ojkastl.de

- Update to version 0.43.0:
  * Update Knative deps to release 1.16 (#2549)
  * upgrade to latest dependencies (#2544)
  * upgrade to latest dependencies (#2541)
  * Update community files (#2543)
  * upgrade to latest dependencies (#2539)
  * Update community files (#2538)
  * test: enforce branch on test remote repository (#2540)
  * Fix symlink path separators (#2535)
  * test: remove dependecy for boson-project git repository on e2e
    tests (#2537)
  * upgrade to latest dependencies (#2536)
  * test: making e2e config tests builder agnostic (#2533)
  * Updated JS/TS template dependencies (#2534)
  * upgrade to latest dependencies (#2526)
  * Update deps (#2531)
  * Set default value for REGISTRY param on func-s2i task (#2530)
  * fix: Remove unnecesary annotations from Pipeline-as-Code
    template (#2527)
  * chore: update Quarkus platform version to 3.15.1 (#2525)
  * Remove unnecessary 'go get' commands (#2524)
  * upgrade to latest dependencies (#2521)
  * fix: allow sub-pkgs in Go functions (#2523)
  * upgrade to latest dependencies (#2519)
  * upgrade to latest dependencies (#2518)
  * Remove unnecessary clause from Dockerfile (#2513)
  * Update builder.go (#2512)
  * upgrade to latest dependencies (#2514)
  * chore: update CA bundle (#2515)
  * fix: make image digest check more permissive (#2510)
  * Implement minimalistic socat in Go (#2479)
  * upgrade to latest dependencies (#2511)
  * Improve socat conn success detection (#2506)
  * chore: update Springboot platform version to 3.3.4 (#2509)
  * upgrade to latest dependencies (#2505)
  * Fix test failures in OCP prow CI (#2503)
  * upgrade to latest dependencies (#2504)
  * upgrade to latest dependencies (#2500)
  * chore: update Quarkus platform version to 3.14.4 (#2502)
  * test: preventing dubios ownership repository error on git unit
    tests (#2499)
  * chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in
    /templates/node/cloudevents (#2497)
  * upgrade to latest dependencies (#2496)
  * chore(deps): bump github.com/docker/docker (#2498)
  * Revert bad changes (#2495)
  * upgrade to latest dependencies (#2494)
  * chore: update Quarkus platform version to 3.14.3 (#2492)
  * Update Makefile (#2493)
  * upgrade to latest dependencies (#2491)
  * Fix: create whole config path if it doesnt exist yet (#2490)
  * upgrade to latest dependencies (#2489)
  * Improved ldflags setting in Makefile (#2488)
  * fix: HOME with different permissions (#2361)
  * upgrade to latest dependencies (#2485)
  * Update community files (#2484)
  * upgrade to latest dependencies (#2478)
  * chore: update Quarkus platform version to 3.14.2 (#2481)
  * migrate client-pkg to client/pkg (#2477)
  * upgrade to latest dependencies (#2476)
  * Incorporate s2i CLI into func-utils image. (#2473)
  * On cluster s2i build for Go (alternative version) (#2471)
  * chore: update Quarkus platform version to 3.14.1 (#2474)
  * upgrade to latest dependencies (#2475)
  * allow digested images to be 'run' (#2445)
  * upgrade to latest dependencies (#2470)
  * upgrade to latest dependencies (#2468)
  * chore: update Springboot platform version to 3.3.3 (#2465)
  * upgrade to latest dependencies (#2463)
  * upgrade to latest dependencies (#2461)
  * chore: update Quarkus platform version to 3.13.3 (#2462)
  * upgrade to latest dependencies (#2459)
  * upgrade to latest dependencies (#2458)
  * upgrade to latest dependencies (#2457)
  * chore: update Quarkus platform version to 3.13.2 (#2456)
  * upgrade to latest dependencies (#2455)
  * upgrade to latest dependencies (#2452)
  * chore: update Quarkus platform version to 3.13.1 (#2453)
  * Update community files (#2454)
  * upgrade to latest dependencies (#2449)
  * chore: update Quarkus platform version to 3.13.0 (#2451)
  * Update community files (#2450)
  * Remove superfluous equals sign from envvar (#2446)
  * test: adding GO s2i to e2e test suite (#2401)

-------------------------------------------------------------------
Sat Sep 14 09:17:53 UTC 2024 - opensuse_buildservice@ojkastl.de

- Update to version 0.42.1:
  * [release-1.15] Release 1.15.1 (#2480)

-------------------------------------------------------------------
Thu Jul 25 18:54:45 UTC 2024 - opensuse_buildservice@ojkastl.de

- Update to version 0.42.0:
  * upgrade to latest dependencies (#2442)
  * upgrade to latest dependencies (#2437)
  * Include go.sum in the Go CloudEvent template (#2441)
  * Fix failure in GHA caused by missing cargo bin (#2440)
  * chore: update Springboot platform version to 3.3.2 (#2436)
  * upgrade to latest dependencies (#2435)
  * upgrade to latest dependencies (#2434)
  * fix: springboot updater missing EOL (#2433)
  * Fix PaC detection for Red Hat's Sandbox cluster (#2429)
  * chore: update Quarkus platform version to 3.12.3 (#2427)
  * upgrade to latest dependencies (#2426)
  * fix: Allow undigested images to be deployed directly  (#2390)
  * upgrade to latest dependencies (#2425)
  * Cron GH Action to update CA bundle (#2422)
  * upgrade to latest dependencies (#2421)
  * chore: update Quarkus platform version to 3.12.2 (#2424)
  * chore: linter should ignore test data symlinks (#2423)
  * upgrade to latest dependencies (#2417)
  * Fix linter issues (#2420)
  * chore: update Quarkus platform version to 3.12.1 (#2419)
  * chore: update CA bundle (#2415)
  * upgrade to latest dependencies (#2414)
  * upgrade to latest dependencies (#2413)
  * upgrade to latest dependencies (#2410)
  * Update community files (#2412)
  * chore: do not publish removed tkn tasks (#2408)
  * upgrade to latest dependencies (#2400)
  * update typescript template dependencies (#2406)
  * chore: removed unused constants (#2402)
  * chore: updated Go linter (#2403)
  * feat: embed tkn tasks in func binary (#2396)
  * upgrade to latest dependencies (#2397)
  * chore: update Quarkus platform version to 3.12.0 (#2399)
  * chore: check FS gen in hack/update-codegen.sh (#2395)
  * upgrade to latest dependencies (#2394)
  * upgrade to latest dependencies (#2392)
  * upgrade to latest dependencies (#2391)
  * upgrade to latest dependencies (#2388)
  * chore: updated tekton api verison (#2383)
  * fix: codegen use "default" NS in generated docs (#2387)
  * corrected error msg (#2372)
  * upgrade to latest dependencies (#2386)
  * fix: docs gen runs agains empty kubeconf (#2385)
  * chore: update Springboot platform version to 3.3.1 (#2384)
  * chore: removed deprecated types (#2378)
  * upgrade to latest dependencies (#2379)
  * chore: update Quarkus platform version to 3.11.3 (#2377)
  * upgrade to latest dependencies (#2376)
  * chore: update deps (#2374)
  * upgrade to latest dependencies (#2370)
  * corrected doc (#2368)
  * upgrade to latest dependencies (#2369)
  * upgrade to latest dependencies (#2367)
  * fix: codegen does not use current ns (#2366)
  * test: revert error suppresion (#2363)
  * chore: update Quarkus platform version to 3.11.2 (#2365)
  * upgrade to latest dependencies (#2362)
  * upgrade to latest dependencies (#2360)
  * test: better res cleanup (#2349)
  * Update community files (#2345)
  * test: increased wait period (#2356)
  * upgrade to latest dependencies (#2346)
  * fix: mount of socket from Docker Desktop (#2350)
  * Optimized disk usage in GH Action for integration tests (#2355)
  * Clarify registry-insecure flag description (#2348)
  * fix: PaC build (#2341)
  * chore: use codegen script for docs (#2352)
  * upgrade to latest dependencies (#2343)
  * fix: error when setting gitlab settings in test (#2342)
  * Honor registry-insecure flag in deploy command (#2335)
  * chore: update tekton,PaC (#2340)
  * upgrade to latest dependencies (#2334)
  * chore: update Quarkus platform version to 3.11.1 (#2339)
  * Update pack dependency (#2337)
  * chore: ubi9 => ubi8 (#2338)
  * Run func without HOME defined/ unaccessible .config dir (#2236)
  * Update community files (#2333)
  * upgrade to latest dependencies (#2327)
  * chore: update Quarkus platform version to 3.11.0 (#2332)
  * chore: update images ubi8 => ubi9 (#2328)
  * Use image index not just image (#2284)
  * upgrade to latest dependencies (#2324)
  * upgrade to latest dependencies (#2323)
  * chore: update Springboot platform version to 3.3.0 (#2322)
  * upgrade to latest dependencies (#2320)
  * chore: cluster log (#2321)
  * chore: update Springboot platform version to 3.2.6 (#2319)
  * chore: update Quarkus platform version to 3.10.2 (#2318)
  * upgrade to latest dependencies (#2315)
  * fix: pipeline run yaml format for newer PaC (#2317)
  * Fix PaC build (#2314)
  * upgrade to latest dependencies (#2311)
  * feat: s2i Go support (#2203)
  * fix: test and namespace isolation (#2187)
  * Update actions (#2310)
  * chore: update Quarkus platform version to 3.10.1 (#2309)
  * upgrade to latest dependencies (#2308)
  * chore: upload coverage of unittests together (#2301)
  * upgrade to latest dependencies (#2307)
  * chore: update Springboot platform version to 3.2.5 (#2302)
  * upgrade to latest dependencies (#2305)
  * upgrade to latest dependencies (#2292)
  * fix: pin octokit npm module version to 3 (#2295)
  * chore: update GH actions (#2298)
  * fix: call appropriate script in CI GH action (#2297)
  * chore: update paketo dep (#2296)
  * Remove axios dependency (#2294)
  * Update community files (#2291)
  * upgrade to latest dependencies (#2290)
  * fix: Fix Test_deployerNamespace with empty kubeconfig (#2286)
  * upgrade to latest dependencies (#2288)

-------------------------------------------------------------------
Thu May 02 19:29:07 UTC 2024 - opensuse_buildservice@ojkastl.de

- Update to version 0.41.0:
  (no proper changelog found, see
  https://github.com/knative/func/issues/2287)
  * chore: update Quarkus platform version to 3.10.0 (#2283)
  * fix: Disable flaky unit test Test_deployerNamespace (#2285)
  * Update community files (#2281)
  * upgrade to latest dependencies (#2279)
  * chore: update node to v20 (#2217)
  * chore: update Quarkus platform version to 3.9.5 (#2282)
  * upgrade to latest dependencies (#2273)
  * chore: make tkn taks urls setable via linker flags (#2277)
  * chore: update Quarkus platform version to 3.9.4 (#2276)
  * Update community files (#2274)
  * upgrade to latest dependencies (#2271)
  * upgrade to latest dependencies (#2266)
  * chore: func-utils image has appropriate labels (#2262)
  * chore: prepare/update oncluster e2e test for presubmit (#2270)
  * chore: update Quarkus platform version to 3.9.3 (#2269)
  * chore: update codecov/codecov-action (#2267)
  * chore: update Quarkus platform version to 3.9.2 (#2263)
  * Update community files (#2264)
  * Update Knative deps to latest (#2265)
  * Update deps (#2261)
  * src: cleanup setup scripts (#2247)
  * Update Rust BP (#2260)
  * Fix utils image build (#2258)
  * fix: func invoke unmarshals json before setting it in the event
    (#2256)
  * Update community files (#2253)
  * make was not called #2234 (#2245)
  * Setup test images before integration test run (#2250)
  * chore: update Quarkus platform version to 3.9.1 (#2255)
  * Fixing Rust version to 1.76.0 (#2254)
  * Usage of only proper handler API, no longer need for redundant
    Context (#2249)
  * Improve utility image (#2246)
  * Basic auth (#2242)
  * upgrade to latest dependencies (#2232)
  * chore: update Springboot platform version to 3.2.4 (#2243)
  * remove unrechable condition (#2239)
  * cleanup unused args (#2240)
  * Update community files (#2229)
  * chore: update Quarkus platform version to 3.8.3 (#2238)
  * Introduce a --registry-insecure flag (#2234)
  * upgrade to latest dependencies (#2231)
  * upgrade to latest dependencies (#2225)
  * update templates to work with func-go (#2230)
  * func-go v1.21.3 - idiomatic handler signatures (#2227)
  * upgrade to latest dependencies (#2224)
  * chore: update Quarkus platform version to 3.8.2 (#2221)
  * Drop replace directive (#2212)
  * test: update gitserver test image (#2216)
  * upgrade to latest dependencies (#2215)
  * allow go install knative.dev/func@{version} (#2220)
  * chore: update CA bundle (#2219)
  * upgrade to latest dependencies (#2214)
  * upgrade to latest dependencies (#2201)
  * chore: func-go v0.20.1 (#2210)
  * chore: bump CE dep (#2208)
  * fix: Fix missing bash function in allocate.sh script (#2207)
  * remove redundant workflows (#2205)
  * chore: Refactor cluster allocation script to use latest Knative
    bits (#2197)
  * upgrade to latest dependencies (#2200)
  * :broom: Using upstream lifecycle image that has multi-arch
    support (#2196)
  * Update community files (#2199)
  * upgrade to latest dependencies (#2198)
  * feat: host builder metadata envs (#2195)
  * chore: update Quarkus platform version to 3.8.1 (#2190)
  * upgrade to latest dependencies (#2194)
  * Update setup E2E to match latest Knative release (#2189)
  * [main] Upgrade to latest dependencies (#2188)
  * chore: update docker to v25 (#2160)
  * Cleanup orphaned func, new image-name calculation (#1962)
  * unreliable gitlab test skip (#2186)
  * chore: update Springboot platform version to 3.2.3 (#2180)
  * :broom: Remove discontinued tanzu builder image (#2178)
  * chore: update Quarkus platform version to 3.7.4 (#2176)
  * Update community files (#2175)
  * chore: update Quarkus platform version to 3.7.3 (#2173)
  * feat: host builder nonregular file support (#2156)
  * :dizzy: Bump to v0.20.0 (#2170)
  * Updates to MD file (#2169)
  * typo in run cmd (#2168)
  * Update community files (#2163)
  * upgrade to latest dependencies (#2164)
  * upgrade to latest dependencies (#2162)
  * Update community files (#2161)
  * upgrade to latest dependencies (#2159)
  * Update community files (#2158)
  * upgrade to latest dependencies (#2157)
  * upgrade to latest dependencies (#2155)
  * upgrade to latest dependencies (#2149)
  * chore: updated BP builder updater (#2153)
  * chore: update pack to v0.33.0 (#2148)
  * chore: update Quarkus platform version to 3.7.2 (#2152)
  * upgrade to latest dependencies (#2147)
  * upgrade to latest dependencies (#2146)
  * Update community files (#2143)
  * upgrade to latest dependencies (#2144)
  * chore: update Quarkus platform version to 3.7.1 (#2142)
  * chore: update Quarkus platform version to 3.6.8 (#2137)

-------------------------------------------------------------------
Tue Mar 19 18:44:26 UTC 2024 - opensuse_buildservice@ojkastl.de

- Update to version 0.40.1:
  * :dizzy: Bump to latest of GO SDK for CE (#2222)

-------------------------------------------------------------------
Wed Mar 13 19:34:56 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- new package knative-cli-func-plugin: Knative Functions client CLI
openSUSE Build Service is sponsored by