Skip to content

Knative Eventing Rabbitmq release v1.8.1

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 25 Oct 10:08
· 4 commits to release-1.8 since this release
faa52e7

Changes by Kind

Enhancement

  • Eventing-rabbitmq can be used with a RabbitMQ server which uses self-signed certs (#927, @gab-satchi)
  • Pod resource requests can be set for Broker, Trigger and RabbitmqSource through annotations (#947, @gab-satchi)
  • 🎁 Enable TLS for RabbitMQ Broker for known CA authorities
  • 🎁 Enable TLS for RabbitMQ Source for known CA authorities
  • 🎁 RabbitMQ Cluster connection port is configurable on the rabbitmq cluster secret on the port param (if you are not using the RabbitMQ Topology Operator) (#893, @gabo1208)

Documentation

  • 🐛 Fixed bug where the Source BackoffDelay was being parsed incorrectly (#907, @Gabo1208)

Bug or Regression

  • Have ingress/dispatcher specify a more restrictive securityContext (#954, @mattmoor)
  • Fixes RBAC errors when creating rabbitmq webhook and rabbitmq broker webhook resources on openshift clusters (#904, @xtreme-vikram-yadav)

Dependencies

Added

  • github.com/armon/go-socks5: e753329
  • github.com/emicklei/go-restful/v3: v3.8.0
  • github.com/golang-jwt/jwt/v4: v4.2.0
  • github.com/google/gnostic: v0.5.7-v3refs

Changed

  • github.com/Azure/go-autorest/autorest/adal: v0.9.13 → v0.9.20
  • github.com/Azure/go-autorest/autorest: v0.11.18 → v0.11.27
  • github.com/antlr/antlr4/runtime/Go/antlr: [643d94f → v1.4.10](https://github.com/antlr/antlr4/runtime/Go/antlr/compare/643d94f...v1.4.10)
  • github.com/cloudevents/sdk-go/observability/opencensus/v2: v2.4.1 → v2.12.0
  • github.com/cloudevents/sdk-go/sql/v2: v2.8.0 → 52b1227
  • github.com/cloudevents/sdk-go/v2: v2.10.1 → v2.12.0
  • github.com/coreos/etcd: v3.3.13+incompatible → v3.3.10+incompatible
  • github.com/creack/pty: [v1.1.11 → v1.1.9](creack/pty@v1.1.11...v1.1.9)
  • github.com/envoyproxy/go-control-plane: v0.10.1 → 49ff273
  • github.com/go-logr/zapr: v1.2.0 → v1.2.3
  • github.com/google/cel-go: [v0.9.0 → v0.12.5](google/cel-go@v0.9.0...v0.12.5)
  • github.com/google/go-cmp: v0.5.6 → v0.5.8
  • github.com/moby/term: 9d4ed18 → 3f7ff69
  • github.com/onsi/ginkgo/v2: v2.1.4 → v2.1.6
  • github.com/onsi/gomega: v1.19.0 → v1.20.1
  • github.com/pelletier/go-toml/v2: v2.0.0-beta.2 → v2.0.5
  • github.com/prometheus/client_golang: v1.11.1 → v1.12.1
  • github.com/prometheus/procfs: v0.6.0 → v0.7.3
  • github.com/spf13/cast: v1.3.1 → v1.3.0
  • github.com/spf13/jwalterweatherman: v1.1.0 → v1.0.0
  • github.com/spf13/viper: v1.8.1 → v1.3.2
  • github.com/stretchr/objx: v0.1.1 → v0.4.0
  • github.com/stretchr/testify: v1.7.0 → v1.8.0
  • github.com/yuin/goldmark: v1.4.1 → v1.4.13
  • go.etcd.io/etcd/api/v3: v3.5.1 → v3.5.4
  • go.etcd.io/etcd/client/pkg/v3: v3.5.1 → v3.5.4
  • go.etcd.io/etcd/client/v2: v2.305.1 → v2.305.4
  • go.etcd.io/etcd/client/v3: v3.5.0 → v3.5.4
  • go.etcd.io/etcd/pkg/v3: v3.5.0 → v3.5.4
  • go.etcd.io/etcd/raft/v3: v3.5.0 → v3.5.4
  • go.etcd.io/etcd/server/v3: v3.5.0 → v3.5.4
  • golang.org/x/crypto: 8634188 → 3147a52
  • golang.org/x/mod: 9b9b3d8 → 86c51ed
  • golang.org/x/net: 27dd868 → a158d28
  • golang.org/x/sync: 036812b → 886fb93
  • golang.org/x/sys: a9b59b0 → 8c9f86f
  • golang.org/x/time: 1f47c86 → 90d013b
  • golang.org/x/tools: v0.1.10 → v0.1.12
  • google.golang.org/genproto: 3a66f56 → c8bf987
  • google.golang.org/grpc: v1.42.0 → v1.47.0
  • google.golang.org/protobuf: v1.27.1 → v1.28.0
  • k8s.io/api: v0.23.9 → v0.25.2
  • k8s.io/apiextensions-apiserver: v0.23.9 → v0.25.2
  • k8s.io/apimachinery: v0.23.9 → v0.25.2
  • k8s.io/apiserver: v0.23.9 → v0.25.2
  • k8s.io/client-go: v0.23.9 → v0.25.2
  • k8s.io/code-generator: v0.23.9 → v0.25.2
  • k8s.io/component-base: v0.23.9 → v0.25.2
  • k8s.io/kube-openapi: e816edb → 67bda5d
  • k8s.io/utils: 3a6ce19 → ee6ede2
  • knative.dev/eventing: v0.34.1 → v0.35.0
  • knative.dev/hack/schema: 8d1e4cc → 3fdc50b
  • knative.dev/hack: 8d1e4cc → 3fdc50b
  • knative.dev/pkg: 4a03844 → 714b763
  • knative.dev/reconciler-test: 177f826 → 090970c
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.30 → v0.0.32
  • sigs.k8s.io/json: c049b76 → f223a00
  • sigs.k8s.io/structured-merge-diff/v4: v4.2.1 → v4.2.3

Removed