Skip to content

Commit

Permalink
misc: update CHANGELOG and docs for #5777
Browse files Browse the repository at this point in the history
Update the CHANGELOG and docs to reflect the dropped requirement that
components must depend on consumed services.

Closes #5777.
  • Loading branch information
rfratto committed Nov 15, 2023
1 parent a6b4a32 commit e386211
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ Main (unreleased)

- Improved resilience of graph evaluation in presence of slow components. (@thampiotr)

- The `http` config block may now reference exports from any component.
Previously, only `remote.*` and `local.*` components could be referenced
without a circular dependency. (@rfratto)

### Bugfixes

- Set exit code 1 on grafana-agentctl non-runnable command. (@fgouteroux)
Expand Down Expand Up @@ -156,7 +160,7 @@ v0.37.4 (2023-11-06)
- Fix a bug where reloading the configuration of a `loki.write` component lead
to a panic. (@tpaschalis)

- Added Kubernetes service resolver to static node's loadbalancing exporter
- Added Kubernetes service resolver to static node's loadbalancing exporter
and to Flow's `otelcol.exporter.loadbalancing`. (@ptodev)

v0.37.3 (2023-10-26)
Expand Down
11 changes: 1 addition & 10 deletions docs/sources/flow/reference/config-blocks/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ title: http block
HTTP server functions. `http` is specified without a label and can only be
provided once per configuration file.

{{% admonition type="note" %}}
While the `http` block can reference component exports, some components that
rely on the HTTP server have a hidden dependency on the `http` block that may
result in a circular dependency error.

Only references to components named `remote.*` or `local.*` are guaranteed to
work without any circular dependency errors.
{{% /admonition %}}

## Example

```river
Expand Down Expand Up @@ -184,7 +175,7 @@ will serve the found certificate even if it is not compatible with the specified

### server block

The `server` block is used to find the certificate to check the signer. If multiple certificates are found the
The `server` block is used to find the certificate to check the signer. If multiple certificates are found the
`windows_certificate_filter` will choose the certificate with the expiration farthest in the future.

Name | Type | Description | Default | Required
Expand Down

0 comments on commit e386211

Please sign in to comment.