From 5f9d8d433c6869ccc523efe7071d5b98a9f49318 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Fri, 7 Apr 2023 17:12:29 +0100 Subject: [PATCH] chore: /s/Pactflow/PactFlow (#31) * chore: /s/Pactflow/PactFlow --------- Co-authored-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com> --- charts/pact-broker/Chart.yaml | 2 +- charts/pact-broker/README.md | 4 ++-- charts/pact-broker/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/pact-broker/Chart.yaml b/charts/pact-broker/Chart.yaml index 9785953..57867af 100644 --- a/charts/pact-broker/Chart.yaml +++ b/charts/pact-broker/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pact-broker description: The Pact Broker is an application for sharing for Pact contracts and verification results. type: application -version: 0.10.0 +version: 0.10.1 appVersion: 2.105.0.1 dependencies: - condition: postgresql.enabled diff --git a/charts/pact-broker/README.md b/charts/pact-broker/README.md index 460e251..a268a30 100644 --- a/charts/pact-broker/README.md +++ b/charts/pact-broker/README.md @@ -1,6 +1,6 @@ # pact-broker -![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.105.0.1](https://img.shields.io/badge/AppVersion-2.105.0.1-informational?style=flat-square) +![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.105.0.1](https://img.shields.io/badge/AppVersion-2.105.0.1-informational?style=flat-square) The Pact Broker is an application for sharing for Pact contracts and verification results. @@ -99,7 +99,7 @@ helm upgrade -i oci://ghcr.io/pact-foundation/pact-broker-chart/p | broker.config.disable_ssl | If set to true, SSL verification will be disabled for the HTTP requests made by the webhooks | bool | `false` | | broker.config.enableDiagnosticEndpoints | Whether or not to enable the diagnostic endpoints at /diagnostic/status/heartbeat and "diagnostic/status/dependencies | bool | `true` | | broker.config.features | A list of features to enable in the Pact Broker for beta testing before public release. | string | `nil` | -| broker.config.hidePactflowMessages | Set to true to hide the messages in the logs about Pactflow | bool | `true` | +| broker.config.hidePactflowMessages | Set to true to hide the messages in the logs about PactFlow | bool | `true` | | broker.config.httpDebugLoggingEnabled | Enable this setting to print the entire request and response to the logs at debug level. Do not leave this on permanently, as it will have performance and security issues. Ensure the application log_level is set to debug when this setting is enabled. | bool | `false` | | broker.config.logFormat | The application log format. Can be any value supported by Semantic Logger. Allowed values: default, json, color | string | `"default"` | | broker.config.logLevel | The application log level Allowed values: debug, info, warn, error, fatal | string | `"info"` | diff --git a/charts/pact-broker/values.yaml b/charts/pact-broker/values.yaml index 3f81bcb..0dc2c45 100644 --- a/charts/pact-broker/values.yaml +++ b/charts/pact-broker/values.yaml @@ -86,7 +86,7 @@ broker: # Ensure the application log_level is set to debug when this setting is enabled. httpDebugLoggingEnabled: false - # -- Set to true to hide the messages in the logs about Pactflow + # -- Set to true to hide the messages in the logs about PactFlow hidePactflowMessages: true # -- The Postgresql ssl mode.