From 3449eea5df7239868f224dc25231d24f4d589137 Mon Sep 17 00:00:00 2001 From: Sameer Vohra Date: Mon, 28 Mar 2022 13:11:50 -0500 Subject: [PATCH] Fix eventing-rabbitmq release notes for Release Blog v1.3 (#4868) * fix rmq release notes for blog * update release blog formatting and add contributor * Update blog/docs/releases/announcing-knative-v1-3-release.md Co-authored-by: Paul Schweigert * Update blog/docs/releases/announcing-knative-v1-3-release.md Co-authored-by: Paul Schweigert Co-authored-by: Paul Schweigert --- .../announcing-knative-v1-3-release.md | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/blog/docs/releases/announcing-knative-v1-3-release.md b/blog/docs/releases/announcing-knative-v1-3-release.md index d49bdd5f9..76675f494 100644 --- a/blog/docs/releases/announcing-knative-v1-3-release.md +++ b/blog/docs/releases/announcing-knative-v1-3-release.md @@ -107,25 +107,12 @@ This helps to avoid hitting 503 errors during upgrade. ([#12617](https://github. ### RabbitMQ Broker and Source v1.3 - + #### 💫 New Features & Changes -- Added publisher confirms to ingress. Return HTTP Status 200 only when RabbitMQ confirms receiving and storing the message. See issue [#334](https://github.com/knative-sandbox/eventing-rabbitmq/issues/334). ([#568](https://github.com/knative-sandbox/eventing-rabbitmq/pull/568)) -- The Source Adapter and Broker Dispatcher's Prefetch Count behavior is now the same. Updated the Trigger's webhook to validate: - - Has a default value of 1. FIFO behavior - - Have limits: 1 ≤ prefetchCount ≤ 1000 ([#536](https://github.com/knative-sandbox/eventing-rabbitmq/pull/536)) -- All core Knative Eventing RabbitMQ pods should now be able to run in the restricted pod security standard profile. ([#541](https://github.com/knative-sandbox/eventing-rabbitmq/pull/541)) -- Various refactorings and code health improvements. ([#552](https://github.com/knative-sandbox/eventing-rabbitmq/pull/552), [#572](https://github.com/knative-sandbox/eventing-rabbitmq/pull/572)) -- Makefile-based worklow, includes migrating GitHub Actions. ([#525](https://github.com/knative-sandbox/eventing-rabbitmq/pull/525), [#569](https://github.com/knative-sandbox/eventing-rabbitmq/pull/569), [#579](https://github.com/knative-sandbox/eventing-rabbitmq/pull/579)) -- Improved Broker and Source README docs and Samples description and files. ([#555](https://github.com/knative-sandbox/eventing-rabbitmq/pull/555)) - -#### 🐞 Bug Fixes - -- Removing the dead letter sink on a trigger will now properly fall back to the Broker's dead letter sink, if one is defined. ([#533](https://github.com/knative-sandbox/eventing-rabbitmq/pull/533)) -- Configuring messages sent into the RabbitMQ Broker to be persistent as the Queues used by the Broker are always durable. -Now if the user set the configuration of the RabbitMQ Source Exchange and Queue to be durable, the messages are also durable. ([#560](https://github.com/knative-sandbox/eventing-rabbitmq/pull/560)) - +- Broker URLs updated to be `http:////`. ([#587](https://github.com/knative-sandbox/eventing-rabbitmq/pull/587)) +- Short testing guide for contributors, converting from `.env` -> to `(direnv friendly).envrc` environment files. ([#599](https://github.com/knative-sandbox/eventing-rabbitmq/pull/599)) ## Client v1.3 @@ -178,6 +165,7 @@ Contributors: - [@devguyio](https://github.com/devguyio) - [@dsimansk](https://github.com/dsimansk) - [@gabo1208](https://github.com/gabo1208) +- [@gab-satchi](https://github.com/gab-satchi) - [@gvmw](https://github.com/gvmw) - [@houshengbo](https://github.com/houshengbo) - [@ikvmw](https://github.com/ikvmw)